David Sterba 5f0af70a25 mm: remove call to find_vma in pagewalk for non-hugetlbfs 14 years ago
..
Kconfig 0fc0531e0a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 14 years ago
Kconfig.debug 22f8b45822 trivial: improve help text for mm debug config options 15 years ago
Makefile bbddff0545 percpu: use percpu allocator on UP too 14 years ago
backing-dev.c 426e1f5cec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 14 years ago
bootmem.c a9ce6bc151 x86, memblock: Replace e820_/_early string with memblock_ 15 years ago
bounce.c ac8456d6f9 bounce: call flush_dcache_page() after bounce_copy_vec() 14 years ago
compaction.c bc69304574 mm: compaction: handle active and inactive fairly in too_many_isolated 14 years ago
debug-pagealloc.c 6a11f75b6a generic debug pagealloc 16 years ago
dmapool.c ea05c8444e mm: add a might_sleep_if() to dma_pool_alloc() 14 years ago
fadvise.c 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM 15 years ago
failslab.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
filemap.c 27d20fddc8 radix-tree: fix RCU bug 14 years ago
filemap_xip.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
fremap.c 5ec1055aa5 Avoid pgoff overflow in remap_file_pages 14 years ago
highmem.c a8e23a2918 mm,x86: fix kmap_atomic_push vs ioremap_32.c 14 years ago
hugetlb.c 44e2aa937e mm/hugetlb.c: add missing spin_lock() to hugetlb_cow() 14 years ago
hwpoison-inject.c 43131e141a HWPOISON, hugetlb: support hwpoison injection for hugepage 15 years ago
init-mm.c a1b200e27c mm: provide init_mm mm_context initializer 15 years ago
internal.h 572438f9b5 mm: fix is_mem_section_removable() page_order BUG_ON check 14 years ago
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 years ago
kmemleak-test.c 245b2e70ea percpu: clean up percpu variable definitions 16 years ago
kmemleak.c 145b64b958 kmemleak: Fix typo in the comment 15 years ago
ksm.c 4e31635c36 ksm: fix bad user data when swapping 14 years ago
maccess.c 7c7fcf762e MN10300: Save frame pointer in thread_info struct rather than global var 14 years ago
madvise.c afcf938ee0 HWPOISON: Add a madvise() injector for soft page offlining 15 years ago
memblock.c cd79481d27 memblock: Annotate memblock functions with __init_memblock 14 years ago
memcontrol.c a42c390cfa cgroups: make swap accounting default behavior configurable 14 years ago
memory-failure.c cf608ac19c mm: compaction: fix COMPACTPAGEFAILED counting 14 years ago
memory.c 3ecb01df32 use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages 14 years ago
memory_hotplug.c f3ab2636c5 mm: do_migrate_range: reduce list_empty() check 14 years ago
mempolicy.c 800416f799 numa: fix slab_node(MPOL_BIND) 14 years ago
mempool.c bba7881954 mm: remove broken 'kzalloc' mempool 15 years ago
migrate.c 70384dc6dc mm: fix error reporting in move_pages() syscall 14 years ago
mincore.c e48293fd75 mincore: do nested page table walks 15 years ago
mlock.c 39aa3cb3e8 mm: Move vma_stack_continue into mm.h 14 years ago
mm_init.c 759f9a2df7 mm: mminit_loglevel cannot be __meminitdata anymore 17 years ago
mmap.c 120a795da0 audit mmap 14 years ago
mmu_context.c 298359c5bf exit: fix oops in sync_mm_rss 15 years ago
mmu_notifier.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
mmzone.c aa45484031 mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake 14 years ago
mprotect.c 63bfd7384b perf_events: Fix perf_counter_mmap() hook in mprotect() 14 years ago
mremap.c ece0e2b640 mm: remove pte_*map_nested() 14 years ago
msync.c 8018ab0574 sanitize vfs_fsync calling conventions 15 years ago
nommu.c 04c3496152 nommu: yield CPU while disposing VM 14 years ago
oom_kill.c 1e99bad0d9 oom: kill all threads sharing oom killed task's mm 14 years ago
page-writeback.c 4cbec4c8b9 writeback: remove the internal 5% low bound on dirty_ratio 14 years ago
page_alloc.c e9959f0f37 mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run() 14 years ago
page_cgroup.c 7952f98818 kmemleak: Annotate false positive in init_section_page_cgroup() 15 years ago
page_io.c 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
page_isolation.c f6a3607e5f mm: page_isolation: codeclean fix comment and rm unneeded val init 14 years ago
pagewalk.c 5f0af70a25 mm: remove call to find_vma in pagewalk for non-hugetlbfs 14 years ago
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator 14 years ago
percpu-vm.c 9f64553256 percpu: move vmalloc based chunk management into percpu-vm.c 15 years ago
percpu.c 229aebb873 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial 14 years ago
prio_tree.c 183ff22bb6 spelling fixes: mm/ 17 years ago
quicklist.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
readahead.c bf8abe8b92 readahead.c: fix comment 15 years ago
rmap.c e574b5fd20 rmap: make anon_vma_chain_free() static 14 years ago
shmem.c 3c26ff6e49 convert get_sb_nodev() users 14 years ago
slab.c 732eacc054 replace nested max/min macros with {max,min}3 macro 14 years ago
slob.c 8df275af8d slob: fix gfp flags for order-0 page allocations 14 years ago
slub.c 68cee4f118 slub: Fix slub_lock down/up imbalance 14 years ago
sparse-vmemmap.c 72d7c3b33c x86: Use memblock to replace early_res 15 years ago
sparse.c e48e67e08c sparsemem: on no vmemmap path put mem_map on node high too 15 years ago
swap.c 0be8557bcd fuse: use release_pages() 14 years ago
swap_state.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
swapfile.c 66d7dd518a /proc/swaps: support polling 14 years ago
thrash.c a5c9b696ec mm: pass mm to grab_swap_token 16 years ago
truncate.c 2c27c65ed0 check ATTR_SIZE contraints in inode_change_ok 15 years ago
util.c 45888a0c6e export __get_user_pages_fast() function 14 years ago
vmalloc.c e1ca7788de mm: add vzalloc() and vzalloc_node() helpers 14 years ago
vmscan.c 1dce071e18 vmscan: avoid setting zone congested if no page dirty 14 years ago
vmstat.c ff8b16d7e1 vmstat: fix offset calculation on void* 14 years ago