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.13.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
/
hyp
/
nvhe
/
switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
KVM: arm64: pkvm: Give priority to standard traps over pvm handling
Marc Zyngier
1
-4
/
+7
2021-10-18
KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()
Marc Zyngier
1
-2
/
+2
2021-10-18
KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
Marc Zyngier
1
-12
/
+0
2021-10-18
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
1
-2
/
+1
2021-10-18
KVM: arm64: pkvm: Preserve pending SError on exit from AArch32
Marc Zyngier
1
-1
/
+2
2021-10-11
KVM: arm64: Handle protected guests at 32 bits
Fuad Tabba
1
-0
/
+34
2021-10-11
KVM: arm64: Trap access to pVM restricted features
Fuad Tabba
1
-0
/
+57
2021-10-11
KVM: arm64: Add handlers for protected VM System Registers
Fuad Tabba
1
-0
/
+1
2021-10-11
KVM: arm64: Pass struct kvm to per-EC handlers
Fuad Tabba
1
-1
/
+1
2021-10-11
KVM: arm64: Move early handlers to per-EC handlers
Marc Zyngier
1
-0
/
+16
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
1
-10
/
+3
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
1
-1
/
+1
2021-08-20
KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
Fuad Tabba
1
-4
/
+0
2021-08-20
KVM: arm64: Restore mdcr_el2 from vcpu
Fuad Tabba
1
-8
/
+5
2021-08-20
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
1
-1
/
+1
2021-08-20
KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
Marc Zyngier
1
-1
/
+3
2021-05-15
KVM: arm64: Move __adjust_pc out of line
Marc Zyngier
1
-2
/
+1
2021-04-13
Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/next
Marc Zyngier
1
-13
/
+12
2021-04-07
arm64: KVM: Enable access to TRBE support for host
Suzuki K Poulose
1
-0
/
+1
2021-03-19
KVM: arm64: Wrap the host with a stage 2
Quentin Perret
1
-5
/
+2
2021-03-19
KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
Quentin Perret
1
-4
/
+1
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
1
-3
/
+11
2021-03-18
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
1
-2
/
+7
2021-03-06
KVM: arm64: Fix nVHE hyp panic host context restore
Andrew Scull
1
-2
/
+1
2021-03-06
KVM: arm64: nvhe: Save the SPE context early
Suzuki K Poulose
1
-1
/
+10
2020-12-09
Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...
Marc Zyngier
1
-1
/
+4
2020-12-04
KVM: arm64: Trap host SMCs in protected mode
David Brazdil
1
-1
/
+4
2020-11-10
KVM: arm64: Make kvm_skip_instr() and co private to HYP
Marc Zyngier
1
-0
/
+3
2020-10-29
arm64: Add workaround for Arm Cortex-A77 erratum 1508412
Rob Herring
1
-1
/
+1
2020-09-30
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
1
-7
/
+8
2020-09-30
Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...
Marc Zyngier
1
-4
/
+0
2020-09-30
kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
David Brazdil
1
-0
/
+3
2020-09-30
kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
David Brazdil
1
-0
/
+3
2020-09-30
kvm: arm64: Remove __hyp_this_cpu_read
David Brazdil
1
-1
/
+1
2020-09-29
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
Marc Zyngier
1
-4
/
+0
2020-09-15
KVM: arm64: nVHE: Fix pointers during SMCCC convertion
Andrew Scull
1
-2
/
+0
2020-09-15
KVM: arm64: nVHE: Handle hyp panics
Andrew Scull
1
-13
/
+5
2020-09-15
KVM: arm64: Introduce hyp context
Andrew Scull
1
-1
/
+1
2020-09-15
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
1
-0
/
+3
2020-09-15
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
1
-2
/
+6
2020-09-15
KVM: arm64: Remove __activate_vm wrapper
Andrew Scull
1
-4
/
+4
2020-08-28
KVM: arm64: Add kvm_extable for vaxorcism code
James Morse
1
-0
/
+5
2020-07-07
KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
Marc Zyngier
1
-2
/
+2
2020-07-07
KVM: arm64: Factor out stage 2 page table data from struct kvm
Christoffer Dall
1
-1
/
+1
2020-07-05
KVM: arm64: Remove __hyp_text macro, use build rules instead
David Brazdil
1
-9
/
+9
2020-07-05
KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHE
David Brazdil
1
-0
/
+1
2020-07-05
KVM: arm64: Split hyp/switch.c to VHE/nVHE
David Brazdil
1
-0
/
+271