Hugh Dickins 08259d58e4 mm: add comment on swap_duplicate's error code il y a 15 ans
..
Kconfig a626b46e17 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip il y a 15 ans
Kconfig.debug 22f8b45822 trivial: improve help text for mm debug config options il y a 16 ans
Makefile 1c7c474c31 make generic_acl slightly more generic il y a 15 ans
backing-dev.c bf7ec5bb61 flusher: Fix PF_FROZEN race il y a 15 ans
bootmem.c 08677214e3 x86: Make 64 bit use early_res instead of bootmem before slab il y a 15 ans
bounce.c e212d6f250 block: remove some includings of blktrace_api.h il y a 16 ans
debug-pagealloc.c 6a11f75b6a generic debug pagealloc il y a 16 ans
dmapool.c c49568235d dmapools: protect page_list walk in show_pools() il y a 16 ans
fadvise.c 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM il y a 15 ans
failslab.c 4c13dd3b48 failslab: add ability to filter slab caches il y a 15 ans
filemap.c 59e99e5b97 mm: use rlimit helpers il y a 15 ans
filemap_xip.c d559db086f mm: clean up mm_counter il y a 15 ans
fremap.c d559db086f mm: clean up mm_counter il y a 15 ans
highmem.c d451564669 highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE il y a 15 ans
hugetlb.c ac0f6f927d Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm il y a 15 ans
hwpoison-inject.c 0d57eb8dfc HWPOISON: Don't do early filtering if filter is disabled il y a 15 ans
init-mm.c bb1f17b037 mm: consolidate init_mm definition il y a 16 ans
internal.h 1bfe5febe3 HWPOISON: add an interface to switch off/on all the page filters il y a 15 ans
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator il y a 16 ans
kmemleak-test.c 245b2e70ea percpu: clean up percpu variable definitions il y a 16 ans
kmemleak.c dcc7cd0112 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 il y a 15 ans
ksm.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue il y a 15 ans
maccess.c 6144a85a0e maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) il y a 15 ans
madvise.c afcf938ee0 HWPOISON: Add a madvise() injector for soft page offlining il y a 15 ans
memcontrol.c 648bcc7711 mm/memcontrol.c: fix "integer as NULL pointer" sparse warning il y a 15 ans
memory-failure.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue il y a 15 ans
memory.c c44b674323 rmap: move exclusively owned pages to own anon_vma in do_wp_page() il y a 15 ans
memory_hotplug.c d96ae53091 memory-hotplug: create /sys/firmware/memmap entry for new memory il y a 15 ans
mempolicy.c da0aa13894 mm/mempolicy.c: fix indentation of the comments of do_migrate_pages il y a 15 ans
mempool.c bba7881954 mm: remove broken 'kzalloc' mempool il y a 16 ans
migrate.c 85f1fb72fa mm/migrate.c: kill anon local variable from migrate_page_copy il y a 15 ans
mincore.c 4f16fc107d mm: hugetlb: fix hugepage memory leak in mincore() il y a 15 ans
mlock.c 59e99e5b97 mm: use rlimit helpers il y a 15 ans
mm_init.c 759f9a2df7 mm: mminit_loglevel cannot be __meminitdata anymore il y a 17 ans
mmap.c fc148a5f7e mm: remove VM_LOCK_RMAP code il y a 15 ans
mmu_context.c 5da779c34c mm: export use_mm/unuse_mm to modules il y a 15 ans
mmu_notifier.c 828502d300 ksm: add mmu_notifier set_pte_at_notify() il y a 16 ans
mmzone.c eb33575cf6 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 il y a 16 ans
mprotect.c cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events il y a 16 ans
mremap.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue il y a 15 ans
msync.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 il y a 16 ans
nommu.c c08c6e1f54 nommu: get_user_pages(): pin last page on non-page-aligned start il y a 15 ans
oom_kill.c d559db086f mm: clean up mm_counter il y a 15 ans
page-writeback.c 0d99519efe writeback: remove unused nonblocking and congestion checks il y a 15 ans
page_alloc.c 72f0ba0252 mm: suppress pfn range output for zones without pages il y a 15 ans
page_cgroup.c f52407ce2d memory hotplug: alloc page from other node in memory online il y a 16 ans
page_io.c d4906e1aa5 swap: rework map_swap_page() again il y a 15 ans
page_isolation.c a70dcb969f memory hotplug: fix page_zone() calculation in test_pages_isolated() il y a 16 ans
pagewalk.c 5dc37642cb mm hugetlb: add hugepage support to pagemap il y a 15 ans
percpu.c 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems il y a 15 ans
prio_tree.c 183ff22bb6 spelling fixes: mm/ il y a 18 ans
quicklist.c db79078658 cpumask: use new-style cpumask ops in mm/quicklist. il y a 16 ans
readahead.c 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM il y a 15 ans
rmap.c 6457474624 vmscan: detect mapped file pages used only once il y a 15 ans
shmem.c 718deb6b61 Fix breakage in shmem.c il y a 15 ans
slab.c e2b093f3e9 Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus il y a 15 ans
slob.c bbff2e433e slab: remove duplicate kmem_cache_init_late() declarations il y a 16 ans
slub.c 1154fab73c SLUB: Fix per-cpu merge conflict il y a 15 ans
sparse-vmemmap.c 9bdac91424 sparsemem: Put mem map for one node together. il y a 15 ans
sparse.c 81d0d950e5 sparsemem: Fix compilation on PowerPC il y a 15 ans
swap.c fc91668eaf mm: remove free_hot_page() il y a 15 ans
swap_state.c 2ca4532a49 mm: add_to_swap_cache() does not return -EEXIST il y a 16 ans
swapfile.c 08259d58e4 mm: add comment on swap_duplicate's error code il y a 15 ans
thrash.c a5c9b696ec mm: pass mm to grab_swap_token il y a 16 ans
truncate.c cedabed49b vfs: Fix vmtruncate() regression il y a 15 ans
util.c efc1a3b169 nommu: don't need get_unmapped_area() for NOMMU il y a 15 ans
vmalloc.c 02b709df81 mm: purge fragmented percpu vmap blocks il y a 15 ans
vmscan.c 6457474624 vmscan: detect mapped file pages used only once il y a 15 ans
vmstat.c 93e4a89a8c mm: restore zone->all_unreclaimable to independence word il y a 15 ans