linux/arch/arm64/kernel
Catalin Marinas 53631b54c8 arm64: Floating point and SIMD
This patch adds support for FP/ASIMD register bank saving and restoring
during context switch and FP exception handling to generate SIGFPE.
There are 32 128-bit registers and the context switching is currently
done non-lazily. Benchmarks on real hardware are required before
implementing lazy FP state saving/restoring.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-09-17 13:42:13 +01:00
..
vdso arm64: VDSO support 2012-09-17 13:42:09 +01:00
asm-offsets.c arm64: Assembly macros and definitions 2012-09-17 10:24:44 +01:00
cputable.c arm64: CPU support 2012-09-17 13:41:59 +01:00
entry-fpsimd.S arm64: Floating point and SIMD 2012-09-17 13:42:13 +01:00
entry.S arm64: Exception handling 2012-09-17 10:24:46 +01:00
fpsimd.c arm64: Floating point and SIMD 2012-09-17 13:42:13 +01:00
head.S arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
io.c arm64: Device specific operations 2012-09-17 13:42:04 +01:00
irq.c arm64: IRQ handling 2012-09-17 13:42:02 +01:00
kuser32.S arm64: 32-bit (compat) applications support 2012-09-17 13:42:12 +01:00
process.c arm64: Process management 2012-09-17 13:41:58 +01:00
setup.c arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
signal32.c arm64: 32-bit (compat) applications support 2012-09-17 13:42:12 +01:00
signal.c arm64: Signal handling support 2012-09-17 13:42:10 +01:00
smp.c arm64: SMP support 2012-09-17 13:42:06 +01:00
stacktrace.c arm64: Exception handling 2012-09-17 10:24:46 +01:00
sys32.S arm64: 32-bit (compat) applications support 2012-09-17 13:42:12 +01:00
sys_compat.c arm64: 32-bit (compat) applications support 2012-09-17 13:42:12 +01:00
sys.c arm64: System calls handling 2012-09-17 13:42:08 +01:00
traps.c arm64: Exception handling 2012-09-17 10:24:46 +01:00
vdso.c arm64: VDSO support 2012-09-17 13:42:09 +01:00