summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim2014-11-131-11/+3
* | mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim2014-11-131-5/+8
* | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim2014-11-131-2/+9
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+8
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-141-0/+2
|\
| * x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-0/+2
* | mm: move debug code out of page_alloc.cSasha Levin2014-10-091-160/+0
* | mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman2014-10-091-58/+20
OpenPOWER on IntegriCloud