This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ca4582c286aa Revert "mfd: syscon: Remove repetition of the regmap_get_v [...] new 3b5c082bbfa2 KVM: arm64: Work out supported block level at compile time new 5994bc9e05c2 KVM: arm64: Limit stage2_apply_range() batch size to large [...] new 837d632a383f KVM: arm64: Enable stack protection and branch profiling for VHE new 8a6ffcbe26fd KVM: arm64: selftests: Fix multiple versions of GIC creation new 05c2224d4b04 KVM: selftests: Fix number of pages for memory slot in mem [...] new 5834816829e6 Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub [...] new bde971a83bbf KVM: arm64: nvhe: Fix build with profile optimization new c000a2607145 KVM: arm64: vgic: Fix exit condition in scan_its_table() new ebccb53e939d Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub [...] new 5c20a3a9df19 RISC-V: Fix compilation without RISCV_ISA_ZICBOM new cea8896bd936 RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for Sstc new 21e6075974c8 Merge tag 'kvm-riscv-fixes-6.1-1' of https://github.com/kv [...] new ed51862f2f57 kvm: Add support for arch compat vm ioctls new 2e3272bc1790 KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter() new 1739c7017fb1 KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER new 9aec606c1609 tools: include: sync include/api/linux/kvm.h new 05b4ebd2c7cb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...] new 247f34f7b803 Linux 6.1-rc2
The 18 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: Makefile | 2 +- arch/arm64/include/asm/kvm_pgtable.h | 18 +++-- arch/arm64/include/asm/stage2_pgtable.h | 20 ----- arch/arm64/kvm/hyp/Makefile | 5 +- arch/arm64/kvm/hyp/nvhe/Makefile | 7 ++ arch/arm64/kvm/mmu.c | 9 ++- arch/arm64/kvm/vgic/vgic-its.c | 5 +- arch/riscv/include/asm/cacheflush.h | 8 -- arch/riscv/include/asm/kvm_vcpu_timer.h | 1 + arch/riscv/kvm/vcpu.c | 3 + arch/riscv/kvm/vcpu_timer.c | 17 ++++- arch/riscv/mm/cacheflush.c | 38 ++++++++++ arch/riscv/mm/dma-noncoherent.c | 41 ---------- arch/x86/kvm/x86.c | 87 ++++++++++++++++++---- include/linux/kvm_host.h | 2 + tools/include/uapi/linux/kvm.h | 1 + tools/testing/selftests/kvm/aarch64/vgic_init.c | 4 +- .../kvm/memslot_modification_stress_test.c | 2 +- virt/kvm/kvm_main.c | 11 +++ 19 files changed, 181 insertions(+), 100 deletions(-)