summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/fpsimd.c
AgeCommit message (Expand)Author
2025-02-14Merge tag 'kvmarm-fixes-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2025-02-13KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME stateMark Rutland
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-11-06arm64/sve: Discard stale CPU state when handling SVE trapsMark Brown
2024-11-04arm64/fpsimd: Fix a typoChristophe JAILLET
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados
2024-05-22arm64/fpsimd: Avoid erroneous elide of user state reloadArd Biesheuvel
2024-05-22Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon
2024-05-17Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon
2024-03-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-03-07Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...Catalin Marinas
2024-03-07arm64/fpsimd: Support FEAT_FPMRMark Brown
2024-02-22arm64/sme: Ensure that all fields in SMCR_EL1 are set to known valuesMark Brown
2024-02-22arm64/sve: Ensure that all fields in ZCR_EL1 are set to known valuesMark Brown
2024-02-20arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspendMark Brown
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown
2024-02-09arm64/signal: Don't assume that TIF_SVE means we saved SVE stateMark Brown
2024-01-18arm64/sme: Always exit sme_alloc() early with existing storageMark Brown
2024-01-18arm64/fpsimd: Remove spurious check for SVE supportMark Brown
2024-01-04Merge branch 'for-next/fpsimd' into for-next/coreWill Deacon
2023-12-13arm64: Cleanup system cpucap handlingMark Rutland
2023-12-12arm64: fpsimd: Implement lazy restore for kernel mode FPSIMDArd Biesheuvel
2023-12-12arm64: fpsimd: Preserve/restore kernel mode NEON at context switchArd Biesheuvel
2023-12-12arm64: fpsimd: Drop unneeded 'busy' flagArd Biesheuvel
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland
2023-10-16arm64: Use build-time assertions for cpucap orderingMark Rutland
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados
2023-09-25arm64/sve: Remove SMCR pseudo register from cpufeature codeMark Brown
2023-09-25arm64/sve: Remove ZCR pseudo register from cpufeature codeMark Brown
2023-08-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-08-10arm64/fpsimd: Only provide the length to cpufeature for xCR registersMark Brown
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsMark Brown
2023-08-03arm64/fpsimd: Clear SME state in the target task when setting the VLMark Brown
2023-07-26arm64/sme: Set new vector length before reallocatingMark Brown
2023-07-26arm64/fpsimd: Don't flush SME register hardware state along with threadMark Brown
2023-07-21arm64/fpsimd: Ensure SME storage is allocated after SVE VL changesMark Brown
2023-06-16arm64/fpsimd: Exit streaming mode when flushing tasksMark Brown
2023-04-12arm64/sme: Fix some comments of ARM SMEDongxu Sun
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas