summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Final round of FPU emulator bits.Ralf Baechle2000-12-1011-217/+345
|
* Kill also.Ralf Baechle2000-12-091-314/+0
|
* One more.Ralf Baechle2000-12-091-0/+2
|
* Remove Cosine Orion support.Ralf Baechle2000-12-0933-9768/+344
|
* One gt64120.h file is enough.Ralf Baechle2000-12-0910-720/+365
|
* Make DECstation compile again.Ralf Baechle2000-12-091-4/+4
|
* Let "_end" be word alignedHarald Koerfgen2000-12-081-0/+1
|
* Fix memmove with zero len bug.Ralf Baechle2000-12-066-14/+7
|
* Bitops work on long, not int.Ralf Baechle2000-12-041-3/+3
|
* EV64120 support. From Steve Johnson.Ralf Baechle2000-12-0459-5/+13568
|
* Fix the vmalloc fix - Harald and me decided that this is correct :)Florian Lohoff2000-12-031-1/+1
|
* Indent cleanup and initialisation cleanup (Crash on boot - Penguin in interrupt)Florian Lohoff2000-12-031-51/+51
|
* Fix for early crash on KN04 2.1k on diskbootFlorian Lohoff2000-12-031-6/+17
|
* Fix three character missing cut'n'paste error.Ralf Baechle2000-12-031-1/+1
|
* fix the cyclecounter thing for DECstationsHarald Koerfgen2000-12-021-44/+3
|
* Partial fix for the vmalloc bug.Ralf Baechle2000-12-022-0/+15
|
* Fix r4k_flush_icache_page_i16, r4k_flush_icache_page_i32 compilation.Ralf Baechle2000-12-021-2/+3
| | | | Obviously the last commit was never tried to be compiled ...
* Small irq_exit and unmask_irq glitchesFlorian Lohoff2000-12-021-2/+2
|
* Move <sgidefs.h> to <asm/gcc/sgidefs.h>.Ralf Baechle2000-12-014-1/+19
|
* Undo workaround for binutils bug. I'll uploaded fixed tools later.Ralf Baechle2000-11-302-2/+1
|
* Use the same definition of flush_icache_page() that is used in stockKanoj Sarcar2000-11-2911-23/+18
| | | | Linux 2.4.
* Correct typing is an art ...Ralf Baechle2000-11-291-1/+1
|
* Delete ld.script.elf32 on make distclean.Ralf Baechle2000-11-291-1/+1
|
* This file is generated from arch/mips64/ld.script.elf32.S. Remove to preventKanoj Sarcar2000-11-281-123/+0
| | | | confusion.
* Merge with 2.4.0-test11.Ralf Baechle2000-11-28960-22745/+36409
|
* Fix vmalloc which got broken by test10. Still fishy, dunno why.Ralf Baechle2000-11-271-0/+36
|
* include/asm-mips64/ioc3.h replaced by include/asm-mips64/sn/ioc3.h.Kanoj Sarcar2000-11-261-662/+0
|
* The include/asm-mips64/ioc3.h file is not used anymore. The one to useKanoj Sarcar2000-11-261-2/+3
| | | | | | | | | is include/asm-mips64/sn/ioc3.h, since ioc3 is a SN thing. Copying over all the changes from include/asm-mips64/ioc3.h to include/asm-mips64/sn/ioc3.h. These include: Set clock to RTC at bootup/Add a /dev/rtc interface to set/read the clock from ulfc. IOC3 fixes. Bug report from Colin Ngam.
* Same thing for mips64.Ralf Baechle2000-11-261-17/+4
|
* Remove duplicate definitions. From Klaus Naumann.Ralf Baechle2000-11-261-17/+5
|
* Missing from fpu emulator commit.Ralf Baechle2000-11-261-0/+44
|
* Kernel FPU emulator, chain saw edition.Ralf Baechle2000-11-2577-119/+7597
|
* dma_cache_inv -> dma_cache_wback_inv.Ralf Baechle2000-11-241-2/+3
|
* Cleanup PCI DMA for RM200C also.Ralf Baechle2000-11-242-44/+1
|
* One character fix to get it to compile again.Ralf Baechle2000-11-241-3/+2
|
* Remove extranous definition causing zillions of warnings.Ralf Baechle2000-11-231-3/+0
|
* Delete mips_cputype declaration.Ralf Baechle2000-11-231-1/+0
|
* Merge with Linux 2.4.0-test10.Ralf Baechle2000-11-23846-12737/+17574
|
* Fix error return value.Ralf Baechle2000-11-221-3/+6
|
* Unify the dozen pci-dma copies we had.Ralf Baechle2000-11-229-166/+15
|
* Kill printk's, no place for debug junk.Ralf Baechle2000-11-221-2/+0
|
* IOC3 fixes. Bug report from Colin Ngam.Ralf Baechle2000-11-212-4/+5
|
* CONFIG_MIPS_UNCACHED is only selectable of UP kernels. RebuildRalf Baechle2000-11-2110-10/+12
| | | | defconfig files.
* Remove ## operator that breaks kernel compile with latest gcc.Ralf Baechle2000-11-201-4/+3
|
* More un-cobalting.Ralf Baechle2000-11-182-21/+0
|
* Remove Cobalt support from the tree. It was not near compilabilityRalf Baechle2000-11-1814-2520/+0
| | | | | let alone usability. Anybody is welcome to send patches to add Cobalt support back but next time _WORKING_.
* More Atlas & Malta bits from Carsten's patch.Ralf Baechle2000-11-186-37/+84
|
* Missing from last commit.Ralf Baechle2000-11-181-5/+11
|
* New configuration option CONFIG_MIPS_UNCACHED. Not yet selectable dueRalf Baechle2000-11-183-0/+13
| | | | | to the manuals documenting ll/sc operation as undefined for uncached memory.
* Device id of the SAA9730.Ralf Baechle2000-11-181-0/+1
|