This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0bf913e07b37 Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/p [...] new f5fe24ef17b5 lockref: stop doing cpu_relax in the cmpxchg loop new 74905e3de8ad KVM: nSVM: clarify recalc_intercepts() wrt CR8 new 45e966fcca03 KVM: x86: Do not return host topology information from KVM [...] new 3a9ae31ac26a Documentation: kvm: fix SRCU locking order docs new decb17aeb8fa KVM: arm64: vgic: Add Apple M2 cpus to the list of broken [...] new aff234839f8b KVM: arm64: PMU: Fix PMCR_EL0 reset value new d5b4d07bb361 Merge branch kvm-arm64/pmu-fixes-6.2 into kvmarm-master/fixes new 406504c7b040 KVM: arm64: Fix S1PTW handling on RO memslots new b8f8d190fa8f KVM: arm64: Document the behaviour of S1PTW faults on RO memslots new b0803ba72b55 KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_* new afbb1b1caef7 Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixes new 36d7546b56a2 MAINTAINERS: Add Zenghui Yu as a KVM/arm64 reviewer new 7ed906e576a7 MAINTAINERS: Remove myself as a KVM/arm64 reviewer new de535c0234dd Merge branch kvm-arm64/MAINTAINERS into kvmarm-master/fixes new 71d0393576e9 Merge tag 'kvmarm-fixes-6.2-1' of git://git.kernel.org/pub [...] new 23e60258aeaf KVM: x86/xen: Fix lockdep warning on "recursive" gpc locking new bbe17c625d68 KVM: x86/xen: Fix potential deadlock in kvm_xen_update_run [...] new 42a90008f890 KVM: Ensure lockdep knows about kvm->lock vs. vcpu->mutex [...] new 310bc39546a4 KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_l [...] new 92783a90bcbd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 20 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/virt/kvm/api.rst | 22 ++++++++ Documentation/virt/kvm/locking.rst | 25 ++++----- MAINTAINERS | 2 +- arch/arm64/include/asm/cputype.h | 4 ++ arch/arm64/include/asm/esr.h | 9 ++++ arch/arm64/include/asm/kvm_arm.h | 15 ------ arch/arm64/include/asm/kvm_emulate.h | 42 ++++++++++----- arch/arm64/kvm/hyp/include/hyp/fault.h | 2 +- arch/arm64/kvm/hyp/include/hyp/switch.h | 2 +- arch/arm64/kvm/mmu.c | 21 ++++---- arch/arm64/kvm/sys_regs.c | 2 +- arch/arm64/kvm/vgic/vgic-v3.c | 2 + arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/cpuid.c | 32 ++++++------ arch/x86/kvm/svm/nested.c | 12 ++--- arch/x86/kvm/xen.c | 90 ++++++++++++++++++--------------- lib/lockref.c | 1 - virt/kvm/kvm_main.c | 7 +++ 18 files changed, 175 insertions(+), 116 deletions(-)