Commit Graph

489 Commits (0b9e2d41f1f0360be08809d4e3bb56b67be6241a)

Author SHA1 Message Date
Mel Gorman 9d0ed60fe9 page allocator: Do not allow interrupts to use ALLOC_HARDER 15 years ago
Mel Gorman cc4a685146 page allocator: always wake kswapd when restarting an allocation attempt after direct reclaim failed 15 years ago
Andrew Morton b76146ed1a revert "mm: oom analysis: add buffer cache information to show_free_areas()" 15 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
Hugh Dickins 03f6462a3a mm: move highest_memmap_pfn 16 years ago
Mel Gorman a6f9edd65b page-allocator: maintain rolling count of pages to free from the PCP 16 years ago
Mel Gorman 5f8dcc2121 page-allocator: split per-cpu list into one-list-per-migrate-type 16 years ago
Wu Fengguang f862963174 mm: do batched scans for mem_cgroup 16 years ago
Jan Beulich 2c85f51d22 mm: also use alloc_large_system_hash() for the PID hash table 16 years ago
Mel Gorman 78986a678f page-allocator: limit the number of MIGRATE_RESERVE pageblocks per zone 16 years ago
Mel Gorman 0d3d062a6e tracing, page-allocator: add trace event for page traffic related to the buddy lists 16 years ago
Mel Gorman e0fff1bd12 tracing, page-allocator: add trace events for anti-fragmentation falling back to other migratetypes 16 years ago
Mel Gorman 4b4f278c03 tracing, page-allocator: add trace events for page allocation and page freeing 16 years ago
Mel Gorman 38a398572f page-allocator: remove dead function free_cold_page() 16 years ago
Mel Gorman 2f66a68f3f page-allocator: change migratetype for all pageblocks within a high-order page during __rmqueue_fallback 16 years ago
Johannes Weiner 451ea25da7 mm: perform non-atomic test-clear of PG_mlocked on free 16 years ago
Akinobu Mita 945a11136e mm: add gfp mask checking for __get_free_pages() 16 years ago
KOSAKI Motohiro a731286de6 mm: vmstat: add isolate pages 16 years ago
David Rientjes b259fbde0a mm: update alloc_flags after oom killer has been called 16 years ago
KOSAKI Motohiro 4b02108ac1 mm: oom analysis: add shmem vmstat 16 years ago
KOSAKI Motohiro c6a7f5728a mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output 16 years ago
KOSAKI Motohiro 71de1ccbe1 mm: oom analysis: add buffer cache information to show_free_areas() 16 years ago
KOSAKI Motohiro 4a0aa73f1d mm: oom analysis: add per-zone statistics to show_free_areas() 16 years ago
KOSAKI Motohiro 3701b03323 mm: show_free_areas(): display slab pages in two separate fields 16 years ago
Randy Dunlap 55a4462af5 page_alloc: fix kernel-doc warning 16 years ago
Shaohua Li 8e7e40d965 memory hotplug: make pages from movable zone always isolatable 16 years ago
Shaohua Li 6fb332fabd memory hotplug: exclude isolated page from pco page alloc 16 years ago
Shaohua Li 112067f090 memory hotplug: update zone pcp at memory online 16 years ago
David Rientjes 478b81fd84 mm: remove obsoleted alloc_pages cpuset comment 16 years ago
Wu Fengguang 2a7684a23e HWPOISON: check and isolate corrupted free pages v2 16 years ago
Mel Gorman dd5d241ea9 page-allocator: always change pageblock ownership when anti-fragmentation is disabled 16 years ago
Bo Liu 7f9cfb3103 mm: build_zonelists(): move clear node_load[] to __build_all_zonelists() 16 years ago
Mel Gorman 1fc28b70fe page-allocator: allow too high-order warning messages to be suppressed with __GFP_NOWARN 16 years ago
David Rientjes 6583bb64fc mm: avoid endless looping for oom killed tasks 16 years ago
Mel Gorman e084b2d95e page-allocator: preserve PFN ordering when __GFP_COLD is set 16 years ago
Jens Axboe 8aa7e847d8 Fix congestion_wait() sync/async vs read/write confusion 16 years ago
Catalin Marinas 264ef8a904 kmemleak: Remove alloc_bootmem annotations introduced in the past 16 years ago
Kevin Cernekee 5bfd756097 Fix virt_to_phys() warnings 16 years ago
Yinghai Lu 66918dcdf9 x86: only clear node_states for 64bit 16 years ago
Linus Torvalds 4923abf9f1 Don't warn about order-1 allocations with __GFP_NOFAIL 16 years ago
Dimitri Sivanich 364df0ebfb mm: fix handling of pagesets for downed cpus 16 years ago
Johannes Weiner c277331d5f mm: page_alloc: clear PG_locked before checking flags on free 16 years ago
Benjamin Herrenschmidt dcce284a25 mm: Extend gfp masking to the page allocator 16 years ago
Mel Gorman fa5e084e43 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full 16 years ago
Yinghai Lu 73d60b7f74 page-allocator: clear N_HIGH_MEMORY map before we set it again 16 years ago
David Rientjes 82553a937f oom: invoke oom killer for __GFP_NOFAIL 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