This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 602079a0a13c Merge tag 'block-6.10-20240607' of git://git.kernel.dk/linux new 8c219e52ca4d gpio: tqmx86: fix typo in Kconfig label new 9d6a811b522b gpio: tqmx86: introduce shadow register for GPIO output value new 08af509efdf8 gpio: tqmx86: store IRQ trigger type and unmask status separately new 90dd7de4ef7b gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type new 64054eb716db gpio: add missing MODULE_DESCRIPTION() macros new e60721bf3cca Merge tag 'gpio-fixes-for-v6.10-rc3' of git://git.kernel.o [...] new 0d648dd5c899 mm: drop the 'anon_' prefix for swap-out mTHP counters new 94d46bf17916 mm: huge_mm: fix undefined reference to `mthp_stats' for C [...] new 6434e69814b1 mm: arm64: fix the out-of-bounds issue in contpte_clear_yo [...] new 36eef400c2d5 memcg: remove the lockdep assert from __mod_objcg_mlstate() new a4ca369ca221 nilfs2: fix potential kernel bug due to lack of writeback [...] new 7cc5a5d65011 mm: page_alloc: fix highatomic typing in multi-block buddies new 0105eaabb27f vmalloc: check CONFIG_EXECMEM in is_vmalloc_or_module_addr() new 2ef3cec44c60 kmsan: do not wipe out origin when doing partial unpoisoning new 730cdc2c72c6 mm/ksm: fix ksm_pages_scanned accounting new c2dc78b86e08 mm/ksm: fix ksm_zero_pages accounting new 8daf9c702ee7 mm/hugetlb: do not call vma_add_reservation upon ENOMEM new 3f0c44c8c21c codetag: avoid race at alloc_slab_obj_exts new 941598359941 mm: fix xyz_noprof functions calling profiled functions new 7373a51e7998 nilfs2: fix nilfs_empty_dir() misjudgment and long loop on [...] new dc772f8237f9 Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://g [...]
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/mm/transhuge.rst | 4 +- arch/arm64/mm/contpte.c | 4 +- drivers/gpio/Kconfig | 2 +- drivers/gpio/gpio-gw-pld.c | 1 + drivers/gpio/gpio-mc33880.c | 1 + drivers/gpio/gpio-pcf857x.c | 1 + drivers/gpio/gpio-pl061.c | 1 + drivers/gpio/gpio-tqmx86.c | 110 +++++++++++++++++++++-------- fs/nilfs2/dir.c | 2 +- fs/nilfs2/segment.c | 3 + fs/proc/base.c | 2 +- include/linux/huge_mm.h | 10 ++- include/linux/ksm.h | 17 ++++- include/linux/mm_types.h | 2 +- mm/filemap.c | 2 +- mm/huge_memory.c | 8 +-- mm/hugetlb.c | 16 ++++- mm/kmsan/core.c | 15 ++-- mm/ksm.c | 17 ++--- mm/memcontrol.c | 2 - mm/mempool.c | 2 +- mm/page_alloc.c | 50 ++++++++----- mm/page_io.c | 2 +- mm/slub.c | 5 +- mm/util.c | 10 +-- mm/vmalloc.c | 2 +- mm/vmscan.c | 2 +- 27 files changed, 200 insertions(+), 93 deletions(-)