summaryrefslogtreecommitdiff
path: root/arch/arm/vfp/vfpmodule.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05ARM: 9327/1: vfp: Add missing VFP instructions to neon_support_hookMark-PK Tsai1-0/+18
2023-08-14Merge branch 'devel-stable' into for-nextRussell King (Oracle)1-62/+146
2023-06-19ARM: 9312/1: vfp: include asm/neon.h in vfpmodule.cArnd Bergmann1-0/+1
2023-05-17ARM: vfp: Use undef hook for handling VFP exceptionsArd Biesheuvel1-56/+53
2023-05-17ARM: vfp: Reimplement VFP exception entry in C codeArd Biesheuvel1-20/+103
2023-05-17ARM: vfp: Remove workaround for Feroceon CPUsArd Biesheuvel1-3/+5
2023-05-16ARM: vfp: Record VFP bounces as perf emulation faultsArd Biesheuvel1-0/+2
2023-04-12ARM: 9294/2: vfp: Fix broken softirq handling with instrumentation enabledArd Biesheuvel1-5/+22
2023-01-11ARM: 9283/1: permit non-nested kernel mode NEON in softirq contextArd Biesheuvel1-7/+6
2023-01-11ARM: 9282/1: vfp: Manipulate task VFP state with softirqs disabledArd Biesheuvel1-1/+7
2022-11-28ARM: 9272/1: vfp: Add hwcap for FEAT_AA32I8MMAmit Daniel Kachhap1-0/+6
2022-11-28ARM: 9271/1: vfp: Add hwcap for FEAT_AA32BF16Amit Daniel Kachhap1-0/+6
2022-11-28ARM: 9270/1: vfp: Add hwcap for FEAT_FHMAmit Daniel Kachhap1-0/+6
2022-11-28ARM: 9269/1: vfp: Add hwcap for FEAT_DotProdAmit Daniel Kachhap1-0/+10
2022-11-28ARM: 9268/1: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16Amit Daniel Kachhap1-0/+4
2020-12-21ARM: 9044/1: vfp: use undef hook for VFP support detectionArd Biesheuvel1-5/+20
2020-12-08ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel modeArd Biesheuvel1-2/+47
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-14Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2018-11-12ARM: 8810/1: vfp: Fix wrong assignement to ufp_excJulien Thierry1-1/+1
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+3
2018-10-10Merge branches 'fixes', 'misc' and 'spectre' into for-nextRussell King1-12/+8
2018-10-05ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry1-12/+8
2018-09-27signal/arm: Use send_sig_fault where appropriateEric W. Biederman1-8/+3
2018-08-13Merge branches 'fixes', 'misc' and 'spectre' into for-linusRussell King1-10/+7
2018-08-02ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King1-10/+7
2018-06-05Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2018-05-19ARM: fix kill( ,SIGFPE) breakageRussell King1-1/+1
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-2/+1
2018-03-24ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]Fabio Estevam1-1/+1
2018-01-12signal/arm: Document conflicts with SI_USER and SIGFPEEric W. Biederman1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-11-22ARM: 8629/1: vfp: properly tag assembly function declarations in C codeNicolas Pitre1-4/+4
2016-07-15arm: Convert VFP hotplug notifiers to state machineThomas Gleixner1-11/+17
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby1-4/+0
2015-05-21ARM: vfp: Add vfp_disable for problematic platformsFlorian Fainelli1-0/+13
2014-11-21ARM: 8215/1: vfp: Silence mvfr0 variable unused warningStephen Boyd1-23/+22
2014-11-21ARM: 8197/1: vfp: Fix VFPv3 hwcap detection on CPUID based cpusStephen Boyd1-41/+52
2013-10-31ARM: 7873/1: vfp: clear vfp_current_hw_state for dying cpuYuanyuan Zhong1-3/+3
2013-07-09ARM: add support for kernel mode NEONArd Biesheuvel1-0/+47
2013-07-09ARM: be strict about FP exceptions in kernel modeArd Biesheuvel1-0/+20
2013-07-08ARM: move VFP init to an earlier boot stageArd Biesheuvel1-1/+1
2013-02-25ARM: VFP: fix emulation of second VFP instructionRussell King1-1/+1
2012-10-29ARM: 7566/1: vfp: fix save and restore when running on pre-VFPv3 and CONFIG_V...Paul Walmsley1-3/+6
2012-08-11ARM: 7483/1: vfp: only advertise VFPv4 in hwcaps if CONFIG_VFPv3 is enabledWill Deacon1-0/+2
2012-07-31ARM: 7477/1: vfp: Always save VFP state in vfp_pm_suspend on UPColin Cross1-0/+6
2012-07-31ARM: 7476/1: vfp: only clear vfp state for current cpu in vfp_pm_suspendColin Cross1-1/+1
2012-05-21Merge branch 'misc' into for-linusRussell King1-8/+8
2012-05-17ARM: 7419/1: vfp: fix VFP flushing regression on sigreturn pathWill Deacon1-12/+2