aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/r4k_switch.S
AgeCommit message (Expand)AuthorFilesLines
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-1/+1
2017-08-29MIPS: Move r4k FP code from r4k_switch.S to r4k_fpu.SGravatar Paul Burton 1-203/+0
2017-04-12MIPS: Remove dead define of ST_OFFGravatar Matt Redfearn 1-6/+0
2017-01-03MIPS: Export _save_fp & _save_msa alongside their definitionsGravatar Paul Burton 1-0/+3
2016-05-13MIPS: Remove redundant asm/pgtable-bits.h inclusionsGravatar Paul Burton 1-1/+0
2015-09-03MIPS: Tidy up FPU context switchingGravatar Paul Burton 1-40/+1
2015-04-08MIPS: Respect the ISA level in FCSR handlingGravatar Maciej W. Rozycki 1-5/+2
2015-02-17MIPS: kernel: r4k_switch: Add support for MIPS R6Gravatar Leonid Yegoshin 1-6/+8
2014-11-07MIPS: Fix build with binutils 2.24.51+Gravatar Manuel Lauss 1-1/+14
2014-08-02MIPS: init upper 64b of vector registers when MSA is first usedGravatar Paul Burton 1-0/+5
2014-08-02MIPS: preserve scalar FP CSR when switching vector contextGravatar Paul Burton 1-1/+3
2014-05-30MIPS: OCTEON: Enable use of FPUGravatar David Daney 1-0/+3
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-33/+0
2014-03-31MIPS: Fix gigaton of warning building with microMIPS.Gravatar Ralf Baechle 1-1/+1
2014-03-26MIPS: Basic MSA context switching supportGravatar Paul Burton 1-17/+41
2014-01-13MIPS: Support for 64-bit FP with O32 binariesGravatar Paul Burton 1-2/+43
2013-10-07MIPS: stack protector: Fix per-task canary switchGravatar James Hogan 1-1/+1
2013-07-01MIPS: r4k,octeon,r2300: stack protector: change canary per taskGravatar Gregory Fong 1-0/+6
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-2/+2
2012-12-28MIPS: Don't include <asm/page.h> unnecessarily.Gravatar Ralf Baechle 1-1/+0
2012-07-19MIPS: Fix race condition with FPU thread task flag during context switch.Gravatar Leonid Yegoshin 1-9/+3
2011-04-06update David Miller's old email addressGravatar Justin P. Mattock 1-1/+1
2009-09-17MIPS: Consolidate all CONFIG_CPU_HAS_LLSC use in a single C file.Gravatar Ralf Baechle 1-3/+0
2007-07-12[MIPS] Fix resume for 64K page size on R4000 class processors.Gravatar Ralf Baechle 1-6/+1
2007-06-06[MIPS] Remove duplicate fpu enable hazard code.Gravatar Chris Dearman 1-1/+1
2007-04-20[MIPS] Disallow CpU exception in kernel again.Gravatar Atsushi Nemoto 1-6/+4
2007-03-17[MIPS] FPU ownership management & preemption fixesGravatar Atsushi Nemoto 1-4/+6
2006-11-01[MIPS] 16K & 64K page size fixesGravatar Ralf Baechle 1-0/+5
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[MIPS] Fix use of ehb instruction for non-R2 configurations.Gravatar Ralf Baechle 1-3/+3
2006-06-19[MIPS] Fix fpu_save_double on 64-bit.Gravatar Atsushi Nemoto 1-5/+8
2006-04-19[MIPS] MT: Improved multithreading support.Gravatar Ralf Baechle 1-1/+33
2005-09-09kbuild: mips use generic asm-offsets.h supportGravatar Sam Ravnborg 1-1/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceGravatar Ralf Baechle 1-2/+2
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/+221