summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-09-13revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton
2023-09-13memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai
2023-09-13memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai
2023-09-13mm/memfd: sysctl: fix MEMFD_NOEXEC_SCOPE_NOEXEC_ENFORCEDJeff Xu
2023-09-13mm/vmalloc: add a safer version of find_vm_area() for debugJoel Fernandes (Google)
2023-09-13rcu: dump vmalloc memory info safelyZqiang
2023-09-13Multi-gen LRU: fix per-zone reclaimKalesh Singh
2023-09-13net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu
2023-09-13tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-30madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei
2023-08-30madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei
2023-08-30mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier
2023-08-30mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin
2023-08-30mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti
2023-08-30mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand
2023-08-30mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-08-30mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-30shmem: fix smaps BUG sleeping while atomicHugh Dickins
2023-08-16mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin
2023-08-16mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin
2023-08-16mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park
2023-08-16hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz
2023-08-16zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang
2023-08-11mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe
2023-08-11kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa
2023-08-11mm: kmem: fix a NULL pointer dereference in obj_stock_flush_required()Roman Gushchin
2023-08-11Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz
2023-08-11mm: lock_vma_under_rcu() must check vma->anon_vma under vma lockJann Horn
2023-08-03mm/mempolicy: Take VMA lock before replacing policyJann Horn
2023-08-03mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar
2023-08-03mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn
2023-07-27mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()Liam R. Howlett
2023-07-23mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse
2023-07-23kasan: fix type cast in memory_is_poisoned_nAndrey Konovalov
2023-07-23kasan, slub: fix HW_TAGS zeroing with slub_debugAndrey Konovalov
2023-07-23kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann
2023-07-23kasan: add kasan_tag_mismatch prototypeArnd Bergmann
2023-07-19shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfsRoberto Sassu
2023-07-19mm/damon/ops-common: atomically test and clear young on ptes and pmdsRyan Roberts
2023-07-19mm/mglru: make memcg_lru->lock irq safeYu Zhao
2023-07-19writeback: account the number of pages written backMatthew Wilcox (Oracle)
2023-07-19splice: Fix filemap_splice_read() to use the correct inodeDavid Howells
2023-07-11mm: call arch_swap_restore() from do_swap_page()Peter Collingbourne
2023-07-11mm: lock newly mapped VMA with corrected orderingHugh Dickins
2023-07-11mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan
2023-07-11mm: lock a vma before stack expansionSuren Baghdasaryan
2023-07-05hugetlb: revert use of page_cache_next_miss()Mike Kravetz
2023-07-05xtensa: fix lock_mm_and_find_vma in case VMA not foundMax Filippov
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds
2023-07-01mm/khugepaged: fix regression in collapse_file()Hugh Dickins