index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
guest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-06
Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-2
/
+3
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-08-20
Merge branch kvm-arm64/generic-entry into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2021-08-19
KVM: arm64: Record number of signal exits as a vCPU stat
Oliver Upton
1
-0
/
+1
2021-08-18
KVM: arm64: Drop check_kvm_target_cpu() based percpu probe
Anshuman Khandual
1
-2
/
+2
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+86
2021-06-24
KVM: debugfs: Reuse binary stats descriptors
Jing Zhang
1
-16
/
+0
2021-06-24
KVM: stats: Support binary stats retrieval for a VCPU
Jing Zhang
1
-0
/
+21
2021-06-24
KVM: stats: Support binary stats retrieval for a VM
Jing Zhang
1
-0
/
+15
2021-06-24
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
1
-6
/
+6
2021-06-24
KVM: arm64: Set the MTE tag bit before releasing the page
Marc Zyngier
1
-4
/
+8
2021-06-22
KVM: arm64: Add ioctl to fetch/store tags in a guest
Steven Price
1
-0
/
+82
2021-04-23
Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-3
/
+3
2021-04-17
KVM: aarch64: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
1
-5
/
+0
2021-03-18
KVM: arm64: Introduce vcpu_sve_vq() helper
Marc Zyngier
1
-3
/
+3
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
1
-1
/
+0
2020-11-10
KVM: arm64: Get rid of the AArch32 register mapping code
Marc Zyngier
1
-3
/
+25
2020-07-07
KVM: arm64: Move SPSR_EL1 to the system register array
Marc Zyngier
1
-1
/
+1
2020-07-07
KVM: arm64: Disintegrate SPSR array
Marc Zyngier
1
-5
/
+14
2020-07-07
KVM: arm64: Move SP_EL1 to the system register array
Marc Zyngier
1
-1
/
+1
2020-07-07
KVM: arm64: Move ELR_EL1 to the system register array
Marc Zyngier
1
-1
/
+1
2020-07-07
KVM: arm64: Make struct kvm_regs userspace-only
Marc Zyngier
1
-14
/
+56
2020-06-01
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-2
/
+2
2020-05-16
KVM: Fix spelling in code comments
Fuad Tabba
1
-2
/
+2
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
1
-0
/
+2
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-0
/
+7
2020-05-01
KVM: arm64: Fix 32bit PC wrap-around
Marc Zyngier
1
-0
/
+7
2020-04-21
kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
Emanuele Giuseppe Esposito
1
-13
/
+10
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
1
-1
/
+0
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
1
-5
/
+0
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
1
-0
/
+4
2019-10-28
KVM: arm/arm64: Show halt poll counters in debugfs
Christian Borntraeger
1
-0
/
+4
2019-10-24
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...
Marc Zyngier
1
-0
/
+9
2019-10-21
KVM: arm64: Provide VCPU attributes for stolen time
Steven Price
1
-0
/
+9
2019-10-21
KVM: arm/arm64: Allow user injection of external data aborts
Christoffer Dall
1
-0
/
+10
2019-07-05
KVM: arm64/sve: Fix vq_present() macro to yield a bool
Zhang Lei
1
-1
/
+1
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-12
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-12
KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
Dave Martin
1
-13
/
+40
2019-06-12
KVM: arm64: Implement vq_present() as a macro
Viresh Kumar
1
-9
/
+3
2019-04-18
KVM: arm64/sve: Explain validity checks in set_sve_vls()
Dave Martin
1
-0
/
+7
2019-04-18
KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizing
Dave Martin
1
-4
/
+3
2019-04-18
KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()
Dave Martin
1
-1
/
+1
2019-04-18
KVM: arm64/sve: Make register ioctl access errors more consistent
Dave Martin
1
-21
/
+31
2019-04-18
KVM: arm64/sve: Miscellaneous tidyups in guest.c
Dave Martin
1
-13
/
+5
2019-04-18
KVM: arm64/sve: Clean up UAPI register ID definitions
Dave Martin
1
-0
/
+9
2019-04-02
arm64: KVM: Fix system register enumeration
Marc Zyngier
1
-4
/
+4
2019-03-29
KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
Dave Martin
1
-3
/
+111
2019-03-29
KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LIST
Dave Martin
1
-0
/
+63
2019-03-29
KVM: arm64/sve: Add SVE support to register access ioctl interface
Dave Martin
1
-12
/
+127
[next]