summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
Commit message (Collapse)AuthorAgeFilesLines
* Lets really disable interrupts when we want to.Kanoj Sarcar2000-01-271-2/+2
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-276-39/+86
| | | | | 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.
* 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-251-5/+9
|
* 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-231-2/+135
|
* Merge with Linux 2.3.22.Ralf Baechle2000-01-212-7/+7
|
* 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-1720-132/+585
| | | | | | | | | - 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.
* Same semaphore fix for MIPS64.Ralf Baechle1999-12-091-37/+13
|
* Merge with Linux 2.3.21.Ralf Baechle1999-12-0438-777/+1672
|
* 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-171-2/+2
|
* Rewrite of semaphores for MIPS64.Ralf Baechle1999-10-202-63/+131
|
* Merge with 2.3.19.Ralf Baechle1999-10-098-78/+89
|
* Merge with 2.3.10.Ralf Baechle1999-09-2810-63/+116
|
* Look ma - a tank has hit the MIPS sources ...Ralf Baechle1999-08-2114-200/+1133
|
* More MIPS64 chainsawing.Ralf Baechle1999-08-2018-15/+1793
|
* MIPS 64, day 2.Ralf Baechle1999-08-1921-129/+3498
|
* - Drop support for 32/32 fp register modelRalf Baechle1999-08-1847-0/+7404
- 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 ...