aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2016-08-10Merge remote-tracking branch 'lsk/linux-linaro-lsk-v3.18' into linux-linaro-l...lsk-v3.18-16.09-rtlinux-linaro-lsk-v3.18-rt-testAnders Roxell
2016-04-27Merge branch 'v3.18/topic/KASAN' into linux-linaro-lsk-v3.18lsk-v3.18-16.04Alex Shi
2016-04-18mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka
2016-04-18mm: use 'unsigned int' for page orderKirill A. Shutemov
2016-04-18mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2016-04-11mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-05-10Merge tag 'v3.18.10' into v3.18-rtAnders Roxell
2015-05-09mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner
2015-05-09mm-page-alloc-fix.patchThomas Gleixner
2015-05-09mm: page_alloc reduce lock sections furtherPeter Zijlstra
2015-05-09mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar
2015-05-09mm-page-alloc-use-list-last-entry.patchPeter Zijlstra
2015-03-14mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
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