aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAge
* mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner2015-02-28
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2015-02-14
* mm/page_alloc: fix commentYaowei Bai2015-02-12
* mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes2015-02-12
* mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka2015-02-11
* mm: always steal split buddies in fallback allocationsVlastimil Babka2015-02-11
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-02-11
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-11
* mm: use correct format specifiers when printing address rangesJuergen Gross2015-02-11
* mm: more checks on free_pages_prepare() for tail pagesKirill A. Shutemov2015-02-11
* mm/page_alloc.c: drop dead destroy_compound_page()Kirill A. Shutemov2015-02-11
* mm: reduce try_to_compact_pages parametersVlastimil Babka2015-02-11
* mm, page_alloc: reduce number of alloc_pages* functions' parametersVlastimil Babka2015-02-11
* mm: set page->pfmemalloc in prep_new_page()Vlastimil Babka2015-02-11
* kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu2015-02-11
* mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_maskAndrew Morton2015-02-11
* mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE checkWeijie Yang2015-02-10
* mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2015-01-26
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-18
* mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo2014-12-13
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-13
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-13
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-13
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-13
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-13
* mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim2014-12-13
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-11
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-27
* | mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-10
* | mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-10
* | mm: fix a spelling mistakeWei Yuan2014-12-10
* | mm, compaction: more focused lru and pcplists drainingVlastimil Babka2014-12-10
* | mm, compaction: simplify deferred compactionVlastimil Babka2014-12-10
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-10
* | mm: verify compound order when freeing a pageYu Zhao2014-12-10
* | mm, cma: drain single zone pcplistsVlastimil Babka2014-12-10
* | mm: introduce single zone pcplists drainVlastimil Babka2014-12-10
* | mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard2014-12-10
* | mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim2014-11-13
* | mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz2014-11-13
* | mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim2014-11-13
* | mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim2014-11-13
* | mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim2014-11-13
* | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-13
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-21
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-13
|\
| * x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-16
* | mm: move debug code out of page_alloc.cSasha Levin2014-10-09
* | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman2014-10-09
* | mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman2014-10-09