summaryrefslogtreecommitdiff
path: root/include/linux/mm.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21mm: convert pmd_ptlock_free() to use ptdescsVishal Moola (Oracle)1-5/+5
2023-08-21mm: convert ptlock_init() to use ptdescsVishal Moola (Oracle)1-7/+7
2023-08-21mm: convert pmd_ptlock_init() to use ptdescsVishal Moola (Oracle)1-5/+5
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)1-7/+7
2023-08-21mm: convert ptlock_alloc() to use ptdescsVishal Moola (Oracle)1-3/+3
2023-08-21mm: convert pmd_pgtable_page() callers to use pmd_ptdesc()Vishal Moola (Oracle)1-2/+2
2023-08-21mm: add utility functions for ptdescVishal Moola (Oracle)1-0/+61
2023-08-21mm: move dummy_vm_ops out of a headerMateusz Guzik1-3/+3
2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan1-3/+7
2023-08-21mm: for !CONFIG_PER_VMA_LOCK equate write lock assertion for vma and mmapSuren Baghdasaryan1-1/+2
2023-08-21mm: factor out VMA stack and heap checksKefeng Wang1-0/+25
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-6/+15
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+1
2023-08-18mm/vmemmap: improve vmemmap_can_optimize and allow architectures to overrideAneesh Kumar K.V1-4/+23
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)1-0/+6
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett1-2/+2
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn1-0/+5
2023-08-18mm: fix obsolete function name above debug_pagealloc_enabled_static()Miaohe Lin1-2/+2
2023-08-18mm: move is_ioremap_addr() into new header fileBaoquan He1-5/+0
2023-08-18mm: delete mmap_write_trylock() and vma_try_start_write()Hugh Dickins1-17/+0
2023-08-18mm: make show_free_areas() staticKefeng Wang1-12/+0
2023-08-18mm: remove arguments of show_mem()Kefeng Wang1-2/+2
2023-08-18mm: remove page_rmapping()ZhangPeng1-1/+0
2023-08-03x86/shstk: Move arch detail comment out of core mmRick Edgecombe1-26/+6
2023-08-02fs: rename and move block_page_mkwrite_returnChristoph Hellwig1-0/+18
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn1-6/+23
2023-07-12mm: Add guard pages around a shadow stack.Rick Edgecombe1-6/+48
2023-07-12mm: Introduce VM_SHADOW_STACK for shadow stack memoryYu-cheng Yu1-0/+8
2023-07-12mm: Move VM_UFFD_MINOR_BIT from 37 to 38Yu-cheng Yu1-1/+1
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-1/+2
2023-07-12mm: Make pte_mkwrite() take a VMARick Edgecombe1-1/+1
2023-07-03execve: always mark stack as growing down during early stack setupLinus Torvalds1-1/+3
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett1-2/+2
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-2/+3
2023-06-29Merge branch 'expand-stack'Linus Torvalds1-9/+7
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-95/+131
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-12/+4
2023-06-27Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+19
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-0/+2
2023-06-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-3/+7
2023-06-25mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+2
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng1-1/+2
2023-06-20mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+0
2023-06-20mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)1-13/+9
2023-06-20mm: remove unused vma_init_lock()YueHaibing1-1/+0
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-10/+0
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar1-10/+0
2023-06-20mm/pgtable: allow pte_offset_map[_lock]() to failHugh Dickins1-8/+19