summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2025-09-13kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skippingJann Horn
2025-09-13mm/damon/sysfs: use dynamically allocated repeat mode damon_call_controlSeongJae Park
2025-09-13mm/damon/core: introduce damon_call_control->dealloc_on_cancelSeongJae Park
2025-09-13mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins
2025-09-13mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins
2025-09-13mm: revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"Hugh Dickins
2025-09-13mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins
2025-09-13mm/gup: check ref_count instead of lru before migrationHugh Dickins
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-12mm/hmm: properly take MMIO pathLeon Romanovsky
2025-09-12mm/hmm: migrate to physical address-based DMA mapping APILeon Romanovsky
2025-09-12kmsan: convert kmsan_handle_dma to use physical addressesLeon Romanovsky
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-10mm/slub: Refactor note_cmpxchg_failure for better readabilityYe Liu
2025-09-10mm/slub: Replace sort_r() with sort() for debugfs stack trace sortingKuan-Wei Chiu
2025-09-10mm/slub: Fix cmp_loc_by_count() to return 0 when counts are equalKuan-Wei Chiu
2025-09-08mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort
2025-09-08mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()Uladzislau Rezki (Sony)
2025-09-08mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin
2025-09-08mm/mremap: fix regression in vrm->new_addr checkCarlos Llamas
2025-09-08percpu: fix race on alloc failed warning limitVlad Dumitrescu
2025-09-05mm: fix lockdep issues in writeback handlingMarek Szyprowski
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-04Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-03mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer
2025-09-03mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan
2025-09-03mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan
2025-09-03mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon
2025-09-03mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park
2025-09-03mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()Jinjiang Tu
2025-09-03mm/khugepaged: fix the address passed to notifier on testing youngWei Yang
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-01mm: fix possible deadlock in kmemleakGu Bowen
2025-09-01mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-08-27mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo
2025-08-27mm: fix accounting of memmap pagesSumanth Korikkar
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan
2025-08-27mm/kasan: avoid lazy MMU mode hazardsAlexander Gordeev
2025-08-27mm/kasan: fix vmalloc shadow memory (de-)population racesAlexander Gordeev
2025-08-27kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun
2025-08-27mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTESasha Levin
2025-08-27mm: remove BDI_CAP_WRITEBACK_ACCTJoanne Koong
2025-08-26memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)
2025-08-25mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-08-20mm: numa,memblock: Use SZ_1M macro to denote bytes to MB conversionPratyush Brahma
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima