summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)Author
2020-10-29mm/page_owner: change split_page_owner to take a countMatthew Wilcox (Oracle)
2020-10-29mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna
2020-10-07mm: replace memmap_context by meminit_contextLaurent Dufour
2020-08-26mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy
2020-08-26mm: include CMA pages in lowmem_reserve at bootDoug Berger
2020-06-22mm: call cond_resched() from deferred_init_memmap()Pavel Tatashin
2020-06-22mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred...Daniel Jordan
2020-06-22mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-05-14mm: limit boost_watermark on small zonesHenry Willard
2020-05-14mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-02-11mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-10-14mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes
2019-10-07mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi
2019-09-24mm: thp: extract split_queue_* into a structYang Shi
2019-09-24mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams
2019-07-18mm: kill is_dev_zone() helperDan Williams
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams
2019-07-16mm/vmscan.c: add a new member reclaim_state in struct shrink_controlYafang Shao
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko
2019-07-12mm/large system hash: clear hashdist when only one node with memory is bootedNicholas Piggin
2019-07-12mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdistNicholas Piggin
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-07-02mm: simplify ZONE_DEVICE page private dataChristoph Hellwig
2019-07-02memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig
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