summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2017-06-08KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall
2017-06-08KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall
2017-06-06arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier
2017-06-06arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones
2017-05-24KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall
2017-05-16KVM: arm64: Restore host physical timer access on hyp_panic()James Morse
2017-05-15arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall
2017-05-02arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier
2017-04-09Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier
2017-04-09arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier
2017-04-09arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier
2017-04-09arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier
2017-04-09arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier
2017-04-09arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier
2017-04-09arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier
2017-04-09arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier
2017-04-09arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier
2017-04-09arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier
2017-04-09arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin
2017-03-22KVM: arm64: Use common Set/Way sys definitionsMark Rutland
2017-03-22KVM: arm64: Use common sysreg definitionsMark Rutland
2017-03-22KVM: arm64: use common invariant sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common physical timer sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland
2017-03-22KVM: arm64: Use common debug sysreg definitionsMark Rutland
2017-03-22KVM: arm64: add SYS_DESC()Mark Rutland
2017-03-20arm64: KVM: Add support for VPIPT I-cachesWill Deacon
2017-03-07arm64: KVM: Survive unknown traps from guestsMark Rutland
2017-03-06arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-02-08KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim
2017-02-08KVM: arm64: Add the EL1 physical timer access handlerJintack Lim
2017-02-08KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon
2017-01-30KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K
2017-01-30KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K
2017-01-27arm64: Use __tlbi() macros in KVM codeChristopher Covington
2017-01-25KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds