summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/fpsimd.c
AgeCommit message (Expand)Author
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-01arm64/sve: Thin out initialisation sanity-checks for sve_max_vlDave Martin
2018-05-15arm64: Remove duplicate includeVincenzo Frascino
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-03-28arm64: uaccess: Fix omissions from usercopy whitelistDave Martin
2018-03-28arm64: fpsimd: Split cpu field out from struct fpsimd_stateDave Martin
2018-03-26arm64: capabilities: Update prototype for enable call backDave Martin
2018-03-20arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPEDave Martin
2018-03-09arm64: signal: Ensure si_code is valid for all fault signalsDave Martin
2018-03-06arm64: signal: Make force_signal_inject more robustWill Deacon
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-16arm64: fpsimd: Fix state leakage when migrating after sigreturnDave Martin
2018-01-12signal/arm64: Document conflicts with SI_USER and SIGFPE,SIGTRAP,SIGBUSEric W. Biederman
2017-12-15arm64: fpsimd: Fix copying of FP state from signal frame into task structWill Deacon
2017-12-06arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin
2017-12-06arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin
2017-12-01arm64: fpsimd: Fix failure to restore FPSIMD state after signalsDave Martin
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-11-03arm64/sve: KVM: Prevent guests from using SVEDave Martin
2017-11-03arm64/sve: Add sysctl to set the default vector length for new processesDave Martin
2017-11-03arm64/sve: Add prctl controls for userspace vector length managementDave Martin
2017-11-03arm64/sve: ptrace and ELF coredump supportDave Martin
2017-11-03arm64/sve: Preserve SVE registers around EFI runtime service callsDave Martin
2017-11-03arm64/sve: Preserve SVE registers around kernel-mode NEON useDave Martin
2017-11-03arm64/sve: Probe SVE capabilities and usable vector lengthsDave Martin
2017-11-03arm64/sve: Backend logic for setting the vector lengthDave Martin
2017-11-03arm64/sve: Signal handling supportDave Martin
2017-11-03arm64/sve: Support vector length resetting for new processesDave Martin
2017-11-03arm64/sve: Core task context handlingDave Martin
2017-11-03arm64: fpsimd: Simplify uses of {set,clear}_ti_thread_flag()Dave Martin
2017-11-03arm64: fpsimd: Correctly annotate exception helpers called from asmDave Martin
2017-10-06arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose
2017-09-18arm64: efi: Don't include EFI fpsimd save/restore code in non-EFI kernelsDave Martin
2017-08-18arm64: neon/efi: Make EFI fpsimd save/restore variables staticDave Martin
2017-08-07arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas
2017-08-04arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin
2017-08-04arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin
2017-08-04arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-16arm64: Support systems without FP/ASIMDSuzuki K Poulose
2016-09-19arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder
2015-12-02arm64: add __init/__initdata section marker to some functions/variablesJisheng Zhang
2015-10-21arm64: Move FP/ASIMD hwcap handling to common codeSuzuki K. Poulose
2015-08-27arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel
2015-06-11arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu
2014-09-01arm64: fix bug for reloading FPSIMD state after cpu power offLeo Yan
2014-05-08arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel
2014-05-08arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-05-08arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel