| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memmap_init: update variable name in memmap_init_zone | Aneesh Kumar K.V | 2020-02-04 | 1 | -4/+4 |
* | mm: factor out next_present_section_nr() | David Hildenbrand | 2020-02-04 | 1 | -9/+2 |
* | mm/page_alloc: fix and rework pfn handling in memmap_init_zone() | David Hildenbrand | 2020-02-04 | 1 | -3/+6 |
* | mm/page_alloc.c: initialize memmap of unavailable memory directly | David Hildenbrand | 2020-02-04 | 1 | -11/+22 |
* | mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section | David Hildenbrand | 2020-02-04 | 1 | -2/+12 |
* | mm/page_isolation: fix potential warning from user | Qian Cai | 2020-01-31 | 1 | -7/+4 |
* | mm/hotplug: silence a lockdep splat with printk() | Qian Cai | 2020-01-31 | 1 | -13/+10 |
* | mm: remove "count" parameter from has_unmovable_pages() | David Hildenbrand | 2020-01-31 | 1 | -14/+7 |
* | mm/page_alloc: skip non present sections on zone initialization | Kirill A. Shutemov | 2020-01-31 | 1 | -1/+27 |
* | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka | 2020-01-13 | 1 | -24/+13 |
* | mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations | Vlastimil Babka | 2020-01-13 | 1 | -19/+5 |
* | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner | 2019-12-01 | 1 | -1/+1 |
* | mm/page_alloc.c: print reserved_highatomic info | lijiazi | 2019-12-01 | 1 | -0/+2 |
* | mm, pcp: share common code between memory hotplug and percpu sysctl handler | Mel Gorman | 2019-12-01 | 1 | -11/+12 |
* | mm/page_alloc: add alloc_contig_pages() | Anshuman Khandual | 2019-12-01 | 1 | -0/+101 |
* | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE | David Hildenbrand | 2019-12-01 | 1 | -2/+2 |
* | mm/page_alloc.c: don't set pages PageReserved() when offlining | David Hildenbrand | 2019-12-01 | 1 | -4/+1 |
* | mm/page_alloc.c: ratelimit allocation failure warnings more aggressively | Johannes Weiner | 2019-11-06 | 1 | -6/+1 |
* | mm, meminit: recalculate pcpu batch and high limits after init completes | Mel Gorman | 2019-11-06 | 1 | -2/+8 |
* | mm, hugetlb: allow hugepage allocations to reclaim as needed | David Rientjes | 2019-10-14 | 1 | -2/+4 |
* | mm/page_alloc.c: fix a crash in free_pages_prepare() | Qian Cai | 2019-10-07 | 1 | -1/+7 |
* | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds | 2019-09-28 | 1 | -0/+22 |
|\ |
|
| * | mm, page_alloc: avoid expensive reclaim when compaction may not succeed | David Rientjes | 2019-09-28 | 1 | -0/+22 |
* | | mm: move mem_cgroup_uncharge out of __page_cache_release() | Yang Shi | 2019-09-24 | 1 | -0/+1 |
* | | mm: thp: extract split_queue_* into a struct | Yang Shi | 2019-09-24 | 1 | -3/+5 |
* | | mm, compaction: raise compaction priority after it withdrawns | Vlastimil Babka | 2019-09-24 | 1 | -4/+12 |
* | | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 2019-09-24 | 1 | -1/+1 |
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-09-21 | 1 | -1/+1 |
|\ \ |
|
| * | | memremap: remove the dev field in struct dev_pagemap | Christoph Hellwig | 2019-08-20 | 1 | -1/+1 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-09-16 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | sched/topology: Improve load balancing on AMD EPYC systems | Matt Fleming | 2019-09-03 | 1 | -1/+1 |
| |/ |
|
* / | mm, page_alloc: move_freepages should not examine struct page of reserved memory | David Rientjes | 2019-08-24 | 1 | -15/+4 |
|/ |
|
* | mm/sparsemem: support sub-section hotplug | Dan Williams | 2019-07-18 | 1 | -1/+1 |
* | mm: kill is_dev_zone() helper | Dan Williams | 2019-07-18 | 1 | -1/+1 |
* | mm/sparsemem: add helpers track active portions of a section at boot | Dan Williams | 2019-07-18 | 1 | -2/+8 |
* | mm/sparsemem: introduce struct mem_section_usage | Dan Williams | 2019-07-18 | 1 | -1/+1 |
* | mm/vmscan.c: add a new member reclaim_state in struct shrink_control | Yafang Shao | 2019-07-16 | 1 | -4/+0 |
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-07-14 | 1 | -7/+6 |
|\ |
|
| * | mm: simplify ZONE_DEVICE page private data | Christoph Hellwig | 2019-07-02 | 1 | -4/+4 |
| * | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag | Christoph Hellwig | 2019-07-02 | 1 | -3/+2 |
* | | mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options | Alexander Potapenko | 2019-07-12 | 1 | -7/+64 |
* | | mm/large system hash: clear hashdist when only one node with memory is booted | Nicholas Piggin | 2019-07-12 | 1 | -13/+18 |
* | | mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist | Nicholas Piggin | 2019-07-12 | 1 | -7/+9 |
* | | mm, debug_pagealloc: use a page type instead of page_ext flag | Vlastimil Babka | 2019-07-12 | 1 | -34/+6 |
* | | mm, page_alloc: more extensive free page checking with debug_pagealloc | Vlastimil Babka | 2019-07-12 | 1 | -10/+43 |
* | | mm, debug_pagelloc: use static keys to enable debugging | Vlastimil Babka | 2019-07-12 | 1 | -6/+17 |
* | | mm: remove the exporting of totalram_pages | Denis Efremov | 2019-07-12 | 1 | -2/+0 |
* | | mm/page_alloc.c: fix regression with deferred struct page init | Juergen Gross | 2019-07-05 | 1 | -1/+2 |
|/ |
|
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | mm: maintain randomization of page free lists | Dan Williams | 2019-05-14 | 1 | -2/+9 |