index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
guest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
2020-01-27
1
-5
/
+0
*
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
2019-11-08
1
-0
/
+4
|
\
|
*
KVM: arm/arm64: Show halt poll counters in debugfs
Christian Borntraeger
2019-10-28
1
-0
/
+4
*
|
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...
Marc Zyngier
2019-10-24
1
-0
/
+9
|
\
\
|
*
|
KVM: arm64: Provide VCPU attributes for stolen time
Steven Price
2019-10-21
1
-0
/
+9
|
|
/
*
|
KVM: arm/arm64: Allow user injection of external data aborts
Christoffer Dall
2019-10-21
1
-0
/
+10
|
/
*
KVM: arm64/sve: Fix vq_present() macro to yield a bool
Zhang Lei
2019-07-05
1
-1
/
+1
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
1
-12
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
|
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
Dave Martin
2019-06-12
1
-13
/
+40
*
|
KVM: arm64: Implement vq_present() as a macro
Viresh Kumar
2019-06-12
1
-9
/
+3
|
/
*
KVM: arm64/sve: Explain validity checks in set_sve_vls()
Dave Martin
2019-04-18
1
-0
/
+7
*
KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
Dave Martin
2019-04-18
1
-4
/
+3
*
KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
Dave Martin
2019-04-18
1
-1
/
+1
*
KVM: arm64/sve: Make register ioctl access errors more consistent
Dave Martin
2019-04-18
1
-21
/
+31
*
KVM: arm64/sve: Miscellaneous tidyups in guest.c
Dave Martin
2019-04-18
1
-13
/
+5
*
KVM: arm64/sve: Clean up UAPI register ID definitions
Dave Martin
2019-04-18
1
-0
/
+9
*
arm64: KVM: Fix system register enumeration
Marc Zyngier
2019-04-02
1
-4
/
+4
*
KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
Dave Martin
2019-03-29
1
-3
/
+111
*
KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
Dave Martin
2019-03-29
1
-0
/
+63
*
KVM: arm64/sve: Add SVE support to register access ioctl interface
Dave Martin
2019-03-29
1
-12
/
+127
*
KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpus
Dave Martin
2019-03-29
1
-12
/
+36
*
KVM: arm64: Factor out core register ID enumeration
Dave Martin
2019-03-29
1
-8
/
+25
*
KVM: arm64: Add missing #include of <linux/string.h> in guest.c
Dave Martin
2019-03-29
1
-0
/
+1
*
KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
Dave Martin
2019-03-29
1
-2
/
+8
*
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-10-25
1
-3
/
+3
|
\
|
*
arm64: KVM: Remove some extra semicolon in kvm_target_cpu
zhong jiang
2018-10-03
1
-3
/
+3
*
|
arm64: KVM: Sanitize PSTATE.M when being set from userspace
Marc Zyngier
2018-10-01
1
-1
/
+9
*
|
arm64: KVM: Tighten guest core register access from userspace
Dave Martin
2018-10-01
1
-0
/
+45
|
/
*
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2018-08-22
1
-0
/
+33
|
\
|
*
KVM: arm64: Share the parts of get/set events useful to 32bit
James Morse
2018-07-21
1
-17
/
+4
|
*
arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
Dongjiu Geng
2018-07-21
1
-0
/
+46
*
|
kvm/arm: use PSR_AA32 definitions
Mark Rutland
2018-07-05
1
-7
/
+7
|
/
*
arm/arm64: KVM: Add PSCI version selection API
Marc Zyngier
2018-04-20
1
-1
/
+13
*
KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
Christoffer Dall
2018-03-14
1
-3
/
+0
*
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
Christoffer Dall
2017-12-14
1
-3
/
+12
*
KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace
Christoffer Dall
2017-06-08
1
-0
/
+9
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
KVM: ARM64: Fix typos
Andrea Gelmini
2016-06-14
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-16
1
-0
/
+51
|
\
|
*
arm64: KVM: Add a new vcpu device control group for PMUv3
Shannon Zhao
2016-02-29
1
-0
/
+51
*
|
arm/arm64: KVM: Fix ioctl error handling
Michael S. Tsirkin
2016-02-29
1
-1
/
+1
|
/
*
arm64: KVM: Turn system register numbers to an enum
Marc Zyngier
2015-12-14
1
-1
/
+0
*
KVM: arm/arm64: Count guest exit due to various reasons
Amit Tomar
2015-12-14
1
-0
/
+9
*
arm64/kvm: Add generic v8 KVM target
Suzuki K. Poulose
2015-08-12
1
-1
/
+2
*
KVM: arm64: add trace points for guest_debug debug
Alex Bennée
2015-07-21
1
-0
/
+4
*
KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
Alex Bennée
2015-07-21
1
-0
/
+7
*
KVM: arm64: guest debug, add support for single-step
Alex Bennée
2015-07-21
1
-1
/
+3
*
KVM: arm64: guest debug, add SW break point support
Alex Bennée
2015-07-21
1
-1
/
+1
*
KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
Alex Bennée
2015-07-21
1
-0
/
+27
[next]