summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove rest of ACCESS_ONCE() usagesJason Low2015-04-151-3/+3
* mm/page_alloc.c: clean up commentYaowei Bai2015-04-141-1/+1
* mm: remove GFP_THISNODEDavid Rientjes2015-04-141-16/+6
* mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov2015-04-141-20/+2
* mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov2015-04-141-9/+30
* mm/compaction: enhance compaction finish conditionJoonsoo Kim2015-04-141-5/+14
* mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim2015-04-141-52/+91
* mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim2015-04-141-17/+19
* mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko2015-03-121-1/+2
* mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner2015-02-281-1/+8
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2015-02-131-0/+3
* mm/page_alloc: fix commentYaowei Bai2015-02-121-1/+1
* mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes2015-02-121-3/+14
* mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka2015-02-111-4/+14
* mm: always steal split buddies in fallback allocationsVlastimil Babka2015-02-111-33/+29
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-02-111-7/+5
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-111-15/+2
* mm: use correct format specifiers when printing address rangesJuergen Gross2015-02-111-9/+11
* mm: more checks on free_pages_prepare() for tail pagesKirill A. Shutemov2015-02-111-4/+23
* mm/page_alloc.c: drop dead destroy_compound_page()Kirill A. Shutemov2015-02-111-34/+1
* mm: reduce try_to_compact_pages parametersVlastimil Babka2015-02-111-25/+2
* mm, page_alloc: reduce number of alloc_pages* functions' parametersVlastimil Babka2015-02-111-121/+108
* mm: set page->pfmemalloc in prep_new_page()Vlastimil Babka2015-02-111-21/+16
* kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu2015-02-111-4/+3
* mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_maskAndrew Morton2015-02-111-6/+9
* mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE checkWeijie Yang2015-02-101-4/+4
* mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner2015-01-261-47/+35
* mm: cma: split cma-reserved in dmesg logPintu Kumar2014-12-181-2/+4
* mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo2014-12-131-10/+12
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-3/+3
* mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-1/+10
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-0/+20
* mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim2014-12-131-3/+35
* mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-131-0/+2
* mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim2014-12-131-19/+19
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-3/+3
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-3/+3
* | mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-101-4/+8
* | mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-101-2/+0
* | mm: fix a spelling mistakeWei Yuan2014-12-101-1/+1
* | mm, compaction: more focused lru and pcplists drainingVlastimil Babka2014-12-101-4/+0
* | mm, compaction: simplify deferred compactionVlastimil Babka2014-12-101-11/+1
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-101-0/+1
* | mm: verify compound order when freeing a pageYu Zhao2014-12-101-0/+3
* | mm, cma: drain single zone pcplistsVlastimil Babka2014-12-101-1/+1
* | mm: introduce single zone pcplists drainVlastimil Babka2014-12-101-25/+56
* | mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard2014-12-101-11/+11
* | mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim2014-11-131-3/+5
* | mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz2014-11-131-3/+2
* | mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim2014-11-131-27/+14
OpenPOWER on IntegriCloud