summaryrefslogtreecommitdiffstats
path: root/arch/mips64/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-1/+20
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-16/+17
|
* Turn on SCSI, Qlogic, Qlogic A64 and mips32 support to get as farKanoj Sarcar2000-01-311-2/+68
| | | | as possible with root disk boots.
* Merge with 2.3.27.Ralf Baechle2000-01-291-0/+1
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-0/+11
|
* Update.Ralf Baechle2000-01-271-4/+2
|
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-0/+2
| | | | | | | | | Unlike the IRIX functions they only have one instruction overhead per access, don't involve subroutine calls or any spinlocks, so are implicitly threadsafe. Add PCI infrastructure for SN0 + the necessary fixups for IOC3 brokeness.
* Disable 32-bit compatibility for now until I actually checkin the codeRalf Baechle2000-01-191-4/+2
| | | | into CVS.
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-171-25/+27
| | | | | | | | | - 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.
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-8/+67
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-6/+16
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-0/+2
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-211-0/+2
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-1/+1
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-0/+210
- 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 ...