index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
arm64: Fix incorrect irqflag restore for priority masking
Julien Thierry
2019-06-21
1
-1
/
+1
|
*
|
arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it
Julien Grall
2019-06-04
1
-3
/
+1
*
|
|
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
20
-240
/
+20
|
\
\
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
20
-240
/
+20
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-06-20
1
-22
/
+43
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
*
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
2019-06-05
1
-4
/
+1
|
|
/
|
/
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
1
-9
/
+1
|
/
*
KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation
James Morse
2019-05-24
1
-0
/
+1
*
KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentation
James Morse
2019-05-24
2
-38
/
+39
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-05-17
10
-87
/
+1092
|
\
|
*
Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-05-15
10
-87
/
+1092
|
|
\
|
|
*
KVM: arm64: Fix ptrauth ID register masking logic
Kristina Martsenko
2019-05-01
1
-4
/
+4
|
|
*
arm64: KVM: Fix perf cycle counter support for VHE
Andrew Murray
2019-04-30
1
-2
/
+9
|
|
*
arm64: KVM: Avoid isb's by using direct pmxevtyper sysreg
Andrew Murray
2019-04-24
1
-10
/
+74
|
|
*
arm64: KVM: Enable VHE support for :G/:H perf event modifiers
Andrew Murray
2019-04-24
2
-2
/
+89
|
|
*
arm64: KVM: Enable !VHE support for :G/:H perf event modifiers
Andrew Murray
2019-04-24
2
-0
/
+45
|
|
*
arm64: KVM: Add accessors to track guest/host only counters
Andrew Murray
2019-04-24
2
-1
/
+46
|
|
*
KVM: arm64: Add capability to advertise ptrauth for guest
Amit Daniel Kachhap
2019-04-24
1
-0
/
+5
|
|
*
KVM: arm64: Add userspace flag to enable pointer authentication
Amit Daniel Kachhap
2019-04-24
1
-0
/
+27
|
|
*
KVM: arm/arm64: Context-switch ptrauth registers
Mark Rutland
2019-04-24
3
-16
/
+85
|
|
*
KVM: arm/arm64: Clean up vcpu finalization function parameter naming
Dave Martin
2019-04-18
1
-2
/
+2
|
|
*
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
|
|
*
KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNs
Dave Martin
2019-04-18
1
-2
/
+2
|
|
*
KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
Dave Martin
2019-04-18
1
-1
/
+1
|
|
*
arm64: KVM: Fix system register enumeration
Marc Zyngier
2019-04-02
1
-4
/
+4
|
|
*
KVM: arm64: Add a capability to advertise SVE support
Dave Martin
2019-03-29
1
-0
/
+3
|
|
*
KVM: arm64/sve: Allow userspace to enable SVE for vcpus
Dave Martin
2019-03-29
1
-1
/
+42
|
|
*
KVM: arm64/sve: Add pseudo-register for the guest's vector lengths
Dave Martin
2019-03-29
2
-3
/
+200
|
|
*
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/sve: Context switch the SVE registers
Dave Martin
2019-03-29
2
-20
/
+60
|
|
*
KVM: arm64/sve: System register context switch and access support
Dave Martin
2019-03-29
3
-6
/
+89
|
|
*
KVM: arm64: Support runtime sysreg visibility filtering
Dave Martin
2019-03-29
2
-3
/
+46
|
|
*
KVM: arm64: Propagate vcpu into read_id_reg()
Dave Martin
2019-03-29
1
-10
/
+13
|
|
*
arm64/sve: Enable SVE state tracking for non-task contexts
Dave Martin
2019-03-29
1
-1
/
+4
|
|
*
KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenance
Dave Martin
2019-03-29
1
-2
/
+8
*
|
|
Make anon_inodes unconditional
David Howells
2019-04-19
1
-1
/
+0
|
/
/
*
/
KVM: arm64: Reset the PMU in preemptible context
Marc Zyngier
2019-03-19
1
-3
/
+3
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
6
-76
/
+114
|
\
[prev]
[next]