summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* IOC3 can share interrupts, so allocate interrupt with SA_SHIRQ.Ralf Baechle2001-03-211-1/+1
|
* Initial commit of 64-bit FPU emul as part of fixing Bugworks bugRalf Baechle2001-03-2149-0/+6806
| | | | #789223. Not yet functional.
* Remove comment from the dark ages of 8 meg machines ...Ralf Baechle2001-03-211-4/+0
|
* Hide traces from where I did cut'n'paste ;-)Ralf Baechle2001-03-211-1/+1
|
* Uh... Search and replace style 64-bit porting resulted in a dsubiuRalf Baechle2001-03-201-1/+1
| | | | | instruction which isn't a recognised macro instruction of any assembler. Change into dsubu.
* Fix Origin after recent ARC changes.Ralf Baechle2001-03-193-10/+13
|
* Workaround for ld bug.Ralf Baechle2001-03-191-0/+4
|
* Likewise fix identify bug for mips32.Keith M Wesolowski2001-03-181-1/+1
|
* Fix machine detection bug.Keith M Wesolowski2001-03-181-1/+1
|
* Some remaining bits of the ARC memory cleanup, from Keith.Ralf Baechle2001-03-181-12/+5
|
* Run through indent.Ralf Baechle2001-03-182-124/+117
|
* Ralf's had two chances to spell this right, I'll take my turn now. :-)Keith M Wesolowski2001-03-182-2/+2
|
* Remove no longer necessary inclusion of spinlock.h.Ralf Baechle2001-03-1812-16/+3
|
* Lots of cleanup from Keith with additional tweaks by me. More toRalf Baechle2001-03-1847-355/+638
| | | | come. Stay frightened :-)
* Fix typo which made r4k_copy_page_d16 corrupt data when copying.Ralf Baechle2001-03-181-2/+2
|
* Spelling fixes.Ralf Baechle2001-03-171-3/+3
|
* Fix compilation without CONFIG_PROC_FS. Patch sent to Linus + Alan.Ralf Baechle2001-03-171-0/+2
|
* Make compile with CONFIG_NET disabled.Ralf Baechle2001-03-171-0/+8
|
* Kill R8000 remains.Ralf Baechle2001-03-1613-22/+10
|
* EV96100 update.Ralf Baechle2001-03-1613-567/+512
|
* More loose bits (grrr) ...Ralf Baechle2001-03-168-15/+45
|
* Update ITE 8712 code.Ralf Baechle2001-03-1634-171/+4003
|
* Code for IVR board.Ralf Baechle2001-03-164-0/+257
|
* Kill _IOC_SLMASK; it's usefull live is over ...Ralf Baechle2001-03-162-16/+5
|
* Kgdb related improvments.Ralf Baechle2001-03-153-12/+22
|
* Add braces to make code less ambiguous.Ralf Baechle2001-03-151-1/+2
|
* Delete Cobalt remains.Ralf Baechle2001-03-121-6/+0
|
* More Cobalt junk.Ralf Baechle2001-03-122-14/+0
|
* Fixes for bugs reported by Dan Aizenstros.Ralf Baechle2001-03-121-2/+2
|
* Export flush_tlb_page rsp. _flush_tlb_page.Ralf Baechle2001-03-122-3/+5
|
* Typo and spelling fixes.Ralf Baechle2001-03-124-4/+4
|