Age | Commit message (Expand) | Author |
2020-03-24 | arm: Remove 32bit KVM host support | Marc Zyngier |
2020-01-23 | KVM: arm/arm64: Cleanup MMIO handling | Marc Zyngier |
2020-01-19 | KVM: arm/arm64: Correct AArch32 SPSR on exception entry | Mark Rutland |
2020-01-19 | KVM: arm/arm64: Correct CPSR on exception entry | Mark Rutland |
2020-01-19 | KVM: arm64: Only sign-extend MMIO up to register width | Christoffer Dall |
2019-11-08 | Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next | Marc Zyngier |
2019-11-08 | KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj... | Marc Zyngier |
2019-10-21 | KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace | Christoffer Dall |
2019-07-05 | KVM: arm/arm64: Add save/restore support for firmware workaround state | Andre Przywara |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266 | Thomas Gleixner |
2019-04-24 | KVM: arm/arm64: Context-switch ptrauth registers | Mark Rutland |
2019-02-19 | KVM: arm/arm64: Move kvm_is_write_fault to header file | Christoffer Dall |
2018-08-22 | Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini |
2018-08-12 | KVM: arm: Use true and false for boolean values | Gustavo A. R. Silva |
2018-07-09 | KVM: arm/arm64: Enable adaptative WFE trapping | Marc Zyngier |
2018-07-05 | kvm/arm: use PSR_AA32 definitions | Mark Rutland |
2018-03-19 | KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1 | Christoffer Dall |
2018-03-19 | KVM: arm/arm64: Get rid of vcpu->arch.irq_lines | Christoffer Dall |
2018-01-23 | KVM: arm/arm64: Fix trailing semicolon | Luis de Bethencourt |
2017-11-06 | KVM: arm/arm64: fix the incompatible matching for external abort | Dongjiu Geng |
2017-11-06 | KVM: arm/arm64: Unify 32bit fault injection | Marc Zyngier |
2017-09-05 | KVM: arm/arm64: Fix guest external abort matching | James Morse |
2016-09-08 | arm: KVM: Add Virtual Abort injection helper | Marc Zyngier |
2016-09-08 | arm: KVM: Use common AArch32 conditional execution code | Marc Zyngier |
2016-02-29 | arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP | Marc Zyngier |
2016-02-29 | ARM: KVM: Remove unused hyp_pc field | Marc Zyngier |
2016-02-29 | ARM: KVM: Move GP registers into the CPU context structure | Marc Zyngier |
2016-02-29 | ARM: KVM: Move CP15 array into the CPU context structure | Marc Zyngier |
2015-12-04 | arm64: KVM: Correctly handle zero register during MMIO | Pavel Fedin |
2015-02-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-01-29 | arm/arm64: KVM: Use set/way op trapping to track the state of the caches | Marc Zyngier |
2015-01-20 | arm/arm64: KVM: rework MPIDR assignment and add accessors | Andre Przywara |
2014-12-13 | arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu | Christoffer Dall |
2014-09-26 | arm/arm64: KVM: Report correct FSC for unsupported fault types | Christoffer Dall |
2014-07-11 | ARM: KVM: MMIO support BE host running LE code | Victor Kamensky |
2013-11-11 | Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini |
2013-11-07 | arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpu | Marc Zyngier |
2013-11-07 | arm/arm64: KVM: MMIO support for BE guest | Marc Zyngier |
2013-10-22 | arm/arm64: KVM: PSCI: use MPIDR to identify a target CPU | Marc Zyngier |
2013-06-26 | ARM: KVM: don't special case PC when doing an MMIO | Marc Zyngier |
2013-03-06 | ARM: KVM: move kvm_handle_wfi to handle_exit.c | Marc Zyngier |
2013-03-06 | KVM: ARM: Reintroduce trace_kvm_hvc | Christoffer Dall |
2013-03-06 | ARM: KVM: move kvm_condition_valid to emulate.c | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract HSR_EC_IABT away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract fault decoding away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract exception class decoding away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract IL decoding away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract SAS decoding away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract S1TW abort detection away | Marc Zyngier |
2013-03-06 | ARM: KVM: abstract (and fix) external abort detection away | Marc Zyngier |