summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-3/+1
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-3/+3
|
* removed leftover debugging stuffThomas Bogendoerfer1999-02-251-9/+1
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-2/+2
|
* Merge with Linux 2.1.131 plus some more MIPS goodies.Ralf Baechle1999-01-031-64/+132
|
* o Merge with Linux 2.1.100.Ralf Baechle1998-06-301-2/+1
| | | | | | | | | | | | | | | | | | o Cleanup the machine dependencies of floppy and rtc. The driver for the Dallas thingy in the Indy is still missing. o Handle allocation of zero'd pages correct for R4000SC / R4400SC. o Page colouring shit to match the virtual and physical colour of all mapped pages. This tends to produce extreme fragmentation problems, so it's deactivated for now. Users of R4000SC / R4400SC may re-enable the code in arch/mips/mm/init.c by removing the definition of CONF_GIVE_A_SHIT_ABOUT_COLOURS. Should get them somewhat further - but don't shake to hard ... o Fixed ptrace(2)-ing of syscalls, strace is now working again. o Fix the interrupt forwarding from the keyboard driver to the psaux driver, PS/2 mice are now working on the Indy. The fix is somewhat broken as it prevents generic kernels for Indy and machines which handle things different. o Things I can't remember.
* Make the default configurations (RM200C / Acer PICA) compile.Ralf Baechle1998-05-071-6/+9
|
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-1/+9
| | | | | 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 Fix handling of interrupted syscalls.Ralf Baechle1998-03-221-2/+2
| | | | | | | | | | | | 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.
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-3/+4
| | | | | | | 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 ...
* added unmask_irq() to do_IRQ() to fix autoprobing of interrupts possibleThomas Bogendoerfer1997-12-291-1/+2
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-48/+33
|
* Don't include <linux/config.h>.Ralf Baechle1997-09-171-2/+1
|
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-121-29/+5
| | | | CVS archive.
* increased number of (working) interrupts to 32Thomas Bogendoerfer1997-07-291-1/+7
|
* Minor optimization, use save_and_cli() instead of save_flags();Ralf Baechle1997-07-011-8/+6
| | | | cli(); sequences.
* Initial revisionRalf Baechle1997-06-011-6/+2
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-17/+43
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-18/+18
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-175/+169
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-0/+334