index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
fpsimd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-05-22
arm64/fpsimd: Avoid erroneous elide of user state reload
Ard Biesheuvel
1
-22
/
+22
2024-05-22
Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"
Will Deacon
1
-0
/
+18
2024-05-17
Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"
Will Deacon
1
-18
/
+0
2024-03-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+18
2024-03-07
Merge branches 'for-next/reorg-va-space', 'for-next/rust-for-arm64', 'for-nex...
Catalin Marinas
1
-0
/
+18
2024-03-07
arm64/fpsimd: Support FEAT_FPMR
Mark Brown
1
-0
/
+13
2024-02-22
arm64/sme: Ensure that all fields in SMCR_EL1 are set to known values
Mark Brown
1
-0
/
+3
2024-02-22
arm64/sve: Ensure that all fields in ZCR_EL1 are set to known values
Mark Brown
1
-0
/
+2
2024-02-20
arm64/sme: Restore SMCR_EL1.EZT0 on exit from suspend
Mark Brown
1
-0
/
+2
2024-02-20
arm64/sme: Restore SME registers on exit from suspend
Mark Brown
1
-0
/
+14
2024-02-09
arm64/signal: Don't assume that TIF_SVE means we saved SVE state
Mark Brown
1
-1
/
+1
2024-01-18
arm64/sme: Always exit sme_alloc() early with existing storage
Mark Brown
1
-2
/
+4
2024-01-18
arm64/fpsimd: Remove spurious check for SVE support
Mark Brown
1
-4
/
+2
2024-01-04
Merge branch 'for-next/fpsimd' into for-next/core
Will Deacon
1
-59
/
+106
2023-12-13
arm64: Cleanup system cpucap handling
Mark Rutland
1
-2
/
+2
2023-12-12
arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD
Ard Biesheuvel
1
-0
/
+18
2023-12-12
arm64: fpsimd: Preserve/restore kernel mode NEON at context switch
Ard Biesheuvel
1
-18
/
+74
2023-12-12
arm64: fpsimd: Drop unneeded 'busy' flag
Ard Biesheuvel
1
-41
/
+14
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-2
/
+0
2023-10-26
Merge branch 'for-next/cpus_have_const_cap' into for-next/core
Catalin Marinas
1
-27
/
+47
2023-10-16
arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}
Mark Rutland
1
-2
/
+2
2023-10-16
arm64: Use a positive cpucap for FP/SIMD
Mark Rutland
1
-9
/
+35
2023-10-16
arm64: Rename SVE/SME cpu_enable functions
Mark Rutland
1
-8
/
+4
2023-10-16
arm64: Use build-time assertions for cpucap ordering
Mark Rutland
1
-8
/
+6
2023-10-16
arm64: Explicitly save/restore CPACR when probing SVE and SME
Mark Rutland
1
-5
/
+2
2023-10-10
arm: Remove now superfluous sentinel elem from ctl_table arrays
Joel Granados
1
-2
/
+0
2023-09-25
arm64/sve: Remove SMCR pseudo register from cpufeature code
Mark Brown
1
-35
/
+5
2023-09-25
arm64/sve: Remove ZCR pseudo register from cpufeature code
Mark Brown
1
-32
/
+3
2023-08-28
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-18
/
+4
2023-08-17
arm64/ptrace: Ensure that SME is set up for target when writing SSVE state
Mark Brown
1
-3
/
+3
2023-08-10
arm64/fpsimd: Only provide the length to cpufeature for xCR registers
Mark Brown
1
-18
/
+4
2023-08-04
arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE
Mark Brown
1
-1
/
+2
2023-08-04
arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
Mark Brown
1
-2
/
+2
2023-08-03
arm64/fpsimd: Clear SME state in the target task when setting the VL
Mark Brown
1
-1
/
+1
2023-07-26
arm64/sme: Set new vector length before reallocating
Mark Brown
1
-2
/
+2
2023-07-26
arm64/fpsimd: Don't flush SME register hardware state along with thread
Mark Brown
1
-1
/
+0
2023-07-21
arm64/fpsimd: Ensure SME storage is allocated after SVE VL changes
Mark Brown
1
-8
/
+25
2023-06-16
arm64/fpsimd: Exit streaming mode when flushing tasks
Mark Brown
1
-0
/
+1
2023-04-12
arm64/sme: Fix some comments of ARM SME
Dongxu Sun
1
-2
/
+2
2023-03-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+0
2023-02-22
arm64/fpsimd: Remove warning for SME without SVE
Mark Brown
1
-3
/
+0
2023-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-21
/
+31
2023-02-10
Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...
Catalin Marinas
1
-21
/
+31
2023-01-20
arm64/sme: Implement context switching for ZT0
Mark Brown
1
-2
/
+4
2023-01-20
arm64/sme: Add basic enumeration for SME2
Mark Brown
1
-0
/
+11
2023-01-20
arm64/sme: Rename za_state to sme_state
Mark Brown
1
-17
/
+17
2023-01-12
arm64/sme: Don't use streaming mode to probe the maximum SME VL
Mark Brown
1
-4
/
+1
2023-01-05
arm64/sme: Fix context switch for SME only systems
Mark Brown
1
-1
/
+1
2022-12-06
Merge branch 'for-next/sve-state' into for-next/core
Will Deacon
1
-50
/
+115
[next]