summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* MIPS time code rewrite.Ralf Baechle2001-04-191-0/+4
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-1/+1
|
* Major irq rewrite, still experimental.Ralf Baechle2000-12-101-0/+692
|
* So, after reaching the 9-th nesting level of ifdefs in arch/mips/-Ralf Baechle2000-11-181-396/+0
| | | | | | | | | | kernel/Makefile my tastelessness detector just freaked out. The current concept of interrupt handling just doesn't scale to an ever increasing number of target platforms. Bits of new interrupt handling code are already in CVS and just to make it more clear that I won't take patches continuing this uglyness in all eternity I rename irq.c to old-irq.c which will only be compiled in when CONFIG_ROTTEN_IRQ is selected.
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-121-1/+1
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-10/+0
|
* Don't include <asm/sni.h>, it breaks compilation for big endianRalf Baechle2000-10-081-1/+0
| | | | targets.
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-081-5/+1
|
* Include <linux/config.h>.Ralf Baechle2000-07-121-0/+1
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-4/+5
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.3.48.Ralf Baechle2000-03-021-1/+19
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-1/+4
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-5/+5
|
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-261-5/+9
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* 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