Commit Graph

3240 Commits (e0a2a1601bec01243bcad44414d06f59dae2eedb)

Author SHA1 Message Date
Catalin Marinas e0a2a1601b kmemleak: Enable task stacks scanning by default 16 years ago
Catalin Marinas a9d9058aba kmemleak: Allow the early log buffer to be configurable. 16 years ago
Al Viro 72c04902d1 Get "no acls for this inode" right, fix shmem breakage 16 years ago
Pekka Enberg ba52270d18 SLUB: Don't pass __GFP_FAIL for the initial allocation 16 years ago
Linus Torvalds 4923abf9f1 Don't warn about order-1 allocations with __GFP_NOFAIL 16 years ago
Al Viro 06b16e9f68 switch shmem to inode->i_acl 16 years ago
Dimitri Sivanich 364df0ebfb mm: fix handling of pagesets for downed cpus 16 years ago
Hugh Dickins a5c9b696ec mm: pass mm to grab_swap_token 16 years ago
Hugh Dickins d26ed650d9 mm: don't rely on flags coincidence 16 years ago
Hugh Dickins 788c7df451 hugetlb: fault flags instead of write_access 16 years ago
KAMEZAWA Hiroyuki cb4cbcf6b3 mm: fix incorrect page removal from LRU 16 years ago
Joe Perches ae281064be kmemleak: use pr_fmt 16 years ago
Linus Torvalds d06063cc22 Move FAULT_FLAG_xyz into handle_mm_fault() callers 16 years ago
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