summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
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)
2023-08-21mm: convert pmd_ptlock_free() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_ptlock_init() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()Vishal Moola (Oracle)
2023-08-21mm: add utility functions for ptdescVishal Moola (Oracle)
2023-08-21mm: move dummy_vm_ops out of a headerMateusz Guzik
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan
2023-08-21mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmapSuren Baghdasaryan
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn
2023-08-18mm: fix obsolete function name above debug_pagealloc_enabled_static()Miaohe Lin
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins
2023-08-18mm: make show_free_areas() staticKefeng Wang
2023-08-18mm: remove arguments of show_mem()Kefeng Wang
2023-08-18mm: remove page_rmapping()ZhangPeng
2023-08-02x86/shstk: Move arch detail comment out of core mmRick Edgecombe
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn
2023-07-11mm: Add guard pages around a shadow stack.Rick Edgecombe
2023-07-11mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu
2023-07-11mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe
2023-07-03execve: always mark stack as growing down during early stack setupLinus Torvalds
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett
2023-06-30xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds