summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-18memcg: remove some redundant checksLi Zefan
2009-06-18memcg: add file-based RSS accountingBalbir Singh
2009-06-18cgroups: make messages more readableRandy Dunlap
2009-06-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas
2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas
2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas
2009-06-17Merge branch 'slub/earlyboot' into for-linusPekka Enberg
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/...Pekka Enberg
2009-06-16Merge branch 'akpm'Linus Torvalds
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() ca...Mel Gorman
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes
2009-06-16vmscan: handle may_swap more strictlyDaisuke Nishimura
2009-06-16vmscan: merge duplicate code in shrink_active_list()Wu Fengguang
2009-06-16vmscan: make mapped executable pages the first class citizenWu Fengguang
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim
2009-06-16mm: remove annotation of gfp_mask in add_to_swapMinchan Kim
2009-06-16page-allocator: clear N_HIGH_MEMORY map before we set it againYinghai Lu
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison
2009-06-16oom: invoke oom killer for __GFP_NOFAILDavid Rientjes
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes
2009-06-16mm: reuse unused swap entry if necessaryKAMEZAWA Hiroyuki
2009-06-16mm: modify swap_map and add SWAP_HAS_CACHE flagKAMEZAWA Hiroyuki
2009-06-16mm: add swap cache interface for swap referenceKAMEZAWA Hiroyuki
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-06-16page-allocator: reset wmark_min and inactive ratio of zone when hotplug happensMinchan Kim
2009-06-16page-allocator: add inactive ratio calculation function of each zoneMinchan Kim
2009-06-16page-allocator: clean up functions related to pages_minMinchan Kim
2009-06-16vmscan: prevent shrinking of active anon lru list in case of no swap space V3MinChan Kim
2009-06-16migration: only migrate_prep() once per move_pages()Brice Goglin
2009-06-16mm, PM/Freezer: Disable OOM killer when tasks are frozenRafael J. Wysocki
2009-06-16mm: madvise(): correct return codeNick Piggin
2009-06-16page-allocator: warn if __GFP_NOFAIL is used for a large allocationAndrew Morton
2009-06-16mm: introduce follow_pfn()Johannes Weiner
2009-06-16mm: use generic follow_pte() in follow_phys()Johannes Weiner
2009-06-16mm: introduce follow_pte()Johannes Weiner
2009-06-16mm: setup_per_zone_inactive_ratio - fix comment and make it __initCyrill Gorcunov
2009-06-16mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not neededCyrill Gorcunov
2009-06-16vmscan: ZVC updates in shrink_active_list() can be done onceWu Fengguang
2009-06-16vmscan: don't export nr_saved_scan in /proc/zoneinfoWu Fengguang
2009-06-16vmscan: cleanup the scan batching codeWu Fengguang