summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
21 hoursmm: do file ownership checks with the proper mount idmapPedro Falcato
21 hoursmm: fix mmap errno value when MAP_DROPPABLE is not supportedAnthony Yznaga
21 hoursmm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)
21 hoursmm/swap: add cond_resched() in swap_reclaim_full_clusters to prevent softlockupZijiang Huang
21 hoursmm: swap_cgroup: fix NULL deref in lookup_swap_cgroup_id on swapless hostJose Fernandez (Anthropic)
21 hoursmm: shrinker: fix NULL pointer dereference in debugfsQi Zheng
21 hoursmm: shrinker: fix shrinker_info teardown race with expansionQi Zheng
21 hoursmm/shrinker: do not hold RCU lock in shrinker_debugfs_count_show()Shakeel Butt
21 hoursmm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park
21 hoursmm/khugepaged: write all dirty file folios when collapsingPedro Falcato
2026-06-09Merge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/s...Linus Torvalds
2026-06-03mm/mincore: handle non-swap entries before !CONFIG_SWAP guardUsama Arif
2026-06-03mm/list_lru: drain before clearing xarray entry on reparentShakeel Butt
2026-06-03mm/huge_memory: use correct flags for device private PMD entryLorenzo Stoakes
2026-06-03mm/damon/lru_sort: handle ctx allocation failureSeongJae Park
2026-06-03mm/damon/reclaim: handle ctx allocation failureSeongJae Park
2026-06-03mm/cma_sysfs: skip inactive CMA areas in sysfsKaitao Cheng
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-31userfaultfd: remove redundant check in vm_uffd_ops()Mike Rapoport (Microsoft)
2026-05-31userfaultfd: refuse to __mfill_atomic_pte() for unsupported VMAsMike Rapoport (Microsoft)
2026-05-31userfaultfd: verify VMA state across UFFDIO_COPY retryMike Rapoport (Microsoft)
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui
2026-05-31mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollbackMuchun Song
2026-05-31mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park
2026-05-30Merge tag 'fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-28mm/cma: fix reserved page leak on activation failureMuchun Song
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier
2026-05-28mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt
2026-05-28mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-25memblock: don't touch memblock arrays when memblock_free() is called lateMike Rapoport (Microsoft)
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-22Merge tag 'slab-for-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-05-21mm/vmalloc: do not trigger BUG() on BH disabled contextUladzislau Rezki (Sony)
2026-05-21mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_pageSunny Patel
2026-05-21mm: memcontrol: propagate NMI slab stats to memcg vmstatsAlexandre Ghiti
2026-05-21mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()SeongJae Park
2026-05-21mm/rmap: initialize nr_pages to 1 at loop start in try_to_unmap_oneDev Jain
2026-05-21memfd: deny writeable mappings when implying SEAL_WRITEPratyush Yadav (Google)
2026-05-21Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare"Lorenzo Stoakes
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-05-14mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()Qing Wang
2026-05-13mm/memory: fix spurious warning when unmapping device-private/exclusive pagesAlistair Popple
2026-05-13mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_sp...David Hildenbrand (Arm)