summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* Compile fixes.Ralf Baechle2000-02-242-8/+5
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-2413-540/+120
|
* Compilation fixes for 32-bit Indy kernel.Ralf Baechle2000-02-232-10/+6
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-237-59/+106
| | | | driver due to the Origin A64 hacks.
* Compile fixes.Ralf Baechle2000-02-213-1/+5
|
* o default configuration for DECstations addedHarald Koerfgen2000-02-191-0/+263
| | | | o minor R3000 and DECstations related fixes
* Merge with Linux 2.3.41.Ralf Baechle2000-02-188-14/+198
|
* DDB updates from Geert. Now also works on DDB Vrc 5074.Ralf Baechle2000-02-181-7/+7
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-161-18/+13
|
* DDB5074 updates.Ralf Baechle2000-02-143-14/+83
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-136-231/+250
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* Merge with Linux 2.3.38.Ralf Baechle2000-02-0511-65/+81
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-0416-89/+142
|
* Merge with 2.3.27.Ralf Baechle2000-01-2910-102/+144
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-272-8/+8
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-272-51/+76
|
* Update.Ralf Baechle2000-01-272-14/+30
|
* Fix affiliation. From Geert Uytterhoeven.Ralf Baechle2000-01-271-1/+3
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-2717-378/+491
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-2617-15/+1368
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Fix typo.Ralf Baechle2000-01-231-2/+2
|
* Add missing entry.Ralf Baechle2000-01-221-1/+3
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-1/+3
|
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-172-9/+12
| | | | | | | | | - IOC3 driver does no longer use GFP_DMA which given the _very_ small number of available GFP_DMA pages might have deadlocked the system. - First cut of Origin support. Last minute change: Do no longer use ARC memory / MD hub memory configuration information but klconfig.h stuff. Simpler, faster, shorter. - Zillions of MIPS64 fixes.
* Add missing recalc_sigpending. From David Wragg (dpw@doc.ic.ac.uk).Ralf Baechle2000-01-171-1/+2
|
* Initialize current_pgd such that vmalloc() can be used before the firstRalf Baechle2000-01-161-1/+6
| | | | fork().
* Fix Makefile.Ralf Baechle2000-01-131-12/+5
|
* o R3000 fixesHarald Koerfgen1999-12-082-9/+6
| | | | o R4x00 little endiam semaphores
* Resurrect serial console.Ralf Baechle1999-12-081-4/+4
|
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-063-3/+10
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0431-422/+431
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-2112-37/+33
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Some minor bugfixes:Harald Koerfgen1999-10-174-6/+20
| | | | | | | o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
* o R3000 fixesHarald Koerfgen1999-10-124-9/+196
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-0978-787/+755
|
* Don't count VCEI/VCED if the proc fs support isn't choosenGleb O. Raiko1999-10-071-3/+5
|
* Add necessary #ifdefs to compile cleanly in case the proc fs and the vt ↵Gleb O. Raiko1999-10-071-2/+6
| | | | support aren't choosen
* Merge with 2.3.10.Ralf Baechle1999-09-2821-528/+747
|
* Fix bug in tlbl/tlbs handlers that assumed the faulted entry already in tlbGleb O. Raiko1999-09-271-22/+28
| | | | | | | because tlb refill must occur before and store the tlb entry. On r3k it's not always true: miss on kseg2 doesn't generate tlb refill. Now modules work. As a side effect, the kernel runs faster because a vmalloced area is distrubuted across entire tlb.
* o made CVS compile again for R5000Harald Koerfgen1999-09-183-5/+15
| | | | | | o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
* Same fix for mainline.Ralf Baechle1999-08-241-2/+2
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-2110-142/+73
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-2011-45/+41
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1823-170/+88
| | | | | | | | | | | - Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
* Baget updates.Ralf Baechle1999-08-174-55/+38
|
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-134-10/+36
| | | | certain ISA levels explicitely configurable
* Updates in preperation of EISA support.Andrew R. Baker1999-08-111-4/+4
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-0922-351/+199
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* Make it link.Ulf Carlsson1999-08-041-1/+2
|
* Make it compile.Ulf Carlsson1999-08-041-4/+4
|