aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-06-24mm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()Yu Kuai1-1/+6
2026-06-16Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds7-417/+437
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds2-6/+6
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-33/+17
2026-06-15Merge tag 'vfs-7.2-rc1.bh' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2026-06-15Merge tag 'vfs-7.2-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+20
2026-06-15Merge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+0
2026-06-12Merge branch 'slab/for-7.2/alloc_token' into slab/for-nextVlastimil Babka (SUSE)5-162/+121
2026-06-12Merge branch 'slab/for-7.2/alloc_bulk' into slab/for-nextVlastimil Babka (SUSE)4-54/+51
2026-06-12mm/slab: do not limit zeroing to orig_size when only red zoning is enabledVlastimil Babka (SUSE)1-8/+10
2026-06-09Merge tag 'mm-hotfixes-stable-2026-06-08-20-51' of git://git.kernel.org/pub/s...Linus Torvalds6-28/+64
2026-06-06simpe_xattr: use per-sb cacheMiklos Szeredi1-4/+9
2026-06-06simple_xattr: change interface to pass struct simple_xattrs **Miklos Szeredi1-24/+10
2026-06-06tmpfs: simplify constructing "security.foo" xattr namesMiklos Szeredi1-9/+2
2026-06-05mm/slub: preserve original size in _kmalloc_nolock_noprof retry pathShengming Hu1-3/+4
2026-06-05kasan: Move generic KASAN page tables out of BSS tooArd Biesheuvel1-5/+5
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)1-1/+1
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton2-2/+19
2026-06-04mm: preserve PG_dropbehind flag during folio splitJeff Layton1-0/+1
2026-06-04libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callersJohn Hubbard1-2/+0
2026-06-03mm/mincore: handle non-swap entries before !CONFIG_SWAP guardUsama Arif1-5/+5
2026-06-03mm/list_lru: drain before clearing xarray entry on reparentShakeel Butt1-9/+12
2026-06-03mm/huge_memory: use correct flags for device private PMD entryLorenzo Stoakes1-12/+33
2026-06-03mm/damon/lru_sort: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-03mm/damon/reclaim: handle ctx allocation failureSeongJae Park1-0/+4
2026-06-03mm/cma_sysfs: skip inactive CMA areas in sysfsKaitao Cheng1-2/+6
2026-06-03mm: simplify the mempool_alloc_bulk APIChristoph Hellwig1-17/+10
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig3-37/+41
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds9-77/+162
2026-06-02mm: Make empty_zero_page[] constArd Biesheuvel1-1/+1
2026-06-01mm/slub: detach and reattach partial slabs in batchHao Li1-8/+20
2026-06-01mm/slub: introduce helpers for node partial slab stateHao Li1-6/+17
2026-06-01mm/slub: use empty sheaf helpers for oversized sheavesShengming Hu1-11/+10
2026-05-31userfaultfd: remove redundant check in vm_uffd_ops()Mike Rapoport (Microsoft)1-1/+1
2026-05-31userfaultfd: refuse to __mfill_atomic_pte() for unsupported VMAsMike Rapoport (Microsoft)1-0/+5
2026-05-31userfaultfd: verify VMA state across UFFDIO_COPY retryMike Rapoport (Microsoft)1-12/+73
2026-05-31mm/huge_memory: update file PMD counter before folio_put()Yin Tirui1-0/+2
2026-05-31mm/huge_memory: update file PUD counter before folio_put()Yin Tirui1-1/+1
2026-05-31mm/hugetlb_vmemmap: fix incorrect vmemmap restore in rollbackMuchun Song1-18/+18
2026-05-31mm/damon/ops-common: call folio_test_lru() after folio_get()SeongJae Park1-2/+2
2026-05-30Merge tag 'fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2026-05-29block: Add bvec_folio()Matthew Wilcox (Oracle)1-2/+2
2026-05-28mm/cma: fix reserved page leak on activation failureMuchun Song1-2/+5
2026-05-28mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-20/+10
2026-05-28mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier1-0/+2
2026-05-28mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song1-1/+2
2026-05-28memcg: use round-robin victim selection in refill_stockShakeel Butt1-1/+4