summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-6/+0
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand1-3/+9
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov1-2/+2
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-4/+4
2023-12-13mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-11mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar1-0/+26
2023-12-11fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+2
2023-12-11fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang1-0/+11
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-0/+1
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-46/+130
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-10-31Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2023-10-26mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-1/+1
2023-10-26mm: remove page_cpupid_xchg_last()Kefeng Wang1-12/+7
2023-10-26mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+0
2023-10-26mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-26mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-26mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-26mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-26mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2023-10-19mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-0/+11
2023-10-19mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-9/+0
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+60
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-3/+9
2023-10-19mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+0
2023-10-17mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+2
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman1-2/+2
2023-10-07mm: add statistics for PUD level pagetableBaolin Wang1-0/+16
2023-10-04efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter1-0/+7
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)1-1/+1
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik1-8/+0
2023-10-04mm: Remove unused vm_brk()Kees Cook1-2/+1
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-2/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+39
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+18
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-9/+1
2023-08-25mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+2
2023-08-25mm: handle userfaults under VMA lockSuren Baghdasaryan1-0/+20
2023-08-25mm: handle swap page faults under per-VMA lockSuren Baghdasaryan1-0/+13
2023-08-22mm: free up a word in the first tail pageMatthew Wilcox (Oracle)1-5/+5
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)1-13/+0
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)1-4/+0
2023-08-22mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)1-10/+0
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)1-2/+0
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-6/+15
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)1-20/+0
2023-08-21mm: create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}Vishal Moola (Oracle)1-14/+42
2023-08-21mm: convert ptlock_free() to use ptdescsVishal Moola (Oracle)1-5/+5