summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)Author
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
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-06-23mm: pass nid to reserve_bootmem_region()Yajun Deng
2023-06-19mm: page_alloc: make compound_page_dtors staticMiaohe Lin
2023-06-19mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)
2023-06-19mm: remove unused vma_init_lock()YueHaibing
2023-06-19mm/folio: replace set_compound_order with folio_set_orderTarun Sahu
2023-06-19mm: remove set_compound_page_dtor()Sidhartha Kumar
2023-06-19mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins