aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2020-07-11mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin
2020-07-11mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-07-11mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan
2020-06-04mm: limit boost_watermark on small zonesHenry Willard
2020-06-04mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-05-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand
2019-12-29mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-11-09mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai
2019-08-29mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14mm: maintain randomization of page free listsDan Williams
2019-05-14mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: shuffle initial free memory to improve memory-side-cache utilizationDan Williams
2019-05-14mm: update references to page _refcountBaruch Siach
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport
2019-05-14mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplistYafang Shao
2019-05-14mm, memory_hotplug: cleanup memory offline pathMichal Hocko
2019-05-14mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sectionsAlexander Duyck
2019-05-14mm: implement new zone specific memblock iteratorAlexander Duyck
2019-05-14mm: drop meminit_pfn_in_nid as it is redundantAlexander Duyck
2019-05-14mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti
2019-05-14mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact()Vlastimil Babka
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m...Mel Gorman
2019-04-19mm/hotplug: treat CMA pages as unmovableQian Cai
2019-03-29mm/hotplug: fix offline undo_isolate_page_range()Qian Cai
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()Mike Rapoport
2019-03-05mm: fix some typos in mm directoryWei Yang
2019-03-05mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm, compaction: ignore the fragmentation avoidance boost for isolation and co...Mel Gorman
2019-03-05mm: remove extra drain pages on pcp listWei Yang
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS
2019-03-05page_poison: play nicely with KASANQian Cai
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn