summaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-221-1/+1
|\
| * mm: Change mmap_rnd_bits_max to __ro_after_initSami Tolvanen2024-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-0/+14
|\ \
| * | mm: Introduce new flag to indicate wc safeAnkit Agrawal2024-02-241-0/+14
| |/
* | mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)2024-03-061-4/+2
* | mm: add __dump_folio()Matthew Wilcox (Oracle)2024-03-061-0/+7
* | mm: remove lru_to_page()Matthew Wilcox (Oracle)2024-03-041-1/+0
* | mm: make folios_put() the basis of release_pages()Matthew Wilcox (Oracle)2024-03-041-6/+10
* | mm: remove total_mapcount()David Hildenbrand2024-03-041-8/+1
* | mm: add vma_assert_locked() for !CONFIG_PER_VMA_LOCKLokesh Gidra2024-02-221-0/+5
* | mm: convert mm_counter_file() to take a folioKefeng Wang2024-02-211-4/+4
* | mm: convert mm_counter() to take a folioKefeng Wang2024-02-211-3/+3
|/
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-0/+1
|\
| * mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-0/+1
* | mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand2023-12-291-6/+0
* | mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand2023-12-291-3/+9
* | mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov2023-12-291-2/+2
* | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-4/+4
|\ \
| * | mm: fix VMA heap bounds checkingKefeng Wang2023-12-121-4/+4
| |/
* | mm: use vmem_altmap code without CONFIG_ZONE_DEVICESumanth Korikkar2023-12-101-0/+26
* | fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)2023-12-101-1/+2
* | fork: use __mt_dup() to duplicate maple tree in dup_mmap()Peng Zhang2023-12-101-0/+11
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-46/+130
|\
| * mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-1/+1
| * mm: remove page_cpupid_xchg_last()Kefeng Wang2023-10-251-12/+7
| * mm: make finish_mkwrite_fault() staticKefeng Wang2023-10-251-1/+0
| * mm: add folio_xchg_last_cpupid()Kefeng Wang2023-10-251-0/+5
| * mm: remove xchg_page_access_time()Kefeng Wang2023-10-251-8/+4
| * mm: add folio_xchg_access_time()Kefeng Wang2023-10-251-0/+5
| * mm: remove page_cpupid_last()Kefeng Wang2023-10-251-11/+6
| * mm: add folio_last_cpupid()Kefeng Wang2023-10-251-0/+5
| * mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes2023-10-181-7/+8
| * mm: drop the assumption that VM_SHARED always implies writableLorenzo Stoakes2023-10-181-0/+11
| * mm: make vma_merge() and split_vma() internalLorenzo Stoakes2023-10-181-9/+0
| * mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-0/+60
| * mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes2023-10-181-3/+9
| * mm: make __access_remote_vm() staticLorenzo Stoakes2023-10-181-2/+0
| * mm: memory: add vm_normal_folio_pmd()Kefeng Wang2023-10-161-0/+2
| * mm: add statistics for PUD level pagetableBaolin Wang2023-10-061-0/+16
| * efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2023-10-041-0/+7
| * mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-1/+1
| * mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-041-8/+0
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-2/+0
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-2/+0
| |/
* | Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-301-2/+1
|\ \
| * | mm: Remove unused vm_brk()Kees Cook2023-10-031-2/+1
| |/
* / sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman2023-10-101-2/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-8/+39
|\
| * x86/shstk: Move arch detail comment out of core mmRick Edgecombe2023-08-021-26/+6
| * mm: Add guard pages around a shadow stack.Rick Edgecombe2023-07-111-6/+48