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
/
fpsimd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-27
KVM: arm64: Add save/restore support for FPMR
Marc Zyngier
1
-0
/
+1
2024-08-27
KVM: arm64: Move FPMR into the sysreg array
Marc Zyngier
1
-1
/
+1
2024-08-27
KVM: arm64: Move SVCR into the sysreg array
Marc Zyngier
1
-1
/
+1
2024-06-20
KVM: arm64: nv: Ensure correct VL is loaded before saving SVE state
Oliver Upton
1
-4
/
+7
2024-06-20
KVM: arm64: nv: Save guest's ZCR_EL2 when in hyp context
Oliver Upton
1
-1
/
+7
2024-06-04
KVM: arm64: Ensure that SME controls are disabled in protected mode
Fuad Tabba
1
-0
/
+7
2024-06-04
KVM: arm64: Refactor CPACR trap bit setting/clearing to use ELx format
Fuad Tabba
1
-3
/
+1
2024-05-01
KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
Fuad Tabba
1
-1
/
+23
2024-05-01
KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
Fuad Tabba
1
-27
/
+4
2024-05-01
KVM: arm64: Refactor checks for FP state ownership
Fuad Tabba
1
-3
/
+2
2024-04-12
KVM: arm64: Exclude FP ownership from kvm_vcpu_arch
Marc Zyngier
1
-5
/
+5
2024-04-12
KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_arch
Marc Zyngier
1
-2
/
+1
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2024-03-07
arm64/fpsimd: Support FEAT_FPMR
Mark Brown
1
-0
/
+1
2024-02-24
KVM: arm64: Fix typos
Bjorn Helgaas
1
-1
/
+1
2023-06-13
KVM: arm64: Rework CPTR_EL2 programming for HVHE configuration
Marc Zyngier
1
-2
/
+2
2023-04-21
KVM: arm64: Clarify host SME state management
Mark Brown
1
-9
/
+12
2023-04-21
KVM: arm64: Document check for TIF_FOREIGN_FPSTATE
Mark Brown
1
-0
/
+5
2023-02-14
Merge branch kvm-arm64/misc into kvmarm/next
Oliver Upton
1
-0
/
+1
2023-01-20
arm64/sme: Rename za_state to sme_state
Mark Brown
1
-1
/
+1
2023-01-13
KVM: arm64: Synchronize SMEN on vcpu schedule out
Nianyao Tang
1
-0
/
+1
2022-11-29
arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()
Mark Brown
1
-10
/
+14
2022-11-29
arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVM
Mark Brown
1
-3
/
+0
2022-11-29
arm64/fpsimd: Have KVM explicitly say which FP registers to save
Mark Brown
1
-1
/
+8
2022-11-29
arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVE
Mark Brown
1
-1
/
+2
2022-11-29
KVM: arm64: Discard any SVE state when entering KVM guests
Mark Brown
1
-1
/
+2
2022-06-29
KVM: arm64: Move the handling of !FP outside of the fast path
Marc Zyngier
1
-4
/
+4
2022-06-29
KVM: arm64: Move vcpu SVE/SME flags to the state flag set
Marc Zyngier
1
-6
/
+6
2022-06-09
KVM: arm64: Move FP state ownership from flag to a tristate
Marc Zyngier
1
-8
/
+6
2022-06-09
KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
Marc Zyngier
1
-7
/
+10
2022-06-07
KVM: arm64: Always start with clearing SME flag on load
Marc Zyngier
1
-0
/
+1
2022-06-07
KVM: arm64: Always start with clearing SVE flag on load
Marc Zyngier
1
-0
/
+1
2022-05-16
arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h
Mark Brown
1
-2
/
+2
2022-04-22
KVM: arm64: Handle SME host state when running guests
Mark Brown
1
-0
/
+36
2022-04-22
arm64/sme: Implement ZA context switching
Mark Brown
1
-1
/
+1
2022-04-22
arm64/sme: Implement streaming SVE context switching
Mark Brown
1
-1
/
+1
2022-04-22
arm64/sme: Implement SVCR context switching
Mark Brown
1
-1
/
+6
2022-02-08
KVM: arm64: Add comments for context flush and sync callbacks
Mark Brown
1
-4
/
+10
2021-12-16
KVM: arm64: pkvm: Unshare guest structs during teardown
Quentin Perret
1
-3
/
+31
2021-12-16
KVM: arm64: Introduce kvm_share_hyp()
Quentin Perret
1
-1
/
+1
2021-12-01
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
Marc Zyngier
1
-30
/
+16
2021-12-01
KVM: arm64: Move SVE state mapping at HYP to finalize-time
Marc Zyngier
1
-11
/
+0
2021-11-22
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
1
-11
/
+1
2021-11-22
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
Marc Zyngier
1
-0
/
+8
2021-11-22
KVM: arm64: Get rid of host SVE tracking/saving
Marc Zyngier
1
-15
/
+5
2021-03-18
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
1
-2
/
+8
2021-03-18
KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Map SVE context at EL2 when available
Marc Zyngier
1
-0
/
+11
2021-03-18
KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
Marc Zyngier
1
-1
/
+2
2020-07-07
KVM: arm64: Make struct kvm_regs userspace-only
Marc Zyngier
1
-1
/
+1
[next]