summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
* added profiling again.Thomas Bogendoerfer1998-08-281-1/+20
* dump core on SIGBUS, tooThomas Bogendoerfer1998-08-281-1/+2
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-2516-202/+113
* - Reformat ptrace.c for readability.Ralf Baechle1998-07-165-150/+852
* o Support for the front panel on the Indy. The panel work now as aRalf Baechle1998-07-103-38/+22
* Make the shit compile again.Ralf Baechle1998-07-041-1/+2
* Fix for kernel bug tracked down by Thomas Bogendoerfer.Ralf Baechle1998-07-031-1/+3
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-3010-82/+74
* added profiling supportThomas Bogendoerfer1998-06-061-1/+20
* Make the default configurations (RM200C / Acer PICA) compile.Ralf Baechle1998-05-072-13/+16
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-074-54/+20
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-046-115/+75
* o Merge with Linux 2.1.91.Ralf Baechle1998-04-0510-161/+320
* o Speedup syscalls. Now 816ns per syscall. Yes, nanoseconds and goodbyeRalf Baechle1998-03-279-125/+152
* Store current in $28.Ralf Baechle1998-03-236-44/+39
* o Fix handling of interrupted syscalls.Ralf Baechle1998-03-224-46/+41
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-183-10/+20
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-1716-368/+234
* And one final dose of tasteless hacks and everything else ...Ralf Baechle1998-03-041-2/+3
* Cache fixes, part #1.Ralf Baechle1998-03-031-1/+1
* added unmask_irq() to do_IRQ() to fix autoprobing of interrupts possibleThomas Bogendoerfer1997-12-291-1/+2
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-1613-513/+675
* Merge with Linux 2.1.67.Ralf Baechle1997-12-064-9/+15
* More compilation fixes.Ralf Baechle1997-12-021-1/+6
* Part #2 merging back my changes ...Ralf Baechle1997-12-0125-332/+318
* 1. inventory support.Miguel de Icaza1997-09-211-21/+105
* Pass the ioctls down to the Linux kernel when the irix_ioctl does notMiguel de Icaza1997-09-211-1/+5
* Map the PRDA page on IRIX processesMiguel de Icaza1997-09-211-0/+35
* include irixinv in the compilationMiguel de Icaza1997-09-211-1/+2
* IRIX inventory support. Right now it has hardcoded my machine'sMiguel de Icaza1997-09-211-0/+80
* Support for the Nevada. Cleanup.Ralf Baechle1997-09-171-38/+6
* Implement microsecond timers based on the cycle counter.Ralf Baechle1997-09-171-8/+155
* Don't include <linux/config.h>.Ralf Baechle1997-09-171-2/+1
* Added set_async_breakpoint(). This can be called from serialMark Salter1997-09-161-4/+31
* Make irix_*getdents* track the readdir signature changes.Mike Shaver1997-09-131-4/+4
* - Set caching mode for KSEG0 to cached-noncoherent for all machines.Ralf Baechle1997-09-121-26/+18
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-1213-102/+227
* Fix the ELF interpreter loader. dynamic IRIX binaries now workMiguel de Icaza1997-09-021-36/+39
* Fixed single-stepping.Mark Salter1997-09-011-4/+123
* Disable interrupts for gdb stub. Also, save cp0_contextMark Salter1997-09-011-1/+6
* fix for the irix elf loaderMiguel de Icaza1997-08-261-3/+3
* Bad Mike. Bad!Mike Shaver1997-08-111-5/+8
* Added skeletal support for /dev/usema and /dev/usemaclone.Mike Shaver1997-08-101-37/+82
* Merge to 2.1.38.Miguel de Icaza1997-08-066-10/+20
* increased number of (working) interrupts to 32Thomas Bogendoerfer1997-07-292-3/+9
* Merge with 2.1.47. Some more cleanup and module fixes.Ralf Baechle1997-07-291-2/+31
* Make the remote kernel debugging support compile again. Not tested,Ralf Baechle1997-07-292-54/+59
* Declare release in <linux/sched.h>, fix caller.Ralf Baechle1997-07-291-2/+1
* Sync with Linux 2.1.46.Ralf Baechle1997-07-205-163/+255
* Minor optimization, use save_and_cli() instead of save_flags();Ralf Baechle1997-07-014-14/+16