summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorLines
2020-05-07mm: limit boost_watermark on small zonesHenry Willard-0/+8
2020-05-07mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand-0/+1
2020-04-10mm/page_alloc: make pcpu_drain_mutex and pcpu_drain staticJason Yan-2/+2
2020-04-10mm/page_alloc.c: fix kernel-doc warningRandy Dunlap-0/+1
2020-04-07mm: introduce Reported pagesAlexander Duyck-4/+13
2020-04-07mm: add function __putback_isolated_pageAlexander Duyck-0/+19
2020-04-07mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck-18/+49
2020-04-07mm: adjust shuffle code to allow for future coalescingAlexander Duyck-29/+42
2020-04-02mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel-2/+7
2020-04-02mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel-0/+1
2020-04-02mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu-20/+13
2020-04-02mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek-2/+1
2020-04-02mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu-2/+1
2020-04-02mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek-8/+14
2020-04-02mm/page_alloc: increase default min_free_kbytes boundJoel Savitz-2/+2
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin-2/+2
2020-04-02mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard-0/+2
2020-04-02revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka-1/+0
2020-02-04mm/memmap_init: update variable name in memmap_init_zoneAneesh Kumar K.V-4/+4
2020-02-04mm: factor out next_present_section_nr()David Hildenbrand-9/+2
2020-02-04mm/page_alloc: fix and rework pfn handling in memmap_init_zone()David Hildenbrand-3/+6
2020-02-04mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand-11/+22
2020-02-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand-2/+12
2020-01-31mm/page_isolation: fix potential warning from userQian Cai-7/+4
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai-13/+10
2020-01-31mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand-14/+7
2020-01-31mm/page_alloc: skip non present sections on zone initializationKirill A. Shutemov-1/+27
2020-01-13mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka-24/+13
2020-01-13mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka-19/+5
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner-1/+1
2019-12-01mm/page_alloc.c: print reserved_highatomic infolijiazi-0/+2
2019-12-01mm, pcp: share common code between memory hotplug and percpu sysctl handlerMel Gorman-11/+12
2019-12-01mm/page_alloc: add alloc_contig_pages()Anshuman Khandual-0/+101
2019-12-01mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand-2/+2
2019-12-01mm/page_alloc.c: don't set pages PageReserved() when offliningDavid Hildenbrand-4/+1
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner-6/+1
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman-2/+8
2019-10-14mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes-2/+4
2019-10-07mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai-1/+7
2019-09-28Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds-0/+22
2019-09-28mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes-0/+22
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi-0/+1
2019-09-24mm: thp: extract split_queue_* into a structYang Shi-3/+5
2019-09-24mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka-4/+12
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-1/+1
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming-1/+1
2019-08-24mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes-15/+4
2019-08-20memremap: remove the dev field in struct dev_pagemapChristoph Hellwig-1/+1