summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update todo list.Kanoj Sarcar2000-03-131-0/+3
|
* Move from using cacheable noncoherent mappings to cacheable coherentKanoj Sarcar2000-03-131-5/+5
| | | | | exclusive on write mappings. This is needed for SMP anyway, and seems to prevent the random data bus errors that we have been seeing.
* Add R3081 supportGleb O. Raiko2000-03-132-6/+4
|
* Add R3081 supportGleb O. Raiko2000-03-137-20/+67
|
* Merge with Linux 2.3.50.Ralf Baechle2000-03-12318-8021/+13672
|
* Enable RTC driver for DECstationsHarald Koerfgen2000-03-123-21/+22
|
* Converted the qlogicisp driver to use the dynamic dma interfacesLeo Dagum2000-03-101-8/+60
| | | | when CONFIG_QL_ISP_A64 is true.
* Add some CVS junk.Ralf Baechle2000-03-103-0/+6
|
* One more itsy bitsy tiny SMP bit ...Ralf Baechle2000-03-091-0/+54
|
* Add CONFIG_SMP for IP27.Ralf Baechle2000-03-091-5/+2
|
* Unfortunately the REX PROMS on TURBOchannel DECstations passes 4 arguments ↵Harald Koerfgen2000-03-081-2/+16
| | | | to us ...
* Rest of the merge.Ralf Baechle2000-03-0731-0/+10753
|
* Merge with Linux 2.3.49.Ralf Baechle2000-03-07426-5279/+6772
|
* o getdents and readdirUlf Carlsson2000-03-061-1/+54
|
* implement cpu identification in plain CGleb O. Raiko2000-03-062-167/+97
|
* Update Baget stuffGleb O. Raiko2000-03-067-30/+36
|
* Fix pipe hazard in QED (Nevada) TLB miss handler.Kevin D. Kissell2000-03-031-4/+5
|
* uPatch for DECstationsHarald Koerfgen2000-03-021-1/+3
|
* Merge with 2.3.48.Ralf Baechle2000-03-02662-18782/+36048
|
* Same for 2.3.Ralf Baechle2000-02-291-2/+2
|
* Change the get_user/compiler hack a little to make it work more often.Kanoj Sarcar2000-02-291-2/+2
|
* Get some code in to make sure that 32 bit execs do not fail. This doesKanoj Sarcar2000-02-292-2/+67
| | | | not mean they work yet.
* declance back in working conditionHarald Koerfgen2000-02-293-117/+173
|
* - A few 32-bit compatibily systemcalls.Ulf Carlsson2000-02-293-7/+217
|
* Fix typo. From Geert.Ralf Baechle2000-02-291-1/+1
|
* This should hopefully fix the warnings reported.Ralf Baechle2000-02-291-1/+1
|
* Get the ioc3 ethernet driver running again.Kanoj Sarcar2000-02-291-0/+8
|
* move nop out of the loop in strncmp.Gleb O. Raiko2000-02-281-8/+6
| | | | It saves an instruction per loop, nothing more.
* Fix the bug of (improperly) dealing with the Index regGleb O. Raiko2000-02-281-1/+1
|
* Changes to make DISCONTIGMEM compile and boot after the upgrades, asKanoj Sarcar2000-02-273-30/+26
| | | | | well as substitution of some platform specific fields by their new generic counterparts.
* Workaround for binutils bug.Ralf Baechle2000-02-261-0/+4
|
* Bits for libc.Ralf Baechle2000-02-252-5/+12
|
* How to frighten the Free Software crowds:Ralf Baechle2000-02-251-17/+13
| | | | | | | | | | | | | | | | /************************************************************************** * * * Copyright (C) 1992-1997, Silicon Graphics, Inc. * * * * These coded instructions, statements, and computer programs contain * * unpublished proprietary information of Silicon Graphics, Inc., and * * are protected by Federal copyright law. They may not be disclosed * * to third parties or copied or duplicated in any form, in whole or * * in part, without the prior written consent of Silicon Graphics, Inc. * * * **************************************************************************/ GPLized.
* Dejunk.Ralf Baechle2000-02-254-14/+14
|
* Cleanup junk.Ralf Baechle2000-02-251-27/+12
|
* - Add a .set noat where it complains.Ulf Carlsson2000-02-241-1/+4
|
* Fix semaphore initialization.Ulf Carlsson2000-02-241-2/+3
|
* Compile fixes.Ralf Baechle2000-02-242-8/+5
|
* Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.Ralf Baechle2000-02-241024-41651/+106310
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-232-1/+10
|
* Compilation fixes for 32-bit Indy kernel.Ralf Baechle2000-02-232-10/+6
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-231102-25972/+92196
| | | | driver due to the Origin A64 hacks.
* Fix the fix of the fix.Ralf Baechle2000-02-212-6/+6
|
* Another compile fix from Geert.Ralf Baechle2000-02-211-0/+1
|
* Compile fixes.Ralf Baechle2000-02-214-3/+7
|
* o default configuration for DECstations addedHarald Koerfgen2000-02-195-11/+278
| | | | o minor R3000 and DECstations related fixes
* Fix copy_from_user() in modules and 64-bit kernel.Ralf Baechle2000-02-192-8/+16
|
* Merge with Linux 2.3.43.Ralf Baechle2000-02-18253-19545/+13875
|
* o Fix menuconfigUlf Carlsson2000-02-181-1/+3
|
* o Set clock to RTC at bootup.Ulf Carlsson2000-02-184-3/+513
| | | | o Add a /dev/rtc interface to set/read the clock.