summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-10-11KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0Alexandru Elisei
2021-10-11KVM: arm64: Return early from read_id_reg() if register is RAZAlexandru Elisei
2021-10-11Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier
2021-10-11KVM: arm64: Depend on HAVE_KVM instead of OFSean Christopherson
2021-10-11KVM: arm64: Unconditionally include generic KVM's KconfigSean Christopherson
2021-10-11KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier
2021-10-11Merge branch kvm-arm64/vgic-ipa-checks into kvmarm-master/nextMarc Zyngier
2021-10-11KVM: arm64: vgic: Drop vgic_check_ioaddr()Ricardo Koller
2021-10-11KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA sizeRicardo Koller
2021-10-11KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA sizeRicardo Koller
2021-10-11KVM: arm64: vgic-v3: Check redist region is not above the VM IPA sizeRicardo Koller
2021-10-11kvm: arm64: vgic: Introduce vgic_check_iorangeRicardo Koller
2021-10-11KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon
2021-10-11KVM: arm64: Prevent re-finalisation of pKVM for a given CPUWill Deacon
2021-10-11KVM: arm64: Propagate errors from __pkvm_prot_finalize hypercallWill Deacon
2021-10-11KVM: arm64: Reject stub hypercalls after pKVM has been initialisedWill Deacon
2021-10-11arm64: Prevent kexec and hibernation if is_protected_kvm_enabled()Will Deacon
2021-10-11KVM: arm64: Turn __KVM_HOST_SMCCC_FUNC_* into an enum (mostly)Marc Zyngier
2021-10-05KVM: arm64: Release mmap_lock when using VM_SHARED with MTEQuentin Perret
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret
2021-10-05Merge tag 'kvm-riscv-5.16-1' of git://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2021-10-04RISC-V: KVM: Add SBI v0.1 supportAtish Patra
2021-10-04RISC-V: KVM: Implement ONE REG interface for FP registersAtish Patra
2021-10-04RISC-V: KVM: FP lazy save/restoreAtish Patra
2021-10-04RISC-V: KVM: Add timer functionalityAtish Patra
2021-10-04RISC-V: KVM: Implement MMU notifiersAnup Patel
2021-10-04RISC-V: KVM: Implement stage2 page table programmingAnup Patel
2021-10-04RISC-V: KVM: Implement VMID allocatorAnup Patel
2021-10-04RISC-V: KVM: Handle WFI exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Handle MMIO exits for VCPUAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU world-switchAnup Patel
2021-10-04RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctlsAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU interrupts and requests handlingAnup Patel
2021-10-04RISC-V: KVM: Implement VCPU create, init and destroy functionsAnup Patel
2021-10-04RISC-V: Add initial skeletal KVM supportAnup Patel
2021-10-04RISC-V: Add hypervisor extension related CSR definesAnup Patel
2021-10-04Merge tag 'kvm-s390-master-5.15-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2021-10-03kvm: fix objtool relocation warningLinus Torvalds
2021-10-03Merge tag 'perf_urgent_for_v5.15_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-01perf/x86/intel: Update event constraints for ICXKan Liang
2021-10-01perf/x86: Reset destroy callback on event init failureAnand K Mistry
2021-10-01KVM: x86: only allocate gfn_track when necessaryDavid Stevens
2021-10-01KVM: x86: add config for non-kvm users of page trackingDavid Stevens
2021-10-01nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCBKrish Sadhukhan
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross
2021-10-01KVM: x86: Expose Predictive Store Forwarding DisableBabu Moger
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack
2021-10-01KVM: x86/mmu: Avoid memslot lookup in rmap_addDavid Matlack