summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-09-13net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu1-0/+8
2023-09-13tmpfs: verify {g,u}id mount options correctlyChristian Brauner1-4/+24
2023-08-30madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-2/+2
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin1-4/+7
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti1-0/+4
2023-08-30shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-23hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz1-24/+51
2023-08-23zsmalloc: allow only one active pool compaction contextSergey Senozhatsky1-0/+12
2023-08-23zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang1-5/+9
2023-08-23zsmalloc: consolidate zs_pool's migrate_lock and size_class's locksNhat Pham1-50/+37
2023-08-11mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin1-9/+10
2023-07-23kasan: add kasan_tag_mismatch prototypeArnd Bergmann1-0/+3
2023-07-19mm/mmap: Fix extra maple tree writeLiam R. Howlett1-1/+2
2023-07-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu1-1/+1
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts4-16/+12
2023-07-19mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()Suren Baghdasaryan1-1/+1
2023-07-19mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne1-0/+7
2023-07-05xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov1-1/+6
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds1-0/+11
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds4-39/+116
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett3-19/+36
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2-0/+125
2023-07-01mm, hwpoison: when copy-on-write hits poison, take page offlineTony Luck1-1/+3
2023-07-01mm, hwpoison: try to recover from copy-on write faultsTony Luck1-10/+20
2023-07-01mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-1/+3
2023-07-01mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-19/+14
2023-06-28memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu1-1/+2
2023-06-28mm: Fix copy_from_user_nofault().Alexei Starovoitov2-6/+12
2023-06-21zswap: do not shrink if cgroup may not zswapNhat Pham1-2/+9
2023-06-14mm: page_table_check: Ensure user pages are not slab pagesRuihan Li1-0/+6
2023-06-14mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li1-0/+1
2023-05-24mm: fix zswap writeback race conditionDomenico Cerasuolo1-0/+16
2023-05-11mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes1-1/+3
2023-05-11kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland1-2/+2
2023-05-11mm: do not reclaim private data from pinned pageJan Kara1-0/+10
2023-05-01mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-62/+53
2023-04-26mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-26mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-26mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-26mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23
2023-04-26mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-26mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-26mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-26writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-2/+10
2023-04-13mm: enable maple tree RCU mode by default.Liam R. Howlett1-1/+2
2023-04-13mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-13mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12