summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-071-0/+2
|\
| * tracing: Add TRACE_DEFINE_SIZEOF() macrosJeremy Linton2017-06-131-0/+2
* | arm64/kvm: vgic: use SYS_DESC()Mark Rutland2017-06-151-30/+15Star
* | arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1Mark Rutland2017-06-151-1/+1
* | KVM: arm64: Log an error if trapping a write-to-read-only GICv3 accessMarc Zyngier2017-06-151-0/+15
* | KVM: arm64: Log an error if trapping a read-from-write-only GICv3 accessMarc Zyngier2017-06-151-4/+8
* | KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-151-0/+14
* | Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-153-9/+14
|\|
| * arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-06-061-2/+3
| * arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-061-4/+6
| * KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall2017-05-241-5/+5
| * arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
* | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-081-0/+9
* | KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-081-15/+1Star
* | KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-041-0/+1
* | KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
|/
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-092-7/+6Star
|\
| * KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall2017-05-041-3/+2Star
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-086-373/+244Star
|\|
| * Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-093-255/+112Star
| |\
| | * KVM: arm64: Use common Set/Way sys definitionsMark Rutland2017-03-221-9/+3Star
| | * KVM: arm64: Use common sysreg definitionsMark Rutland2017-03-222-73/+25Star
| | * KVM: arm64: use common invariant sysreg definitionsMark Rutland2017-03-221-38/+19Star
| | * KVM: arm64: Use common physical timer sysreg definitionsMark Rutland2017-03-221-9/+3Star
| | * KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland2017-03-221-6/+2Star
| | * KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland2017-03-221-56/+22Star
| | * KVM: arm64: Use common debug sysreg definitionsMark Rutland2017-03-221-52/+21Star
| | * KVM: arm64: add SYS_DESC()Mark Rutland2017-03-221-0/+5
| * | arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier2017-04-091-3/+3
| * | arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-092-7/+2Star
| * | arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier2017-04-091-8/+23
| * | arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-092-17/+0Star
| * | arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+19
| * | arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier2017-04-091-0/+13
| * | arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2017-04-092-5/+2Star
| * | arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier2017-04-091-11/+16
| * | arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier2017-04-091-29/+20Star
| * | arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier2017-04-091-7/+6Star
| * | arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier2017-04-092-18/+9Star
| * | arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier2017-04-091-2/+6
| * | arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier2017-04-091-14/+11Star
* | | arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-042-3/+3
* | | arm64: KVM: Add support for VPIPT I-cachesWill Deacon2017-03-201-0/+22
|/ /
* | arm64: KVM: Survive unknown traps from guestsMark Rutland2017-03-071-7/+12
* | arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier2017-03-061-9/+55
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-235-13/+442
|\
| * KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34