Age | Commit message (Expand) | Author |
2024-08-27 | KVM: arm64: Make most GICv3 accesses UNDEF if they trap | Marc Zyngier |
2024-08-27 | KVM: arm64: Honor guest requested traps in GICv3 emulation | Marc Zyngier |
2024-08-27 | KVM: arm64: Force SRE traps when SRE access is not enabled | Marc Zyngier |
2024-05-01 | KVM: arm64: Simplify vgic-v3 hypercalls | Marc Zyngier |
2022-04-29 | KVM: arm64: Treat ESR_EL2 as a 64-bit register | Alexandru Elisei |
2022-01-22 | KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systems | Marc Zyngier |
2021-10-17 | KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocode | Marc Zyngier |
2021-10-17 | KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEIS | Marc Zyngier |
2021-03-24 | KVM: arm64: Fix CPU interface MMIO compatibility detection | Marc Zyngier |
2021-03-06 | KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility | Marc Zyngier |
2021-03-06 | KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config() | Marc Zyngier |
2020-11-10 | KVM: arm64: Make kvm_skip_instr() and co private to HYP | Marc Zyngier |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-28 | Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIP | Marc Zyngier |
2020-07-05 | KVM: arm64: Rename HSR to ESR | Gavin Shan |
2020-07-05 | KVM: arm64: Remove __hyp_text macro, use build rules instead | David Brazdil |
2020-05-28 | KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu | Christoffer Dall |
2020-05-16 | KVM: Fix spelling in code comments | Fuad Tabba |
2020-05-16 | KVM: arm64: Move virt/kvm/arm to arch/arm64 | Marc Zyngier |
2016-09-22 | arm64: KVM: Move vgic-v3 save/restore to virt/kvm/arm/hyp | Vladimir Murzin |
2016-09-22 | arm64: KVM: Move GIC accessors to arch_gicv3.h | Vladimir Murzin |
2016-09-08 | KVM: arm/arm64: Get rid of exported aliases to static functions | Christoffer Dall |
2016-05-31 | arm64: KVM: vgic-v3: Relax synchronization when SRE==1 | Marc Zyngier |
2016-05-31 | arm64: KVM: vgic-v3: Prevent the guest from messing with ICC_SRE_EL1 | Marc Zyngier |
2016-05-31 | KVM: arm/arm64: vgic-v3: Clear all dirty LRs | Christoffer Dall |
2016-03-09 | arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Reset LRs at boot time | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Do not save an LR known to be empty | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Save maintenance interrupt state only if required | Marc Zyngier |
2016-03-09 | arm64: KVM: vgic-v3: Avoid accessing ICH registers | Marc Zyngier |
2016-02-29 | arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h | Marc Zyngier |
2016-02-24 | arm64: KVM: vgic-v3: Restore ICH_APR0Rn_EL2 before ICH_APR1Rn_EL2 | Marc Zyngier |
2015-12-14 | arm64: KVM: Remove weak attributes | Marc Zyngier |
2015-12-14 | arm64: KVM: Add compatibility aliases | Marc Zyngier |
2015-12-14 | arm64: KVM: Implement vgic-v3 save/restore | Marc Zyngier |