summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/sparsemem: support sub-section hotplugDan Williams2019-07-181-1/+1
* mm: kill is_dev_zone() helperDan Williams2019-07-181-1/+1
* mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-181-2/+8
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-181-1/+1
* mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao2019-07-161-4/+0
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-7/+6
|\
| * mm: simplify ZONE_DEVICE page private dataChristoph Hellwig2019-07-021-4/+4
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-3/+2
* | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-7/+64
* | mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin2019-07-121-13/+18
* | mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin2019-07-121-7/+9
* | mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-121-34/+6
* | mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka2019-07-121-10/+43
* | mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka2019-07-121-6/+17
* | mm: remove the exporting of totalram_pagesDenis Efremov2019-07-121-2/+0
* | mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross2019-07-051-1/+2
|/
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* mm: maintain randomization of page free listsDan Williams2019-05-141-2/+9
* mm: move buddy list manipulations into helpersDan Williams2019-05-141-43/+22
* mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams2019-05-141-1/+5
* mm: update references to page _refcountBaruch Siach2019-05-141-1/+1
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-2/+1
* mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao2019-05-141-6/+5
* mm, memory_hotplug: cleanup memory offline pathMichal Hocko2019-05-141-2/+9
* mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck2019-05-141-41/+121
* mm: implement new zone specific memblock iteratorAlexander Duyck2019-05-141-19/+12
* mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck2019-05-141-37/+14
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-05-141-2/+4
* hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-05-141-2/+2
* mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-2/+1
* mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka2019-05-141-3/+11
* mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-301-2/+5
* mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin2019-04-261-3/+3
* mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin2019-04-261-0/+3
* mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman2019-04-261-5/+0
* mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman2019-04-261-0/+13
* mm/hotplug: treat CMA pages as unmovableQian Cai2019-04-191-12/+18
* mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-03-291-1/+1
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-5/+5
* mm: unexport free_reserved_areaChristoph Hellwig2019-03-051-1/+0
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-051-6/+18
* numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-03-051-2/+2
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-1/+1
* mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport2019-03-051-1/+8
* mm: fix some typos in mm directoryWei Yang2019-03-051-2/+2
* mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-03-051-16/+6
* mm, compaction: capture a page under direct compactionMel Gorman2019-03-051-4/+69
* mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman2019-03-051-1/+1
* mm: remove extra drain pages on pcp listWei Yang2019-03-051-1/+0
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-051-2/+2