index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
/
hyp
/
nvhe
/
switch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch kvm-arm64/fpmr into kvmarm-master/next
Marc Zyngier
2024-09-12
1
-0
/
+9
|
\
|
*
KVM: arm64: Add save/restore support for FPMR
Marc Zyngier
2024-08-27
1
-0
/
+9
*
|
KVM: arm64: Tidying up PAuth code in KVM
Fuad Tabba
2024-08-07
1
-3
/
+2
|
/
*
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
2024-06-04
1
-3
/
+2
*
KVM: arm64: Eagerly restore host fpsimd/sve state in pKVM
Fuad Tabba
2024-06-04
1
-1
/
+15
*
KVM: arm64: Specialize handling of host fpsimd state on trap
Fuad Tabba
2024-06-04
1
-0
/
+5
*
Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/next
Marc Zyngier
2024-05-03
1
-6
/
+4
|
\
|
*
KVM: arm64: Introduce and use predicates that check for protected VMs
Fuad Tabba
2024-05-01
1
-4
/
+2
|
*
KVM: arm64: Refactor checks for FP state ownership
Fuad Tabba
2024-05-01
1
-1
/
+1
|
*
KVM: arm64: Move guest_owns_fp_regs() to increase its scope
Fuad Tabba
2024-05-01
1
-1
/
+1
*
|
Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/next
Marc Zyngier
2024-05-03
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
2024-04-20
1
-2
/
+0
|
*
KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
Marc Zyngier
2024-04-20
1
-1
/
+1
*
|
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
2024-04-12
1
-1
/
+1
*
|
KVM: arm64: Add accessor for per-CPU state
Marc Zyngier
2024-04-12
1
-2
/
+2
|
/
*
KVM: arm64: Add handler for MOPS exceptions
Kristina Martsenko
2023-10-09
1
-0
/
+2
*
Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-08-31
1
-1
/
+1
|
\
|
*
KVM: arm64: Replace vCPU target with a configuration flag
Oliver Upton
2023-07-11
1
-1
/
+1
*
|
KVM: arm64: Use the appropriate feature trap register when activating traps
Fuad Tabba
2023-07-26
1
-1
/
+1
|
/
*
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-07-01
1
-12
/
+16
|
\
|
*
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
2023-06-13
1
-12
/
+16
*
|
KVM: arm64: Populate fault info for watchpoint
Akihiko Odaki
2023-05-30
1
-0
/
+2
|
/
*
KVM: arm64: nvhe: Synchronise with page table walker on vcpu run
Marc Zyngier
2023-04-13
1
-0
/
+18
*
KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
Marc Zyngier
2022-11-01
1
-26
/
+0
*
KVM: arm64: Fix comment typo in nvhe/switch.c
Wei-Lin Chang
2022-09-29
1
-1
/
+1
*
Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/next
Marc Zyngier
2022-07-27
1
-0
/
+6
|
\
|
*
KVM: arm64: Prepare non-protected nVHE hypervisor stacktrace
Kalesh Singh
2022-07-26
1
-0
/
+6
*
|
Merge branch kvm-arm64/misc-5.20 into kvmarm-master/next
Marc Zyngier
2022-07-17
1
-1
/
+1
|
\
\
|
*
|
KVM: arm64: Don't return from void function
Quentin Perret
2022-07-06
1
-1
/
+1
|
|
/
*
|
KVM: arm64: Move FP state ownership from flag to a tristate
Marc Zyngier
2022-06-09
1
-2
/
+2
*
|
KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
Marc Zyngier
2022-06-09
1
-1
/
+1
|
/
*
Merge branch kvm-arm64/misc-5.19 into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-21
/
+4
|
\
|
*
KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handler
Oliver Upton
2022-05-10
1
-18
/
+1
|
*
KVM: arm64: nvhe: Eliminate kernel-doc warnings
Randy Dunlap
2022-05-06
1
-4
/
+4
*
|
Merge branch kvm-arm64/per-vcpu-host-pmu-data into kvmarm-master/next
Marc Zyngier
2022-05-16
1
-14
/
+11
|
\
\
|
*
|
KVM: arm64: pmu: Restore compilation when HW_PERF_EVENTS isn't selected
Marc Zyngier
2022-05-16
1
-0
/
+5
|
*
|
KVM: arm64: Pass pmu events to hyp via vcpu
Fuad Tabba
2022-05-15
1
-14
/
+6
|
|
/
*
|
Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/next
Marc Zyngier
2022-05-04
1
-1
/
+6
|
\
\
|
*
|
KVM: arm64: Detect and handle hypervisor stack overflows
Kalesh Singh
2022-04-28
1
-1
/
+6
|
|
/
*
/
KVM: arm64: Trap SME usage in guest
Mark Brown
2022-04-22
1
-0
/
+30
|
/
*
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-01-07
1
-1
/
+0
|
\
|
*
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
2021-11-22
1
-1
/
+0
*
|
KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
Marc Zyngier
2021-11-24
1
-7
/
+1
|
/
*
KVM: arm64: pkvm: Give priority to standard traps over pvm handling
Marc Zyngier
2021-10-18
1
-4
/
+7
*
KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()
Marc Zyngier
2021-10-18
1
-2
/
+2
*
KVM: arm64: pkvm: Move kvm_handle_pvm_restricted around
Marc Zyngier
2021-10-18
1
-12
/
+0
*
KVM: arm64: pkvm: Consolidate include files
Marc Zyngier
2021-10-18
1
-2
/
+1
*
KVM: arm64: pkvm: Preserve pending SError on exit from AArch32
Marc Zyngier
2021-10-18
1
-1
/
+2
*
KVM: arm64: Handle protected guests at 32 bits
Fuad Tabba
2021-10-11
1
-0
/
+34
*
KVM: arm64: Trap access to pVM restricted features
Fuad Tabba
2021-10-11
1
-0
/
+57
[next]