Age | Commit message (Expand) | Author |
2024-09-03 | mm: introduce page_mapcount_is_type() | Matthew Wilcox (Oracle) |
2024-09-01 | mm: remove legacy install_special_mapping() code | Linus Torvalds |
2024-09-01 | mm: rework accept memory helpers | Kirill A. Shutemov |
2024-09-01 | mm: remove follow_page() | David Hildenbrand |
2024-09-01 | mm: clarify folio_likely_mapped_shared() documentation for KSM folios | David Hildenbrand |
2024-09-01 | mm: move internal core VMA manipulation functions to own file | Lorenzo Stoakes |
2024-09-01 | mm: move vma_shrink(), vma_expand() to internal header | Lorenzo Stoakes |
2024-09-01 | mm: move vma_modify() and helpers to internal header | Lorenzo Stoakes |
2024-09-01 | s390/uv: drop arch_make_page_accessible() | David Hildenbrand |
2024-09-01 | mm: simplify arch_make_folio_accessible() | David Hildenbrand |
2024-09-01 | mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options | David Hildenbrand |
2024-09-01 | memory tiering: introduce folio_use_access_time() check | Zi Yan |
2024-08-15 | mm/hugetlb: fix hugetlb vs. core-mm PT locking | David Hildenbrand |
2024-07-26 | alloc_tag: outline and export free_reserved_page() | Suren Baghdasaryan |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados |
2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-07-19 | mm: add MAP_DROPPABLE for designating always lazily freeable mappings | Jason A. Donenfeld |
2024-07-18 | Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds |
2024-07-18 | Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-07-15 | Merge branch 'slab/for-6.11/buckets' into slab/for-next | Vlastimil Babka |
2024-07-12 | mm/gup: introduce memfd_pin_folios() for pinning memfd folios | Vivek Kasireddy |
2024-07-12 | mm/gup: introduce unpin_folio/unpin_folios helpers | Vivek Kasireddy |
2024-07-06 | mm: add folio_mc_copy() | Kefeng Wang |
2024-07-03 | mm: memory: convert clear_huge_page() to folio_zero_user() | Kefeng Wang |
2024-07-03 | mm: remove page_mkclean() | Kefeng Wang |
2024-07-03 | mm: remove page_maybe_dma_pinned() | Kefeng Wang |
2024-07-03 | mm/mm_init: initialize page->_mapcount directly in __init_single_page() | David Hildenbrand |
2024-07-03 | mm: update _mapcount and page_type documentation | David Hildenbrand |
2024-07-03 | mm/memory-failure: move some function declarations into internal.h | Miaohe Lin |
2024-07-03 | mm/memory-failure: remove MF_MSG_SLAB | Miaohe Lin |
2024-07-03 | fs/proc: move page_mapcount() to fs/proc/internal.h | David Hildenbrand |
2024-07-03 | mm/memory-failure: improve memory failure action_result messages | Jane Chu |
2024-07-03 | mm: drop page_index and simplify folio_index | Kairui Song |
2024-06-24 | /proc/pid/smaps: add mseal info for vma | Jeff Xu |
2024-06-19 | mm/memblock: Add "reserve_mem" to reserved named memory at boot up | Steven Rostedt (Google) |
2024-06-15 | Revert "mm: init_mlocked_on_free_v3" | David Hildenbrand |
2024-05-31 | mm: Reduce the number of slab->folio casts | Matthew Wilcox (Oracle) |
2024-05-05 | mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs() | Matthew Wilcox (Oracle) |
2024-05-05 | mm: remove put_devmap_managed_page() | Matthew Wilcox (Oracle) |
2024-05-05 | mm/memory-failure: convert shake_page() to shake_folio() | Matthew Wilcox (Oracle) |
2024-05-05 | mm: make folio_mapcount() return 0 for small typed folios | David Hildenbrand |
2024-05-05 | mm: improve folio_likely_mapped_shared() using the mapcount of large folios | David Hildenbrand |
2024-05-05 | mm: track mapcount of large folios in single value | David Hildenbrand |
2024-05-05 | mm: allow for detecting underflows with page_mapcount() again | David Hildenbrand |
2024-05-05 | mm: pass VMA instead of MM to follow_pte() | David Hildenbrand |
2024-05-05 | mm/mmap: make vma_wants_writenotify return bool | Hao Ge |
2024-04-25 | mm: inline destroy_large_folio() into __folio_put_large() | Matthew Wilcox (Oracle) |
2024-04-25 | mm: init_mlocked_on_free_v3 | York Jasper Niebuhr |
2024-04-25 | mm: take placement mappings gap into account | Rick Edgecombe |