index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
entry-fpsimd.S
Age
Commit message (
Expand
)
Author
2023-01-20
arm64/sme: Implement context switching for ZT0
Mark Brown
2022-04-22
arm64/sme: Implement ZA context switching
Mark Brown
2022-04-22
arm64/sme: Implement streaming SVE context switching
Mark Brown
2022-04-22
arm64/sme: Identify supported SME vector lengths at boot
Mark Brown
2021-10-21
arm64/sve: Explicitly load vector length when restoring SVE state
Mark Brown
2021-10-21
arm64/sve: Make access to FFR optional
Mark Brown
2021-10-21
arm64/sve: Remove sve_load_from_fpsimd_state()
Mark Brown
2021-08-24
arm64/sve: Add some comments for sve_save/load_state()
Mark Brown
2021-05-26
arm64/sve: Skip flushing Z registers with 128 bit vectors
Mark Brown
2021-05-26
arm64/sve: Use the sve_flush macros in sve_load_from_fpsimd_state()
Mark Brown
2021-05-26
arm64/sve: Split _sve_flush macro into separate Z and predicate flushes
Mark Brown
2021-04-08
arm64/sve: Rework SVE access trap to convert state in registers
Mark Brown
2020-09-21
arm64/sve: Implement a helper to load SVE registers from FPSIMD state
Julien Grall
2020-09-21
arm64/sve: Implement a helper to flush SVE registers
Julien Grall
2020-05-04
arm64: kernel: Convert to modern annotations for assembly functions
Mark Brown
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2018-05-17
arm64/sve: Write ZCR_EL1 on context switch only if changed
Dave Martin
2017-11-03
arm64/sve: Low-level SVE architectural state manipulation functions
Dave Martin
2017-08-04
arm64: neon: Remove support for nested or hardirq kernel-mode NEON
Dave Martin
2014-07-31
arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROC
byungchul.park
2014-05-08
arm64: add support for kernel mode NEON in interrupt context
Ard Biesheuvel
2012-12-05
arm64: move FP-SIMD save/restore code to a macro
Marc Zyngier
2012-09-17
arm64: Floating point and SIMD
Catalin Marinas