summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/fpsimd.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin1-3/+3
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-27/+881
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin1-2/+29
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin1-1/+61
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin1-0/+50
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin1-0/+60
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin1-6/+61
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin1-2/+4
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin1-3/+111
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin1-1/+136
2017-11-03arm64/sve: Signal handling supportDave Martin1-10/+45
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin1-4/+12
2017-11-03arm64/sve: Core task context handlingDave Martin1-5/+320
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin1-4/+2
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin1-2/+3
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose1-1/+1
2017-09-18arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin1-0/+4
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin1-2/+2
2017-08-07arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas1-0/+1
2017-08-04arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin1-37/+78
2017-08-04arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin1-0/+52
2017-08-04arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose1-0/+14
2016-09-19arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior1-17/+5
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang1-1/+1
2015-10-21arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose1-11/+5
2015-08-27arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel1-0/+1
2015-06-11arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu1-0/+31
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan1-0/+1
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel1-14/+30
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel1-16/+128
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel1-0/+20
2013-12-16arm64: kernel: implement fpsimd CPU PM notifierLorenzo Pieralisi1-0/+36
2013-09-27arm64: fix possible invalid FPSIMD initialization stateJiang Liu1-0/+2
2013-08-20arm64: add support for kernel mode NEONArd Biesheuvel1-0/+28
2012-09-17arm64: Floating point and SIMDCatalin Marinas1-0/+106