summaryrefslogtreecommitdiffstats
path: root/arch/arm/vfp/vfpmodule.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hookMark-PK Tsai2023-12-051-0/+18
* Merge branch 'devel-stable' into for-nextRussell King (Oracle)2023-08-141-62/+146
|\
| * ARM: vfp: Use undef hook for handling VFP exceptionsArd Biesheuvel2023-05-171-56/+53
| * ARM: vfp: Reimplement VFP exception entry in C codeArd Biesheuvel2023-05-171-20/+103
| * ARM: vfp: Remove workaround for Feroceon CPUsArd Biesheuvel2023-05-171-3/+5
| * ARM: vfp: Record VFP bounces as perf emulation faultsArd Biesheuvel2023-05-161-0/+2
* | ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.cArnd Bergmann2023-06-191-0/+1
|/
* ARM: 9294/2: vfp: Fix broken softirq handling with instrumentation enabledArd Biesheuvel2023-04-121-5/+22
* ARM: 9283/1: permit non-nested kernel mode NEON in softirq contextArd Biesheuvel2023-01-111-7/+6
* ARM: 9282/1: vfp: Manipulate task VFP state with softirqs disabledArd Biesheuvel2023-01-111-1/+7
* ARM: 9272/1: vfp: Add hwcap for FEAT_AA32I8MMAmit Daniel Kachhap2022-11-281-0/+6
* ARM: 9271/1: vfp: Add hwcap for FEAT_AA32BF16Amit Daniel Kachhap2022-11-281-0/+6
* ARM: 9270/1: vfp: Add hwcap for FEAT_FHMAmit Daniel Kachhap2022-11-281-0/+6
* ARM: 9269/1: vfp: Add hwcap for FEAT_DotProdAmit Daniel Kachhap2022-11-281-0/+10
* ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16Amit Daniel Kachhap2022-11-281-0/+4
* ARM: 9044/1: vfp: use undef hook for VFP support detectionArd Biesheuvel2020-12-211-5/+20
* ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel2020-12-081-2/+47
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-141-1/+1
|\
| * ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry2018-11-121-1/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-8/+3
|\ \
| * | signal/arm: Use send_sig_fault where appropriateEric W. Biederman2018-09-271-8/+3
* | | Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King2018-10-101-12/+8
|\ \ \ | |/ / |/| / | |/
| * ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry2018-10-051-12/+8
* | Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King2018-08-131-10/+7
|\|
| * ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-021-10/+7
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-2/+1
|\ \
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-2/+1
| |/
* / ARM: fix kill( ,SIGFPE) breakageRussell King2018-05-191-1/+1
|/
* ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]Fabio Estevam2018-03-241-1/+1
* signal/arm: Document conflicts with SI_USER and SIGFPEEric W. Biederman2018-01-121-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* ARM: 8629/1: vfp: properly tag assembly function declarations in C codeNicolas Pitre2016-11-221-4/+4
* arm: Convert VFP hotplug notifiers to state machineThomas Gleixner2016-07-151-11/+17
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-4/+0
* ARM: vfp: Add vfp_disable for problematic platformsFlorian Fainelli2015-05-201-0/+13
* ARM: 8215/1: vfp: Silence mvfr0 variable unused warningStephen Boyd2014-11-211-23/+22
* ARM: 8197/1: vfp: Fix VFPv3 hwcap detection on CPUID based cpusStephen Boyd2014-11-211-41/+52
* ARM: 7873/1: vfp: clear vfp_current_hw_state for dying cpuYuanyuan Zhong2013-10-301-3/+3
* ARM: add support for kernel mode NEONArd Biesheuvel2013-07-081-0/+47
* ARM: be strict about FP exceptions in kernel modeArd Biesheuvel2013-07-081-0/+20
* ARM: move VFP init to an earlier boot stageArd Biesheuvel2013-07-081-1/+1
* ARM: VFP: fix emulation of second VFP instructionRussell King2013-02-251-1/+1
* ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley2012-10-291-3/+6
* ARM: 7483/1: vfp: only advertise VFPv4 in hwcaps if CONFIG_VFPv3 is enabledWill Deacon2012-08-111-0/+2
* ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UPColin Cross2012-07-311-0/+6
* ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspendColin Cross2012-07-311-1/+1
* Merge branch 'misc' into for-linusRussell King2012-05-211-8/+8
|\
| * ARM: 7415/1: vfp: convert printk's to pr_*'sNicolas Pitre2012-05-111-8/+8