summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade
2009-01-06mm: write_cache_pages more terminate quicklyAndrew Morton
2009-01-06mm: write_cache_pages terminate quicklyNick Piggin
2009-01-06mm: write_cache_pages optimise page cleaningNick Piggin
2009-01-06mm: write_cache_pages cleanupsNick Piggin
2009-01-06mm: write_cache_pages integrity fixNick Piggin
2009-01-06mm: write_cache_pages writepage error fixNick Piggin
2009-01-06mm: write_cache_pages early loop terminationNick Piggin
2009-01-06mm: write_cache_pages cyclic fixNick Piggin
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes
2009-01-06mm: invoke oom-killer from page faultNick Piggin
2009-01-06mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin
2009-01-06mm: rework do_pages_move() to work on page_sized chunksBrice Goglin
2009-01-06mm: don't mark_page_accessed in shmem_faultHugh Dickins
2009-01-06mm: don't mark_page_accessed in fault pathNick Piggin
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2009-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-01-05mm: update my addressAlan Cox
2009-01-05add a vfs_fsync helperChristoph Hellwig
2009-01-05inode->i_op is never NULLAl Viro
2009-01-05kill suid bit only for regular filesDmitri Monakhov
2009-01-04fs: symlink write_begin allocation context fixNick Piggin
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski
2009-01-01cpumask: convert mm/Rusty Russell
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2008-12-30Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-29Merge branch 'topic/failslab' into for-linusPekka Enberg
2008-12-29Merge branches 'topic/fixes', 'topic/cleanups' and 'topic/documentation' into...Pekka Enberg
2008-12-29slub: avoid leaking caches or refcounts on sysfs errorDavid Rientjes
2008-12-29slab: remove GFP_THISNODE clearing from alloc_slabmgmt()Pekka Enberg
2008-12-29slub: Add might_sleep_if() to slab_alloc()OGAWA Hirofumi
2008-12-29SLUB: failslab supportAkinobu Mita
2008-12-29bounce: don't rely on a zeroed bio_vec listJens Axboe
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-12-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-25Merge commit 'v2.6.28' into core/coreIngo Molnar
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-12-20x86, bts: memory accountingMarkus Metzger
2008-12-19x86: PAT: move track untrack pfnmap stubs to asm-genericvenkatesh.pallipadi@intel.com
2008-12-19x86: PAT: remove follow_pfnmap_pte in favor of follow_physvenkatesh.pallipadi@intel.com
2008-12-19x86: PAT: modify follow_phys to return phys_addr prot and return valuevenkatesh.pallipadi@intel.com
2008-12-19Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i...Ingo Molnar
2008-12-18x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3venkatesh.pallipadi@intel.com