Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MIPS time code rewrite. | Ralf Baechle | 2001-04-19 | 13 | -446/+1032 |
| | |||||
* | Beautification | Harald Koerfgen | 2001-04-14 | 1 | -3/+3 |
| | |||||
* | Fix delay slot bug. | Ralf Baechle | 2001-04-11 | 2 | -0/+2 |
| | |||||
* | 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 | 18 | -150/+65 |
| | | | | | | | 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 | 11 | -22/+33 |
| | |||||
* | 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 | 1 | -3/+48 |
| | | | | with some mods by me. | ||||
* | 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. | ||||
* | Remove comment from the dark ages of 8 meg machines ... | Ralf Baechle | 2001-03-21 | 1 | -4/+0 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Remove no longer necessary inclusion of spinlock.h. | Ralf Baechle | 2001-03-18 | 9 | -13/+3 |
| | |||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 8 | -51/+7 |
| | | | | come. Stay frightened :-) | ||||
* | Kill R8000 remains. | Ralf Baechle | 2001-03-16 | 13 | -22/+10 |
| | |||||
* | EV96100 update. | Ralf Baechle | 2001-03-16 | 13 | -567/+512 |
| | |||||
* | More loose bits (grrr) ... | Ralf Baechle | 2001-03-16 | 4 | -11/+19 |
| | |||||
* | Update ITE 8712 code. | Ralf Baechle | 2001-03-16 | 12 | -48/+69 |
| | |||||
* | Code for IVR board. | Ralf Baechle | 2001-03-16 | 4 | -0/+257 |
| | |||||
* | Kgdb related improvments. | Ralf Baechle | 2001-03-15 | 3 | -12/+22 |
| | |||||
* | Add braces to make code less ambiguous. | Ralf Baechle | 2001-03-15 | 1 | -1/+2 |
| | |||||
* | Delete Cobalt remains. | Ralf Baechle | 2001-03-12 | 1 | -6/+0 |
| | |||||
* | Export flush_tlb_page rsp. _flush_tlb_page. | Ralf Baechle | 2001-03-12 | 1 | -1/+2 |
| | |||||
* | Typo and spelling fixes. | Ralf Baechle | 2001-03-12 | 3 | -3/+3 |
| | |||||
* | Don't clear ST0_FR; generic code already does that. | Ralf Baechle | 2001-03-12 | 2 | -2/+0 |
| | |||||
* | Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*, | Ralf Baechle | 2001-03-11 | 21 | -40/+39 |
| | | | | | | | | 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. | ||||
* | Compile fixes for CONFIG_SGI_NEWPORT_GFX. | Ralf Baechle | 2001-03-11 | 2 | -2/+4 |
| | |||||
* | Die if we cannot handle a unaligned exception from kernel space. | Ralf Baechle | 2001-03-11 | 1 | -0/+5 |
| | |||||
* | Another gcc 3.0 warning. | Ralf Baechle | 2001-03-10 | 1 | -69/+68 |
| | |||||
* | Fix another warning ... | Ralf Baechle | 2001-03-10 | 1 | -1/+2 |
| | |||||
* | Silence gcc 3.0 warning. | Ralf Baechle | 2001-03-10 | 1 | -0/+1 |
| | |||||
* | Kill dead variable. | Ralf Baechle | 2001-03-10 | 1 | -2/+1 |
| | |||||
* | Merge with Linux 2.4.2. | Ralf Baechle | 2001-03-09 | 21 | -22/+33 |
| |