aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/r4k_fpu.S
AgeCommit message (Expand)AuthorFilesLines
2023-01-26MIPS: Always use -Wa,-msoft-float and eliminate GAS_HAS_SET_HARDFLOATGravatar Nathan Chancellor 1-6/+6
2022-01-27MIPS: Fix build error due to PTR used in more placesGravatar Thomas Bogendoerfer 1-1/+1
2020-05-22mips: Add MIPS Release 5 supportGravatar Serge Semin 1-7/+7
2018-11-09MIPS: Simplify FP context initializationGravatar Paul Burton 1-144/+0
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsGravatar James Hogan 1-10/+10
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SGravatar Paul Burton 1-0/+196
2016-05-09MIPS: Use copy_s.fmt rather than copy_u.fmtGravatar Paul Burton 1-5/+5
2016-02-29MIPS: Avoid variant of .type unsupported by LLVM AssemblerGravatar Daniel Sanders 1-1/+1
2015-09-03MIPS: Save MSA extended context around signalsGravatar Paul Burton 1-0/+118
2015-09-03MIPS: Use common FP sigcontext code for O32 compatGravatar Paul Burton 1-114/+0
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextGravatar Paul Burton 1-70/+81
2015-09-03MIPS: Introduce accessors for MSA vector registersGravatar Paul Burton 1-0/+67
2015-03-27MIPS: Push .set mips64r* into the functions needing itGravatar Paul Burton 1-1/+1
2015-02-17MIPS: kernel: r4k_fpu: Add support for MIPS R6Gravatar Leonid Yegoshin 1-3/+9
2014-11-07MIPS: Fix build with binutils 2.24.51+Gravatar Manuel Lauss 1-2/+25
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Gravatar Paul Burton 1-213/+0
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-8/+8
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Gravatar Ralf Baechle 1-1/+1
2014-03-26MIPS: Save/restore MSA context around signalsGravatar Paul Burton 1-0/+213
2014-03-14MIPS: FPU: Fix conflict of register usageGravatar Huacai Chen 1-4/+4
2014-03-14MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2Gravatar Paul Bolle 1-4/+4
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-4/+70
2011-04-06update David Miller's old email addressGravatar Justin P. Mattock 1-1/+1
2007-03-17[MIPS] Check FCSR for pending interrupts, alternative versionGravatar Atsushi Nemoto 1-16/+0
2007-02-06[MIPS] Move .set reorder out of conditional codeGravatar Chris Dearman 1-1/+2
2007-02-06[MIPS] Check FCSR for pending interrupts before restoring from a context.Gravatar Chris Dearman 1-0/+16
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Gravatar Ralf Baechle 1-4/+1
2005-09-09kbuild: mips use generic asm-offsets.h supportGravatar Sam Ravnborg 1-1/+1
2005-09-05[PATCH] mips: clean up 32/64-bit configurationGravatar Ralf Baechle 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+191