summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Add memory clobbers.Ralf Baechle2000-01-252-10/+18
|
* After discussion with Kanoj I set the value of ISA_DMA_THRESHOLDRalf Baechle2000-01-251-1/+1
| | | | back to 0xffffff.
* Add in scatterlist.h that is needed to compile qlogicisp.c. Mostly theKanoj Sarcar2000-01-251-0/+22
| | | | mips32 stuff, except that we do not support ISA devices on SN0.
* Let's start the run on SMP. Here are the spinlocks.Ralf Baechle2000-01-232-4/+274
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-2121-33/+394
|
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-201-0/+92
| | | | | | | | | 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.
* Define STD_TO_HZ() to make it compile.Ralf Baechle2000-01-191-1/+3
|
* Remove junk.Ralf Baechle2000-01-191-0/+0
|
* - IOC3 driver now will panic when encountering a RX/TX PCI DMA error.Ralf Baechle2000-01-1722-135/+589
| | | | | | | | | - 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.
* Syscall handler fixes.Ralf Baechle2000-01-161-2/+2
|
* - Bug report from Bill Earl (wje@sgi.com):Ralf Baechle2000-01-162-4/+4
| | | | | | Don't use the top 32kb of address space of 32-bit compatibility processes as certain instruction sequences might generate code outside the 32-bit compat address space.
* Fix warning.Ralf Baechle2000-01-161-2/+4
| | | | (IRIX people: the same typing bug also exists in IRIX.)
* Fix memset which was misstreating certain argument cases.Ralf Baechle2000-01-161-3/+3
|
* R100000 cache operations.Ralf Baechle2000-01-162-0/+391
|
* IOC3 Ethernet driver and a ton of de-irix-ized IRIX header files withRalf Baechle2000-01-1319-0/+6517
| | | | | hardware related definitions. For more Origin bits stay tuned on this channel ...
* - IOC3 serial driver for the OriginRalf Baechle2000-01-041-0/+49
| | | | | | - Serial driver autodetection bugfix. More Origin bits to come asap.
* Fix a compilation bug when PCI support is selectedGleb O. Raiko1999-12-301-1/+7
|
* Fix a typoGleb O. Raiko1999-12-301-2/+2
|
* Same semaphore fix for MIPS64.Ralf Baechle1999-12-091-37/+13
|
* o R3000 fixesHarald Koerfgen1999-12-081-37/+13
| | | | o R4x00 little endiam semaphores
* Fix compilation errors, add .cvsignore files.Ralf Baechle1999-12-063-6/+8
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-04122-2763/+4292
|
* Fix MIPS64 IP checksums. Hey guys, IRIX is spitting tons of badRalf Baechle1999-11-191-71/+64
| | | | checksums, Linux/MIPS64 doesn't :-)
* Fix a small but highly effective 64-bit bug that also hit MIPS-32.Ralf Baechle1999-11-172-4/+4
|
* Updated the include for newport.h that obviously had been moved (?).Ulf Carlsson1999-11-071-2/+2
|
* Move various headers into a SGI specific subdirectory. These filesRalf Baechle1999-10-215-6/+8
| | | | | need to be at the same place for MIPS32 and MIPS64. Make the semaphore code actually compile.
* Fix 32-bit version as well. I didn't really test these but they shouldRalf Baechle1999-10-202-98/+125
| | | | be ok as the code is almost identical with the 64-bit variant.
* Rewrite of semaphores for MIPS64.Ralf Baechle1999-10-202-63/+131
|
* Some minor bugfixes:Harald Koerfgen1999-10-171-2/+2
| | | | | | | o Fix braino in lib/Makefile o Export __wbflush() and release_tc_card() for modules o DMA isn't limited on DECstations o remove elf2ecoff and addinitrd while "make clean"
* o R3000 fixesHarald Koerfgen1999-10-123-5/+14
| | | | | o moved to original 2.3.19 NCR53C9x driver o CONFIG_ULTRIX_PARTION is working again and now big endian proof
* Merge with 2.3.19.Ralf Baechle1999-10-09618-9625/+29368
|
* Add wbflush_setup prototypeGleb O. Raiko1999-10-071-1/+3
|
* Merge with 2.3.10.Ralf Baechle1999-09-2858-953/+1087
|
* o made CVS compile again for R5000Harald Koerfgen1999-09-181-2/+2
| | | | | | o dz fixes by David Airlie o small zs fix (init is fast again) o #ifdef in softirq.h fixed
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-2115-212/+1134
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-2023-30/+1809
|
* MIPS 64, day 2.Ralf Baechle1999-08-1929-188/+3574
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1861-251/+7613
| | | | | | | | | | | - 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-1312-37/+39
| | | | certain ISA levels explicitely configurable
* Merged David Arilie's PMAZ-A driver with dec_espHarald Koerfgen1999-08-121-3/+3
|
* Updates in preperation of EISA support.Andrew R. Baker1999-08-112-4/+15
|
* My proposal for non-generic kernels:Harald Koerfgen1999-08-095-80/+35
| | | | | | | | | o only code for the configured CPU is compiled and linked (saves ~100k for R3000 kernels!) o removed a lot of indirect function calls o removed Ralf's "cowboy patch" o added sanity check for DECstations (print warning if the kernel is configured for the wrong CPU)
* Make it compile.Ulf Carlsson1999-08-042-15/+13
|
* *** empty log message ***Ulf Carlsson1999-08-041-10/+10
|
* *** empty log message ***Harald Koerfgen1999-07-262-0/+75
|
* The remaining R3000 changes. From now on the CVS will be R3000 aware. R3000 ↵Harald Koerfgen1999-07-2612-124/+288
| | | | Indigo anyone? :-)
* Typo fix.Ulf Carlsson1999-07-241-3/+3
|
* Burn memory corruption bug on the main branch as well.Ralf Baechle1999-07-221-4/+4
|
* Add IOC3 PCI id.Ralf Baechle1999-07-081-0/+3
|
* Merge with Linux 2.3.9.Ralf Baechle1999-07-0534-177/+209
|