summaryrefslogtreecommitdiffstats
path: root/arch/mips64/defconfig
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.4.0-test7.Ralf Baechle2000-08-281-7/+15
|
* Merge with 2.4.0-test5 final.Ralf Baechle2000-07-281-1/+1
|
* Merge with Linux 2.4.0-test5-pre4.Ralf Baechle2000-07-231-1/+1
|
* Merge with Linux 2.4.0-test3-pre8. Linus has accepted most of whatRalf Baechle2000-07-101-5/+1
| | | | | I've sent him, so we're very close to full integration of the MIPS port into his sources.
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-081-0/+6
|
* Update.Ralf Baechle2000-07-051-1/+0
|
* Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM whichKanoj Sarcar2000-06-271-0/+1
| | | | | might also be used by platforms with memory holes, but uniform access times). CONFIG_NUMA special code will probably make its way into generic kernel.
* We don't need CONFIG_SGI for IP27 builds, specially when the SMP kernelKanoj Sarcar2000-06-271-1/+1
| | | | | does not even compile ... restoring the IP27 specific config files to their previous versions.
* Cleanup CONFIG_SGI_IP35.Ralf Baechle2000-06-271-0/+1
|
* Merge with Linux 2.4.0-test2.Ralf Baechle2000-06-251-1/+0
|
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-4/+5
| | | | | possible. Chainsawed RM200 kernel to compile again. Jazz machine status unknown.
* Merge with 2.3.99-pre9.Ralf Baechle2000-06-151-1/+0
|
* Support to put the lowlevel exception handlers in node local memory.Kanoj Sarcar2000-06-131-0/+1
|
* Add in a build/config option for kernel text replication.Kanoj Sarcar2000-06-121-0/+1
|
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-061-0/+1
| | | | | | are placed in the cksseg area, and such behavior is tuned thru a make option (off by default). Basis for future kernel text replication and partitioning work/study.
* Update defconfig files.Ralf Baechle2000-05-231-4/+1
|
* Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)Ralf Baechle2000-05-121-1/+2
|
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-121-0/+1
|
* Update defconfig files. Nastyness: 2.3.99 builds only with sysctlsRalf Baechle2000-04-281-2/+2
| | | | enabled and for headless systems Magic Sysrq disabled.
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-281-0/+1
|
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-191-12/+30
|
* Merge with Linux 2.3.99-pre3.Ralf Baechle2000-03-271-1/+10
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-11/+10
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-2/+6
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-121-10/+7
|
* Merge with 2.3.48.Ralf Baechle2000-03-021-0/+1
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-1/+3
| | | | driver due to the Origin A64 hacks.
* Merge with Linux 2.3.41.Ralf Baechle2000-02-181-4/+15
|
* Disable CONFIG_EXPERIMENTAL, Kanoj says it's poisenous.Ralf Baechle2000-02-161-2/+2
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-0/+1
|
* 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 ...