summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2017-09-10mm: ratelimit PFNs busy info messageJonathan Toppins
2017-09-10mm: don't dereference struct page fields of invalid pagesArd Biesheuvel
2017-09-10mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf
2017-05-17mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron
2016-05-17mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi
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
2015-09-29mm: make page pfmemalloc check more robustMichal Hocko
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