summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrite of Indy IRQs to new style.Ralf Baechle2001-05-0911-363/+288
|
* Mips32 fixes from Carsten.Ralf Baechle2001-05-049-30/+90
|
* Alchemy support. Done by Pete and further hacked up a bit by me ...Ralf Baechle2001-05-0439-6/+7445
|
* More *_cp0_status fixes from David Woodhouse.Ralf Baechle2001-05-042-2/+2
|
* Add some more networking ioctl translations.Ralf Baechle2001-05-031-0/+20
|
* Fix comment.Ralf Baechle2001-04-291-1/+1
|
* 64-bit kernel support for MIPS Atlas and Malta. Patch from Carsten.Ralf Baechle2001-04-2729-0/+3802
|
* Large IDE disk fixes from Carsten.Ralf Baechle2001-04-231-44/+92
|
* MIPS time code rewrite.Ralf Baechle2001-04-1915-446/+1256
|
* Free memory used by user font when unloading module, reformat.Ralf Baechle2001-04-171-18/+13
|
* Kill warning.Ralf Baechle2001-04-141-3/+3
|
* BeautificationHarald Koerfgen2001-04-141-3/+3
|
* Adjust email addressHarald Koerfgen2001-04-144-5/+6
|
* Get back to the standard interface for get_cpuinfo(). The ouput isKanoj Sarcar2001-04-122-39/+22
| | | | | still nonstandard, but it better be if you want to see whether your system has 64 or 128 cpus!
* Fix delay slot bug.Ralf Baechle2001-04-113-4/+6
|
* Add in support for determining node distances by parsing routerKanoj Sarcar2001-04-111-0/+291
| | | | information in klconfig. Code from Scott Foehner (sfoehner@sgi.com).
* Add in new klconfig functions that will be needed for parsing routerKanoj Sarcar2001-04-112-1/+14
| | | | information.
* Fix the IP27 serial driver after the 2.4.3 merge. This is what youKanoj Sarcar2001-04-101-5/+0
| | | | | need in /etc/inittab: "7:2345:respawn:/sbin/getty ttyS0 DT9600". mingetty can also probably be made to work.
* Fix ll/sc emulation. Extracted from Linux-VR tree by Harald.Ralf Baechle2001-04-085-42/+96
|
* Exchange \r escape sequence against \n.Ralf Baechle2001-04-061-1/+1
|
* Remove \r character.Ralf Baechle2001-04-061-1/+1
|
* Initrd fixes from Steven.Ralf Baechle2001-04-065-19/+14
|
* Merge with Linux 2.4.3.Ralf Baechle2001-04-051217-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 Baechle2001-04-0114-28/+42
|
* Translate SIOCRTMSG and SIOCGSTAMP ioctls. This fixes tcpdump.Ralf Baechle2001-04-011-0/+29
|
* More R3912 cleanup.Ralf Baechle2001-04-014-42/+1
|
* Rest of Nino updates.Ralf Baechle2001-04-0117-2614/+117
|
* More TX3912 and Nino updates.Ralf Baechle2001-04-0110-202/+165
|
* Frame buffer for the TX3912.Ralf Baechle2001-04-0110-13/+682
|
* Serial driver for TX3912 builtin UART.Ralf Baechle2001-04-016-1/+1195
|
* Eleminate CONFIG_CPU_R3912; detect TX39 / R3000 at runtime.Ralf Baechle2001-04-0122-121/+507
|
* Some reformatting.Ralf Baechle2001-04-011-22/+21
|
* Fix stupid module oversight. Spotted by Keith.Ralf Baechle2001-04-011-1/+1
|
* Some more configuration file cleanup.Ralf Baechle2001-04-0112-71/+69
|
* Fix hotplug / PCMCIA configuration.Ralf Baechle2001-03-3112-2/+30
|
* Fix compilation bug.Ralf Baechle2001-03-311-2/+2
|
* When skb allocation fails in the rx interrupt handler the skb wasRalf Baechle2001-03-301-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 Baechle2001-03-281-405/+540
|
* SMP for 32-bit kernel, support for Sibyte SB1. Patch from JustinRalf Baechle2001-03-2816-40/+636
| | | | with minor changes by me.
* Interpret some ARC firmware variables correctly. Patch from GuidoRalf Baechle2001-03-272-9/+98
| | | | with some mods by me.
* Prefix CPP symbols from tcmodule.h with TC_ to avoid namespaceRalf Baechle2001-03-262-24/+25
| | | | collisions.
* Get Indy64 booting a little farther. This also fixes a generic 64-bitnessKeith M Wesolowski2001-03-266-29/+24
| | | | bug in some of the r4k cache routines.
* First commit then think - Or was it the other way round ?Florian Lohoff2001-03-251-3/+2
|
* Add MACH_GROUP_TOSHIBA and TX39 namesFlorian Lohoff2001-03-251-3/+18
|
* Add TX3912/22/27 to the PRID TableFlorian Lohoff2001-03-251-0/+3
|
* Remove leftovers from the "cyclecounter_available"Florian Lohoff2001-03-253-17/+2
| | | | and replace by mips_cpu.options & MIPS_CPU_COUNTER
* Add code to support the SB1 core, including mmu routines, processorRalf Baechle2001-03-2427-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 assumeRalf Baechle2001-03-241-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 Baechle2001-03-241-3/+9
|
* Deprecate the mii-tools ioctls; I'm about to replace them with theRalf Baechle2001-03-221-1/+1
| | | | more standard ethtool ioctls.