summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/vgic-v3-sr.c
AgeCommit message (Expand)Author
2021-10-17KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocodeMarc Zyngier
2021-10-17KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEISMarc Zyngier
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier
2021-03-06KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibilityMarc Zyngier
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier
2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-05-16KVM: Fix spelling in code commentsFuad Tabba
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier
2016-09-22arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hypVladimir Murzin
2016-09-22arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin
2016-09-08KVM: arm/arm64: Get rid of exported aliases to static functionsChristoffer Dall
2016-05-31arm64: KVM: vgic-v3: Relax synchronization when SRE==1Marc Zyngier
2016-05-31arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1Marc Zyngier
2016-05-31KVM: arm/arm64: vgic-v3: Clear all dirty LRsChristoffer Dall
2016-03-09arm64: KVM: vgic-v3: Only wipe LRs on vcpu exitMarc Zyngier
2016-03-09arm64: KVM: vgic-v3: Reset LRs at boot timeMarc Zyngier
2016-03-09arm64: KVM: vgic-v3: Do not save an LR known to be emptyMarc Zyngier
2016-03-09arm64: KVM: vgic-v3: Save maintenance interrupt state only if requiredMarc Zyngier
2016-03-09arm64: KVM: vgic-v3: Avoid accessing ICH registersMarc Zyngier
2016-02-29arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.hMarc Zyngier
2016-02-24arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2Marc Zyngier
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier
2015-12-14arm64: KVM: Implement vgic-v3 save/restoreMarc Zyngier