summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
2024-03-22Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-06mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)
2024-03-04mm: remove total_mapcount()David Hildenbrand
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal
2024-02-22mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang
2024-01-24mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-12mm: fix VMA heap bounds checkingKefeng Wang
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-12-10fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang
2023-10-25mm: make finish_mkwrite_fault() staticKefeng Wang
2023-10-25mm: add folio_xchg_last_cpupid()Kefeng Wang
2023-10-25mm: remove xchg_page_access_time()Kefeng Wang
2023-10-25mm: add folio_xchg_access_time()Kefeng Wang
2023-10-25mm: remove page_cpupid_last()Kefeng Wang
2023-10-25mm: add folio_last_cpupid()Kefeng Wang
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes
2023-10-16mm: memory: add vm_normal_folio_pmd()Kefeng Wang
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-03mm: Remove unused vm_brk()Kees Cook
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)