summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds
2023-07-01gup: add warning if some caller would seem to want stack expansionLinus Torvalds
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-07-01mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse
2023-07-01mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett
2023-06-28mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett
2023-06-28mm/vmalloc: do not output a spurious warning when huge vmalloc() failsLorenzo Stoakes
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu
2023-06-28mm: Fix copy_from_user_nofault().Alexei Starovoitov
2023-06-21mm/gup_test: fix ioctl fail for compat taskHaibo Li
2023-06-21mm/damon/core: fix divide error in damon_nr_accesses_to_accesses_bp()Kefeng Wang
2023-06-21zswap: do not shrink if cgroup may not zswapNhat Pham
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li
2023-06-14mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li
2023-05-30mm/vmemmap/devdax: fix kernel crash when probing devdax devicesAneesh Kumar K.V
2023-05-30zsmalloc: move LRU update from zs_map_object() to zs_malloc()Nhat Pham
2023-05-24mm: fix zswap writeback race conditionDomenico Cerasuolo
2023-05-11mm/hugetlb: fix uffd-wp during fork()Peter Xu
2023-05-11mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes
2023-05-11kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland
2023-05-11mm: do not reclaim private data from pinned pageJan Kara
2023-05-01mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka
2023-04-18mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko
2023-04-18mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-04-16writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett
2023-04-16mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi
2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett
2023-04-16mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu
2023-04-16mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand
2023-04-16mm: swap: fix performance regression on sparsetruncate-tinyQi Zheng
2023-04-05mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang
2023-04-05mm: take a page reference when removing device exclusive entriesAlistair Popple
2023-04-05mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao
2023-04-05mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-03-28mm: kfence: fix handling discontiguous pageMuchun Song
2023-03-28mm: kfence: fix PG_slab and memcg_data clearingMuchun Song
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-23kfence: avoid passing -g for testMarco Elver
2023-03-23mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song
2023-03-23Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne