summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-09mm: move debug code out of page_alloc.cSasha Levin
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman
2014-10-09mm: clean up zone flagsJohannes Weiner
2014-10-09mm: page_alloc: avoid wakeup kswapd on the unintended nodeWeijie Yang
2014-10-09mm: introduce dump_vmaSasha Levin
2014-10-09mm: rename allocflags_to_migratetype for clarityDavid Rientjes
2014-10-09mm, compaction: khugepaged should not give up due to need_resched()Vlastimil Babka
2014-10-09mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka
2014-10-09mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-10-09mm: page_alloc: determine migratetype only onceVlastimil Babka
2014-10-09topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim
2014-10-02mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner
2014-09-16x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino
2014-08-06mm, thp: restructure thp avoidance of light synchronous migrationDavid Rientjes
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes
2014-08-06mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman
2014-08-06mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman
2014-08-06mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman
2014-08-06mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini
2014-08-06mm: page_alloc: simplify drain_zone_pages by using min()Michal Nazarewicz
2014-08-06mm/page_alloc.c: unexport alloc_pages_exact_nid()Andrew Morton
2014-08-06mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()Fabian Frederick
2014-07-30mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap
2014-07-03mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-04mm/page_alloc.c: cleanup add_active_range() related commentsZhang Zhen
2014-06-04mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: page_alloc: use unsigned int for order in more placesMel Gorman
2014-06-04mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman
2014-06-04mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman
2014-06-04mm: page_alloc: use word-based accesses for get/set pageblock bitmapsMel Gorman
2014-06-04mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman
2014-06-04mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman
2014-06-04mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman
2014-06-04mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman