aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04mm/memmap_init: update variable name in memmap_init_zoneGravatar Aneesh Kumar K.V 1-4/+4
2020-02-04mm: factor out next_present_section_nr()Gravatar David Hildenbrand 1-9/+2
2020-02-04mm/page_alloc: fix and rework pfn handling in memmap_init_zone()Gravatar David Hildenbrand 1-3/+6
2020-02-04mm/page_alloc.c: initialize memmap of unavailable memory directlyGravatar David Hildenbrand 1-11/+22
2020-02-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionGravatar David Hildenbrand 1-2/+12
2020-01-31mm/page_isolation: fix potential warning from userGravatar Qian Cai 1-7/+4
2020-01-31mm/hotplug: silence a lockdep splat with printk()Gravatar Qian Cai 1-13/+10
2020-01-31mm: remove "count" parameter from has_unmovable_pages()Gravatar David Hildenbrand 1-14/+7
2020-01-31mm/page_alloc: skip non present sections on zone initializationGravatar Kirill A. Shutemov 1-1/+27
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyGravatar Vlastimil Babka 1-24/+13
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsGravatar Vlastimil Babka 1-19/+5
2019-12-01mm: clean up and clarify lruvec lookup procedureGravatar Johannes Weiner 1-1/+1
2019-12-01mm/page_alloc.c: print reserved_highatomic infoGravatar lijiazi 1-0/+2
2019-12-01mm, pcp: share common code between memory hotplug and percpu sysctl handlerGravatar Mel Gorman 1-11/+12
2019-12-01mm/page_alloc: add alloc_contig_pages()Gravatar Anshuman Khandual 1-0/+101
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEGravatar David Hildenbrand 1-2/+2
2019-12-01mm/page_alloc.c: don't set pages PageReserved() when offliningGravatar David Hildenbrand 1-4/+1
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyGravatar Johannes Weiner 1-6/+1
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesGravatar Mel Gorman 1-2/+8
2019-10-14mm, hugetlb: allow hugepage allocations to reclaim as neededGravatar David Rientjes 1-2/+4
2019-10-07mm/page_alloc.c: fix a crash in free_pages_prepare()Gravatar Qian Cai 1-1/+7
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Gravatar Linus Torvalds 1-0/+22
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedGravatar David Rientjes 1-0/+22
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Gravatar Yang Shi 1-0/+1
2019-09-24mm: thp: extract split_queue_* into a structGravatar Yang Shi 1-3/+5
2019-09-24mm, compaction: raise compaction priority after it withdrawnsGravatar Vlastimil Babka 1-4/+12
2019-09-24mm: introduce compound_nr()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-1/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsGravatar Matt Fleming 1-1/+1
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryGravatar David Rientjes 1-15/+4
2019-08-20memremap: remove the dev field in struct dev_pagemapGravatar Christoph Hellwig 1-1/+1
2019-07-18mm/sparsemem: support sub-section hotplugGravatar Dan Williams 1-1/+1
2019-07-18mm: kill is_dev_zone() helperGravatar Dan Williams 1-1/+1
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootGravatar Dan Williams 1-2/+8
2019-07-18mm/sparsemem: introduce struct mem_section_usageGravatar Dan Williams 1-1/+1
2019-07-16mm/vmscan.c: add a new member reclaim_state in struct shrink_controlGravatar Yafang Shao 1-4/+0
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-7/+6
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsGravatar Alexander Potapenko 1-7/+64
2019-07-12mm/large system hash: clear hashdist when only one node with memory is bootedGravatar Nicholas Piggin 1-13/+18
2019-07-12mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistGravatar Nicholas Piggin 1-7/+9
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagGravatar Vlastimil Babka 1-34/+6
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocGravatar Vlastimil Babka 1-10/+43
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingGravatar Vlastimil Babka 1-6/+17
2019-07-12mm: remove the exporting of totalram_pagesGravatar Denis Efremov 1-2/+0
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initGravatar Juergen Gross 1-1/+2
2019-07-02mm: simplify ZONE_DEVICE page private dataGravatar Christoph Hellwig 1-4/+4
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagGravatar Christoph Hellwig 1-3/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14mm: maintain randomization of page free listsGravatar Dan Williams 1-2/+9