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