index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
handle_exit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Let errors from SMCCC emulation to reach userspace
Oliver Upton
2023-04-05
1
-16
/
+2
*
KVM: arm64: Add support for KVM_EXIT_HYPERCALL
Oliver Upton
2023-04-05
1
-1
/
+3
*
KVM: arm64: Start handling SMCs from EL1
Oliver Upton
2023-04-05
1
-7
/
+7
*
KVM: arm64: Rename SMC/HVC call handler to reflect reality
Oliver Upton
2023-04-05
1
-2
/
+2
*
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: Clear PSTATE.SS when the Software Step state was Active-pending
Reiji Watanabe
2022-09-19
1
-1
/
+7
*
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
2022-07-27
1
-0
/
+4
|
\
|
*
KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
Marc Zyngier
2022-07-27
1
-98
/
+0
|
*
KVM: arm64: Introduce pkvm_dump_backtrace()
Kalesh Singh
2022-07-26
1
-1
/
+34
|
*
KVM: arm64: Introduce hyp_dump_backtrace()
Kalesh Singh
2022-07-26
1
-0
/
+69
*
|
Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next
Marc Zyngier
2022-07-17
1
-2
/
+2
|
\
\
|
*
|
KVM: arm64: Fix hypervisor address symbolization
Kalesh Singh
2022-07-17
1
-2
/
+2
|
|
/
*
/
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
2022-06-29
1
-1
/
+1
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-26
1
-12
/
+37
|
\
|
*
Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/next
Marc Zyngier
2022-05-04
1
-0
/
+1
|
|
\
|
|
*
KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
Oliver Upton
2022-05-03
1
-0
/
+1
|
*
|
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
2022-05-04
1
-8
/
+5
|
|
\
\
|
|
*
|
KVM: arm64: Symbolize the nVHE HYP addresses
Kalesh Singh
2022-04-28
1
-8
/
+5
|
|
|
/
|
*
|
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
1
-1
/
+6
|
|
/
*
|
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
2022-04-29
1
-0
/
+2
*
|
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
2022-04-29
1
-7
/
+7
|
/
*
KVM: arm64: fix typos in comments
Julia Lawall
2022-03-18
1
-1
/
+1
*
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
2022-02-03
1
-0
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
1
-3
/
+2
|
\
|
*
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
2021-12-08
1
-1
/
+1
|
*
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
2021-12-08
1
-2
/
+1
*
|
arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c
Mark Brown
2021-12-06
1
-1
/
+4
|
/
*
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
2021-08-26
1
-17
/
+3
|
\
|
*
KVM: arm64: Trim guest debug exception handling
Raghavendra Rao Ananta
2021-08-26
1
-17
/
+3
*
|
KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
Will Deacon
2021-08-18
1
-9
/
+14
|
/
*
KVM: arm64: Log source when panicking from nVHE hyp
Andrew Scull
2021-04-01
1
-0
/
+45
*
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
2020-11-10
1
-1
/
+0
*
KVM: arm64: Move PC rollback on SError to HYP
Marc Zyngier
2020-11-10
1
-17
/
+0
*
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
2020-11-10
1
-3
/
+3
*
KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()
Marc Zyngier
2020-11-10
1
-3
/
+3
*
KVM: arm64: Don't adjust PC on SError during SMC trap
Marc Zyngier
2020-11-10
1
-8
/
+8
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-08-09
1
-16
/
+16
|
\
|
*
KVM: arm64: Rename HSR to ESR
Gavin Shan
2020-07-05
1
-16
/
+16
*
|
KVM: arm64: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
1
-18
/
+18
|
/
*
KVM: arm64: Handle PtrAuth traps early
Marc Zyngier
2020-06-09
1
-14
/
+3
*
KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
Marc Zyngier
2020-06-09
1
-17
/
+2
*
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
2020-05-16
1
-1
/
+1
*
KVM: arm/arm64: Factor out hypercall handling from PSCI code
Christoffer Dall
2019-10-21
1
-2
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
KVM: arm/arm64: Context-switch ptrauth registers
Mark Rutland
2019-04-24
1
-8
/
+28
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-12-26
1
-13
/
+1
|
\
[next]