summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 2.3.27.Ralf Baechle2000-01-29161-2185/+2056
|
* The physical address space on R10K Origins is wider than mips32 platforms.Kanoj Sarcar2000-01-281-7/+7
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-2765-976/+1312
|
* Lets really disable interrupts when we want to.Kanoj Sarcar2000-01-271-2/+2
|
* Cleanup.Ralf Baechle2000-01-2716-318/+181
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-27210-2473/+3610
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* 1. Minor changes to start the scsi intrs going (untested).Kanoj Sarcar2000-01-261-0/+2
| | | | 2. Fix the irq range checking in request_irq/free_irq.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-266-5/+349
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* SN0ism: inw/outw used by scsi driver requires address swizzling.Kanoj Sarcar2000-01-251-7/+7
| | | | | inb/outb used by serial driver, doesn't need swizzling. May also need to update the outw_p/inw_p/outsw/insw if we have problems with them.
* 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
|