summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce Reported pagesAlexander Duyck2020-04-071-4/+13
* mm: add function __putback_isolated_pageAlexander Duyck2020-04-071-0/+19
* mm: use zone and order instead of free area in free_list manipulatorsAlexander Duyck2020-04-071-18/+49
* mm: adjust shuffle code to allow for future coalescingAlexander Duyck2020-04-071-29/+42
* mm,thp,compaction,cma: allow THP migration for CMA allocationsRik van Riel2020-04-021-2/+7
* mm,compaction,cma: add alloc_contig flag to compact_controlRik van Riel2020-04-021-0/+1
* mm/page_alloc: simplify page_is_buddy() for better code readabilitychenqiwu2020-04-021-20/+13
* mm/page_alloc.c: micro-optimisation Remove unnecessary branchMateusz Nosek2020-04-021-2/+1
* mm/page_alloc.c: use free_area_empty() instead of open-codingchenqiwu2020-04-021-2/+1
* mm, pagealloc: micro-optimisation: save two branches on hot page allocation pathMateusz Nosek2020-04-021-8/+14
* mm/page_alloc: increase default min_free_kbytes boundJoel Savitz2020-04-021-2/+2
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-2/+2
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-021-0/+2
* revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka2020-04-021-1/+0
* mm/memmap_init: update variable name in memmap_init_zoneAneesh Kumar K.V2020-02-041-4/+4
* mm: factor out next_present_section_nr()David Hildenbrand2020-02-041-9/+2
* mm/page_alloc: fix and rework pfn handling in memmap_init_zone()David Hildenbrand2020-02-041-3/+6
* mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand2020-02-041-11/+22
* mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand2020-02-041-2/+12
* mm/page_isolation: fix potential warning from userQian Cai2020-01-311-7/+4
* mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-311-13/+10
* mm: remove "count" parameter from has_unmovable_pages()David Hildenbrand2020-01-311-14/+7
* mm/page_alloc: skip non present sections on zone initializationKirill A. Shutemov2020-01-311-1/+27
* mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-131-24/+13
* mm, thp: tweak reclaim/compaction effort of local-only and all-node allocationsVlastimil Babka2020-01-131-19/+5
* mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-011-1/+1
* mm/page_alloc.c: print reserved_highatomic infolijiazi2019-12-011-0/+2
* mm, pcp: share common code between memory hotplug and percpu sysctl handlerMel Gorman2019-12-011-11/+12
* mm/page_alloc: add alloc_contig_pages()Anshuman Khandual2019-12-011-0/+101
* mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINEDavid Hildenbrand2019-12-011-2/+2
* mm/page_alloc.c: don't set pages PageReserved() when offliningDavid Hildenbrand2019-12-011-4/+1
* mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner2019-11-061-6/+1
* mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman2019-11-061-2/+8
* mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes2019-10-141-2/+4
* mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-071-1/+7
* Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-281-0/+22
|\
| * mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes2019-09-281-0/+22
* | mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi2019-09-241-0/+1
* | mm: thp: extract split_queue_* into a structYang Shi2019-09-241-3/+5
* | mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-09-241-4/+12
* | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-1/+1
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-1/+1
|\ \
| * | memremap: remove the dev field in struct dev_pagemapChristoph Hellwig2019-08-201-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-1/+1
|\ \ \ | |_|/ |/| |
| * | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-031-1/+1
| |/
* / mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes2019-08-241-15/+4
|/
* mm/sparsemem: support sub-section hotplugDan Williams2019-07-181-1/+1
* mm: kill is_dev_zone() helperDan Williams2019-07-181-1/+1
* mm/sparsemem: add helpers track active portions of a section at bootDan Williams2019-07-181-2/+8
* mm/sparsemem: introduce struct mem_section_usageDan Williams2019-07-181-1/+1