index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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
2024-06-04
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
2024-06-04
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
2024-06-04
KVM: arm64: Specialize handling of host fpsimd state on trap
Fuad Tabba
2024-05-03
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
2024-05-03
Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/next
Marc Zyngier
2024-05-01
KVM: arm64: Introduce and use predicates that check for protected VMs
Fuad Tabba
2024-05-01
KVM: arm64: Refactor checks for FP state ownership
Fuad Tabba
2024-05-01
KVM: arm64: Move guest_owns_fp_regs() to increase its scope
Fuad Tabba
2024-04-20
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
2024-04-20
KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
Marc Zyngier
2024-04-12
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
2024-04-12
KVM: arm64: Add accessor for per-CPU state
Marc Zyngier
2023-10-09
KVM: arm64: Add handler for MOPS exceptions
Kristina Martsenko
2023-08-31
Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-07-26
KVM: arm64: Use the appropriate feature trap register when activating traps
Fuad Tabba
2023-07-11
KVM: arm64: Replace vCPU target with a configuration flag
Oliver Upton
2023-07-01
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-06-12
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
2023-05-30
KVM: arm64: Populate fault info for watchpoint
Akihiko Odaki
2023-04-13
KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
Marc Zyngier
2022-11-01
KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
Marc Zyngier
2022-09-29
KVM: arm64: Fix comment typo in nvhe/switch.c
Wei-Lin Chang
2022-07-27
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
2022-07-26
KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
Kalesh Singh
2022-07-17
Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next
Marc Zyngier
2022-07-06
KVM: arm64: Don't return from void function
Quentin Perret
2022-06-09
KVM: arm64: Move FP state ownership from flag to a tristate
Marc Zyngier
2022-06-09
KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
Marc Zyngier
2022-05-16
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
2022-05-16
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
2022-05-15
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
2022-05-10
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
2022-05-06
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
2022-05-04
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
2022-04-28
KVM: arm64: Detect and handle hypervisor stack overflows
Kalesh Singh
2022-04-22
KVM: arm64: Trap SME usage in guest
Mark Brown
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2021-11-24
KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
Marc Zyngier
2021-11-22
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
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
[next]