Commit Graph

3284 Commits (c55c87c892c1875deace0c8fc28787335277fdf2)

Author SHA1 Message Date
Linus Torvalds 30c9f3a9fa Remove internal use of 'write_access' in mm/memory.c 16 years ago
Johannes Weiner c277331d5f mm: page_alloc: clear PG_locked before checking flags on free 16 years ago
Joe Perches 433f13a727 bootmem.c: avoid c90 declaration warning 16 years ago
Benjamin Herrenschmidt dcce284a25 mm: Extend gfp masking to the page allocator 16 years ago
KAMEZAWA Hiroyuki 2ffebca6aa memcg: fix lru rotation in isolate_pages 16 years ago
KAMEZAWA Hiroyuki 22a668d7c3 memcg: fix behavior under memory.limit equals to memsw.limit 16 years ago
KAMEZAWA Hiroyuki 8a9478ca7f memcg: fix swap accounting 16 years ago
Li Zefan 338c843108 memcg: remove some redundant checks 16 years ago
Balbir Singh d69b042f3d memcg: add file-based RSS accounting 16 years ago
Randy Dunlap 8ca739e369 cgroups: make messages more readable 16 years ago
Catalin Marinas 2030117d27 kmemleak: Fix some typos in comments 16 years ago
Catalin Marinas 000814f44e kmemleak: Rename kmemleak_panic to kmemleak_stop 16 years ago
Catalin Marinas 216c04b0d8 kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocations 16 years ago
KAMEZAWA Hiroyuki ee993b135e mm: fix lumpy reclaim lru handling at isolate_lru_pages 16 years ago
Mel Gorman 24cf72518c vmscan: count the number of times zone_reclaim() scans and fails 16 years ago
Mel Gorman fa5e084e43 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full 16 years ago
Mel Gorman 90afa5de6f vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim 16 years ago
David Rientjes 8123681022 oom: only oom kill exiting tasks with attached memory 16 years ago
Daisuke Nishimura 9198e96c06 vmscan: handle may_swap more strictly 16 years ago
Wu Fengguang 3eb4140f03 vmscan: merge duplicate code in shrink_active_list() 16 years ago
Wu Fengguang 8cab4754d2 vmscan: make mapped executable pages the first class citizen 16 years ago
Wu Fengguang 6fe6b7e357 vmscan: report vm_flags in page_referenced() 16 years ago
Sergei Trofimovich 168f5ac668 mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument 16 years ago
Minchan Kim aca8bf323e mm: remove file argument from swap_readpage() 16 years ago
Minchan Kim 8192da6a88 mm: remove annotation of gfp_mask in add_to_swap 16 years ago
Yinghai Lu 73d60b7f74 page-allocator: clear N_HIGH_MEMORY map before we set it again 16 years ago
Mike Waychison 286973552f mm: remove __invalidate_mapping_pages variant 16 years ago
David Rientjes 82553a937f oom: invoke oom killer for __GFP_NOFAIL 16 years ago
David Rientjes 4d8b9135c3 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE 16 years ago
David Rientjes 2ff05b2b4e oom: move oom_adj value from task_struct to mm_struct 16 years ago
KAMEZAWA Hiroyuki c9e444103b mm: reuse unused swap entry if necessary 16 years ago
KAMEZAWA Hiroyuki 355cfa73dd mm: modify swap_map and add SWAP_HAS_CACHE flag 16 years ago
KAMEZAWA Hiroyuki cb4b86ba47 mm: add swap cache interface for swap reference 16 years ago
KOSAKI Motohiro 6837765963 mm: remove CONFIG_UNEVICTABLE_LRU config option 16 years ago
Minchan Kim bce7394a3e page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens 16 years ago
Minchan Kim 96cb4df5dd page-allocator: add inactive ratio calculation function of each zone 16 years ago
Minchan Kim bc75d33f0f page-allocator: clean up functions related to pages_min 16 years ago
MinChan Kim 69c8548175 vmscan: prevent shrinking of active anon lru list in case of no swap space V3 16 years ago
Brice Goglin 35282a2de4 migration: only migrate_prep() once per move_pages() 16 years ago
Rafael J. Wysocki 7f33d49a2e mm, PM/Freezer: Disable OOM killer when tasks are frozen 16 years ago
Nick Piggin 75927af8bc mm: madvise(): correct return code 16 years ago
Andrew Morton dab48dab37 page-allocator: warn if __GFP_NOFAIL is used for a large allocation 16 years ago
Johannes Weiner 3b6748e2dd mm: introduce follow_pfn() 16 years ago
Johannes Weiner 03668a4deb mm: use generic follow_pte() in follow_phys() 16 years ago
Johannes Weiner f8ad0f499f mm: introduce follow_pte() 16 years ago
Cyrill Gorcunov e9bb35df6f mm: setup_per_zone_inactive_ratio - fix comment and make it __init 16 years ago
Cyrill Gorcunov 5c87eada68 mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed 16 years ago
Wu Fengguang af166777cf vmscan: ZVC updates in shrink_active_list() can be done once 16 years ago
Wu Fengguang 08d9ae7cbb vmscan: don't export nr_saved_scan in /proc/zoneinfo 16 years ago
Wu Fengguang 6e08a369ee vmscan: cleanup the scan batching code 16 years ago