aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
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)
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei
2023-08-24mm: handle userfaults under VMA lockSuren Baghdasaryan
2023-08-24mm: handle swap page faults under per-VMA lockSuren Baghdasaryan
2023-08-21mm: free up a word in the first tail pageMatthew Wilcox (Oracle)
2023-08-21mm: add large_rmappable page flagMatthew Wilcox (Oracle)
2023-08-21mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)
2023-08-21mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)
2023-08-21mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)
2023-08-21mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}Vishal Moola (Oracle)
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)