aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r4k_switch.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds1-1/+1
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SPaul Burton1-203/+0
2017-04-12MIPS: Remove dead define of ST_OFFMatt Redfearn1-6/+0
2017-01-03MIPS: Export _save_fp & _save_msa alongside their definitionsPaul Burton1-0/+3
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsPaul Burton1-1/+0
2015-09-03MIPS: Tidy up FPU context switchingPaul Burton1-40/+1
2015-04-08MIPS: Respect the ISA level in FCSR handlingMaciej W. Rozycki1-5/+2
2015-02-17MIPS: kernel: r4k_switch: Add support for MIPS R6Leonid Yegoshin1-6/+8
2014-11-07MIPS: Fix build with binutils 2.24.51+Manuel Lauss1-1/+14
2014-08-02MIPS: init upper 64b of vector registers when MSA is first usedPaul Burton1-0/+5
2014-08-02MIPS: preserve scalar FP CSR when switching vector contextPaul Burton1-1/+3
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney1-0/+3
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-33/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle1-1/+1
2014-03-26MIPS: Basic MSA context switching supportPaul Burton1-17/+41
2014-01-13MIPS: Support for 64-bit FP with O32 binariesPaul Burton1-2/+43
2013-10-07MIPS: stack protector: Fix per-task canary switchJames Hogan1-1/+1
2013-07-01MIPS: r4k,octeon,r2300: stack protector: change canary per taskGregory Fong1-0/+6
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-2/+2
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Ralf Baechle1-1/+0
2012-07-19MIPS: Fix race condition with FPU thread task flag during context switch.Leonid Yegoshin1-9/+3
2011-04-06update David Miller's old email addressJustin P. Mattock1-1/+1
2009-09-17MIPS: Consolidate all CONFIG_CPU_HAS_LLSC use in a single C file.Ralf Baechle1-3/+0
2007-07-12[MIPS] Fix resume for 64K page size on R4000 class processors.Ralf Baechle1-6/+1
2007-06-06[MIPS] Remove duplicate fpu enable hazard code.Chris Dearman1-1/+1
2007-04-20[MIPS] Disallow CpU exception in kernel again.Atsushi Nemoto1-6/+4
2007-03-17[MIPS] FPU ownership management & preemption fixesAtsushi Nemoto1-4/+6
2006-11-01[MIPS] 16K & 64K page size fixesRalf Baechle1-0/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Ralf Baechle1-3/+3
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Atsushi Nemoto1-5/+8
2006-04-19[MIPS] MT: Improved multithreading support.Ralf Baechle1-1/+33
2005-09-09kbuild: mips use generic asm-offsets.h supportSam Ravnborg1-1/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-2/+2
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+221