aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li1-0/+2
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman2-2/+10
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under writebackMel Gorman1-3/+39
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman1-5/+8
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under writebackMel Gorman1-16/+5
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman2-0/+10
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner1-24/+12
2011-10-31mm: output a list of loaded modules when we hit bad_page()Dave Jones1-0/+1
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes3-2/+22
2011-10-31oom: remove oom_disable_countDavid Rientjes1-18/+5
2011-10-31oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes1-2/+3
2011-10-31oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes1-1/+5
2011-10-31mm/page-writeback.c: document bdi_min_ratioJohannes Weiner1-1/+3
2011-10-31vmscan: add block plug for page reclaimShaohua Li1-0/+3
2011-10-31mm: migration: clean up unmap_and_move()Minchan Kim1-35/+40
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-2/+18
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2-2/+8
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim3-19/+24
2011-10-31mm: compaction: trivial clean up in acct_isolated()Minchan Kim1-13/+5
2011-10-31Cross Memory AttachChristopher Yeoh2-1/+498
2011-10-31mm: fix implicit stat.h usage in dmapool.cPaul Gortmaker1-0/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-10-31mm: Add export.h for EXPORT_SYMBOL to active symbol exportersPaul Gortmaker2-0/+2
2011-10-31mm: delete various needless include <linux/module.h>Paul Gortmaker6-6/+0
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth3-3/+6
2011-10-31writeback: trace event balance_dirty_pagesWu Fengguang1-0/+22
2011-10-31writeback: trace event bdi_dirty_ratelimitWu Fengguang1-0/+2
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queueLinus Torvalds1-0/+3
2011-10-28vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton1-0/+3
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2-178/+399
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+2
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+2
2011-10-20block: initialize the bounce pool if high memory may be added laterDavid Vrabel1-5/+4
2011-10-19mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2011-10-11writeback: fix ppc compile warnings on do_div(long long, unsigned long)Wu Fengguang1-8/+7
2011-10-03writeback: dirty position control - bdi reserve areaWu Fengguang1-0/+15
2011-10-03writeback: control dirty pause timeWu Fengguang1-1/+19
2011-10-03writeback: limit max dirty pause timeWu Fengguang1-2/+42
2011-10-03writeback: IO-less balance_dirty_pages()Wu Fengguang1-105/+56
2011-10-03writeback: per task dirty rate limitWu Fengguang1-39/+50
2011-10-03writeback: stabilize bdi->dirty_ratelimitWu Fengguang2-1/+71
2011-10-03writeback: dirty rate controlWu Fengguang2-2/+82
2011-10-03writeback: add bg_threshold parameter to __bdi_update_bandwidth()Wu Fengguang1-4/+7
2011-10-03writeback: dirty position controlWu Fengguang1-1/+190
2011-10-03writeback: account per-bdi accumulated dirtied pagesWu Fengguang2-0/+3
2011-09-27slub: Discard slab page when node partial > minimum partial numberAlex Shi1-1/+1
2011-09-27slub: correct comments error for per cpu partialAlex Shi1-1/+1
2011-09-27mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov2-4/+5
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+21
2011-09-19Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds1-1/+1