aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r4k_fpu.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09MIPS: Simplify FP context initializationPaul Burton1-144/+0
2017-11-09MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan1-10/+10
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton1-0/+196
2016-05-09MIPS: Use copy_s.fmt rather than copy_u.fmtPaul Burton1-5/+5
2016-02-29MIPS: Avoid variant of .type unsupported by LLVM AssemblerDaniel Sanders1-1/+1
2015-09-03MIPS: Save MSA extended context around signalsPaul Burton1-0/+118
2015-09-03MIPS: Use common FP sigcontext code for O32 compatPaul Burton1-114/+0
2015-09-03MIPS: Use struct mips_abi offsets to save FP contextPaul Burton1-70/+81
2015-09-03MIPS: Introduce accessors for MSA vector registersPaul Burton1-0/+67
2015-03-27MIPS: Push .set mips64r* into the functions needing itPaul Burton1-1/+1
2015-02-17MIPS: kernel: r4k_fpu: Add support for MIPS R6Leonid Yegoshin1-3/+9
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss1-2/+25
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton1-213/+0
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle1-8/+8
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-1/+1
2014-03-26MIPS: Save/restore MSA context around signalsPaul Burton1-0/+213
2014-03-14MIPS: FPU: Fix conflict of register usageHuacai Chen1-4/+4
2014-03-14MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2Paul Bolle1-4/+4
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-4/+70
2011-04-06update David Miller's old email addressJustin P. Mattock1-1/+1
2007-03-17[MIPS] Check FCSR for pending interrupts, alternative versionAtsushi Nemoto1-16/+0
2007-02-06[MIPS] Move .set reorder out of conditional codeChris Dearman1-1/+2
2007-02-06[MIPS] Check FCSR for pending interrupts before restoring from a context.Chris Dearman1-0/+16
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-10-29Support the MIPS32 / MIPS64 DSP ASE.Ralf Baechle1-4/+1
2005-09-09kbuild: mips use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+191