summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Dead files which for some reason still exist in our tree.Ralf Baechle2001-03-1211-3218/+0
|
* Don't clear ST0_FR; generic code already does that.Ralf Baechle2001-03-122-2/+0
|
* Don't include <linux/cache.h>.Ralf Baechle2001-03-121-4/+1
|
* Replace set_cp0_status / set_cp0_config by three functions, clear_cp0_*,Ralf Baechle2001-03-1122-42/+65
| | | | | | | | 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.
* Include <linux/spinlock.h>.Ralf Baechle2001-03-111-3/+3
|
* Undo accidental deletion of variable.Ralf Baechle2001-03-111-0/+1
|
* Fix error messages when request_irq() fails.Ralf Baechle2001-03-111-4/+4
|
* sgi_graphics_nopage() returns struct page *, not unsigned long.Ralf Baechle2001-03-111-5/+2
|
* Compile fixes for CONFIG_SGI_NEWPORT_GFX.Ralf Baechle2001-03-1111-53/+34
|
* BCD_TO_BIN doesn't return a value.Ralf Baechle2001-03-111-1/+1
|
* Die if we cannot handle a unaligned exception from kernel space.Ralf Baechle2001-03-112-0/+10
|
* Kludge: Use GFP_ATOMIC for ring allocations.Ralf Baechle2001-03-111-1/+1
|