aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06mm: cleanup: remove #ifdef CONFIG_MIGRATIONKOSAKI Motohiro2-11/+5
2009-01-06mm: get rid of pagevec_release_nonlru()KOSAKI Motohiro1-22/+0
2009-01-06mm: print out memmap number only if it is not zeroYinghai Lu1-3/+4
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-5/+6
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton1-1/+4
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin1-16/+16
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin1-4/+13
2009-01-06mm: write_cache_pages cleanupsNick Piggin1-12/+22
2009-01-06mm: write_cache_pages integrity fixNick Piggin2-3/+5
2009-01-06mm: write_cache_pages writepage error fixNick Piggin1-6/+20
2009-01-06mm: write_cache_pages early loop terminationNick Piggin1-1/+5
2009-01-06mm: write_cache_pages cyclic fixNick Piggin1-7/+18
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+3
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes1-6/+6
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-29/+65
2009-01-06mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin1-6/+0
2009-01-06mm: rework do_pages_move() to work on page_sized chunksBrice Goglin1-35/+44
2009-01-06mm: don't mark_page_accessed in shmem_faultHugh Dickins1-1/+0
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin2-2/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+13
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-0/+16
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds4-5/+5
2009-01-05mm: update my addressAlan Cox3-3/+3
2009-01-05add a vfs_fsync helperChristoph Hellwig1-1/+1
2009-01-05inode->i_op is never NULLAl Viro2-3/+3
2009-01-05kill suid bit only for regular filesDmitri Monakhov1-1/+1
2009-01-04fs: symlink write_begin allocation context fixNick Piggin1-4/+9
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-01cpumask: convert mm/Rusty Russell5-16/+28
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell1-1/+1
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell6-119/+152
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds4-117/+130
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+7
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+15
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell9-39/+132
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg4-70/+70
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into for-linusPekka Enberg2-44/+47
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes1-2/+11
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg1-1/+1
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi1-0/+1
2008-12-29SLUB: failslab supportAkinobu Mita4-70/+69
2008-12-29bounce: don't rely on a zeroed bio_vec listJens Axboe1-2/+7
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+49
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-22/+57
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar10-62/+124
2008-12-25Merge branch 'next' into for-linusJames Morris4-14/+24
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar2-22/+57
2008-12-20x86, bts: memory accountingMarkus Metzger1-0/+45
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com1-46/+2
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com1-43/+0