summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/apple-vgic-mi into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/nv-timer-improvements into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm/kvm-hw-enable-refactor into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: nv: Use reg_to_encoding() to get sysreg IDOliver Upton
2023-02-11KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier
2023-02-11KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2Jintack Lim
2023-02-11KVM: arm64: nv: Allow a sysreg to be hidden from userspace onlyMarc Zyngier
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier
2023-02-11KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual...Jintack Lim
2023-02-11KVM: arm64: nv: Handle SMCs taken from virtual EL2Jintack Lim
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall
2023-02-11KVM: arm64: nv: Inject HVC exceptions to the virtual EL2Jintack Lim
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim
2023-02-11KVM: arm64: nv: Handle HCR_EL2.NV system register trapsJintack Lim
2023-02-11KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2xChristoffer Dall
2023-02-11KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is setChristoffer Dall
2023-02-11KVM: arm64: Use the S2 MMU context to iterate over S2 tableMarc Zyngier
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-02-07KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNTOliver Upton
2023-02-07KVM: arm64: Fix non-kerneldoc commentsMarc Zyngier
2023-02-02KVM: arm64: Finalise EL2 state from pKVM PSCI relayQuentin Perret
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret
2023-01-31arm64/sysreg: clean up some inconsistent indentingJiapeng Chong
2023-01-29KVM: arm64: Allow no running vcpu on saving vgic3 pending tableGavin Shan
2023-01-29KVM: arm64: Allow no running vcpu on restoring vgic3 LPI pending statusGavin Shan
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan
2023-01-26KVM: arm64: timers: Don't BUG() on unhandled timer trapMarc Zyngier
2023-01-26KVM: arm64: Reduce overhead of trapped timer sysreg accessesMarc Zyngier
2023-01-26KVM: arm64: Don't arm a hrtimer for an already pending timerMarc Zyngier
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki
2023-01-21KVM: arm64: GICv4.1: Fix race with doorbell on VPE activation/deactivationMarc Zyngier
2023-01-21KVM: arm64: Pass the actual page address to mte_clear_page_tags()Catalin Marinas
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown
2023-01-19KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2023-01-17KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()Christophe JAILLET
2023-01-12KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0Marc Zyngier
2023-01-12KVM: arm64: Synchronize SMEN on vcpu schedule outNianyao Tang