summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* kasan: add kasan_tag_mismatch prototypeArnd Bergmann2023-07-231-0/+3
* mm/mmap: Fix extra maple tree writeLiam R. Howlett2023-07-191-1/+2
* shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu2023-07-191-1/+1
* mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts2023-07-194-16/+12
* mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()Suren Baghdasaryan2023-07-191-1/+1
* mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne2023-07-191-0/+7
* xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov2023-07-051-1/+6
* xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2023-07-011-0/+11
* mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-07-014-39/+116
* mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-07-013-19/+36
* arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-07-011-1/+1
* mm: make the page fault mmap locking killableLinus Torvalds2023-07-011-4/+2
* mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-07-012-0/+125
* mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck2023-07-011-1/+3
* mm, hwpoison: try to recover from copy-on write faultsTony Luck2023-07-011-10/+20
* mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse2023-07-011-1/+3
* mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett2023-07-011-19/+14
* memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-281-1/+2
* mm: Fix copy_from_user_nofault().Alexei Starovoitov2023-06-282-6/+12
* zswap: do not shrink if cgroup may not zswapNhat Pham2023-06-211-2/+9
* mm: page_table_check: Ensure user pages are not slab pagesRuihan Li2023-06-141-0/+6
* mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li2023-06-141-0/+1
* mm: fix zswap writeback race conditionDomenico Cerasuolo2023-05-241-0/+16
* mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes2023-05-111-1/+3
* kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland2023-05-111-2/+2
* mm: do not reclaim private data from pinned pageJan Kara2023-05-111-0/+10
* mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett2023-05-011-62/+53
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-261-0/+16
* mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett2023-04-261-5/+43
* mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-261-0/+3
* mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2023-04-262-10/+23
* mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-262-10/+49
* mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi2023-04-261-2/+3
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand2023-04-261-2/+12
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-261-2/+10
* mm: enable maple tree RCU mode by default.Liam R. Howlett2023-04-131-1/+2
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-131-1/+15
* mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu2023-04-131-2/+12
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-131-1/+2
* mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-131-3/+5
* mm: kfence: fix handling discontiguous pageMuchun Song2023-04-131-2/+2
* mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-04-131-15/+15
* mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-301-2/+9
* Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-301-1/+2
* kfence: avoid passing -g for testMarco Elver2023-03-301-1/+1
* mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-301-2/+8
* mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-301-1/+1
* mm: teach mincore_hugetlb about pte markersJames Houghton2023-03-221-1/+1
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-221-2/+4