David Rientjes 1e11ad8dc4 mm, oom: fix badness score underflow 13 年之前
..
Kconfig a3fe778c78 Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm 13 年之前
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging 13 年之前
Makefile a3fe778c78 Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm 13 年之前
backing-dev.c 2673b4cf5d backing-dev: fix wakeup timer races with bdi_unregister() 13 年之前
bootmem.c 5c2b8a162b mm/bootmem.c: cleanup on addition to bootmem data list 13 年之前
bounce.c 9b04c5fec4 mm: remove the second argument of k[un]map_atomic() 13 年之前
cleancache.c b0b0382bb4 ->encode_fh() API change 13 年之前
compaction.c 68e3e92620 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" 13 年之前
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled 13 年之前
dmapool.c 7c77509c54 mm: fix implicit stat.h usage in dmapool.c 13 年之前
fadvise.c ad8a1b558e fadvise: only initiate writeback for specified range with FADV_DONTNEED 13 年之前
failslab.c f4ae40a6a5 switch debugfs to umode_t 13 年之前
filemap.c 1193755ac6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 年之前
filemap_xip.c c3b2da3148 fs: introduce inode operation ->update_time 13 年之前
fremap.c e25934a517 mm: delete various needless include <linux/module.h> 13 年之前
frontswap.c 165c8aed5b frontswap: s/put_page/store/g s/get_page/load 13 年之前
highmem.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 13 年之前
huge_memory.c fa9add641b mm/memcg: apply add/del_page to lruvec 13 年之前
hugetlb.c 4523e14585 mm: fix vma_resv_map() NULL pointer 13 年之前
hwpoison-inject.c cd42f4a3b2 HWPOISON: Clean up memory_failure() vs. __memory_failure() 13 年之前
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 年之前
internal.h 68e3e92620 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" 13 年之前
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 年之前
kmemleak-test.c 0a08739e81 kmemleak: remove memset by using kzalloc 14 年之前
kmemleak.c b370d29ea7 kmemleak: Disable early logging when kmemleak is off by default 13 年之前
ksm.c ef6942224a ksm: cleanup: introduce find_mergeable_vma() 13 年之前
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 年之前
madvise.c 3f31d07571 mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE 13 年之前
memblock.c 181eb39425 mm/memblock: fix memory leak on extending regions 13 年之前
memcontrol.c 3f13461939 memcg: decrement static keys at real destroy time 13 年之前
memory-failure.c 71dd0b8ae8 mm/memory_failure: let the compiler add the function name 13 年之前
memory.c 1f1d06c34f thp, memcg: split hugepage for memcg oom on cow 13 年之前
memory_hotplug.c a62e2f4f50 mm: print physical addresses consistently with other parts of kernel 13 年之前
mempolicy.c 0ce72d4f73 mm: do_migrate_pages(): rename arguments 13 年之前
mempool.c 1ebb7044c9 mempool: fix first round failure behavior 13 年之前
migrate.c 752dc185da mm: fix warning in __set_page_dirty_nobuffers 13 年之前
mincore.c 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode 13 年之前
mlock.c 097d59106a vm: avoid using find_vma_prev() unnecessarily 13 年之前
mm_init.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 年之前
mmap.c 1193755ac6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 13 年之前
mmu_context.c 05af2e104a mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() 13 年之前
mmu_notifier.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 年之前
mmzone.c 7f5e86c2cc mm: add link from struct lruvec to struct zone 13 年之前
mprotect.c 95211279c5 Merge branch 'akpm' (Andrew's patch-bomb) 13 年之前
mremap.c 9ac4ed4bd0 move security_mmap_addr() to saner place 13 年之前
msync.c 8018ab0574 sanitize vfs_fsync calling conventions 15 年之前
nobootmem.c 238305bb4d mm: remove sparsemem allocation details from the bootmem allocator 13 年之前
nommu.c ad1ed2937e nommu: fix compilation of nommu.c 13 年之前
oom_kill.c 1e11ad8dc4 mm, oom: fix badness score underflow 13 年之前
page-writeback.c 68809c7108 writeback: initialize global_dirty_limit 13 年之前
page_alloc.c 68e3e92620 Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks" 13 年之前
page_cgroup.c c09ff089aa page_cgroup: fix horrid swap accounting regression 13 年之前
page_io.c 165c8aed5b frontswap: s/put_page/store/g s/get_page/load 13 年之前
page_isolation.c 0815f3d81d mm: page_isolation: MIGRATE_CMA isolation functions added 13 年之前
pagewalk.c 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode 13 年之前
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator 15 年之前
percpu-vm.c 26dd8e0291 percpu: use bitmap_clear 13 年之前
percpu.c 100d13c3b5 kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP 13 年之前
pgtable-generic.c 73636b1aac arch/tile: allow building Linux with transparent huge pages enabled 13 年之前
prio_tree.c 268bb0ce3e sanitize <linux/prefetch.h> usage 14 年之前
process_vm_access.c ac34ebb3a6 aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() 13 年之前
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> 13 年之前
readahead.c 782182e53a mm: move readahead syscall to mm/readahead.c 13 年之前
rmap.c e709ffd616 mm: remove swap token code 13 年之前
shmem.c 0142ef6cdc shmem: replace_page must flush_dcache and others 13 年之前
slab.c 0c9aac0826 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux 13 年之前
slob.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 年之前
slub.c af4f8ba31a Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux 13 年之前
sparse-vmemmap.c e25934a517 mm: delete various needless include <linux/module.h> 13 年之前
sparse.c 238305bb4d mm: remove sparsemem allocation details from the bootmem allocator 13 年之前
swap.c fa9add641b mm/memcg: apply add/del_page to lruvec 13 年之前
swap_state.c aca50bd3b4 mm: fix s390 BUG by __set_page_dirty_no_writeback on swap 13 年之前
swapfile.c a3fe778c78 Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm 13 年之前
truncate.c 17cf28afea mm/fs: remove truncate_range 13 年之前
util.c eb36c5873b new helper: vm_mmap_pgoff() 13 年之前
vmalloc.c dbda591d92 mm: fix faulty initialization in vmalloc_init() 13 年之前
vmscan.c fa9add641b mm/memcg: apply add/del_page to lruvec 13 年之前
vmstat.c bde8bd8a1d mm/vmstat.c: remove debug fs entries on failure of file creation and made extfrag_debug_root dentry local 13 年之前