index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
handle_exit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-14
Merge branch kvm-arm64/nv-sve into kvmarm/next
Oliver Upton
1
-4
/
+15
2024-06-20
KVM: arm64: nv: Forward SVE traps to guest hypervisor
Oliver Upton
1
-0
/
+3
2024-06-20
KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisor
Jintack Lim
1
-4
/
+12
2024-06-20
KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2
Pierre-Clément Tosi
1
-0
/
+10
2024-06-20
KVM: arm64: Introduce print_nvhe_hyp_panic helper
Pierre-Clément Tosi
1
-4
/
+8
2024-06-20
arm64: Introduce esr_brk_comment, esr_is_cfi_brk
Pierre-Clément Tosi
1
-1
/
+1
2024-04-20
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
1
-6
/
+4
2024-04-20
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
1
-1
/
+2
2024-04-20
KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0
Marc Zyngier
1
-3
/
+25
2024-04-20
KVM: arm64: nv: Add trap forwarding for ERET and SMC
Marc Zyngier
1
-0
/
+7
2024-04-20
KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
Marc Zyngier
1
-1
/
+1
2023-08-17
KVM: arm64: nv: Expand ERET trap forwarding to handle FGT
Marc Zyngier
1
-1
/
+16
2023-08-17
KVM: arm64: nv: Add SVC trap forwarding
Marc Zyngier
1
-0
/
+12
2023-04-05
KVM: arm64: Let errors from SMCCC emulation to reach userspace
Oliver Upton
1
-16
/
+2
2023-04-05
KVM: arm64: Add support for KVM_EXIT_HYPERCALL
Oliver Upton
1
-1
/
+3
2023-04-05
KVM: arm64: Start handling SMCs from EL1
Oliver Upton
1
-7
/
+7
2023-04-05
KVM: arm64: Rename SMC/HVC call handler to reflect reality
Oliver Upton
1
-2
/
+2
2023-02-11
KVM: arm64: nv: Handle SMCs taken from virtual EL2
Jintack Lim
1
-2
/
+24
2023-02-11
KVM: arm64: nv: Handle trapped ERET from virtual EL2
Christoffer Dall
1
-0
/
+10
2023-02-11
KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
Jintack Lim
1
-0
/
+11
2022-09-19
KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pending
Reiji Watanabe
1
-1
/
+7
2022-07-27
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
1
-0
/
+4
2022-07-27
KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unit
Marc Zyngier
1
-98
/
+0
2022-07-26
KVM: arm64: Introduce pkvm_dump_backtrace()
Kalesh Singh
1
-1
/
+34
2022-07-26
KVM: arm64: Introduce hyp_dump_backtrace()
Kalesh Singh
1
-0
/
+69
2022-07-17
Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next
Marc Zyngier
1
-2
/
+2
2022-07-17
KVM: arm64: Fix hypervisor address symbolization
Kalesh Singh
1
-2
/
+2
2022-06-29
KVM: arm64: Move vcpu WFIT flag to the state flag set
Marc Zyngier
1
-1
/
+1
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+37
2022-05-04
Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
1
-8
/
+5
2022-05-03
KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handler
Oliver Upton
1
-0
/
+1
2022-04-29
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
1
-0
/
+2
2022-04-29
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
1
-7
/
+7
2022-04-28
KVM: arm64: Symbolize the nVHE HYP addresses
Kalesh Singh
1
-8
/
+5
2022-04-20
KVM: arm64: Offer early resume for non-blocking WFxT instructions
Marc Zyngier
1
-4
/
+26
2022-04-20
KVM: arm64: Handle blocking WFIT instruction
Marc Zyngier
1
-1
/
+6
2022-03-18
KVM: arm64: fix typos in comments
Julia Lawall
1
-1
/
+1
2022-02-03
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
1
-0
/
+8
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+2
2021-12-08
KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()
Sean Christopherson
1
-1
/
+1
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
1
-2
/
+1
2021-12-06
arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.c
Mark Brown
1
-1
/
+4
2021-08-26
Merge branch kvm-arm64/misc-5.15 into kvmarm-master/next
Marc Zyngier
1
-17
/
+3
2021-08-26
KVM: arm64: Trim guest debug exception handling
Raghavendra Rao Ananta
1
-17
/
+3
2021-08-18
KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
Will Deacon
1
-9
/
+14
2021-04-01
KVM: arm64: Log source when panicking from nVHE hyp
Andrew Scull
1
-0
/
+45
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
1
-1
/
+0
2020-11-10
KVM: arm64: Move PC rollback on SError to HYP
Marc Zyngier
1
-17
/
+0
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
1
-3
/
+3
[next]