summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-18fs/dax: fix folio splitting issue by resetting old folio order + _nr_pagesDavid Hildenbrand1-0/+17
2025-04-03Merge tag 'mm-stable-2025-04-02-22-07' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
2025-04-02Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+2
2025-04-02mseal sysmap: kernel config and header changeJeff Xu1-0/+10
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-119/+212
2025-03-31Merge tag 'trace-ringbuffer-v6.15-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-0/+5
2025-03-28mm/memblock: Add reserved memory release functionMasami Hiramatsu (Google)1-0/+1
2025-03-27Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-23/+0
2025-03-24Merge tag 'vfs-6.15-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-03-18Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+7
2025-03-18arch, mm: introduce arch_mm_preinitMike Rapoport (Microsoft)1-0/+1
2025-03-18arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-1/+0
2025-03-18arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-11/+0
2025-03-18mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-21/+22
2025-03-18mm: move _entire_mapcount in folio to page[2] on 32bitDavid Hildenbrand1-0/+2
2025-03-18mm: move _pincount in folio to page[2] on 32bitDavid Hildenbrand1-2/+9
2025-03-18mm: let _folio_nr_pages overlay memcg_data in first tail pageDavid Hildenbrand1-2/+2
2025-03-18mm: factor out large folio handling from folio_nr_pages() into folio_large_nr...David Hildenbrand1-12/+16
2025-03-18mm: factor out large folio handling from folio_order() into folio_large_order()David Hildenbrand1-4/+9
2025-03-18fs/dax: properly refcount fs dax pagesAlistair Popple1-25/+2
2025-03-18mm/gup: don't allow FOLL_LONGTERM pinning of FS DAX pagesAlistair Popple1-0/+7
2025-03-18mm/memory: add vmf_insert_page_mkwrite()Alistair Popple1-0/+2
2025-03-17mm/sparse: add vmemmap_*_hvo functionsFrank van der Linden1-1/+8
2025-03-17mm/sparse: allow for alternate vmemmap section init at bootFrank van der Linden1-0/+1
2025-03-17mm/bootmem_info: export register_page_bootmem_memmapFrank van der Linden1-3/+0
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-3/+1
2025-03-17mm: prepare lock_vma_under_rcu() for vma reuse possibilitySuren Baghdasaryan1-4/+8
2025-03-17mm: remove extra vma_numab_state_init() callSuren Baghdasaryan1-1/+0
2025-03-17mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-43/+85
2025-03-17mm: uninline the main body of vma_start_write()Suren Baghdasaryan1-9/+3
2025-03-17mm: allow vma_start_read_locked/vma_start_read_locked_nested to failSuren Baghdasaryan1-2/+4
2025-03-17mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-0/+14
2025-03-17mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-7/+20
2025-03-17mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-12/+16
2025-03-17mm: introduce vma_start_read_locked{_nested} helpersSuren Baghdasaryan1-0/+24
2025-03-17mm: decline to manipulate the refcount on a slab pageMatthew Wilcox (Oracle)1-1/+7
2025-03-13Revert "fsnotify: generate pre-content permission event on page fault"Amir Goldstein1-1/+0
2025-02-27mm: Provide address mask in struct follow_pfnmap_argsAlex Williamson1-0/+2
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik1-1/+1
2025-02-20mm: Add copy_remote_vm_str() for readng C strings from remote VMJordan Rome1-0/+5
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu1-6/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-2/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu1-11/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu1-2/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-2/+0
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-102/+27
2025-01-26mm: make mmap_region() internalLorenzo Stoakes1-3/+0
2025-01-26mm: introduce ctor/dtor at PGD levelKevin Brodsky1-0/+5
2025-01-26mm: move common part of pagetable_*_ctor to helperKevin Brodsky1-16/+12