summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Add R3081 supportGleb O. Raiko2000-03-132-10/+46
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-121-44/+10
|
* Unfortunately the REX PROMS on TURBOchannel DECstations passes 4 arguments ↵Harald Koerfgen2000-03-081-2/+16
| | | | to us ...
* Merge with Linux 2.3.49.Ralf Baechle2000-03-075-18/+22
|
* implement cpu identification in plain CGleb O. Raiko2000-03-062-167/+97
|
* Update Baget stuffGleb O. Raiko2000-03-062-3/+5
|
* Fix pipe hazard in QED (Nevada) TLB miss handler.Kevin D. Kissell2000-03-031-4/+5
|
* Merge with 2.3.48.Ralf Baechle2000-03-025-16/+38
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-6/+6
|
* Compilation fixes for 32-bit Indy kernel.Ralf Baechle2000-02-231-5/+5
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-233-25/+18
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.41.Ralf Baechle2000-02-183-2/+115
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-054-7/+10
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-047-45/+72
|
* Merge with 2.3.27.Ralf Baechle2000-01-296-84/+104
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-271-23/+3
| | | | | 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-265-10/+42
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Add missing entry.Ralf Baechle2000-01-221-1/+3
|
* 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().
* o R3000 fixesHarald Koerfgen1999-12-082-9/+6
| | | | o R4x00 little endiam semaphores
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-061-1/+6
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0412-181/+145
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-211-2/+2
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* o R3000 fixesHarald Koerfgen1999-10-121-5/+1
| | | | | 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-0921-277/+278
|
* Don't count VCEI/VCED if the proc fs support isn't choosenGleb O. Raiko1999-10-071-3/+5
|
* Merge with 2.3.10.Ralf Baechle1999-09-2812-491/+393
|
* 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-181-2/+2
| | | | | | 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-213-6/+3
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-204-8/+9
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-189-122/+43
| | | | | | | | | | | - 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 ...
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-131-3/+3
| | | | certain ISA levels explicitely configurable
* My proposal for non-generic kernels:Harald Koerfgen1999-08-0912-144/+94
| | | | | | | | | 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
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-266-48/+207
| | | | Indigo anyone? :-)
* Due to the MIPS calling sequence pread(2) / pwrite(2) effectivly areRalf Baechle1999-07-111-3/+3
| | | | | | | | getting called with 6 arguments from userland. This also means that _every_ damn fucking piece of software that attempts to do syscalls to these functions in the absence of glibc is borken, pciutils just being one example.
* Dito for mainstream.Ralf Baechle1999-06-271-46/+48
|
* Merge, cleanup, typo fixes.Ralf Baechle1999-06-231-2/+2
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-178-62/+36
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-137-48/+59
|
* *** empty log message ***Ulf Carlsson1999-06-121-3/+1
|
* Spelling fixes from Alan Cox.Ralf Baechle1999-05-0113-31/+31
|
* Fixes from Alexander Viro.Ralf Baechle1999-05-011-40/+30
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-012-4/+17
| | | | the new DECstation and Baget stuff :-)
* The CPO_STATUS interrupt mask patchHarald Koerfgen1999-05-011-2/+8
|
* Acessing emtpy TURBOchannel slots always causes a dbe exception, keep silent.Harald Koerfgen1999-04-122-5/+4
|