Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two minor bug fixes for the new interrupt code. | Ralf Baechle | 2001-05-12 | 1 | -1/+1 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 1 | -5/+16 |
| | |||||
* | MIPS time code rewrite. | Ralf Baechle | 2001-04-19 | 1 | -0/+4 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 1 | -1/+1 |
| | |||||
* | Major irq rewrite, still experimental. | Ralf Baechle | 2000-12-10 | 1 | -0/+692 |
| | |||||
* | So, after reaching the 9-th nesting level of ifdefs in arch/mips/- | Ralf Baechle | 2000-11-18 | 1 | -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 Baechle | 2000-10-12 | 1 | -1/+1 |
| | |||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 1 | -10/+0 |
| | |||||
* | Don't include <asm/sni.h>, it breaks compilation for big endian | Ralf Baechle | 2000-10-08 | 1 | -1/+0 |
| | | | | targets. | ||||
* | Merge with Linux 2.4.0-test6-pre4. | Ralf Baechle | 2000-08-08 | 1 | -5/+1 |
| | |||||
* | Include <linux/config.h>. | Ralf Baechle | 2000-07-12 | 1 | -0/+1 |
| | |||||
* | Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging | Ralf Baechle | 2000-06-19 | 1 | -4/+5 |
| | | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown. | ||||
* | Merge with 2.3.48. | Ralf Baechle | 2000-03-02 | 1 | -1/+19 |
| | |||||
* | Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c | Ralf Baechle | 2000-02-23 | 1 | -1/+4 |
| | | | | driver due to the Origin A64 hacks. | ||||
* | Merge with Linux 2.3.32. | Ralf Baechle | 2000-02-04 | 1 | -5/+5 |
| | |||||
* | Support for the NEC DDB Vrc-5074 evaluation board. Patches by | Ralf Baechle | 2000-01-26 | 1 | -5/+9 |
| | | | | Geert Uytterhoeven (geert@linux-m68k.org). | ||||
* | Merge with Linux 2.3.21. | Ralf Baechle | 1999-12-04 | 1 | -3/+1 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 1 | -3/+3 |
| | |||||
* | removed leftover debugging stuff | Thomas Bogendoerfer | 1999-02-25 | 1 | -9/+1 |
| | |||||
* | Merge with Linux 2.2.1. | Ralf Baechle | 1999-02-15 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.1.131 plus some more MIPS goodies. | Ralf Baechle | 1999-01-03 | 1 | -64/+132 |
| | |||||
* | o Merge with Linux 2.1.100. | Ralf Baechle | 1998-06-30 | 1 | -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 Baechle | 1998-05-07 | 1 | -6/+9 |
| | |||||
* | o Merge with Linux 2.1.99. | Ralf Baechle | 1998-05-07 | 1 | -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 Baechle | 1998-03-22 | 1 | -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 Baechle | 1998-03-17 | 1 | -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 possible | Thomas Bogendoerfer | 1997-12-29 | 1 | -1/+2 |
| | |||||
* | Part #2 merging back my changes ... | Ralf Baechle | 1997-12-01 | 1 | -48/+33 |
| | |||||
* | Don't include <linux/config.h>. | Ralf Baechle | 1997-09-17 | 1 | -2/+1 |
| | |||||
* | Merge with Linux 2.1.55. More bugfixes and goodies from my private | Ralf Baechle | 1997-09-12 | 1 | -29/+5 |
| | | | | CVS archive. | ||||
* | increased number of (working) interrupts to 32 | Thomas Bogendoerfer | 1997-07-29 | 1 | -1/+7 |
| | |||||
* | Minor optimization, use save_and_cli() instead of save_flags(); | Ralf Baechle | 1997-07-01 | 1 | -8/+6 |
| | | | | cli(); sequences. | ||||
* | Initial revision | Ralf Baechle | 1997-06-01 | 1 | -6/+2 |
| | |||||
* | Import of Linux/MIPS 2.1.36 | Ralf Baechle | 1997-04-29 | 1 | -17/+43 |
| | |||||
* | Import of Linux/MIPS 2.1.14.2 | Ralf Baechle | 1997-03-25 | 1 | -18/+18 |
| | |||||
* | Import of Linux/MIPS 2.1.14 | Ralf Baechle | 1997-01-07 | 1 | -175/+169 |
| | |||||
* | Import of Linux/MIPS 1.3.0 | Ralf Baechle | 1995-11-14 | 1 | -0/+334 |