summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-2617-15/+1368
* Similar to a bunch of other architectures, extend the range of possibleKanoj Sarcar2000-01-251-0/+1
* mips_io_port_base needs to be set up for the asm/io.h macros to doKanoj Sarcar2000-01-251-1/+5
* Remove .align 13, it's no longer needed.Ralf Baechle2000-01-251-2/+0
* Fix the fix.Ralf Baechle2000-01-241-0/+3
* For system calls, need to do a stack switch, as well as save theKanoj Sarcar2000-01-241-1/+3
* 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-2136-453/+800
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-208-37/+359
* Fix corruption of $1 in exception handler for R4000 / R4400 SC and MCRalf Baechle2000-01-201-7/+8
* Disable 32-bit compatibility for now until I actually checkin the codeRalf Baechle2000-01-192-8/+4
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-1743-208/+2099
* Add missing recalc_sigpending. From David Wragg (dpw@doc.ic.ac.uk).Ralf Baechle2000-01-171-1/+2
* Passing of structures in ABI64 sucks, so we no instead pass a pointerRalf Baechle2000-01-171-2/+2
* ARC fixes that are necessary because on Origin we juggle with bothRalf Baechle2000-01-171-12/+20
* Syscall handler fixes.Ralf Baechle2000-01-162-11/+9
* Fix memset which was misstreating certain argument cases.Ralf Baechle2000-01-161-15/+20
* 64-bit fixes for dump_tlb.c debug helper.Ralf Baechle2000-01-161-19/+18
* 64-bit fixes for kernel_thread().Ralf Baechle2000-01-161-1/+1
* Initialize current_pgd such that vmalloc() can be used before the firstRalf Baechle2000-01-162-7/+14
* Fix Makefile.Ralf Baechle2000-01-131-12/+5
* o R3000 fixesHarald Koerfgen1999-12-082-9/+6
* 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-04223-7521/+15992
* The ARC code hasn't changed in quite a while, so commit it ...Ralf Baechle1999-11-1913-49/+68
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-2113-41/+34
* Some minor bugfixes:Harald Koerfgen1999-10-174-6/+20
* o R3000 fixesHarald Koerfgen1999-10-124-9/+196
* Merge with 2.3.19.Ralf Baechle1999-10-09731-23521/+45752
* 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 suppo...Gleb O. Raiko1999-10-071-2/+6
* Merge with 2.3.10.Ralf Baechle1999-09-28100-2111/+2908
* Fix bug in tlbl/tlbs handlers that assumed the faulted entry already in tlbGleb O. Raiko1999-09-271-22/+28
* o made CVS compile again for R5000Harald Koerfgen1999-09-183-5/+15
* Same fix for mainline.Ralf Baechle1999-08-241-2/+2
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-2153-938/+3120
* More MIPS64 chainsawing.Ralf Baechle1999-08-2045-91/+3325
* MIPS 64, day 2.Ralf Baechle1999-08-192-34/+21
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1840-170/+4862
* 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
* 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
* 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 I...Harald Koerfgen1999-07-267-58/+210
* Due to the MIPS calling sequence pread(2) / pwrite(2) effectivly areRalf Baechle1999-07-111-3/+3
* Merge with Linux 2.3.9.Ralf Baechle1999-07-0561-210/+283