summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi
Commit message (Collapse)AuthorAgeFilesLines
* Two minor bug fixes for the new interrupt code.Ralf Baechle2001-05-121-0/+1
|
* Typo corrections from Michl.Ralf Baechle2001-05-091-2/+2
|
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-092-339/+247
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051-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 Baechle2001-03-181-1/+0
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-182-7/+4
| | | | come. Stay frightened :-)
* Typo and spelling fixes.Ralf Baechle2001-03-121-1/+1
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-111-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 Baechle2001-03-101-69/+68
|
* Fix another warning ...Ralf Baechle2001-03-101-1/+2
|
* Merge with Linux 2.4.2.Ralf Baechle2001-03-091-1/+1
|
* Another typo fix; patch again from Alan.Ralf Baechle2001-02-091-1/+1
|
* Ok, I got better things to do than hacking kernels for machines whichRalf Baechle2001-01-171-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 Baechle2001-01-111-3/+3
|
* Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test yourRalf Baechle2001-01-101-2/+0
| | | | Makefiles.
* Merge with Linux 2.4.0-test12.Ralf Baechle2001-01-101-8/+5
|
* Memmap fixes from Maciej.Ralf Baechle2000-12-111-9/+0
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-232-18/+16
|
* Teach /proc/cpuinfo about the various variants of IP22 class machines.Ralf Baechle2000-11-181-0/+3
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-101-10/+1
|
* Hopefully squash the R5k bug ...Ralf Baechle2000-09-011-0/+1
|
* Merge with Linux 2.4.0-test6-pre10.Ralf Baechle2000-08-251-2/+2
|
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-081-4/+0
|
* let it compile againHarald Koerfgen2000-08-081-1/+0
|
* ARC console is not just for IP22.Keith M Wesolowski2000-08-014-377/+7
| | | | Timer dead code cleanup.
* Fix a timer calibration bug. This should get rid of the delay loop hang.Keith M Wesolowski2000-07-241-7/+8
|
* Microsecond timers for Indy. From Keith Wesolowsky.Ralf Baechle2000-07-094-15/+115
|
* Move sgiserial initialization to a much better placeFlorian Lohoff2000-05-191-1/+1
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-3/+1
|
* sgi_prom_console_init calling convention from the ancient daysFlorian Lohoff2000-04-081-2/+1
|
* call rs_init to at least enable the serial ttys - Still no outputFlorian Lohoff2000-04-061-0/+1
|
* First fixes for SGI_PROM_CONSOLE - first commit - be nice :)Florian Lohoff2000-04-061-5/+4
|
* More random merges.Ralf Baechle2000-03-271-19/+15
|
* Fix another ARC lib user ...Ralf Baechle2000-03-261-4/+4
|
* Make it compile again.Ralf Baechle2000-03-261-1/+2
|
* Cleanup a large number of random junk, nothing of importance.Ralf Baechle2000-03-251-2/+0
|
* Undo another braino ...Ralf Baechle2000-03-251-5/+7
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-071-2/+1
|
* Merge with 2.3.48.Ralf Baechle2000-03-021-1/+19
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-2/+2
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-042-12/+12
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-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 Baechle2000-01-211-1/+3
|
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-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 Baechle1999-12-081-4/+4
|
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-061-2/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-044-9/+8
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-219-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 Baechle1999-10-099-23/+23
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-2/+1
|