This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c03e9c42ae8f Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kerne [...] new 12a6ddfc76bb mm: add missing static initializer for init_mm::mm_cid.lock new 6ac433f8b259 mm: rename cpu_bitmap field to flexible_array new be31340a4cc2 mm: take into account mm_cid size for mm_struct static def [...] new f9a49aa302a0 fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_s [...] new 90f3c123247e panic: only warn about deprecated panic_print on write access new b7880cb166ab migrate: correct lock ordering for hugetlb file folios new 605f6586ecf7 mm/vma: do not leak memory when .mmap_prepare swaps the file new b505f1944535 x86/kfence: avoid writing L1TF-vulnerable PTEs new 90888b4ae103 mm: remove unnecessary and incorrect mmap lock assert new ca1a47cd3f5f mm/hugetlb: fix hugetlb_pmd_shared() new 3937027caecb mm/hugetlb: fix two comments related to huge_pmd_unshare() new a8682d500f69 mm/rmap: fix two comments related to huge_pmd_unshare() new 8ce720d5bd91 mm/hugetlb: fix excessive IPI broadcasts when unsharing PM [...] new 35e247032606 mm: do not copy page tables unnecessarily for VM_UFFD_WP new cb7d761bf5d4 Docs/mm/allocation-profiling: describe sysctrl limitations [...] new 9bc9ccbf4c93 mm/kfence: fix potential deadlock in reboot notifier new 16aca2c98a6f mm: restore per-memcg proactive reclaim with !CONFIG_NUMA new c25f2fb1f469 Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://g [...] new 48e6a9c4a208 of: platform: Use default match table for /firmware new 81122fba08fa of: fix reference count leak in of_alias_scan() new 6c790212c588 Merge tag 'devicetree-fixes-for-6.19-3' of git://git.kerne [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/sysctl/vm.rst | 4 + Documentation/mm/allocation-profiling.rst | 10 +++ arch/x86/include/asm/kfence.h | 29 +++++-- drivers/firmware/efi/efi.c | 2 +- drivers/of/base.c | 8 +- drivers/of/platform.c | 2 +- fs/fs-writeback.c | 7 +- fs/fuse/file.c | 4 +- include/asm-generic/tlb.h | 77 +++++++++++++++++- include/linux/hugetlb.h | 17 ++-- include/linux/mm.h | 6 +- include/linux/mm_types.h | 19 +++-- include/linux/pagemap.h | 11 +++ kernel/panic.c | 4 +- mm/hugetlb.c | 131 ++++++++++++++++-------------- mm/init-mm.c | 5 +- mm/internal.h | 8 -- mm/kfence/core.c | 17 ++-- mm/memory.c | 11 ++- mm/migrate.c | 12 +-- mm/mmu_gather.c | 33 ++++++++ mm/rmap.c | 45 +++++----- mm/vma.c | 11 ++- mm/vmscan.c | 13 ++- 24 files changed, 348 insertions(+), 138 deletions(-)