aboutsummaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-14mm: move buddy list manipulations into helpersGravatar Dan Williams 1-43/+22
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationGravatar Dan Williams 1-1/+5
2019-05-14mm: update references to page _refcountGravatar Baruch Siach 1-1/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outGravatar Mike Rapoport 1-2/+1
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistGravatar Yafang Shao 1-6/+5
2019-05-14mm, memory_hotplug: cleanup memory offline pathGravatar Michal Hocko 1-2/+9
2019-05-14mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsGravatar Alexander Duyck 1-41/+121
2019-05-14mm: implement new zone specific memblock iteratorGravatar Alexander Duyck 1-19/+12
2019-05-14mm: drop meminit_pfn_in_nid as it is redundantGravatar Alexander Duyck 1-37/+14
2019-05-14mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLEGravatar Linxu Fang 1-2/+4
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationGravatar Alexandre Ghiti 1-2/+2
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCGravatar Alexandre Ghiti 1-2/+1
2019-05-14mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Gravatar Vlastimil Babka 1-3/+11
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesGravatar Rick Edgecombe 1-2/+5
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagGravatar Andrey Ryabinin 1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceGravatar Andrey Ryabinin 1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultGravatar Mel Gorman 1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Gravatar Mel Gorman 1-0/+13
2019-04-19mm/hotplug: treat CMA pages as unmovableGravatar Qian Cai 1-12/+18
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Gravatar Qian Cai 1-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-5/+5
2019-03-05mm: unexport free_reserved_areaGravatar Christoph Hellwig 1-1/+0
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Gravatar Mike Rapoport 1-6/+18
2019-03-05numa: make "nr_online_nodes" unsigned intGravatar Alexey Dobriyan 1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intGravatar Alexey Dobriyan 1-1/+1
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Gravatar Mike Rapoport 1-1/+8
2019-03-05mm: fix some typos in mm directoryGravatar Wei Yang 1-2/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-16/+6
2019-03-05mm, compaction: capture a page under direct compactionGravatar Mel Gorman 1-4/+69
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Gravatar Mel Gorman 1-1/+1
2019-03-05mm: remove extra drain pages on pcp listGravatar Wei Yang 1-1/+0
2019-03-05memcg: localize memcg_kmem_enabled() checkGravatar Shakeel Butt 1-2/+2