Commit Graph

458 Commits (2bace8b95108746f6123d312f47f5bda4eb17a26)

Author SHA1 Message Date
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
Rafael J. Wysocki 7f33d49a2e mm, PM/Freezer: Disable OOM killer when tasks are frozen 16 years ago
Andrew Morton dab48dab37 page-allocator: warn if __GFP_NOFAIL is used for a large allocation 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 6e08a369ee vmscan: cleanup the scan batching code 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
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
Nick Piggin a3af9c389a page allocator: do not check for compound pages during the page allocator sanity checks 16 years ago
Mel Gorman d395b73428 page allocator: do not setup zonelist cache when there is only one node 16 years ago
Mel Gorman da456f14d2 page allocator: do not disable interrupts in free_page_mlock() 16 years ago
Mel Gorman ed0ae21dc5 page allocator: do not call get_pageblock_migratetype() more than necessary 16 years ago
Mel Gorman 0ac3a4099b page allocator: inline __rmqueue_fallback() 16 years ago
Mel Gorman 0a15c3e9f6 page allocator: inline buffered_rmqueue() 16 years ago
Mel Gorman 728ec980fb page allocator: inline __rmqueue_smallest() 16 years ago
Mel Gorman a56f57ff94 page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH 16 years ago
Peter Zijlstra 341ce06f69 page allocator: calculate the alloc_flags for allocation only once 16 years ago
Mel Gorman 3dd2826698 page allocator: calculate the migratetype for allocation only once 16 years ago
Mel Gorman 5117f45d11 page allocator: calculate the preferred zone for allocation only once 16 years ago
Mel Gorman 49255c619f page allocator: move check for disabled anti-fragmentation out of fastpath 16 years ago
Mel Gorman 11e33f6a55 page allocator: break up the allocator entry point into fast and slow paths 16 years ago
Mel Gorman 7f82af9742 page allocator: check only once if the zonelist is suitable for the allocation 16 years ago
Mel Gorman b3c466ce51 page allocator: do not sanity check order in the fast path 16 years ago
Mel Gorman d239171e4f page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask() 16 years ago
Hugh Dickins 6c0db4664b mm: alloc_large_system_hash check order 16 years ago