Commit Graph

152126 Commits (7762f206a3f3a19a38ed91a3d87f019d8b4eafc1)
 

Author SHA1 Message Date
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
Mel Gorman 608e8e66a1 mm: add a gfp-translate script to help understand page allocation failure reports 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
Christoph Lameter b70d94ee43 page-allocator: use integer fields lookup for gfp_zone and check for errors in flags passed to the page allocator 16 years ago
Matthew Wilcox 31c911329e mm: check the argument of kunmap on architectures without highmem 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
Magnus Damm 720b17e759 videobuf-dma-contig: zero copy USERPTR support 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
Rik van Riel 56e49d2188 vmscan: evict use-once pages first 16 years ago
Wu Fengguang 35efa5e993 pagemap: add page-types tool 16 years ago
Wu Fengguang 17e895012f pagemap: document 9 more exported page flags 16 years ago
Wu Fengguang c9ba78e226 pagemap: document clarifications 16 years ago
Wu Fengguang 1779754959 proc: export more page flags in /proc/kpageflags 16 years ago
Wu Fengguang ed7ce0f102 proc: kpagecount/kpageflags code cleanup 16 years ago
Wu Fengguang 20a0307c03 mm: introduce PageHuge() for testing huge/gigantic pages 16 years ago
Mel Gorman a1dd268cf6 mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic 16 years ago
Mel Gorman 72807a74c0 page allocator: sanity check order in the page allocator slow path 16 years ago
KOSAKI Motohiro 092cead617 page allocator: move free_page_mlock() to page_alloc.c 16 years ago
Mel Gorman b6e68bc1ba page allocator: slab: use nr_online_nodes to check for a NUMA platform 16 years ago
Christoph Lameter 62bc62a873 page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths 16 years ago
Mel Gorman 974709bdb2 page allocator: get the pageblock migratetype without disabling interrupts 16 years ago
Mel Gorman f2260e6b1f page allocator: update NR_FREE_PAGES only as necessary 16 years ago
Mel Gorman 418589663d page allocator: use allocation flags as an index to the zone watermark 16 years ago