summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
Commit message (Collapse)AuthorAgeFilesLines
* Die if we cannot handle a unaligned exception from kernel space.Ralf Baechle2001-03-111-0/+5
|
* Final round of FPU emulator bits.Ralf Baechle2000-12-101-0/+15
|
* Fix bug in macro arguments naming.Ralf Baechle2000-10-271-4/+3
|
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-251-3/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-10/+3
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-2/+2
|
* Spelling fixes from Alan Cox.Ralf Baechle1999-05-011-3/+3
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-3/+3
| | | | | o New Newport console code. o New G364 console code.
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-89/+48
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-16/+5
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-10/+18
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-6/+8
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-0/+457