summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low
2015-04-14mm/page_alloc.c: clean up commentYaowei Bai
2015-04-14mm: remove GFP_THISNODEDavid Rientjes
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin
2015-02-12mm/page_alloc: fix commentYaowei Bai
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes
2015-02-11mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka
2015-02-11mm: always steal split buddies in fallback allocationsVlastimil Babka
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko
2015-02-11mm: use correct format specifiers when printing address rangesJuergen Gross
2015-02-11mm: more checks on free_pages_prepare() for tail pagesKirill A. Shutemov
2015-02-11mm/page_alloc.c: drop dead destroy_compound_page()Kirill A. Shutemov
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka
2015-02-11mm, page_alloc: reduce number of alloc_pages* functions' parametersVlastimil Babka
2015-02-11mm: set page->pfmemalloc in prep_new_page()Vlastimil Babka
2015-02-11kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu
2015-02-11mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_maskAndrew Morton
2015-02-10mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE checkWeijie Yang
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar
2014-12-13mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim
2014-12-13mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner
2014-12-10mm: fix a spelling mistakeWei Yuan
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-12-10mm: verify compound order when freeing a pageYu Zhao
2014-12-10mm, cma: drain single zone pcplistsVlastimil Babka
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka
2014-12-10mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard
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