index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 branch kvm-arm64/psci-suspend into kvmarm-master/next
Marc Zyngier
2022-05-16
2
-40
/
+129
|
|
|
\
\
|
|
|
*
|
KVM: arm64: Implement PSCI SYSTEM_SUSPEND
Oliver Upton
2022-05-04
2
-0
/
+34
|
|
|
*
|
KVM: arm64: Add support for userspace to suspend a vCPU
Oliver Upton
2022-05-04
1
-0
/
+51
|
|
|
*
|
KVM: arm64: Return a value from check_vcpu_requests()
Oliver Upton
2022-05-04
1
-2
/
+14
|
|
|
*
|
KVM: arm64: Rename the KVM_REQ_SLEEP handler
Oliver Upton
2022-05-04
1
-2
/
+2
|
|
|
*
|
KVM: arm64: Track vCPU power state using MP state values
Oliver Upton
2022-05-04
2
-16
/
+18
|
|
|
*
|
KVM: arm64: Dedupe vCPU power off helpers
Oliver Upton
2022-05-04
2
-12
/
+5
|
|
|
*
|
KVM: arm64: Don't depend on fallthrough to hide SYSTEM_RESET2
Oliver Upton
2022-05-04
1
-8
/
+5
|
|
*
|
|
Merge branch kvm-arm64/hcall-selection into kvmarm-master/next
Marc Zyngier
2022-05-16
4
-189
/
+332
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Fix hypercall bitmap writeback when vcpus have already run
Marc Zyngier
2022-05-16
1
-1
/
+2
|
|
|
*
|
|
KVM: arm64: Add vendor hypervisor firmware register
Raghavendra Rao Ananta
2022-05-03
1
-5
/
+20
|
|
|
*
|
|
KVM: arm64: Add standard hypervisor firmware register
Raghavendra Rao Ananta
2022-05-03
1
-3
/
+20
|
|
|
*
|
|
KVM: arm64: Setup a framework for hypercall bitmap firmware registers
Raghavendra Rao Ananta
2022-05-03
3
-2
/
+111
|
|
|
*
|
|
KVM: arm64: Factor out firmware register handling from psci.c
Raghavendra Rao Ananta
2022-05-03
3
-184
/
+185
|
|
|
|
|
/
|
|
|
|
/
|
|
|
*
|
|
Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/next
Marc Zyngier
2022-05-04
3
-61
/
+208
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Fix new instances of 32bit ESRs
Marc Zyngier
2022-05-04
1
-3
/
+3
|
|
|
*
|
|
KVM: arm64: Hide AArch32 PMU registers when not available
Alexandru Elisei
2022-05-03
2
-30
/
+32
|
|
|
*
|
|
KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
Oliver Upton
2022-05-03
2
-0
/
+72
|
|
|
*
|
|
KVM: arm64: Wire up CP15 feature registers to their AArch64 equivalents
Oliver Upton
2022-05-03
2
-15
/
+78
|
|
|
*
|
|
KVM: arm64: Don't write to Rt unless sys_reg emulation succeeds
Oliver Upton
2022-05-03
1
-6
/
+16
|
|
|
*
|
|
KVM: arm64: Return a bool from emulate_cp()
Oliver Upton
2022-05-03
1
-10
/
+10
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
2022-05-04
9
-68
/
+214
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Symbolize the nVHE HYP addresses
Kalesh Singh
2022-04-28
1
-8
/
+5
|
|
|
*
|
|
KVM: arm64: Detect and handle hypervisor stack overflows
Kalesh Singh
2022-04-28
2
-1
/
+30
|
|
|
*
|
|
KVM: arm64: Add guard pages for pKVM (protected nVHE) hypervisor stack
Kalesh Singh
2022-04-28
1
-3
/
+28
|
|
|
*
|
|
KVM: arm64: Add guard pages for KVM nVHE hypervisor stack
Kalesh Singh
2022-04-28
2
-5
/
+36
|
|
|
*
|
|
KVM: arm64: Introduce pkvm_alloc_private_va_range()
Kalesh Singh
2022-04-28
3
-30
/
+72
|
|
|
*
|
|
KVM: arm64: Introduce hyp_alloc_private_va_range()
Kalesh Singh
2022-04-28
1
-21
/
+43
|
|
|
|
/
/
|
|
*
|
|
Merge branch kvm-arm64/wfxt into kvmarm-master/next
Marc Zyngier
2022-05-04
4
-25
/
+65
|
|
|
\
\
\
|
|
|
*
|
|
KVM: arm64: Expose the WFXT feature to guests
Marc Zyngier
2022-04-20
1
-0
/
+2
|
|
|
*
|
|
KVM: arm64: Offer early resume for non-blocking WFxT instructions
Marc Zyngier
2022-04-20
1
-4
/
+26
|
|
|
*
|
|
KVM: arm64: Handle blocking WFIT instruction
Marc Zyngier
2022-04-20
3
-3
/
+27
|
|
|
*
|
|
KVM: arm64: Introduce kvm_counter_compute_delta() helper
Marc Zyngier
2022-04-20
1
-7
/
+10
|
|
|
*
|
|
KVM: arm64: Simplify kvm_cpu_has_pending_timer()
Marc Zyngier
2022-04-20
2
-13
/
+2
|
|
*
|
|
|
Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/next
Marc Zyngier
2022-05-04
4
-3
/
+90
|
|
|
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
KVM: Add max_vcpus field in common 'struct kvm'
Sean Christopherson
2022-05-02
2
-6
/
+6
*
|
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2022-05-23
11
-32
/
+122
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'for-next/esr-elx-64-bit' into for-next/core
Catalin Marinas
2022-05-20
7
-15
/
+18
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
2022-04-29
2
-0
/
+3
|
|
*
|
|
|
|
|
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
2022-04-29
6
-15
/
+15
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
2022-05-16
2
-3
/
+3
|
*
|
|
|
|
|
Merge branch 'for-next/sme' into for-next/sysreg-gen
Catalin Marinas
2022-05-16
4
-3
/
+90
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
KVM: arm64: Handle SME host state when running guests
Mark Brown
2022-04-22
1
-0
/
+36
|
|
*
|
|
|
|
KVM: arm64: Trap SME usage in guest
Mark Brown
2022-04-22
2
-1
/
+40
|
|
*
|
|
|
|
KVM: arm64: Hide SME system registers from guests
Mark Brown
2022-04-22
1
-1
/
+8
|
|
*
|
|
|
|
arm64/sme: Implement ZA context switching
Mark Brown
2022-04-22
1
-1
/
+1
|
|
*
|
|
|
|
arm64/sme: Implement streaming SVE context switching
Mark Brown
2022-04-22
1
-1
/
+1
|
|
*
|
|
|
|
arm64/sme: Implement SVCR context switching
Mark Brown
2022-04-22
1
-1
/
+6
|
|
|
/
/
/
/
|
*
|
|
|
|
arm64/sysreg: Standardise ID_AA64ISAR0_EL1 macro names
Mark Brown
2022-05-04
1
-14
/
+14
|
*
|
|
|
|
arm64: Update name of ID_AA64ISAR0_EL1_ATOMIC to reflect ARM
Mark Brown
2022-05-04
1
-1
/
+1
|
|
/
/
/
/
[prev]
[next]