aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2016-07-21Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.07-rtAlex Shi
2016-07-20Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.07Alex Shi
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron
2016-06-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-05-24 Merge tag 'v4.1.25' into linux-linaro-lsk-v4.1lsk-v4.1-16.05Alex Shi
2016-05-17mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi
2016-05-05Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.06-rtlsk-v4.1-16.05-rtAlex Shi
2016-04-21Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-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-11Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.04-rtAlex Shi
2016-04-01debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-10-11Merge tag 'v4.1.10' of ../../stable/linux-stable into linux-4.1.y-rtThomas Gleixner
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
2015-01-01mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner
2015-01-01mm: page_alloc: Reduce lock sections furtherPeter Zijlstra
2015-01-01mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar
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