summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorLines
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian-1/+1
2014-01-23mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian-1/+6
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin-10/+11
2014-01-23mm: print more details for bad_page()Dave Hansen-18/+54
2014-01-21mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failureDavid Rientjes-1/+8
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka-4/+1
2014-01-21mm/page_alloc.c: use memblock apis for early memory allocationsSantosh Shilimkar-12/+15
2014-01-21x86, numa, acpi, memory-hotplug: make movable_node have higher priorityTang Chen-2/+26
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman-7/+0
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu-0/+13
2013-12-20mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner-10/+9
2013-12-20Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness ...Mel Gorman-2/+1
2013-12-18mm: page_alloc: exclude unreclaimable allocations from zone fairness policyJohannes Weiner-1/+2
2013-11-13mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu-1/+1
2013-11-13mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro-10/+5
2013-11-13mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro-3/+2
2013-11-13mm: fix page_group_by_mobility_disabled breakageKOSAKI Motohiro-2/+2
2013-11-13mm/page_alloc.c: remove unused marco LONG_ALIGNZhang Yanfei-2/+0
2013-11-13mm: add a helper function to check may oom conditionQiang Huang-1/+1
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu-2/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra-2/+2
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman-2/+2
2013-09-30revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"Joonyoung Shim-4/+0
2013-09-11mm: correct the comment about the value for buddy _mapcountWang Sheng-Hui-4/+7
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du-3/+2
2013-09-11mm: page_alloc: fix comment get_page_from_freelistSeungHun Lee-1/+1
2013-09-11memblock, numa: binary search node idYinghai Lu-10/+9
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi-0/+11
2013-09-11mm: use zone_is_empty() instead of if(zone->spanned_pages)Xishi Qiu-1/+1
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter-1/+1
2013-09-11mm, page_alloc: add unlikely macro to help compiler optimizationJoonsoo Kim-1/+1
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner-10/+62
2013-09-11mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner-8/+8
2013-09-11mm: kill one if loop in __free_pages_bootmem()Yinghai Lu-7/+7
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat-2/+3
2013-09-11mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat-36/+59
2013-09-11mm/page_alloc.c: fix coding style and spellingPintu Kumar-21/+24
2013-09-11mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang-2/+2
2013-09-11mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou-3/+4
2013-08-27Fix comment typo for init_cma_reserved_pageblockLi Zhong-1/+1
2013-07-09mm: honor min_free_kbytes set by userMichal Hocko-7/+17
2013-07-09mm/page_alloc.c: remove unlikely() from the current_order testZhang Yanfei-1/+1
2013-07-09mm/page_alloc.c: remove zone_type argument of build_zonelists_nodeZhang Yanfei-13/+8
2013-07-09mm: remove duplicated call of get_pfn_range_for_nidZhang Yanfei-11/+32
2013-07-03mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu-0/+52
2013-07-03mm: report available pages as "MemTotal" for each NUMA nodeJiang Liu-1/+5
2013-07-03mm: correctly update zone->managed_pagesJiang Liu-5/+6
2013-07-03mm: make __free_pages_bootmem() only available at boot timeJiang Liu-8/+1
2013-07-03mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu-0/+11
2013-07-03mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu-0/+1