summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/r4k_switch.S
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.3.19.Ralf Baechle1999-10-091-8/+5
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-45/+12
| | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
* My proposal for non-generic kernels:Harald Koerfgen1999-08-091-9/+9
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-7/+12
|
* Spelling fixes from Alan Cox.Ralf Baechle1999-05-011-3/+3
|
* The CPO_STATUS interrupt mask patchHarald Koerfgen1999-05-011-2/+8
|
* - Reformat ptrace.c for readability.Ralf Baechle1998-07-161-13/+9
| | | | | | | | | | | | | | - Handle lazy fpu context switches correctly for ptrace(2). - Don't read $fcr31 on context switch, it's pure bloat. - New processes get $fcr31 initialized to no exceptions. - First beginnings of floating point support kernel code. For now we only can handle cvt.w.s and cvt.w.d instructions where the source register is a NaN, infinity or denorm. This is good enough to get Mozilla up. - Don't send SIGFPE on every floating point instruction we don't know how to handle, rather just complain. - Cleanup headerfile inclusions in the HPC3 code. - Fix the definition of PAGE_NONE.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-30/+129
| | | | | | | | | o First round of bugfixes for the SC/MC CPUs. o FPU context switch fixes. o Lazy context switches. o Faster syscalls. o Removed dead code. o Shitloads of other things I forgot ...
* Store current in $28.Ralf Baechle1998-03-231-15/+14
|
* Initial revisionRalf Baechle1997-06-011-4/+3
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-2/+0
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-0/+71