aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOLJohn Hubbard1-1/+1
2014-04-07memblock: use for_each_memblock()Emil Medve1-5/+5
2014-04-07mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner1-44/+45
2014-04-07mm: use 'const char *' insted of 'char *' for reason in dump_page()Kirill A. Shutemov1-5/+7
2014-04-07mm: exclude memoryless nodes from zone_reclaimMichal Hocko1-2/+3
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-4/+4
2014-03-04mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner1-4/+22
2014-03-04mm: close PageTail raceDavid Rientjes1-1/+3
2014-01-23mm: show message when updating min_free_kbytes in thpHan Pingtian1-1/+1
2014-01-23mm: prevent setting of a value less than 0 to min_free_kbytesHan Pingtian1-1/+6
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-10/+11
2014-01-23mm: print more details for bad_page()Dave Hansen1-18/+54
2014-01-21mm, page_alloc: warn for non-blockable __GFP_NOFAIL allocation failureDavid Rientjes1-1/+8
2014-01-21mm: compaction: encapsulate defer reset logicVlastimil Babka1-4/+1
2014-01-21mm/page_alloc.c: use memblock apis for early memory allocationsSantosh Shilimkar1-12/+15
2014-01-21x86, numa, acpi, memory-hotplug: make movable_node have higher priorityTang Chen1-2/+26
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-7/+0
2014-01-21mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserveYasuaki Ishimatsu1-0/+13
2013-12-20mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2013-12-20Revert "mm: page_alloc: exclude unreclaimable allocations from zone fairness policy"Mel Gorman1-2/+1
2013-12-18mm: page_alloc: exclude unreclaimable allocations from zone fairness policyJohannes Weiner1-1/+2
2013-11-13mm/page_alloc.c: fix comment in zlc_setup()Zhi Yong Wu1-1/+1
2013-11-13mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro1-10/+5
2013-11-13mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro1-3/+2
2013-11-13mm: fix page_group_by_mobility_disabled breakageKOSAKI Motohiro1-2/+2
2013-11-13mm/page_alloc.c: remove unused marco LONG_ALIGNZhang Yanfei1-2/+0
2013-11-13mm: add a helper function to check may oom conditionQiang Huang1-1/+1
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu1-2/+2
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra1-2/+2
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman1-2/+2
2013-09-30revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"Joonyoung Shim1-4/+0
2013-09-11mm: correct the comment about the value for buddy _mapcountWang Sheng-Hui1-4/+7
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du1-3/+2
2013-09-11mm: page_alloc: fix comment get_page_from_freelistSeungHun Lee1-1/+1
2013-09-11memblock, numa: binary search node idYinghai Lu1-10/+9
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi1-0/+11
2013-09-11mm: use zone_is_empty() instead of if(zone->spanned_pages)Xishi Qiu1-1/+1
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter1-1/+1
2013-09-11mm, page_alloc: add unlikely macro to help compiler optimizationJoonsoo Kim1-1/+1
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner1-10/+62
2013-09-11mm: page_alloc: rearrange watermark checking in get_page_from_freelistJohannes Weiner1-8/+8
2013-09-11mm: kill one if loop in __free_pages_bootmem()Yinghai Lu1-7/+7
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag tracepoint()Srivatsa S. Bhat1-2/+3
2013-09-11mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat1-36/+59
2013-09-11mm/page_alloc.c: fix coding style and spellingPintu Kumar1-21/+24
2013-09-11mm/page_alloc.c: use '__paginginit' instead of '__init'Chen Gang1-2/+2
2013-09-11mm: fix negative left shift count when PAGE_SHIFT > 20Jerry Zhou1-3/+4
2013-08-27Fix comment typo for init_cma_reserved_pageblockLi Zhong1-1/+1
2013-07-09mm: honor min_free_kbytes set by userMichal Hocko1-7/+17
2013-07-09mm/page_alloc.c: remove unlikely() from the current_order testZhang Yanfei1-1/+1