summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2009-09-22vmscan: kill unnecessary page flag testKOSAKI Motohiro1-2/+2
2009-09-22vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro1-4/+1
2009-09-22vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim1-0/+10
2009-09-22mm: count only reclaimable lru pagesWu Fengguang2-13/+42
2009-09-22vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel1-0/+33
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro4-4/+33
2009-09-22mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro1-12/+18
2009-09-22mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro1-8/+8
2009-09-22mm: update alloc_flags after oom killer has been calledDavid Rientjes1-1/+1
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro4-3/+13
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2-0/+4
2009-09-22mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro1-1/+2
2009-09-22mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro1-0/+20
2009-09-22mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro1-3/+4
2009-09-22mm: clean up page_remove_rmap()KOSAKI Motohiro1-27/+30
2009-09-22hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn1-1/+1
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn1-33/+24
2009-09-22hugetlb: balance freeing of huge pages across nodesLee Schermerhorn1-46/+86
2009-09-22page_alloc: fix kernel-doc warningRandy Dunlap1-1/+1
2009-09-22memory hotplug: migrate swap cache pageShaohua Li1-2/+4
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li3-7/+22
2009-09-22memory hotplug: make pages from movable zone always isolatableShaohua Li1-1/+4
2009-09-22memory hotplug: exclude isolated page from pco page allocShaohua Li1-1/+11
2009-09-22memory hotplug: update zone pcp at memory onlineShaohua Li2-0/+27
2009-09-22mm: remove obsoleted alloc_pages cpuset commentDavid Rientjes1-4/+0
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2-5/+5
2009-09-21writeback: make balance_dirty_pages() gradually back more offJens Axboe1-1/+10
2009-09-21writeback: don't use schedule_timeout() without setting runstateJens Axboe1-1/+1
2009-09-21trivial: improve help text for mm debug config optionsFrans Pop1-6/+6
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2-5/+5
2009-09-18headers: taskstats_kern.h trimAlexey Dobriyan1-0/+1
2009-09-18mm: Fix problem of parameter in noteJianjun Kong1-1/+1
2009-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-6/+3
2009-09-16Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-38/+74
2009-09-16writeback: splice dirty inode entries to default bdi on bdi_destroy()Jens Axboe1-1/+13
2009-09-16writeback: separate starting of sync vs opportunistic writebackJens Axboe1-10/+2
2009-09-16writeback: use RCU to protect bdi_listJens Axboe2-25/+59
2009-09-16writeback: get rid of wbc->for_writepagesJens Axboe1-2/+0
2009-09-16HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNsAndi Kleen3-0/+46
2009-09-16HWPOISON: Add madvise() based injector for hardware poisoned pages v4Andi Kleen1-0/+30
2009-09-16HWPOISON: Enable .remove_error_page for migration aware file systemsAndi Kleen1-0/+1
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen5-1/+853
2009-09-16HWPOISON: shmem: call set_page_dirty() with locked pageWu Fengguang2-2/+9
2009-09-16HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen1-0/+17
2009-09-16HWPOISON: Add invalidate_inode_pageWu Fengguang1-6/+20
2009-09-16HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin1-14/+15
2009-09-16HWPOISON: check and isolate corrupted free pages v2Wu Fengguang1-1/+19
2009-09-16HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen1-1/+8
2009-09-16HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen3-20/+24
2009-09-16HWPOISON: Add poison check to page fault handlingAndi Kleen1-0/+6