summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/offset.h
Commit message (Collapse)AuthorAgeFilesLines
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-25/+26
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-23/+23
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-8/+9
| | | | | | | | | | | | | | | | | | | | | | | o New clear_user. o Memcpy now efficiently copies the (src^dest)&3 != 0. o Memmove new correctly deals with overlaps o Rewrite csum_partial in assembler. o Rewrte csum_partial_from_user in assembler. o __copy_user is now integrated with memcpy. o get_user now returns a zero value on error. o copy_from_user now clears the destination buffer on error. o strncpy_user now has a more efficient caller routine. o strlen_user now has a more efficient caller routines and is faster. o The unaligned handler is now much cleaner. It's now also save from interrupt. Some more esotheric bugs fixed as well. o Don't export bcopy anymore, it's now a inline function. o Delete ancient junk from the first days of Linux/MIPS. o Delete dead code in indy_sc.c. o Including the IDE driver doesn't crash an Indy anymore. o Eleminate active_ds. We now use current_ds directly in the thread structure which is faster and threadsafe. Saves almost 2kb on the kernel. o Serial console should work again.
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-051-7/+6
| | | | | | | | | 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 ...
* o Speedup syscalls. Now 816ns per syscall. Yes, nanoseconds and goodbyeRalf Baechle1998-03-271-7/+5
| | | | | | | | | | Pentium :-) o Little bit smarter handling of unimplemented exceptions. o Fix FPU context switches. o Fix reboot / halt. Powerdown in software still doesn't work. o Fix the fix for handling of return values of interrupted syscalls. o Handling of the Indy second level cache now works as spec'ed. Purely cosmentic, this was not causing any problems.
* Store current in $28.Ralf Baechle1998-03-231-16/+15
|
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-29/+29
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-27/+26
|
* Merge with Linux 2.1.67.Ralf Baechle1997-12-061-24/+24
|
* Generate the struct sigcontext offsets autmatically.Ralf Baechle1997-06-251-0/+16
|
* Initial revisionRalf Baechle1997-06-011-5/+4
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-0/+89