aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-14mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang1-2/+4
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti1-2/+2
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti1-2/+1
2019-05-14mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka1-3/+11
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe1-2/+5
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory modelMel Gorman1-0/+13
2019-04-19mm/hotplug: treat CMA pages as unmovableQian Cai1-12/+18
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai1-1/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-5/+5
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig1-1/+0
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-6/+18
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport1-1/+8
2019-03-05mm: fix some typos in mm directoryWei Yang1-2/+2
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+6
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-4/+69
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and compactionMel Gorman1-1/+1
2019-03-05mm: remove extra drain pages on pcp listWei Yang1-1/+0
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt1-2/+2
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+2
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-4/+4
2019-03-05page_poison: play nicely with KASANQian Cai1-1/+1
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman1-0/+12
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck1-4/+4
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn1-4/+4
2019-01-28Revert "mm, memory_hotplug: initialize struct pages for the full memory section"Michal Hocko1-12/+0
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-1/+7
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier1-2/+8
2018-12-28mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang1-6/+16
2018-12-28mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu1-0/+1
2018-12-28mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador1-14/+14
2018-12-28mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang1-7/+6
2018-12-28mm, oom: reorganize the oom report in dump_headeryuzhoujian1-2/+2
2018-12-28mm: make free_reserved_area() return "const char *"Alexey Dobriyan1-1/+1