aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/fpsimd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-08arm64/fpsimd: Add task_smstop_sm()Mark Rutland1-0/+2
2025-05-08arm64/fpsimd: Factor out {sve,sme}_state_size() helpersMark Rutland1-10/+37
2025-05-08arm64/fpsimd: Clarify sve_sync_*() functionsMark Rutland1-4/+4
2025-05-08arm64/fpsimd: ptrace: Consistently handle partial writes to NT_ARM_(S)SVEMark Rutland1-1/+0
2025-05-08arm64/fpsimd: Do not discard modified SVE stateMark Rutland1-0/+3
2025-04-09arm64/fpsimd: signal: Always save+flush state earlyMark Rutland1-1/+0
2025-04-09arm64/fpsimd: Add fpsimd_save_and_flush_current_state()Mark Rutland1-0/+1
2025-04-09arm64/fpsimd: Remove unused fpsimd_force_sync_to_sve()Mark Rutland1-1/+0
2025-03-11arm64/fpsimd: Remove unused declaration fpsimd_kvm_prepare()Yue Haibing1-1/+0
2024-08-16arm64/sve: Remove unused declaration read_smcr_features()Yue Haibing1-2/+0
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-next/misc', 'for-next/daif-cleanup', 'for-next/kselftest', 'for-next/documentation', 'for-next/sysreg' and 'for-next/dpisa', remote-tracking branch 'arm64/for-next/perf' into for-next/coreCatalin Marinas1-2/+2
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown1-0/+2
2024-02-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras1-2/+0
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown1-0/+2
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown1-6/+6
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-4/+31
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland1-0/+1
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland1-4/+4
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland1-0/+26
2023-09-25arm64/sve: Remove ZCR pseudo register from cpufeature codeMark Brown1-1/+0
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown1-2/+2
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown1-3/+0
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown1-2/+2
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown1-0/+13
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown1-0/+1
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown1-6/+9
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown1-5/+12
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-1/+2
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-1/+1
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-0/+1
2022-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown1-2/+2
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown1-2/+2
2022-05-16arm64/sme: Standardise bitfield names for SVCRMark Brown1-2/+2
2022-05-06arm64/sme: More sensibly define the size for the ZA register setMark Brown1-0/+12
2022-04-22arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown1-0/+1
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown1-0/+39
2022-04-22arm64/sme: Implement ZA context switchingMark Brown1-1/+4
2022-04-22arm64/sme: Implement streaming SVE context switchingMark Brown1-2/+20
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown1-1/+2
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+4
2022-04-22arm64/sme: Identify supported SME vector lengths at bootMark Brown1-0/+26
2022-04-22arm64/sme: Basic enumeration supportMark Brown1-0/+2
2022-04-22arm64/sme: Manually encode SME instructionsMark Brown1-0/+25
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown1-3/+3
2021-10-26arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown1-0/+5
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown1-1/+1
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown1-15/+86
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown1-1/+1
2021-10-21arm64/sve: Make access to FFR optionalMark Brown1-3/+3