summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/fpsimd.h
AgeCommit message (Expand)Author
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-28arm64: remove unnecessary ifdefs around is_compat_task()Leonardo Bras
2024-02-20arm64/sme: Restore SME registers on exit from suspendMark Brown
2024-02-15arm64/sve: Lower the maximum allocation for the SVE ptrace regsetMark Brown
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland
2023-09-25arm64/sve: Remove ZCR pseudo register from cpufeature codeMark Brown
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark 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-08-23arm64/sme: Don't flush SVE register state when allocating SME storageMark Brown
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-06arm64/sme: More sensibly define the size for the ZA register setMark Brown
2022-04-22arm64/sme: Implement ptrace support for streaming mode SVE registersMark 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 vector length configuration prctl()sMark Brown
2022-04-22arm64/sme: Identify supported SME vector lengths at bootMark Brown
2022-04-22arm64/sme: Basic enumeration supportMark Brown
2022-04-22arm64/sme: Manually encode SME instructionsMark Brown
2021-12-14arm64/sve: Generalise vector length configuration prctl() for SMEMark Brown
2021-10-26arm64/sve: Add stub for sve_max_virtualisable_vl()Mark Brown
2021-10-21arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown
2021-10-21arm64/sve: Put system wide vector length information into structsMark Brown
2021-10-21arm64/sve: Use accessor functions for vector lengths in thread_structMark Brown
2021-10-21arm64/sve: Make access to FFR optionalMark Brown
2021-10-21arm64/sve: Make sve_state_size() staticMark Brown
2021-10-21arm64/sve: Remove sve_load_from_fpsimd_state()Mark Brown
2021-08-02arm64/sve: Make fpsimd_bind_task_to_cpu() staticMark Brown
2021-05-26arm64/sve: Skip flushing Z registers with 128 bit vectorsMark Brown
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown
2021-03-31arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVEXiaofei Tan
2021-03-18arm64: sve: Provide a conditional update accessor for ZCR_ELxMarc Zyngier
2020-09-21arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall