summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/fpsimd.c
AgeCommit message (Expand)AuthorLines
2023-04-12arm64/sme: Fix some comments of ARM SMEDongxu Sun-2/+2
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-3/+0
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown-3/+0
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-21/+31
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas-21/+31
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown-2/+4
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown-0/+11
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown-17/+17
2023-01-12arm64/sme: Don't use streaming mode to probe the maximum SME VLMark Brown-4/+1
2023-01-05arm64/sme: Fix context switch for SME only systemsMark Brown-1/+1
2022-12-06Merge branch 'for-next/sve-state' into for-next/coreWill Deacon-50/+115
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown-28/+6
2022-11-29arm64/sve: Leave SVE enabled on syscall if we don't context switchMark Brown-1/+7
2022-11-29arm64/fpsimd: SME no longer requires SVE register stateMark Brown-2/+1
2022-11-29arm64/fpsimd: Load FP state based on recorded data typeMark Brown-8/+32
2022-11-29arm64/fpsimd: Stop using TIF_SVE to manage register saving in KVMMark Brown-18/+4
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown-3/+24
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown-15/+43
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown-0/+23
2022-11-08arm64/fpsimd: Make kernel_neon_ API _GPLMark Brown-2/+2
2022-08-23arm64/sme: Don't flush SVE register state when handling SME trapsMark Brown-11/+0
2022-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown-4/+6
2022-06-29arm64/fpsimd: Remove duplicate SYS_SVCR readSchspa Shi-1/+0
2022-06-10arm64/sme: Fix EFI save/restoreMark Brown-4/+14
2022-06-10arm64/fpsimd: Fix typo in commentXiang wangx-1/+1
2022-05-20Merge branch 'for-next/esr-elx-64-bit' into for-next/coreCatalin Marinas-4/+4
2022-05-20Merge branch 'for-next/sysreg-gen' into for-next/coreCatalin Marinas-13/+13
2022-05-18arm64/sve: Move sve_free() into SVE code sectionGeert Uytterhoeven-17/+16
2022-05-16arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.hMark Brown-13/+13
2022-05-16arm64/sme: Standardise bitfield names for SVCRMark Brown-3/+3
2022-05-16arm64/sve: Make kernel FPU protection RT friendlySebastian Andrzej Siewior-2/+14
2022-05-16arm64/sve: Delay freeing memory in fpsimd_flush_thread()Sebastian Andrzej Siewior-2/+15
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei-3/+3
2022-04-22arm64/sme: Save and restore streaming mode over EFI runtime callsMark Brown-6/+42
2022-04-22arm64/sme: Disable streaming mode and ZA when flushing CPU stateMark Brown-0/+9
2022-04-22arm64/sme: Implement ptrace support for streaming mode SVE registersMark Brown-8/+23
2022-04-22arm64/sme: Implement ZA signal handlingMark Brown-3/+0
2022-04-22arm64/sme: Implement traps and syscall handling for SMEMark Brown-18/+149
2022-04-22arm64/sme: Implement ZA context switchingMark Brown-7/+13
2022-04-22arm64/sme: Implement streaming SVE context switchingMark Brown-20/+89
2022-04-22arm64/sme: Implement SVCR context switchingMark Brown-1/+17
2022-04-22arm64/sme: Implement support for TPIDR2Mark Brown-0/+4
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown-0/+32
2022-04-22arm64/sme: Implement sysctl to set the default vector lengthMark Brown-1/+28
2022-04-22arm64/sme: Identify supported SME vector lengths at bootMark Brown-2/+121
2022-04-22arm64/sme: Basic enumeration supportMark Brown-0/+30
2022-02-08arm64/fpsimd: Clarify the purpose of using last in fpsimd_save()Mark Brown-1/+7
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+5
2022-01-05Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrac...Catalin Marinas-30/+39
2021-12-14arm64/fp: Add comments documenting the usage of state restore functionsMark Brown-2/+5