Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Linux 2.4.3. | Ralf Baechle | 2001-04-05 | 1217 | -19494/+82111 |
| | | | | | | | 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 |
| | |||||
* | More TX3912 and Nino updates. | Ralf Baechle | 2001-04-01 | 10 | -202/+165 |
| | |||||
* | Frame buffer for the TX3912. | Ralf Baechle | 2001-04-01 | 10 | -13/+682 |
| | |||||
* | Serial driver for TX3912 builtin UART. | Ralf Baechle | 2001-04-01 | 6 | -1/+1195 |
| | |||||
* | 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 |
| | |||||
* | Fix stupid module oversight. Spotted by Keith. | Ralf Baechle | 2001-04-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | When skb allocation fails in the rx interrupt handler the skb was | Ralf Baechle | 2001-03-30 | 1 | -3/+3 |
| | | | | | reused even though it was alredy passed of to the network stack, possibly resulting in corruption or even crash. | ||||
* | Set_font() support for Newport console. Patch from Michl Ladislav. | Ralf Baechle | 2001-03-28 | 1 | -405/+540 |
| | |||||
* | SMP for 32-bit kernel, support for Sibyte SB1. Patch from Justin | Ralf Baechle | 2001-03-28 | 16 | -40/+636 |
| | | | | 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. | ||||
* | Prefix CPP symbols from tcmodule.h with TC_ to avoid namespace | Ralf Baechle | 2001-03-26 | 2 | -24/+25 |
| | | | | collisions. | ||||
* | Get Indy64 booting a little farther. This also fixes a generic 64-bitness | Keith M Wesolowski | 2001-03-26 | 6 | -29/+24 |
| | | | | bug in some of the r4k cache routines. | ||||
* | First commit then think - Or was it the other way round ? | Florian Lohoff | 2001-03-25 | 1 | -3/+2 |
| | |||||
* | Add MACH_GROUP_TOSHIBA and TX39 names | Florian Lohoff | 2001-03-25 | 1 | -3/+18 |
| | |||||
* | Add TX3912/22/27 to the PRID Table | Florian Lohoff | 2001-03-25 | 1 | -0/+3 |
| | |||||
* | 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 | 27 | -230/+1057 |
| | | | | | | | 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. | ||||
* | Implement module removal. | Ralf Baechle | 2001-03-24 | 1 | -3/+9 |
| | |||||
* | Deprecate the mii-tools ioctls; I'm about to replace them with the | Ralf Baechle | 2001-03-22 | 1 | -1/+1 |
| | | | | more standard ethtool ioctls. | ||||
* | IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ. | Ralf Baechle | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Hide traces from where I did cut'n'paste ;-) | Ralf Baechle | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Uh... Search and replace style 64-bit porting resulted in a dsubiu | Ralf Baechle | 2001-03-20 | 1 | -1/+1 |
| | | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu. | ||||
* | 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 |
| | |||||
* | Remove no longer necessary inclusion of spinlock.h. | Ralf Baechle | 2001-03-18 | 12 | -16/+3 |
| | |||||
* | Lots of cleanup from Keith with additional tweaks by me. More to | Ralf Baechle | 2001-03-18 | 47 | -355/+638 |
| | | | | come. Stay frightened :-) | ||||
* | Fix typo which made r4k_copy_page_d16 corrupt data when copying. | Ralf Baechle | 2001-03-18 | 1 | -2/+2 |
| | |||||
* | Spelling fixes. | Ralf Baechle | 2001-03-17 | 1 | -3/+3 |
| | |||||
* | Fix compilation without CONFIG_PROC_FS. Patch sent to Linus + Alan. | Ralf Baechle | 2001-03-17 | 1 | -0/+2 |
| | |||||
* | Make compile with CONFIG_NET disabled. | Ralf Baechle | 2001-03-17 | 1 | -0/+8 |
| | |||||
* | 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 | 8 | -15/+45 |
| | |||||
* | Update ITE 8712 code. | Ralf Baechle | 2001-03-16 | 34 | -171/+4003 |
| |