summaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)Author
2018-10-18ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingRussell King
2018-10-18ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier
2018-10-18ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier
2018-05-01arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier
2018-03-08ARM: kvm: fix building with gcc-8Arnd Bergmann
2018-02-16arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier
2018-02-16arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier
2018-02-16arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier
2017-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21arm/arm64: kvm: Disable branch profiling in HYP codeJulien Thierry
2017-10-21arm/arm64: KVM: set right LR register value for 32 bit guest when inject abortDongjiu Geng
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier
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-08KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall
2017-06-06arm: KVM: Allow unaligned accesses at HYPMarc Zyngier
2017-06-04KVM: arm/arm64: properly use vcpu requestsAndrew Jones
2017-05-16KVM: arm: Restore banked registers and physical timer access on hyp_panic()James Morse
2017-05-15KVM: arm: rename pm_fake handler to trap_raz_wiZhichao Huang
2017-05-15KVM: arm: plug potential guest hardware debug leakageZhichao Huang
2017-05-15arm: KVM: Do not use stack-protector to compile HYP codeMarc Zyngier
2017-05-15ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/Marc Zyngier
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall
2017-04-20ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier
2017-04-19KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones
2017-04-09KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQChristoffer Dall
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf
2017-04-09ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier
2017-04-09ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier
2017-04-09arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP modeMarc Zyngier
2017-04-09arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier
2017-04-09arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier
2017-04-09ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetMarc Zyngier
2017-04-09ARM: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier
2017-04-09ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier
2017-04-09ARM: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier
2017-04-09ARM: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier
2017-04-09ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier
2017-04-09arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier
2017-04-09arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier
2017-04-09KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/putChristoffer Dall
2017-04-09kvm: arm/arm64: Rework gpa callback handlersSuzuki K Poulose
2017-03-09KVM: arm/arm64: Enable KVM_CAP_NR_MEMSLOTS on arm/arm64Linu Cherian
2017-03-07arm: KVM: Survive unknown traps from guestsMark Rutland
2017-02-17KVM: race-free exit from KVM_RUN without POSIX signalsPaolo Bonzini