index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-02-25
27
-299
/
+1200
|
\
|
*
Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-02-20
25
-208
/
+1121
|
|
\
|
|
*
Merge branch kvm-arm64/nv-prefix into kvmarm/next
Oliver Upton
2023-02-13
15
-41
/
+814
|
|
|
\
|
|
|
*
KVM: arm64: nv: Use reg_to_encoding() to get sysreg ID
Oliver Upton
2023-02-11
1
-2
/
+1
|
|
|
*
KVM: arm64: nv: Filter out unsupported features from ID regs
Marc Zyngier
2023-02-11
3
-1
/
+166
|
|
|
*
KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
Jintack Lim
2023-02-11
1
-0
/
+37
|
|
|
*
KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
Marc Zyngier
2023-02-11
2
-5
/
+15
|
|
|
*
KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
Marc Zyngier
2023-02-11
2
-1
/
+42
|
|
|
*
KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from virtual...
Jintack Lim
2023-02-11
1
-1
/
+28
|
|
|
*
KVM: arm64: nv: Handle SMCs taken from virtual EL2
Jintack Lim
2023-02-11
1
-2
/
+24
|
|
|
*
KVM: arm64: nv: Handle trapped ERET from virtual EL2
Christoffer Dall
2023-02-11
1
-0
/
+10
|
|
|
*
KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
Jintack Lim
2023-02-11
1
-0
/
+11
|
|
|
*
KVM: arm64: nv: Support virtual EL2 exceptions
Jintack Lim
2023-02-11
5
-19
/
+354
|
|
|
*
KVM: arm64: nv: Handle HCR_EL2.NV system register traps
Jintack Lim
2023-02-11
1
-5
/
+94
|
|
|
*
KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
Christoffer Dall
2023-02-11
1
-0
/
+6
|
|
|
*
KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
Christoffer Dall
2023-02-11
1
-0
/
+16
|
|
|
*
KVM: arm64: Use the S2 MMU context to iterate over S2 table
Marc Zyngier
2023-02-11
1
-8
/
+8
|
|
|
*
arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
Jintack Lim
2023-02-11
1
-0
/
+5
|
|
*
|
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
2023-02-13
8
-22
/
+23
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Fix non-kerneldoc comments
Marc Zyngier
2023-02-07
1
-6
/
+2
|
|
|
*
|
arm64/sysreg: clean up some inconsistent indenting
Jiapeng Chong
2023-01-31
1
-1
/
+1
|
|
|
*
|
KVM: MMU: Make the definition of 'INVALID_GPA' common
Yu Zhang
2023-01-19
2
-5
/
+5
|
|
|
*
|
KVM: arm64: vgic-v3: Use kstrtobool() instead of strtobool()
Christophe JAILLET
2023-01-17
1
-4
/
+5
|
|
|
*
|
KVM: arm64: vgic-v3: Limit IPI-ing when accessing GICR_{C,S}ACTIVER0
Marc Zyngier
2023-01-12
1
-5
/
+8
|
|
|
*
|
KVM: arm64: Synchronize SMEN on vcpu schedule out
Nianyao Tang
2023-01-12
1
-0
/
+1
|
|
|
*
|
KVM: arm64: Kill CPACR_EL1_TTA definition
Marc Zyngier
2023-01-12
1
-1
/
+1
|
|
*
|
|
Merge branch kvm-arm64/apple-vgic-mi into kvmarm/next
Oliver Upton
2023-02-13
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: vgic: Allow registration of a non-maskable maintenance interrupt
Marc Zyngier
2023-01-12
1
-1
/
+1
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/psci-relay-fixes into kvmarm/next
Oliver Upton
2023-02-13
3
-0
/
+3
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Finalise EL2 state from pKVM PSCI relay
Quentin Perret
2023-02-02
1
-0
/
+1
|
|
|
*
|
|
KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE
Quentin Perret
2023-02-02
2
-0
/
+2
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/nv-timer-improvements into kvmarm/next
Oliver Upton
2023-02-13
2
-29
/
+52
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: timers: Don't BUG() on unhandled timer trap
Marc Zyngier
2023-01-26
1
-1
/
+3
|
|
|
*
|
|
KVM: arm64: Reduce overhead of trapped timer sysreg accesses
Marc Zyngier
2023-01-26
1
-25
/
+48
|
|
|
*
|
|
KVM: arm64: Don't arm a hrtimer for an already pending timer
Marc Zyngier
2023-01-26
1
-3
/
+1
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/parallel-access-faults into kvmarm/next
Oliver Upton
2023-02-13
2
-15
/
+46
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Condition HW AF updates on config option
Oliver Upton
2023-01-12
1
-0
/
+2
|
|
|
*
|
|
KVM: arm64: Handle access faults behind the read lock
Oliver Upton
2023-01-12
2
-3
/
+4
|
|
|
*
|
|
KVM: arm64: Don't serialize if the access flag isn't set
Oliver Upton
2023-01-12
1
-4
/
+8
|
|
|
*
|
|
KVM: arm64: Return EAGAIN for invalid PTE in attr walker
Oliver Upton
2023-01-12
1
-1
/
+1
|
|
|
*
|
|
KVM: arm64: Ignore EAGAIN for walks outside of a fault
Oliver Upton
2023-01-12
2
-4
/
+30
|
|
|
*
|
|
KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()
Oliver Upton
2023-01-12
1
-6
/
+4
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/next
Oliver Upton
2023-02-13
4
-99
/
+181
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Mark some VM-scoped allocations as __GFP_ACCOUNT
Oliver Upton
2023-02-07
2
-2
/
+2
|
|
|
*
|
|
KVM: arm64: Normalize cache configuration
Akihiko Odaki
2023-01-21
2
-96
/
+169
|
|
|
*
|
|
KVM: arm64: Mask FEAT_CCIDX
Akihiko Odaki
2023-01-12
1
-0
/
+11
|
|
|
*
|
|
KVM: arm64: Always set HCR_TID2
Akihiko Odaki
2023-01-12
1
-2
/
+0
|
|
|
|
/
/
|
|
*
|
|
Merge branch arm64/for-next/sme2 into kvmarm/next
Oliver Upton
2023-02-13
1
-1
/
+1
|
|
|
\
\
\
|
|
*
\
\
\
Merge branch kvm/kvm-hw-enable-refactor into kvmarm/next
Oliver Upton
2023-02-13
8
-93
/
+81
|
|
|
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
2023-02-15
5
-27
/
+40
|
|
\
\
\
\
\
[next]