Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Iomem address space is also 64-bit on IP27. This brings us back 5 out | Ralf Baechle | 2001-05-21 | 1 | -0/+1 |
| | | | | | | of 6 unrecognized IOC3 interfaces on posix0. The leftover two are missing due to IOC3 PCI interface bugs which I'll fight next. After a decent nap ... | ||||
* | Move Alchemy board to the new interrupt handling plus various other | Ralf Baechle | 2001-05-18 | 4 | -291/+121 |
| | | | | cleanup. Patch from Pete Popov. | ||||
* | Update Montavista email addresses. | Ralf Baechle | 2001-05-18 | 12 | -12/+12 |
| | |||||
* | Using the wrong variable considered unhealthy. Fix from Eliot | Ralf Baechle | 2001-05-17 | 1 | -1/+1 |
| | | | | Dresselhaus from Ayrnetworks. | ||||
* | Make Ocelot compile again. | Ralf Baechle | 2001-05-15 | 1 | -0/+1 |
| | |||||
* | Two minor bug fixes for the new interrupt code. | Ralf Baechle | 2001-05-12 | 2 | -1/+2 |
| | |||||
* | Make the kernel build with the recent binutils changes. | Ralf Baechle | 2001-05-10 | 2 | -5/+1 |
| | |||||
* | Eleminate all occurances of EM_MIPS_RS4_BE; define EM_MIPS_RS3_LE. | Ralf Baechle | 2001-05-10 | 2 | -6/+5 |
| | |||||
* | Typo corrections from Michl. | Ralf Baechle | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | Rewrite of Indy IRQs to new style. | Ralf Baechle | 2001-05-09 | 10 | -359/+273 |
| | |||||
* | Mips32 fixes from Carsten. | Ralf Baechle | 2001-05-04 | 5 | -15/+58 |
| | |||||
* | Alchemy support. Done by Pete and further hacked up a bit by me ... | Ralf Baechle | 2001-05-04 | 29 | -2/+5279 |
| | |||||
* | More *_cp0_status fixes from David Woodhouse. | Ralf Baechle | 2001-05-04 | 2 | -2/+2 |
| | |||||
* | Add some more networking ioctl translations. | Ralf Baechle | 2001-05-03 | 1 | -0/+20 |
| | |||||
* | 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten. | Ralf Baechle | 2001-04-27 | 19 | -0/+2952 |
| | |||||
* | MIPS time code rewrite. | Ralf Baechle | 2001-04-19 | 13 | -446/+1032 |
| | |||||
* | Beautification | Harald Koerfgen | 2001-04-14 | 1 | -3/+3 |
| | |||||
* | Get back to the standard interface for get_cpuinfo(). The ouput is | Kanoj Sarcar | 2001-04-12 | 1 | -37/+20 |
| | | | | | still nonstandard, but it better be if you want to see whether your system has 64 or 128 cpus! | ||||
* | Fix delay slot bug. | Ralf Baechle | 2001-04-11 | 3 | -4/+6 |
| | |||||
* | Add in support for determining node distances by parsing router | Kanoj Sarcar | 2001-04-11 | 1 | -0/+291 |
| | | | | information in klconfig. Code from Scott Foehner (sfoehner@sgi.com). | ||||
* | Add in new klconfig functions that will be needed for parsing router | Kanoj Sarcar | 2001-04-11 | 1 | -0/+13 |
| | | | | information. | ||||
* | Fix ll/sc emulation. Extracted from Linux-VR tree by Harald. | Ralf Baechle | 2001-04-08 | 5 | -42/+96 |
| | |||||
* | Initrd fixes from Steven. | Ralf Baechle | 2001-04-06 | 5 | -19/+14 |
| | |||||
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 242 | -2769/+9966 |
| | | | | | | | 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. | ||||
* | Enable CONFIG_UNIX98_PTYS and CONFIG_DEVPTS_FS for all configurations. | Ralf Baechle | 2001-04-01 | 14 | -28/+42 |
| | |||||
* | Translate SIOCRTMSG and SIOCGSTAMP ioctls. This fixes tcpdump. | Ralf Baechle | 2001-04-01 | 1 | -0/+29 |
| | |||||
* | More R3912 cleanup. | Ralf Baechle | 2001-04-01 | 4 | -42/+1 |
| | |||||
* | Rest of Nino updates. | Ralf Baechle | 2001-04-01 | 17 | -2614/+117 |
| | |||||
* | Frame buffer for the TX3912. | Ralf Baechle | 2001-04-01 | 5 | -9/+8 |
| | |||||
* | Serial driver for TX3912 builtin UART. | Ralf Baechle | 2001-04-01 | 1 | -0/+2 |
| | |||||
* | Eleminate CONFIG_CPU_R3912; detect TX39 / R3000 at runtime. | Ralf Baechle | 2001-04-01 | 22 | -121/+507 |
| | |||||
* | Some reformatting. | Ralf Baechle | 2001-04-01 | 1 | -22/+21 |
| | |||||
* | Some more configuration file cleanup. | Ralf Baechle | 2001-04-01 | 12 | -71/+69 |
| | |||||
* | Fix hotplug / PCMCIA configuration. | Ralf Baechle | 2001-03-31 | 12 | -2/+30 |
| | |||||
* | Fix compilation bug. | Ralf Baechle | 2001-03-31 | 1 | -2/+2 |
| | |||||
* | SMP for 32-bit kernel, support for Sibyte SB1. Patch from Justin | Ralf Baechle | 2001-03-28 | 8 | -23/+493 |
| | | | | with minor changes by me. | ||||
* | Interpret some ARC firmware variables correctly. Patch from Guido | Ralf Baechle | 2001-03-27 | 2 | -9/+98 |
| | | | | with some mods by me. | ||||
* | Get Indy64 booting a little farther. This also fixes a generic 64-bitness | Keith M Wesolowski | 2001-03-26 | 3 | -20/+17 |
| | | | | bug in some of the r4k cache routines. | ||||
* | Remove leftovers from the "cyclecounter_available" | Florian Lohoff | 2001-03-25 | 3 | -17/+2 |
| | | | | and replace by mips_cpu.options & MIPS_CPU_COUNTER | ||||
* | Add code to support the SB1 core, including mmu routines, processor | Ralf Baechle | 2001-03-24 | 20 | -183/+966 |
| | | | | | | | detection. This also tweaks cpu_probe() to use bits 15:8 of PRId as a company ID, as per the mips32/mips64 specs, and use bits 7:0 as the processor ID within the company. Patch from Justin with mods and some additional bits by me. | ||||
* | Tweak the bootmap setup code to be more conservative, and not assume | Ralf Baechle | 2001-03-24 | 1 | -22/+26 |
| | | | | | | | | that we can throw the bootmap right after _end. This allows strange and useful things like embedding root ramdisks into the kernel using linker scripts and symbol tweaks. This patch also fixes the generic initrd handling code that was commented out as broken. Patch from Justin. | ||||
* | Initial commit of 64-bit FPU emul as part of fixing Bugworks bug | Ralf Baechle | 2001-03-21 | 49 | -0/+6806 |
| | | | | #789223. Not yet functional. | ||||
* | Remove comment from the dark ages of 8 meg machines ... | Ralf Baechle | 2001-03-21 | 1 | -4/+0 |
| | |||||
* | Fix Origin after recent ARC changes. | Ralf Baechle | 2001-03-19 | 3 | -10/+13 |
| | |||||
* | Workaround for ld bug. | Ralf Baechle | 2001-03-19 | 1 | -0/+4 |
| | |||||
* | Likewise fix identify bug for mips32. | Keith M Wesolowski | 2001-03-18 | 1 | -1/+1 |
| | |||||
* | Fix machine detection bug. | Keith M Wesolowski | 2001-03-18 | 1 | -1/+1 |
| | |||||
* | Some remaining bits of the ARC memory cleanup, from Keith. | Ralf Baechle | 2001-03-18 | 1 | -12/+5 |
| | |||||
* | Run through indent. | Ralf Baechle | 2001-03-18 | 2 | -124/+117 |
| | |||||
* | Ralf's had two chances to spell this right, I'll take my turn now. :-) | Keith M Wesolowski | 2001-03-18 | 2 | -2/+2 |
| |