summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/fpsimd.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown1-0/+14
2024-02-09arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown1-1/+1
2024-01-18arm64/sme: Always exit sme_alloc() early with existing storageMark Brown1-2/+4
2024-01-18arm64/fpsimd: Remove spurious check for SVE supportMark Brown1-4/+2
2024-01-04Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon1-59/+106
2023-12-13arm64: Cleanup system cpucap handlingMark Rutland1-2/+2
2023-12-12arm64: fpsimd: Implement lazy restore for kernel mode FPSIMDArd Biesheuvel1-0/+18
2023-12-12arm64: fpsimd: Preserve/restore kernel mode NEON at context switchArd Biesheuvel1-18/+74
2023-12-12arm64: fpsimd: Drop unneeded 'busy' flagArd Biesheuvel1-41/+14
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+0
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas1-27/+47
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland1-2/+2
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland1-9/+35
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland1-8/+4
2023-10-16arm64: Use build-time assertions for cpucap orderingMark Rutland1-8/+6
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland1-5/+2
2023-10-11arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados1-2/+0
2023-09-25arm64/sve: Remove SMCR pseudo register from cpufeature codeMark Brown1-35/+5
2023-09-25arm64/sve: Remove ZCR pseudo register from cpufeature codeMark Brown1-32/+3
2023-08-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-18/+4
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown1-3/+3
2023-08-10arm64/fpsimd: Only provide the length to cpufeature for xCR registersMark Brown1-18/+4
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown1-1/+2
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown1-2/+2
2023-08-03arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown1-1/+1
2023-07-26arm64/sme: Set new vector length before reallocatingMark Brown1-2/+2
2023-07-26arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown1-1/+0
2023-07-21arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown1-8/+25
2023-06-16arm64/fpsimd: Exit streaming mode when flushing tasksMark Brown1-0/+1
2023-04-12arm64/sme: Fix some comments of ARM SMEDongxu Sun1-2/+2
2023-03-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-3/+0
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown1-3/+0
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-21/+31
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas1-21/+31
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown1-2/+4
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown1-0/+11
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown1-17/+17
2023-01-12arm64/sme: Don't use streaming mode to probe the maximum SME VLMark Brown1-4/+1
2023-01-05arm64/sme: Fix context switch for SME only systemsMark Brown1-1/+1
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon1-50/+115
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown1-28/+6
2022-11-29arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown1-1/+7
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown1-2/+1
2022-11-29arm64/fpsimd: Load FP state based on recorded data typeMark Brown1-8/+32
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown1-18/+4
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown1-3/+24
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown1-15/+43
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-0/+23
2022-11-08arm64/fpsimd: Make kernel_neon_ API _GPLMark Brown1-2/+2
2022-08-23arm64/sme: Don't flush SVE register state when handling SME trapsMark Brown1-11/+0