summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
Commit message (Collapse)AuthorAgeFilesLines
* Set CONFIG_ARC32 for ARC / ARCS machines.Ralf Baechle2000-03-261-1/+8
|
* Merge with 2.3.99-pre1.Ralf Baechle2000-03-191-1/+14
|
* Merge with Linux 2.3.51.Ralf Baechle2000-03-131-2/+2
|
* Enable RTC driver for DECstationsHarald Koerfgen2000-03-121-2/+2
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241-3/+1
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231-28/+2
| | | | driver due to the Origin A64 hacks.
* Compile fixes.Ralf Baechle2000-02-211-1/+3
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051-1/+3
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-041-1/+7
|
* Merge with 2.3.27.Ralf Baechle2000-01-291-1/+4
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-3/+3
|
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-261-2/+7
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Fix typo.Ralf Baechle2000-01-231-2/+2
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-041-168/+163
|
* Merge with 2.3.19.Ralf Baechle1999-10-091-11/+12
|
* Merge with 2.3.10.Ralf Baechle1999-09-281-2/+2
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-201-11/+11
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-181-4/+1
| | | | | | | | | | | - 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-2/+32
| | | | certain ISA levels explicitely configurable
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-171-2/+6
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-131-1/+3
|
* You can't remote debug without a serial supportUlf Carlsson1999-06-121-2/+3
|
* Um, that didn't look too good.Ulf Carlsson1999-05-071-1/+3
|
* *** empty log message ***Ulf Carlsson1999-05-071-0/+1
|
* Various changes to Makefiles and Config.in files to be able to make use of ↵Harald Koerfgen1999-05-011-14/+71
| | | | the new DECstation and Baget stuff :-)
* o Fixed some problemsUlf Carlsson1999-04-111-3/+10
| | | | o Cleaned up the configuration scripts a bit
* Merge with Linux 2.2.1.Ralf Baechle1999-02-151-17/+19
|
* Ulf's HAL driver.Alex deVries1999-01-271-1/+1
| | | | - Alex
* Merge with Linux 2.1.131 plus some more MIPS goodies.Ralf Baechle1999-01-031-2/+17
|
* switched to fbcon for Magnum4000/Oli M700Thomas Bogendoerfer1998-08-281-2/+2
|
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-5/+9
| | | | | o New Newport console code. o New G364 console code.
* o Merge with Linux 2.1.99.Ralf Baechle1998-05-071-11/+0
| | | | | o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
* o Merge with Linux 2.1.90.Ralf Baechle1998-03-181-1/+1
| | | | | o Divide L1 cache sizes by 1024 before printing, makes the numbers a bit more credible ...
* Look Ma' what I found on my harddisk ...Ralf Baechle1998-03-171-4/+6
| | | | | | | o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
* Fix syntax error.Ralf Baechle1997-12-171-1/+1
|
* Merge with Linux 2.1.72, part 1.Ralf Baechle1997-12-161-35/+25
|
* Merge with Linux 2.1.67.Ralf Baechle1997-12-061-0/+2
|
* More compilation fixes.Ralf Baechle1997-12-021-0/+1
|
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-1/+2
|
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-121-9/+26
| | | | CVS archive.
* Merge to 2.1.38.Miguel de Icaza1997-08-061-1/+1
| | | | | | | | | | | IMPORTANT NOTE: I could not figure out what information is the one that should be used for the following files (ie, those that were in our tree, or those that came from Linus' patch), please, check these: include/asm-mips/jazz.h include/asm-mips/jazzdma.h include/asm-mips/ioctls.h
* shared memory input queue changes:Miguel de Icaza1997-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | - make keyboard forward events to the streams keyboard module for delivery to the shmiq. - Fixes to make the graphics streams driver use dentries (this is the reason Alex's compile failed). - Major/misc numbers that were assigned by HPA for the streamable devices. - keyboard streams device. - working shmiq framework for the keyboard. What needs to be done: - Fix the mouse driver, did someone ever got any information out from /dev/psaux on the SGI port? - Figure out why changes made in the kernel side to the SHMIQ are not always seen by the user space.
* Merge with 2.1.47. Some more cleanup and module fixes.Ralf Baechle1997-07-291-7/+2
|
* New CONFIG_SGI_GRAPHICS turns on the new devices.Miguel de Icaza1997-07-021-0/+3
| | | | And remaining files from previous commit.
* Magnum 4000 / Olivetti M700 compilation fixes.Ralf Baechle1997-06-141-0/+4
|
* Initial revisionRalf Baechle1997-06-011-14/+18
|
* Import of Linux/MIPS 2.1.36Ralf Baechle1997-04-291-8/+36
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-75/+82
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-269/+129
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-44/+144
|