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