aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/kvm_host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+3
2017-06-04KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones1-0/+1
2017-06-04KVM: arm/arm64: change exit request to sleep requestAndrew Jones1-1/+1
2017-06-04KVM: improve arch vcpu request definingAndrew Jones1-1/+2
2017-05-23KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall1-2/+0
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland1-2/+6
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-7/+0
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini1-1/+1
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář1-1/+1
2017-04-09arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier1-6/+0
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier1-2/+1
2017-04-07kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET publicPaolo Bonzini1-1/+0
2017-03-09KVM: arm64: Increase number of user memslots to 512Linu Cherian1-1/+1
2017-03-09KVM: arm/arm64: Remove KVM_PRIVATE_MEM_SLOTS definition that are unusedLinu Cherian1-1/+0
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2017-02-08KVM: arm/arm64: Move cntvoff to each timer contextJintack Lim1-3/+0
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon1-1/+6
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a single CPUMarc Zyngier1-0/+3
2016-09-08KVM: Add provisioning for ulong vm stats and u64 vcpu statsSuraj Jitindar Singh1-6/+6
2016-07-18KVM: arm/arm64: Extend arch CAP checks to allow per-VM capabilitiesAndre Przywara1-1/+1
2016-07-03arm: KVM: Allow hyp teardownMarc Zyngier1-1/+2
2016-07-03arm/arm64: KVM: Drop boot_pgdMarc Zyngier1-4/+2
2016-07-03arm64: KVM: Simplify HYP init/teardownMarc Zyngier1-9/+3
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2016-05-24Merge tag 'kvm-arm-for-4-7-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-nextPaolo Bonzini1-0/+6
2016-05-20KVM: arm/arm64: vgic-new: Synchronize changes to active stateChristoffer Dall1-0/+2
2016-05-20KVM: arm/arm64: Provide functionality to pause and resume a guestChristoffer Dall1-0/+4
2016-05-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+13
2016-05-13KVM: halt_polling: provide a way to qualify wakeups during pollChristian Borntraeger1-0/+2
2016-05-03arm64: kvm: Fix kvm teardown for systems using the extended idmapJames Morse1-1/+2
2016-04-28arm64: kvm: allows kvm cpu hotplugAKASHI Takahiro1-1/+12
2016-04-08Merge tag 'kvm-arm-for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarmRadim Krčmář1-3/+4
2016-04-06arm64: KVM: Warn when PARange is less than 40 bitsMarc Zyngier1-3/+4
2016-03-29arm64: perf: Move PMU register related defines to asm/perf_event.hShannon Zhao1-1/+0
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+7
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder1-2/+2
2016-03-01arm64: KVM: Move kvm_call_hyp back to its original localtionMarc Zyngier1-2/+2
2016-02-29arm64: KVM: Add a new vcpu device control group for PMUv3Shannon Zhao1-0/+6
2016-02-29arm64: KVM: Add a new feature bit for PMUv3Shannon Zhao1-1/+1
2016-02-29arm64: KVM: Add access handler for PMUSERENR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMSWINC registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for event type registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for event counter registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Add access handler for PMSELR registerShannon Zhao1-0/+1
2016-02-29arm64: KVM: Add access handler for PMCR registerShannon Zhao1-0/+3
2016-02-29arm64: KVM: Define PMU data structure for each vcpuShannon Zhao1-0/+2