aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-16alpha: remove obsolete hw_interrupt_typeThomas Gleixner20-27/+27
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki1-9/+1
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman3-0/+9
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman3-9/+32
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() can reclaimMel Gorman2-11/+53
2009-06-16writeback: skip new or to-be-freed inodesWu Fengguang1-3/+3
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes1-5/+3
2009-06-16vmscan: handle may_swap more strictlyDaisuke Nishimura1-9/+9
2009-06-16vmscan: merge duplicate code in shrink_active_list()Wu Fengguang1-53/+42
2009-06-16vmscan: make mapped executable pages the first class citizenWu Fengguang1-7/+45
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang3-15/+34
2009-06-16mm: add a gfp-translate script to help understand page allocation failure reportsMel Gorman1-0/+81
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich2-2/+2
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim3-3/+3
2009-06-16mm: remove annotation of gfp_mask in add_to_swapMinchan Kim1-1/+0
2009-06-16page-allocator: clear N_HIGH_MEMORY map before we set it againYinghai Lu1-0/+5
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison3-27/+17
2009-06-16oom: invoke oom killer for __GFP_NOFAILDavid Rientjes1-5/+7
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes1-32/+10
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes5-21/+50
2009-06-16mm: reuse unused swap entry if necessaryKAMEZAWA Hiroyuki1-0/+47
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki3-61/+172
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki5-9/+33
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro17-153/+3
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim2-1/+5
2009-06-16page-allocator: add inactive ratio calculation function of each zoneMinchan Kim2-12/+17
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim3-10/+11
2009-06-16page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocatorChristoph Lameter1-15/+96
2009-06-16mm: check the argument of kunmap on architectures without highmemMatthew Wilcox1-1/+3
2009-06-16vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim1-1/+1
2009-06-16migration: only migrate_prep() once per move_pages()Brice Goglin1-1/+3
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki3-0/+21
2009-06-16mm: madvise(): correct return codeNick Piggin1-1/+22
2009-06-16page-allocator: warn if __GFP_NOFAIL is used for a large allocationAndrew Morton1-0/+13
2009-06-16videobuf-dma-contig: zero copy USERPTR supportMagnus Damm1-5/+89
2009-06-16mm: introduce follow_pfn()Johannes Weiner2-0/+31
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner1-31/+5
2009-06-16mm: introduce follow_pte()Johannes Weiner1-0/+37
2009-06-16mm: setup_per_zone_inactive_ratio - fix comment and make it __initCyrill Gorcunov1-3/+1
2009-06-16mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not neededCyrill Gorcunov1-2/+3
2009-06-16vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang1-8/+3
2009-06-16vmscan: don't export nr_saved_scan in /proc/zoneinfoWu Fengguang1-5/+1
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang4-18/+35
2009-06-16vmscan: evict use-once pages firstRik van Riel3-1/+55
2009-06-16pagemap: add page-types toolWu Fengguang2-1/+699
2009-06-16pagemap: document 9 more exported page flagsWu Fengguang1-0/+62
2009-06-16pagemap: document clarificationsWu Fengguang1-3/+3
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang5-55/+73