aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: remove the internal 5% low bound on dirty_ratioGravatar Wu Fengguang 1-11/+5
2010-10-26writeback: do not sleep on the congestion queue if there are no congested BDI...Gravatar Mel Gorman 3-11/+96
2010-10-26vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be iso...Gravatar KOSAKI Motohiro 1-6/+11
2010-10-26vmscan: remove dead code in shrink_inactive_list()Gravatar KOSAKI Motohiro 1-8/+0
2010-10-26vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaimGravatar KOSAKI Motohiro 1-45/+75
2010-10-26vmscan: synchronous lumpy reclaim should not call congestion_wait()Gravatar KOSAKI Motohiro 1-2/+0
2010-10-26writeback: account for time spent congestion_waitedGravatar Mel Gorman 1-0/+5
2010-10-26tracing, vmscan: add trace events for LRU list shrinkingGravatar Mel Gorman 1-0/+6
2010-10-26vmscan: delete dead codeGravatar Shaohua Li 1-10/+0
2010-10-26writeback: report dirty thresholds in /proc/vmstatGravatar Michael Rubin 1-14/+25
2010-10-26writeback: add nr_dirtied and nr_written to /proc/vmstatGravatar Michael Rubin 2-0/+5
2010-10-26mm: add account_page_writeback()Gravatar Michael Rubin 1-1/+12
2010-10-26mm/mempolicy.c: check return code of check_rangeGravatar Vasiliy Kulikov 1-1/+4
2010-10-26vmscan: prevent background aging of anon page in no swap systemGravatar Minchan Kim 1-1/+16
2010-10-26memory hotplug: unify is_removable and offline detection codeGravatar KAMEZAWA Hiroyuki 2-36/+68
2010-10-26memory hotplug: fix notifier's return value checkGravatar KAMEZAWA Hiroyuki 1-1/+1
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingGravatar Minchan Kim 4-7/+18
2010-10-26mm: only build per-node scan_unevictable functions when NUMA is enabledGravatar Thadeu Lima de Souza Cascardo 1-1/+2
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 2-2/+0
2010-10-26oom: kill all threads sharing oom killed task's mmGravatar David Rientjes 1-0/+24
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedGravatar David Rientjes 1-4/+5
2010-10-26mm, page-allocator: do not check the state of a non-existant buddy during freeGravatar Mel Gorman 1-1/+1
2010-10-26mm: fix return value of scan_lru_pages in memory unplugGravatar KAMEZAWA Hiroyuki 1-1/+1
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 5-156/+514
2010-10-25fs: inode split IO and LRU listsGravatar Nick Piggin 1-3/+3
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-25new helper: ihold()Gravatar Al Viro 1-1/+1
2010-10-25new helper: inode_unhashed()Gravatar Al Viro 1-2/+2
2010-10-25[S390] add support for nonquiescing sskeGravatar Martin Schwidefsky 1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 2-3/+3
2010-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 2-373/+419
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+13
2010-10-24Merge branch 'master' into for-linusGravatar Pekka Enberg 13-504/+851
2010-10-24export __get_user_pages_fast() functionGravatar Xiao Guangrong 1-0/+13
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 6-206/+250
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-2/+0
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-3/+3
2010-10-22Merge branch 'hwpoison-hugepages' into hwpoisonGravatar Andi Kleen 5-115/+482
2010-10-22Merge branch 'hwpoison-cleanups' into hwpoisonGravatar Andi Kleen 1-41/+32
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-316/+631
2010-10-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+10
2010-10-19memory_hotplug: drop spurious calls to flush_scheduled_work()Gravatar Tejun Heo 1-2/+0
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierGravatar Jens Axboe 23-212/+319
2010-10-11Merge branch 'x86/urgent' into core/memblockGravatar H. Peter Anvin 3-11/+15
2010-10-11memblock: Annotate memblock functions with __init_memblockGravatar Yinghai Lu 1-2/+2
2010-10-11memblock: Allow memblock_init to be called earlyGravatar Jeremy Fitzhardinge 1-0/+6
2010-10-11Fix migration.c compilation on s390Gravatar Andi Kleen 1-0/+2
2010-10-08HWPOISON: Remove retry loop for try_to_unmapGravatar Andi Kleen 1-14/+1
2010-10-08HWPOISON: Turn addr_valid from bitfield into charGravatar Andi Kleen 1-1/+1
2010-10-08HWPOISON: Disable DEBUG by defaultGravatar Andi Kleen 1-1/+0