Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two minor bug fixes for the new interrupt code. | Ralf Baechle | 2001-05-12 | 1 | -0/+1 |
| | |||||
* | Typo corrections from Michl. | Ralf Baechle | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 2 | -339/+247 |
| | |||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 1 | -7/+9 |
| | | | | | | | Note that mingetty does no longer work with serial console, you have to switch to another getty like getty_ps. This commit also includes a fix for a setitimer bug which did prevent getty_ps from working on older kernels. | ||||
* | Remove no longer necessary inclusion of spinlock.h. | Ralf Baechle | 2001-03-18 | 1 | -1/+0 |
| | |||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 2 | -7/+4 |
| | | | | come. Stay frightened :-) | ||||
* | Typo and spelling fixes. | Ralf Baechle | 2001-03-12 | 1 | -1/+1 |
| | |||||
* | Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*, | Ralf Baechle | 2001-03-11 | 1 | -1/+1 |
| | | | | | | | | set_cp0_* and change_cp0_* which makes the kernel code somewhat more readable. Going through the kernel code I notices some stupid abuse of the old function like set_cp0_status(ST0_BEV, 1) - this clear ST0_BEV but actually looks like attempting to set it and other abuses, so will people please look over their code again. | ||||
* | Another gcc 3.0 warning. | Ralf Baechle | 2001-03-10 | 1 | -69/+68 |
| | |||||
* | Fix another warning ... | Ralf Baechle | 2001-03-10 | 1 | -1/+2 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 1 | -1/+1 |
| | |||||
* | Another typo fix; patch again from Alan. | Ralf Baechle | 2001-02-09 | 1 | -1/+1 |
| | |||||
* | Ok, I got better things to do than hacking kernels for machines which | Ralf Baechle | 2001-01-17 | 1 | -3/+1 |
| | | | | | | | | I don't even have at hand right now, but we got too many bug reports of the ``IP22 crashes during early startup'' type. This patch makes printk usable on IP22 from the very early startup on. It's not perfect and I think it might result in printk's information getting duplicated for systems with serial console but let's tackle that later. | ||||
* | Merge with Linux 2.4.0. | Ralf Baechle | 2001-01-11 | 1 | -3/+3 |
| | |||||
* | Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your | Ralf Baechle | 2001-01-10 | 1 | -2/+0 |
| | | | | Makefiles. | ||||
* | Merge with Linux 2.4.0-test12. | Ralf Baechle | 2001-01-10 | 1 | -8/+5 |
| | |||||
* | Memmap fixes from Maciej. | Ralf Baechle | 2000-12-11 | 1 | -9/+0 |
| | |||||
* | Merge with Linux 2.4.0-test10. | Ralf Baechle | 2000-11-23 | 2 | -18/+16 |
| | |||||
* | Teach /proc/cpuinfo about the various variants of IP22 class machines. | Ralf Baechle | 2000-11-18 | 1 | -0/+3 |
| | |||||
* | Kill irq_cannonicalize. | Ralf Baechle | 2000-10-10 | 1 | -10/+1 |
| | |||||
* | Hopefully squash the R5k bug ... | Ralf Baechle | 2000-09-01 | 1 | -0/+1 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre10. | Ralf Baechle | 2000-08-25 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.4.0-test6-pre4. | Ralf Baechle | 2000-08-08 | 1 | -4/+0 |
| | |||||
* | let it compile again | Harald Koerfgen | 2000-08-08 | 1 | -1/+0 |
| | |||||
* | ARC console is not just for IP22. | Keith M Wesolowski | 2000-08-01 | 4 | -377/+7 |
| | | | | Timer dead code cleanup. | ||||
* | Fix a timer calibration bug. This should get rid of the delay loop hang. | Keith M Wesolowski | 2000-07-24 | 1 | -7/+8 |
| | |||||
* | Microsecond timers for Indy. From Keith Wesolowsky. | Ralf Baechle | 2000-07-09 | 4 | -15/+115 |
| | |||||
* | Move sgiserial initialization to a much better place | Florian Lohoff | 2000-05-19 | 1 | -1/+1 |
| | |||||
* | Merge with Linux 2.3.99-pre7 and various other bits. | Ralf Baechle | 2000-05-12 | 1 | -3/+1 |
| | |||||
* | sgi_prom_console_init calling convention from the ancient days | Florian Lohoff | 2000-04-08 | 1 | -2/+1 |
| | |||||
* | call rs_init to at least enable the serial ttys - Still no output | Florian Lohoff | 2000-04-06 | 1 | -0/+1 |
| | |||||
* | First fixes for SGI_PROM_CONSOLE - first commit - be nice :) | Florian Lohoff | 2000-04-06 | 1 | -5/+4 |
| | |||||
* | More random merges. | Ralf Baechle | 2000-03-27 | 1 | -19/+15 |
| | |||||
* | Fix another ARC lib user ... | Ralf Baechle | 2000-03-26 | 1 | -4/+4 |
| | |||||
* | Make it compile again. | Ralf Baechle | 2000-03-26 | 1 | -1/+2 |
| | |||||
* | Cleanup a large number of random junk, nothing of importance. | Ralf Baechle | 2000-03-25 | 1 | -2/+0 |
| | |||||
* | Undo another braino ... | Ralf Baechle | 2000-03-25 | 1 | -5/+7 |
| | |||||
* | Merge with Linux 2.3.49. | Ralf Baechle | 2000-03-07 | 1 | -2/+1 |
| | |||||
* | Merge with 2.3.48. | Ralf Baechle | 2000-03-02 | 1 | -1/+19 |
| | |||||
* | Merge with Linux 2.3.38. | Ralf Baechle | 2000-02-05 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.3.32. | Ralf Baechle | 2000-02-04 | 2 | -12/+12 |
| | |||||
* | Merge with Linux 2.3.23. The new bootmem stuff has broken various | Ralf Baechle | 2000-01-27 | 1 | -1/+10 |
| | | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works. | ||||
* | Merge with Linux 2.3.22. | Ralf Baechle | 2000-01-21 | 1 | -1/+3 |
| | |||||
* | - IOC3 driver now will panic when encountering a RX/TX PCI DMA error. | Ralf Baechle | 2000-01-17 | 1 | -7/+10 |
| | | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes. | ||||
* | Resurrect serial console. | Ralf Baechle | 1999-12-08 | 1 | -4/+4 |
| | |||||
* | Fix compilation errors, add .cvsignore files. | Ralf Baechle | 1999-12-06 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.3.21. | Ralf Baechle | 1999-12-04 | 4 | -9/+8 |
| | |||||
* | Move various headers into a SGI specific subdirectory. These files | Ralf Baechle | 1999-10-21 | 9 | -29/+28 |
| | | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile. | ||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 9 | -23/+23 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 1 | -2/+1 |
| |