aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko1-1/+2
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+3
2015-02-12mm/page_alloc: fix commentYaowei Bai1-1/+1
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes1-3/+14
2015-02-11mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-11mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-7/+5
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-15/+2
2015-02-11mm: use correct format specifiers when printing address rangesJuergen Gross1-9/+11
2015-02-11mm: more checks on free_pages_prepare() for tail pagesKirill A. Shutemov1-4/+23
2015-02-11mm/page_alloc.c: drop dead destroy_compound_page()Kirill A. Shutemov1-34/+1
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-25/+2
2015-02-11mm, page_alloc: reduce number of alloc_pages* functions' parametersVlastimil Babka1-121/+108
2015-02-11mm: set page->pfmemalloc in prep_new_page()Vlastimil Babka1-21/+16
2015-02-11kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu1-4/+3
2015-02-11mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_maskAndrew Morton1-6/+9
2015-02-10mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE checkWeijie Yang1-4/+4
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner1-47/+35
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar1-2/+4
2014-12-13mm: remove the highmem zones' memmap in the highmem zoneZhong Hongbo1-10/+12
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-3/+3
2014-12-13mm/page_owner: keep track of page ownersJoonsoo Kim1-1/+10
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-0/+20
2014-12-13mm/debug-pagealloc: prepare boottime configurable on/offJoonsoo Kim1-3/+35
2014-12-13mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim1-0/+2
2014-12-13mm/debug-pagealloc: cleanup page guard codeJoonsoo Kim1-19/+19
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2014-12-10mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner1-4/+8
2014-12-10mm: embed the memcg pointer directly into struct pageJohannes Weiner1-2/+0
2014-12-10mm: fix a spelling mistakeWei Yuan1-1/+1
2014-12-10mm, compaction: more focused lru and pcplists drainingVlastimil Babka1-4/+0
2014-12-10mm, compaction: simplify deferred compactionVlastimil Babka1-11/+1
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-0/+1
2014-12-10mm: verify compound order when freeing a pageYu Zhao1-0/+3
2014-12-10mm, cma: drain single zone pcplistsVlastimil Babka1-1/+1
2014-12-10mm: introduce single zone pcplists drainVlastimil Babka1-25/+56
2014-12-10mm/page_alloc.c: convert boot printks without log level to pr_infoAnton Blanchard1-11/+11
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim1-27/+14
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim1-5/+8
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim1-2/+9
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-3/+3
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+8
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-10-09mm: move debug code out of page_alloc.cSasha Levin1-160/+0
2014-10-09mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bitMel Gorman1-58/+20
2014-10-09mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ONMel Gorman1-1/+1