aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mm: disable user interface to manually rescue unevictable pagesJohannes Weiner1-76/+8
2011-10-31vmscan.c: fix invalid strict_strtoul() check in write_scan_unevictable_node()Kautuk Consul1-2/+2
2011-10-31mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-10-31mm: compaction: make compact_zone_order() staticKyungmin Park1-1/+1
2011-10-31HWPOISON: convert pr_debug()s to pr_info()sDean Nelson1-6/+6
2011-10-31mm/mmap.c: eliminate the ret variable from mm_take_all_locks()Kautuk Consul1-6/+3
2011-10-31mm-add-comment-explaining-task-state-setting-in-bdi_forker_thread-fixAndrew Morton1-3/+2
2011-10-31ksm: fix the comment of try_to_unmap_one()Wanlong Gao1-1/+1
2011-10-31mm/vmalloc.c: report more vmalloc failuresJoe Perches1-3/+8
2011-10-31kswapd: assign new_order and new_classzone_idx after wakeup in sleepingAlex,Shi1-0/+2
2011-10-31mm/memblock.c: small function definition fixesJonghwan Choi1-1/+1
2011-10-31kswapd: avoid unnecessary rebalance after an unsuccessful balancingAlex,Shi1-3/+11
2011-10-31debug-pagealloc: add support for highmem pagesAkinobu Mita1-34/+10
2011-10-31mm: neaten warn_alloc_failedJoe Perches2-7/+13
2011-10-31thp: mremap support and TLB optimizationAndrea Arcangeli2-4/+63
2011-10-31mremap: avoid sending one IPI per pageAndrea Arcangeli1-6/+9
2011-10-31mremap: check for overflow using deltasAndrea Arcangeli1-2/+3
2011-10-31memblock: add NO_BOOTMEM config symbolSam Ravnborg1-0/+3
2011-10-31memblock: add memblock_start_of_DRAM()Sam Ravnborg1-0/+6
2011-10-31mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-17/+48
2011-10-31mm/debug-pagealloc.c: use memchr_invAkinobu Mita1-5/+3
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita1-45/+2
2011-10-31mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()Akinobu Mita1-1/+3
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