aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka1-24/+13
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka1-19/+5
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner1-1/+1
2019-12-01mm/page_alloc.c: print reserved_highatomic infolijiazi1-0/+2
2019-12-01mm, pcp: share common code between memory hotplug and percpu sysctl handlerMel Gorman1-11/+12
2019-12-01mm/page_alloc: add alloc_contig_pages()Anshuman Khandual1-0/+101
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand1-2/+2
2019-12-01mm/page_alloc.c: don't set pages PageReserved() when offliningDavid Hildenbrand1-4/+1
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner1-6/+1
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman1-2/+8
2019-10-14mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes1-2/+4
2019-10-07mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai1-1/+7
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds1-0/+22
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes1-0/+22
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi1-0/+1
2019-09-24mm: thp: extract split_queue_* into a structYang Shi1-3/+5
2019-09-24mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka1-4/+12
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+1
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig1-1/+1
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams1-1/+1
2019-07-18mm: kill is_dev_zone() helperDan Williams1-1/+1
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams1-2/+8
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams1-1/+1
2019-07-16mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao1-4/+0
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-7/+6
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-7/+64
2019-07-12mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin1-13/+18
2019-07-12mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin1-7/+9
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka1-34/+6
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka1-10/+43
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka1-6/+17
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov1-2/+0
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross1-1/+2
2019-07-02mm: simplify ZONE_DEVICE page private dataChristoph Hellwig1-4/+4
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig1-3/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14mm: maintain randomization of page free listsDan Williams1-2/+9
2019-05-14mm: move buddy list manipulations into helpersDan Williams1-43/+22
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams1-1/+5
2019-05-14mm: update references to page _refcountBaruch Siach1-1/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-2/+1
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao1-6/+5
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko1-2/+9
2019-05-14mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck1-41/+121
2019-05-14mm: implement new zone specific memblock iteratorAlexander Duyck1-19/+12
2019-05-14mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck1-37/+14