This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3aba70aed91f Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.or [...] new 0339dc39a521 cxl/pci: Fix appropriate checking for _OSC while handling [...] new 49f776724e64 PCI/AER: Export pcie_aer_is_native() new 55b8ff06a0c7 cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_ [...] new d2f706058826 cxl/mbox: Fix CEL logic for poison and security commands new 9e4edf1a2196 cxl/region: Match auto-discovered region decoders by HPA range new 18f35dc9314d cxl/region: Refactor granularity select in cxl_port_setup_ [...] new a76b62518eb3 cxl/port: Fix cxl_test register enumeration regression new c66650d29764 cxl/acpi: Annotate struct cxl_cxims_data with __counted_by new 2ad78f8cee9a Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/ [...] new 45d99ea451d0 ring-buffer: Fix bytes info in per_cpu buffer stats new ef36b4f92868 eventfs: Remember what dentries were created on dir open new 5edc6bb321d9 Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm [...] new 3579dc742f76 KVM: arm64: Properly return allocated EL2 VA from hyp_allo [...] new 373beef00f7d KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID new 7c7cce2cf7ee Merge tag 'kvmarm-fixes-6.6-1' of git://git.kernel.org/pub [...] new 7c329bbd3bb8 KVM: selftests: Assert that vasprintf() is successful new 50107e8b2a8a KVM: x86/mmu: Open code leaf invalidation from mmu_notifier new 441a5dfcd968 KVM: x86/mmu: Do not filter address spaces in for_each_tdp [...] new 0df9dab891ff KVM: x86/mmu: Stop zapping invalidated TDP MMU roots async [...] new e8d93d5d93f8 KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway new e0096d01c4fc KVM: SVM: Fix TSC_AUX virtualization setup new 916e3e5f26ab KVM: SVM: Do not use user return MSR support for virtualiz [...] new ef4d48368587 RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registers new 17f71a2a340f RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missi [...] new ba1af6e2e0f0 KVM: riscv: selftests: Fix ISA_EXT register handling in ge [...] new 071ef070ca77 KVM: riscv: selftests: Selectively filter-out AIA registers new 5804c19b80bf Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kv [...] new 8a511e7efc5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 28 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/arm64/include/asm/kvm_hyp.h | 2 +- arch/arm64/kvm/hyp/include/nvhe/ffa.h | 2 +- arch/arm64/kvm/hyp/nvhe/ffa.c | 3 +- arch/arm64/kvm/hyp/nvhe/hyp-init.S | 1 + arch/arm64/kvm/hyp/nvhe/hyp-main.c | 8 +- arch/arm64/kvm/hyp/nvhe/psci-relay.c | 3 +- arch/arm64/kvm/mmu.c | 3 + arch/riscv/kvm/vcpu_onereg.c | 7 +- arch/x86/include/asm/kvm_host.h | 3 +- arch/x86/kvm/mmu/mmu.c | 21 +--- arch/x86/kvm/mmu/mmu_internal.h | 15 ++- arch/x86/kvm/mmu/tdp_mmu.c | 152 ++++++++++------------- arch/x86/kvm/mmu/tdp_mmu.h | 5 +- arch/x86/kvm/svm/sev.c | 34 +++-- arch/x86/kvm/svm/svm.c | 43 +++++-- arch/x86/kvm/svm/svm.h | 1 + arch/x86/kvm/x86.c | 5 +- drivers/cxl/acpi.c | 4 +- drivers/cxl/core/mbox.c | 23 ++-- drivers/cxl/core/port.c | 13 +- drivers/cxl/core/region.c | 41 ++++-- drivers/cxl/pci.c | 7 +- drivers/pci/pcie/aer.c | 1 + drivers/pci/pcie/portdrv.h | 2 - fs/tracefs/event_inode.c | 87 ++++++++++--- include/linux/aer.h | 2 + include/linux/arm-smccc.h | 2 + kernel/trace/ring_buffer.c | 28 +++-- tools/testing/selftests/kvm/lib/test_util.c | 2 +- tools/testing/selftests/kvm/riscv/get-reg-list.c | 58 ++++++--- 30 files changed, 354 insertions(+), 224 deletions(-)