Age | Commit message (Expand) | Author |
2020-05-07 | mm: limit boost_watermark on small zones | Henry Willard |
2020-05-07 | mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous() | David Hildenbrand |
2020-04-10 | mm/page_alloc: make pcpu_drain_mutex and pcpu_drain static | Jason Yan |
2020-04-10 | mm/page_alloc.c: fix kernel-doc warning | Randy Dunlap |
2020-04-07 | mm: introduce Reported pages | Alexander Duyck |
2020-04-07 | mm: add function __putback_isolated_page | Alexander Duyck |
2020-04-07 | mm: use zone and order instead of free area in free_list manipulators | Alexander Duyck |
2020-04-07 | mm: adjust shuffle code to allow for future coalescing | Alexander Duyck |
2020-04-02 | mm,thp,compaction,cma: allow THP migration for CMA allocations | Rik van Riel |
2020-04-02 | mm,compaction,cma: add alloc_contig flag to compact_control | Rik van Riel |
2020-04-02 | mm/page_alloc: simplify page_is_buddy() for better code readability | chenqiwu |
2020-04-02 | mm/page_alloc.c: micro-optimisation Remove unnecessary branch | Mateusz Nosek |
2020-04-02 | mm/page_alloc.c: use free_area_empty() instead of open-coding | chenqiwu |
2020-04-02 | mm, pagealloc: micro-optimisation: save two branches on hot page allocation path | Mateusz Nosek |
2020-04-02 | mm/page_alloc: increase default min_free_kbytes bound | Joel Savitz |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin |
2020-04-02 | mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages | John Hubbard |
2020-04-02 | revert "topology: add support for node_to_mem_node() to determine the fallbac... | Vlastimil Babka |
2020-02-04 | mm/memmap_init: update variable name in memmap_init_zone | Aneesh Kumar K.V |
2020-02-04 | mm: factor out next_present_section_nr() | David Hildenbrand |
2020-02-04 | mm/page_alloc: fix and rework pfn handling in memmap_init_zone() | David Hildenbrand |
2020-02-04 | mm/page_alloc.c: initialize memmap of unavailable memory directly | David Hildenbrand |
2020-02-04 | mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section | David Hildenbrand |
2020-01-31 | mm/page_isolation: fix potential warning from user | Qian Cai |
2020-01-31 | mm/hotplug: silence a lockdep splat with printk() | Qian Cai |
2020-01-31 | mm: remove "count" parameter from has_unmovable_pages() | David Hildenbrand |
2020-01-31 | mm/page_alloc: skip non present sections on zone initialization | Kirill A. Shutemov |
2020-01-13 | mm, debug_pagealloc: don't rely on static keys too early | Vlastimil Babka |
2020-01-13 | mm, thp: tweak reclaim/compaction effort of local-only and all-node allocations | Vlastimil Babka |
2019-12-01 | mm: clean up and clarify lruvec lookup procedure | Johannes Weiner |
2019-12-01 | mm/page_alloc.c: print reserved_highatomic info | lijiazi |
2019-12-01 | mm, pcp: share common code between memory hotplug and percpu sysctl handler | Mel Gorman |
2019-12-01 | mm/page_alloc: add alloc_contig_pages() | Anshuman Khandual |
2019-12-01 | mm/page_isolation.c: convert SKIP_HWPOISON to MEMORY_OFFLINE | David Hildenbrand |
2019-12-01 | mm/page_alloc.c: don't set pages PageReserved() when offlining | David Hildenbrand |
2019-11-06 | mm/page_alloc.c: ratelimit allocation failure warnings more aggressively | Johannes Weiner |
2019-11-06 | mm, meminit: recalculate pcpu batch and high limits after init completes | Mel Gorman |
2019-10-14 | mm, hugetlb: allow hugepage allocations to reclaim as needed | David Rientjes |
2019-10-07 | mm/page_alloc.c: fix a crash in free_pages_prepare() | Qian Cai |
2019-09-28 | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds |
2019-09-28 | mm, page_alloc: avoid expensive reclaim when compaction may not succeed | David Rientjes |
2019-09-24 | mm: move mem_cgroup_uncharge out of __page_cache_release() | Yang Shi |
2019-09-24 | mm: thp: extract split_queue_* into a struct | Yang Shi |
2019-09-24 | mm, compaction: raise compaction priority after it withdrawns | Vlastimil Babka |
2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds |
2019-09-16 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-09-03 | sched/topology: Improve load balancing on AMD EPYC systems | Matt Fleming |
2019-08-24 | mm, page_alloc: move_freepages should not examine struct page of reserved memory | David Rientjes |
2019-08-20 | memremap: remove the dev field in struct dev_pagemap | Christoph Hellwig |