Sign in
android-kvm
/
linux
/
822e1a90afff61826252a65e574e940c0038055c
/
arch
/
arm64
/
kvm
/
guest.c
710f198
KVM: arm64: Move SPSR_EL1 to the system register array
by Marc Zyngier
· 6 years ago
fd85b66
KVM: arm64: Disintegrate SPSR array
by Marc Zyngier
· 6 years ago
1bded23
KVM: arm64: Move SP_EL1 to the system register array
by Marc Zyngier
· 6 years ago
98909e6
KVM: arm64: Move ELR_EL1 to the system register array
by Marc Zyngier
· 6 years ago
e47c205
KVM: arm64: Make struct kvm_regs userspace-only
by Marc Zyngier
· 6 years ago
3806094
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 4 years, 10 months ago
656012c
KVM: Fix spelling in code comments
by Fuad Tabba
· 5 years ago
cb95312
kvm: add halt-polling cpu usage stats
by David Matlack
· 4 years, 10 months ago
4aef2ec
Merge branch 'kvm-amd-fixes' into HEAD
by Paolo Bonzini
· 4 years, 10 months ago
0225fd5
KVM: arm64: Fix 32bit PC wrap-around
by Marc Zyngier
· 4 years, 11 months ago
812756a
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
by Emanuele Giuseppe Esposito
· 5 years ago
4d39576
KVM: Remove unnecessary asm/kvm_host.h includes
by Peter Xu
· 5 years ago
afede96d
KVM: Drop kvm_arch_vcpu_setup()
by Sean Christopherson
· 5 years ago
cd7056a
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
by Marc Zyngier
· 5 years ago
01d035d
KVM: arm/arm64: Show halt poll counters in debugfs
by Christian Borntraeger
· 5 years ago
a4b28f5
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-master/next
by Marc Zyngier
· 5 years ago
58772e9
KVM: arm64: Provide VCPU attributes for stolen time
by Steven Price
· 5 years ago
da34517
KVM: arm/arm64: Allow user injection of external data aborts
by Christoffer Dall
· 5 years ago
e644fa1
KVM: arm64/sve: Fix vq_present() macro to yield a bool
by Zhang Lei
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
caab277
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
by Thomas Gleixner
· 6 years ago
df205b5
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
by Dave Martin
· 6 years ago
0c529ff
KVM: arm64: Implement vq_present() as a macro
by Viresh Kumar
· 6 years ago
ecfb6ed
KVM: arm64/sve: Explain validity checks in set_sve_vls()
by Dave Martin
· 6 years ago
4bd774e
KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
by Dave Martin
· 6 years ago
55ffad3
KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
by Dave Martin
· 6 years ago
52110aa
KVM: arm64/sve: Make register ioctl access errors more consistent
by Dave Martin
· 6 years ago
f8d4635
KVM: arm64/sve: Miscellaneous tidyups in guest.c
by Dave Martin
· 6 years ago
8ae6efd
KVM: arm64/sve: Clean up UAPI register ID definitions
by Dave Martin
· 6 years ago
5d8d4af
arm64: KVM: Fix system register enumeration
by Marc Zyngier
· 6 years ago
9033bba
KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
by Dave Martin
· 6 years ago
8e3c54c
KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
by Dave Martin
· 6 years ago
e1c9c98
KVM: arm64/sve: Add SVE support to register access ioctl interface
by Dave Martin
· 6 years ago
8c86dfe
KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
by Dave Martin
· 6 years ago
be25bbb
KVM: arm64: Factor out core register ID enumeration
by Dave Martin
· 6 years ago
dc52f31
KVM: arm64: Add missing #include of <linux/string.h> in guest.c
by Dave Martin
· 6 years ago
7aa92cf
KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
by Dave Martin
· 6 years ago
0d1e8b8
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
f072534
arm64: KVM: Remove some extra semicolon in kvm_target_cpu
by zhong jiang
· 7 years ago
2a3f934
arm64: KVM: Sanitize PSTATE.M when being set from userspace
by Marc Zyngier
· 6 years ago
d26c25a
arm64: KVM: Tighten guest core register access from userspace
by Dave Martin
· 6 years ago
6319893
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 7 years ago
539aee0
KVM: arm64: Share the parts of get/set events useful to 32bit
by James Morse
· 7 years ago
b7b27fa
arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
by Dongjiu Geng
· 7 years ago
256c096
kvm/arm: use PSR_AA32 definitions
by Mark Rutland
· 7 years ago
85bd0ba
arm/arm64: KVM: Add PSCI version selection API
by Marc Zyngier
· 7 years ago
e21a4f3
KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
by Christoffer Dall
· 7 years ago
66b5656
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
by Christoffer Dall
· 7 years ago
99a1db7
KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
by Christoffer Dall
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
edce229
KVM: ARM64: Fix typos
by Andrea Gelmini
· 9 years ago
10dc374
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
bb0c70b
arm64: KVM: Add a new vcpu device control group for PMUv3
by Shannon Zhao
· 9 years ago
4cad67f
arm/arm64: KVM: Fix ioctl error handling
by Michael S. Tsirkin
· 9 years ago
9d8415d
arm64: KVM: Turn system register numbers to an enum
by Marc Zyngier
· 9 years ago
b19e689
KVM: arm/arm64: Count guest exit due to various reasons
by Amit Tomar
· 9 years ago
bca556a
arm64/kvm: Add generic v8 KVM target
by Suzuki K. Poulose
· 10 years ago
eef8c85
KVM: arm64: add trace points for guest_debug debug
by Alex Bennée
· 10 years ago
834bf88
KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
by Alex Bennée
· 10 years ago
337b99b
KVM: arm64: guest debug, add support for single-step
by Alex Bennée
· 10 years ago
4bd611c
KVM: arm64: guest debug, add SW break point support
by Alex Bennée
· 10 years ago
0e6f07f
KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
by Alex Bennée
· 10 years ago
f7fa034d
arm/arm64: KVM: Clarify KVM_ARM_VCPU_INIT ABI
by Christoffer Dall
· 10 years ago
b856a59
arm/arm64: KVM: Reset the HCR on each vcpu when resetting the vcpu
by Christoffer Dall
· 10 years ago
bd218bc
KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_reg
by Will Deacon
· 11 years ago
1df08ba
arm64: KVM: allow export and import of generic timer regs
by Alex Bennée
· 11 years ago
1252b33
arm64: KVM: Enable minimalistic support for Cortex-A53
by Marc Zyngier
· 11 years ago
e28100b
arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host
by Anup Patel
· 11 years ago
473bdc0
ARM64: KVM: Implement kvm_vcpu_preferred_target() function
by Anup Patel
· 11 years ago
0d854a6
arm64: KVM: enable initialization of a 32bit vcpu
by Marc Zyngier
· 12 years ago
2f4a07c
arm64: KVM: guest one-reg interface
by Marc Zyngier
· 12 years ago