summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
5 daysmm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
5 daysmm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
5 daysmm/shmem, swap: improve cached mTHP handling and fix potential hangKairui Song1-9/+30
5 daysmm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
5 daysmm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()David Hildenbrand1-4/+3
5 daysmm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
5 daysuserfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
5 daysmm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
10 daysmm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-2/+1
10 daysmm: shmem: fix the shmem large folio allocation for the i915 driverBaolin Wang1-2/+2
10 daysmm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swa...Kemeng Shi1-1/+1
10 daysmm: swap: fix potential buffer overflow in setup_clusters()Kemeng Shi1-3/+7
10 daysmm: swap: correctly use maxpages in swapon syscall to avoid potential deadloopKemeng Shi1-27/+26
10 daysmm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
10 daysslub: Fix a documentation build error for krealloc()Jonathan Corbet1-5/+5
2025-08-01mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=nHarry Yoo1-0/+3
2025-08-01mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu2-0/+12
2025-08-01kasan: use vmalloc_dump_obj() for vmalloc error reportsMarco Elver1-1/+3
2025-08-01mm/ksm: fix -Wsometimes-uninitialized from clang-21 in advisor_mode_show()Nathan Chancellor1-3/+3
2025-07-17mm/damon: fix divide by zero in damon_get_intervals_score()Honggyu Kim1-0/+1
2025-07-17mm/damon/core: handle damon_call_control as normal under kdmond deactivationSeongJae Park1-4/+3
2025-07-17mm/rmap: fix potential out-of-bounds page table access during batched unmapLance Yang1-18/+28
2025-07-17mm/vmalloc: leave lazy MMU mode on PTE mapping errorAlexander Gordeev1-7/+15
2025-07-17kasan: remove kasan_find_vm_area() to prevent possible deadlockYeoreum Yun1-43/+2
2025-07-10mm/vmalloc: fix data race in show_numa_info()Jeongjun Park1-28/+35
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg1-8/+1
2025-07-06mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"David Hildenbrand1-4/+10
2025-07-06mm/shmem, swap: fix softlockup with mTHP swapinKairui Song3-21/+28
2025-07-06mm: userfaultfd: fix race of userfaultfd_move and swap cacheKairui Song1-2/+31
2025-07-06mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on writeSeongJae Park1-0/+1
2025-06-27mm/madvise: handle madvise_lock() failure during race unwindingSeongJae Park1-1/+4
2025-06-27Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)1-37/+3
2025-06-27mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-18/+4
2025-06-27mm: close theoretical race where stale TLB entries could lingerRyan Roberts1-0/+2
2025-06-27mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast raceJann Horn1-0/+7
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn2-16/+51
2025-06-27mm: fix uprobe pte be overwritten when expanding vmaPu Lehui2-3/+24
2025-06-27mm: fix ratelimit_pages update error in dirty_ratio_handler()Jinliang Zheng1-1/+1
2025-06-27fs: add S_ANON_INODEChristian Brauner1-4/+16
2025-06-19mm/filemap: use filemap_end_dropbehind() for read invalidationJens Axboe1-4/+3
2025-06-19mm/filemap: gate dropbehind invalidate on folio !dirty && !writebackJens Axboe1-2/+11
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen1-6/+2
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds9-35/+137
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo Cañuelo Navarro3-3/+17
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb f...Ge Yang1-0/+8
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-25mm/cma: make detection of highmem_start more robustMike Rapoport (Microsoft)1-1/+4
2025-05-20kasan: avoid sleepable page allocation from atomic contextAlexander Gordeev1-14/+78