summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-26Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-26Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-26Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-04-26Merge tag 'kvm-s390-next-6.4-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-04-21Merge branch kvm-arm64/spec-ptw into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/selftest/lpa into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/timer-vm-offsets into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/lock-inversion into kvmarm-master/nextMarc Zyngier
2023-04-20KVM: s390: pci: fix virtual-physical confusion on module unload/loadNico Boehr
2023-04-20KVM: s390: vsie: clarifications on setting the APCBPierre Morel
2023-04-20KVM: s390: interrupt: fix virtual-physical confusion for next alert GISANico Boehr
2023-04-20KVM: arm64: Have kvm_psci_vcpu_on() use WRITE_ONCE() to update mp_stateReiji Watanabe
2023-04-20KVM: arm64: Acquire mp_state_lock in kvm_arch_vcpu_ioctl_vcpu_init()Reiji Watanabe
2023-04-14KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier
2023-04-14KVM: arm64: vhe: Synchronise with page table walker on MMU updateMarc Zyngier
2023-04-14KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier
2023-04-14KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier
2023-04-13KVM: arm64: Handle 32bit CNTPCTSS trapsMarc Zyngier
2023-04-13KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier
2023-04-12KVM: arm64: vgic: Don't acquire its_lock before config_lockOliver Upton
2023-04-10KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faultsSean Christopherson
2023-04-10KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V codeSean Christopherson
2023-04-10KVM: x86: Rename Hyper-V remote TLB hooks to match established schemeSean Christopherson
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton
2023-04-08KVM: arm64: Prevent userspace from handling SMC64 arch rangeOliver Upton
2023-04-06KVM: SVM: Return the local "r" variable from svm_set_msr()Sean Christopherson
2023-04-06KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMDSean Christopherson
2023-04-06KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common codeSean Christopherson
2023-04-06KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUIDSean Christopherson
2023-04-06KVM: VMX: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUIDSean Christopherson
2023-04-06KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enablingSean Christopherson
2023-04-05KVM: x86: set "mitigate_smt_rsb" storage-class-specifier to staticTom Rix
2023-04-05KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier
2023-04-05KVM: selftests: Add test for SMCCC filterOliver Upton
2023-04-05KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton
2023-04-05KVM: arm64: Let errors from SMCCC emulation to reach userspaceOliver Upton
2023-04-05KVM: arm64: Return NOT_SUPPORTED to guest for unknown PSCI versionOliver Upton
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton
2023-04-05KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton
2023-04-05KVM: arm64: Use a maple tree to represent the SMCCC filterOliver Upton
2023-04-05KVM: arm64: Refactor hvc filtering to support different actionsOliver Upton
2023-04-05KVM: arm64: Start handling SMCs from EL1Oliver Upton
2023-04-05KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton
2023-04-05KVM: arm64: Add vm fd device attribute accessorsOliver Upton
2023-04-05KVM: arm64: Add a helper to check if a VM has ran onceOliver Upton
2023-04-05KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton