summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/uaccess.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051-28/+0
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Cast away some warning like the other architectures do.Ralf Baechle2000-07-091-12/+15
|
* Same for 2.3.Ralf Baechle2000-02-291-2/+2
|
* Fix the fix of the fix.Ralf Baechle2000-02-211-3/+3
|
* Fix copy_from_user() in modules and 64-bit kernel.Ralf Baechle2000-02-191-3/+7
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-12/+42
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-3/+3
|
* Merge with Linux 2.1.131 and more MIPS goodies.Ralf Baechle1999-01-041-10/+25
| | | | (Did I mention that CVS is buggy ...)
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-65/+182
| | | | | | | | | | | | | | | | | | | | | | | 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 Fix handling of interrupted syscalls.Ralf Baechle1998-03-221-33/+15
| | | | | | | | | | | | o Just count missed heartbeats on Indys but don't print a messages. This was a bug by itself. o Fix a crash in exit_mmap(). o Fix scanmem(). o Fix clear_active_bh(), a ~ was missing causing weak performance. o Remove experimental cache instructions from stackframe.h. It wasn't improving performance as I was hoping. o Shrink the size of the exception handler routines in uaccess.h. o Cleanup, remove dead code in various files.
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-11/+10
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-7/+7
|
* More bugfixes and some cleanup.Ralf Baechle1997-07-011-142/+43
|
* Fix handling of 64bit objects when we only use 32bit registers.Ralf Baechle1997-06-251-7/+140
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-9/+45
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-2/+4
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-0/+314