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
/
vhe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: arm64: Add save/restore support for POR_EL2
Marc Zyngier
2024-10-31
1
-0
/
+6
*
KVM: arm64: Add save/restore for PIR{,E0}_EL2
Marc Zyngier
2024-10-31
1
-2
/
+13
*
KVM: arm64: Add save/restore for TCR2_EL2
Marc Zyngier
2024-10-31
1
-0
/
+7
*
KVM: arm64: nv: Save/Restore vEL2 sysregs
Marc Zyngier
2024-10-31
1
-2
/
+134
*
Merge branch kvm-arm64/fpmr into kvmarm-master/next
Marc Zyngier
2024-09-12
1
-0
/
+3
|
\
|
*
KVM: arm64: Add save/restore support for FPMR
Marc Zyngier
2024-08-27
1
-0
/
+3
*
|
KVM: arm64: fix override-init warnings in W=1 builds
Sebastian Ott
2024-08-02
1
-0
/
+2
|
/
*
Merge branch kvm-arm64/nv-sve into kvmarm/next
Oliver Upton
2024-07-14
1
-24
/
+124
|
\
|
*
KVM: arm64: nv: Add additional trap setup for CPTR_EL2
Marc Zyngier
2024-06-20
1
-1
/
+18
|
*
KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2
Oliver Upton
2024-06-20
1
-0
/
+31
|
*
KVM: arm64: nv: Load guest FP state for ZCR_EL2 trap
Oliver Upton
2024-06-20
1
-0
/
+27
|
*
KVM: arm64: nv: Handle CPACR_EL1 traps
Marc Zyngier
2024-06-20
1
-1
/
+31
|
*
KVM: arm64: Spin off helper for programming CPTR traps
Oliver Upton
2024-06-20
1
-24
/
+24
*
|
Merge branch kvm-arm64/el2-kcfi into kvmarm/next
Oliver Upton
2024-07-14
1
-2
/
+1
|
\
\
|
*
|
KVM: arm64: VHE: Mark __hyp_call_panic __noreturn
Pierre-Clément Tosi
2024-06-20
1
-2
/
+1
|
|
/
*
|
KVM: arm64: nv: Add handling of NXS-flavoured TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+46
*
|
KVM: arm64: nv: Add handling of range-based TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+26
*
|
KVM: arm64: nv: Add handling of outer-shareable TLBI operations
Marc Zyngier
2024-06-19
1
-0
/
+10
*
|
KVM: arm64: nv: Handle EL2 Stage-1 TLB invalidation
Marc Zyngier
2024-06-19
1
-1
/
+50
*
|
KVM: arm64: nv: Add Stage-1 EL2 invalidation primitives
Marc Zyngier
2024-06-19
1
-0
/
+65
|
/
*
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
2024-06-04
1
-4
/
+3
*
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
2
-15
/
+15
|
\
|
*
KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
Fuad Tabba
2024-05-01
1
-13
/
+13
|
*
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
-8
/
+88
|
\
\
|
*
|
KVM: arm64: Drop trapping of PAuth instructions/keys
Marc Zyngier
2024-04-20
1
-4
/
+2
|
*
|
KVM: arm64: nv: Handle ERETA[AB] instructions
Marc Zyngier
2024-04-20
1
-2
/
+11
|
*
|
KVM: arm64: nv: Honor HFGITR_EL2.ERET being set
Marc Zyngier
2024-04-20
1
-1
/
+2
|
*
|
KVM: arm64: nv: Fast-track 'InHost' exception returns
Marc Zyngier
2024-04-20
1
-0
/
+44
|
*
|
KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
Marc Zyngier
2024-04-20
1
-1
/
+34
|
*
|
KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
Marc Zyngier
2024-04-20
1
-6
/
+1
*
|
|
Merge branch kvm-arm64/host_data into kvmarm-master/next
Marc Zyngier
2024-05-03
2
-6
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
Marc Zyngier
2024-05-03
1
-1
/
+4
|
|
/
|
*
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
2
-4
/
+4
*
|
KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()
Will Deacon
2024-04-01
1
-1
/
+2
|
/
*
KVM: arm64: vhe: fix a kernel-doc warning
Randy Dunlap
2024-02-01
1
-1
/
+1
*
KVM: arm64: Remove VPIPT I-cache handling
Marc Zyngier
2023-12-05
1
-13
/
+0
*
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-10-31
3
-24
/
+39
|
\
|
*
Merge branch kvm-arm64/mops into kvmarm/next
Oliver Upton
2023-10-30
1
-0
/
+1
|
|
\
|
|
*
KVM: arm64: Add handler for MOPS exceptions
Kristina Martsenko
2023-10-09
1
-0
/
+1
|
*
|
KVM: arm64: Load the stage-2 MMU context in kvm_vcpu_load_vhe()
Oliver Upton
2023-10-20
1
-10
/
+5
|
*
|
KVM: arm64: Rename helpers for VHE vCPU load/put
Oliver Upton
2023-10-20
2
-10
/
+19
|
*
|
KVM: arm64: Restore the stage-2 context in VHE's __tlb_switch_to_host()
Marc Zyngier
2023-10-20
1
-3
/
+14
|
*
|
KVM: arm64: Don't zero VTTBR in __tlb_switch_to_host()
Oliver Upton
2023-10-20
1
-1
/
+0
|
|
/
*
/
KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2
Marc Zyngier
2023-10-12
1
-0
/
+44
|
/
*
KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
Raghavendra Rao Ananta
2023-08-17
1
-0
/
+28
*
Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-07-01
2
-1
/
+33
|
\
[next]