summaryrefslogtreecommitdiffstats
path: root/arch/arm/vfp
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-145-288/+162
|\
| * ARM: vfp: Use undef hook for handling VFP exceptionsArd Biesheuvel2023-05-173-88/+54
| * ARM: vfp: Reimplement VFP exception entry in C codeArd Biesheuvel2023-05-174-216/+124
| * ARM: vfp: Remove workaround for Feroceon CPUsArd Biesheuvel2023-05-172-7/+5
| * ARM: vfp: Record VFP bounces as perf emulation faultsArd Biesheuvel2023-05-161-0/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-06-261-0/+1
|\ \ | |/ |/|
| * ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.cArnd Bergmann2023-06-191-0/+1
* | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9
|/
* ARM: 9294/2: vfp: Fix broken softirq handling with instrumentation enabledArd Biesheuvel2023-04-123-21/+29
* ARM: 9293/1: vfp: Pass successful return address via register R3Ard Biesheuvel2023-04-112-7/+8
* ARM: 9292/1: vfp: Pass thread_info pointer to vfp_support_entryArd Biesheuvel2023-04-112-7/+8
* 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-113-5/+11
* 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
* printk: Userspace format indexing supportChris Down2021-07-191-3/+3
* ARM: 9044/1: vfp: use undef hook for VFP support detectionArd Biesheuvel2020-12-212-22/+20
* ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel2020-12-082-7/+47
* ARM: 8991/1: use VFP assembler mnemonics if availableStefan Agner2020-07-212-4/+20
* ARM: 8989/1: use .fpu assembler directives instead of assembler argumentsStefan Agner2020-07-212-12/+20
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+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-132-14/+8
|\ \|
| | * ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King2018-08-021-10/+7
| * | ARM: 8782/1: vfp: clean up arch/arm/vfp/MakefileMasahiro Yamada2018-07-301-4/+1
|/ /
* | 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-222-9/+9
* 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: convert printk(KERN_* to pr_*Russell King2014-11-211-1/+1
* 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: 8195/1: vfp: Bounce undefined instructions in vectored modeStepan Moskovchenko2014-11-171-0/+6