Age | Commit message (Expand) | Author |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-05-13 | mm: add folio_mapping_flags() | Matthew Wilcox (Oracle) |
2022-05-09 | fs: Remove last vestiges of releasepage | Matthew Wilcox (Oracle) |
2022-05-09 | mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages | David Hildenbrand |
2022-04-28 | mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP* | Muchun Song |
2022-04-28 | mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled* | Muchun Song |
2022-03-24 | mm: delete __ClearPageWaiters() | Hugh Dickins |
2022-03-22 | mm/migrate: fix race between lock page and clear PG_Isolated | andrew.yang |
2022-03-22 | mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key | Muchun Song |
2022-03-22 | mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page | Muchun Song |
2022-01-18 | Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-01-15 | mm/hwpoison: fix unpoison_memory() | Naoya Horiguchi |
2022-01-15 | mm: fix boolreturn.cocci warning | Changcheng Deng |
2022-01-06 | mm: Remove slab from struct page | Matthew Wilcox (Oracle) |
2022-01-02 | mm/doc: Add documentation for folio_test_uptodate | Matthew Wilcox (Oracle) |
2021-11-17 | mm: Remove folio_test_single | Matthew Wilcox (Oracle) |
2021-11-17 | mm: Rename folio_test_multi to folio_test_large | Matthew Wilcox (Oracle) |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | mm: fix data race in PagePoisoned() | Marco Elver |
2021-11-01 | mm: fix mismerge of folio page flag manipulators | Linus Torvalds |
2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2021-10-28 | mm: filemap: check if THP has hwpoisoned subpage for PMD page fault | Yang Shi |
2021-10-18 | mm/writeback: Add folio_start_writeback() | Matthew Wilcox (Oracle) |
2021-10-18 | mm/writeback: Add __folio_end_writeback() | Matthew Wilcox (Oracle) |
2021-09-27 | mm: Add folio flag manipulation functions | Matthew Wilcox (Oracle) |
2021-09-27 | mm: Introduce struct folio | Matthew Wilcox (Oracle) |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-09-08 | mm/idle_page_tracking: make PG_idle reusable | SeongJae Park |
2021-09-08 | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) | Muchun Song |
2021-09-04 | mm, slub: do initial checks in ___slab_alloc() with irqs enabled | Vlastimil Babka |
2021-08-02 | KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap() | Marc Zyngier |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-30 | mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag... | David Hildenbrand |
2021-06-30 | fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi... | David Hildenbrand |
2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-06-29 | mm: make compound_head const-preserving | Matthew Wilcox (Oracle) |
2021-06-04 | kasan: disable freed user page poisoning with HW tags | Peter Collingbourne |
2021-02-26 | mm: page-flags.h: Typo fix (It -> If) | Guo Ren |
2021-02-24 | hugetlb: convert page_huge_active() HPageMigratable flag | Mike Kravetz |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-12-15 | mm/lru: introduce TestClearPageLRU() | Alex Shi |
2020-12-15 | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-12-15 | mm/page-flags: fix comment | Matthew Wilcox (Oracle) |
2020-12-15 | include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivate | Miaohe Lin |
2020-12-02 | mm: Convert page kmemcg type to a page memcg flag | Roman Gushchin |
2020-10-16 | mm,hwpoison: rework soft offline for in-use pages | Oscar Salvador |
2020-10-16 | mm,hwpoison: rework soft offline for free pages | Oscar Salvador |
2020-10-13 | mm: simplify PageDoubleMap with PF_SECOND policy | Matthew Wilcox (Oracle) |