summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* scripts/spelling.txt: add "algined" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* mm/page_alloc.c: remove redundant init code for ZONE_MOVABLEWei Yang2017-02-241-2/+0
* mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan2017-02-241-1/+1
* mm/page_alloc.c: remove duplicate inclusion of page_ext.hMasanari Iida2017-02-241-1/+0
* mm: alloc_contig_range: allow to specify GFP maskLucas Stach2017-02-241-2/+3
* mm/hotplug: enable memory hotplug for non-lru movable pagesYisheng Xie2017-02-241-2/+6
* mm, page_alloc: use static global work_struct for draining per-cpu pagesMel Gorman2017-02-241-18/+22
* mm, page_alloc: don't check cpuset allowed twice in fast-pathVlastimil Babka2017-02-241-1/+2
* mm, page_alloc: remove redundant checks from alloc fastpathVlastimil Babka2017-02-241-18/+0
* mm, page_alloc: only use per-cpu allocator for irq-safe requestsMel Gorman2017-02-241-20/+23
* mm, page_alloc: do not depend on cpu hotplug locks inside the allocatorMichal Hocko2017-02-241-6/+9
* mm, page_alloc: drain per-cpu pages from workqueue contextMel Gorman2017-02-241-7/+37
* mm, page_alloc: split alloc_pages_nodemask()Mel Gorman2017-02-241-29/+46
* mm, page_alloc: split buffered_rmqueue()Mel Gorman2017-02-241-49/+79
* mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-221-3/+7
* mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko2017-02-221-10/+36
* mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2017-02-221-25/+24
* mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko2017-02-221-39/+52
* lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-19/+19
* mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-221-4/+6
* mm, page_alloc: do not report all nodes in show_memMichal Hocko2017-02-221-0/+3
* mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton2017-02-221-1/+10
* oom, trace: add compaction retry tracepointMichal Hocko2017-02-221-6/+16
* oom, trace: add oom detection tracepointsMichal Hocko2017-02-221-2/+8
* mm, page_alloc: avoid page_to_pfn() when merging buddiesVlastimil Babka2017-02-221-5/+5
* mm, page_alloc: don't convert pfn to idx when mergingVlastimil Babka2017-02-221-17/+14
* mm: throttle show_mem() from warn_alloc()Michal Hocko2017-02-221-11/+18
* mm, page_alloc: fix premature OOM when racing with cpuset mems updateVlastimil Babka2017-01-241-11/+24
* mm, page_alloc: move cpuset seqcount checking to slowpathVlastimil Babka2017-01-241-21/+26
* mm, page_alloc: fix fast-path race with cpuset update or removalVlastimil Babka2017-01-241-1/+9
* mm, page_alloc: fix check for NULL preferred_zoneVlastimil Babka2017-01-241-1/+1
* mm: alloc_contig: re-allow CMA to compact FS pagesLucas Stach2017-01-241-0/+1
* mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-101-6/+7
* mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-101-5/+5
* mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-01-101-3/+3
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-101-3/+2
* mm: fix remote numa hits statisticsMichal Hocko2017-01-101-11/+4
* mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-141-0/+14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-19/+56
|\
| * mm, page_alloc: keep pcp count and list contents in sync if struct page is co...Mel Gorman2016-12-121-2/+10
| * mm: make unreserve highatomic functions reliableMinchan Kim2016-12-121-7/+17
| * mm: try to exhaust highatomic reserve before the OOMMinchan Kim2016-12-121-5/+10
| * mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2016-12-121-6/+18
| * mm: don't steal highatomic pageblockMinchan Kim2016-12-121-2/+4
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-24/+25
|\ \
| * | mm/page_alloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-24/+25
* | | Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar2016-11-171-2/+2
|\ \ \ | | |/ | |/|
| * | mm: remove extra newline from allocation stall warningTetsuo Handa2016-11-111-1/+1
| |/
| * Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-011-1/+1
| |\
| | * latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-311-1/+1