aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+14
2024-03-06mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)1-4/+2
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)1-0/+7
2024-03-04mm: remove lru_to_page()Matthew Wilcox (Oracle)1-1/+0
2024-03-04mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)1-6/+10
2024-03-04mm: remove total_mapcount()David Hildenbrand1-8/+1
2024-02-24mm: Introduce new flag to indicate wc safeAnkit Agrawal1-0/+14
2024-02-22mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra1-0/+5
2024-02-21mm: convert mm_counter_file() to take a folioKefeng Wang1-4/+4
2024-02-21mm: convert mm_counter() to take a folioKefeng Wang1-3/+3
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-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-4/+4
2023-12-12mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-10mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar1-0/+26
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+2
2023-12-10fork: 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-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-46/+130
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+1
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-1/+1
2023-10-25mm: remove page_cpupid_xchg_last()Kefeng Wang1-12/+7
2023-10-25mm: make finish_mkwrite_fault() staticKefeng Wang1-1/+0
2023-10-25mm: add folio_xchg_last_cpupid()Kefeng Wang1-0/+5
2023-10-25mm: remove xchg_page_access_time()Kefeng Wang1-8/+4
2023-10-25mm: add folio_xchg_access_time()Kefeng Wang1-0/+5
2023-10-25mm: remove page_cpupid_last()Kefeng Wang1-11/+6
2023-10-25mm: add folio_last_cpupid()Kefeng Wang1-0/+5
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-7/+8
2023-10-18mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes1-0/+11
2023-10-18mm: make vma_merge() and split_vma() internalLorenzo Stoakes1-9/+0
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-0/+60
2023-10-18mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-3/+9
2023-10-18mm: make __access_remote_vm() staticLorenzo Stoakes1-2/+0
2023-10-16mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+2
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_pid_reset => ::pids_active_resetMel Gorman1-2/+2
2023-10-06mm: 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-03mm: 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/kernel/git/tip/tipLinus Torvalds1-8/+39
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+18
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-9/+1
2023-08-24mm: convert do_set_pte() to set_pte_range()Yin Fengwei1-1/+2
2023-08-24mm: handle userfaults under VMA lockSuren Baghdasaryan1-0/+20