This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5c179cac0519 Merge tag 'alpha-for-v6.19-tag' of git://git.kernel.org/pu [...] new 463d439becb8 dma/pool: eliminate alloc_pages warning in atomic_pool_expand new 31b931bebd11 dma-mapping: Fix DMA_BIT_MASK() macro being broken new 840b22edd5ad Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kerne [...] new d9f591780112 s390/vmur: Use scnprintf() instead of sprintf() new 1442bb87b878 s390/boot: Use entire page for PTEs new 6a35d02fec5a s390/vmem: Support 2G page splitting for KASAN shadow freeing new 8543ecc0e03b s390: Unmap early KASAN shadow on memory offlining new eb9780a1a3c4 s390: Select POSIX_CPU_TIMERS_TASK_WORK new 455a65260f52 genirq: Change hwirq parameter to irq_hw_number_t new f770950a4709 s390/pci: Migrate s390 IRQ logic to IRQ domain API new 2f393c228cc5 KVM: s390: Fix gmap_helper_zap_one_page() again new 1a82d430c5f0 s390/bug: Add missing CONFIG_BUG ifdef again new 70075e3d0ca0 s390/bug: Add missing alignment new 0723a166d1f1 Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/li [...]
The 14 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: arch/s390/Kconfig | 2 + arch/s390/boot/vmem.c | 16 +-- arch/s390/include/asm/bug.h | 5 + arch/s390/include/asm/page.h | 2 + arch/s390/include/asm/pci.h | 5 + arch/s390/mm/gmap_helpers.c | 9 +- arch/s390/mm/pageattr.c | 2 +- arch/s390/mm/vmem.c | 14 +- arch/s390/pci/pci.c | 6 + arch/s390/pci/pci_bus.c | 18 ++- arch/s390/pci/pci_irq.c | 332 ++++++++++++++++++++++++++++--------------- drivers/s390/char/sclp_mem.c | 16 +++ drivers/s390/char/vmur.c | 8 +- include/linux/dma-mapping.h | 2 +- include/linux/irqdesc.h | 6 +- kernel/dma/pool.c | 2 +- kernel/irq/irqdesc.c | 6 +- 17 files changed, 305 insertions(+), 146 deletions(-)