This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9094662f6707 Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/l [...] new fbbd7ce627af genirq: Don't overwrite interrupt thread flags on setup new 610192c229ce Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/ [...] new 5288176a5412 x86/boot/Documentation: Fix htmldocs build warning due to [...] new c8161e5304ab x86/fpu: Fix FPU state core dump truncation on CPUs with n [...] new ac87efcf9e42 x86/boot/Documentation: Fix whitespace noise in boot.rst new 043507144ae1 x86/sgx: Remove unmatched quote in __sgx_encl_extend funct [...] new 8b62e64e6d30 x86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in [...] new 0c01ea92f545 mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from <li [...] new 21433d3e3ca1 x86/platform/uv: Fix UBSAN array-index-out-of-bounds new 0edc78b82bea x86/msi: Make irq_retrigger() functional for posted MSI new c56a12c71ad3 x86/bug: Fix old GCC compile fails new 44087d3d4619 Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/ [...] new 60d7f6031b94 i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning new 3ff79e76d31f i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning new 4c544cd6556d i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning new d9b85d296f3a dt-bindings: i2c: dw: Add Mobileye I2C controllers new dde7e2131100 i2c: i801: Add support for Intel Nova Lake-S new 880977fdc7f6 dt-bindings: i2c: qcom-cci: Document SM8750 compatible new 765b233a9b94 Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/s [...]
The 19 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/arch/x86/boot.rst | 198 ++++++++++----------- .../devicetree/bindings/i2c/qcom,i2c-cci.yaml | 2 + .../bindings/i2c/snps,designware-i2c.yaml | 7 + Documentation/i2c/busses/i2c-i801.rst | 1 + arch/x86/include/asm/bug.h | 2 +- arch/x86/include/asm/irq_remapping.h | 7 + arch/x86/include/asm/uv/bios.h | 2 +- arch/x86/kernel/cpu/sgx/ioctl.c | 2 +- arch/x86/kernel/fpu/xstate.c | 4 +- arch/x86/kernel/irq.c | 23 +++ drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-bcm-iproc.c | 3 +- drivers/i2c/busses/i2c-i801.c | 3 + drivers/i2c/busses/i2c-pxa.c | 2 +- drivers/i2c/busses/i2c-rcar.c | 2 +- drivers/iommu/intel/irq_remapping.c | 8 +- include/linux/mm_types.h | 1 - include/trace/events/tlb.h | 5 +- kernel/irq/manage.c | 2 +- 19 files changed, 159 insertions(+), 116 deletions(-)