summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-2/+2
* mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS2019-03-051-4/+4
* page_poison: play nicely with KASANQian Cai2019-03-051-1/+1
* mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman2019-02-211-0/+12
* mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck2019-02-171-4/+4
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-02-141-4/+4
* Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko2019-01-281-12/+0
* mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman2019-01-081-1/+7
* mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-2/+8
* mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang2018-12-281-6/+16
* mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2018-12-281-8/+29
* mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2018-12-281-0/+1
* mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador2018-12-281-14/+14
* mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-7/+6
* mm, oom: reorganize the oom report in dump_headeryuzhoujian2018-12-281-2/+2
* mm: make free_reserved_area() return "const char *"Alexey Dobriyan2018-12-281-1/+1