summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* o Fixed a couple of bugs in newport.h and made itUlf Carlsson1999-07-042-564/+219
| | | | | | | | | | | more compatible with IRIX o Definitons in ng1hw.h are now just wrap arounds for those in newport.h o Probably broke the newport driver an some other stuff.. (I'll fix that ASAP) (rewrote ng1hw.h so that we can't be blamed for ripping stuff from IRIX)
* Fix for HZ != 100 on DECstationsHarald Koerfgen1999-07-0112-1/+40
|
* More merging. Chainsaw style.Ralf Baechle1999-06-245-96/+92
|
* Merge, cleanup, typo fixes.Ralf Baechle1999-06-231-0/+1
|
* Merge with Linux 2.3.8.Ralf Baechle1999-06-2217-205/+277
|
* Merge with Linux 2.3.7.Ralf Baechle1999-06-2257-358/+578
| | | | | | WARNING: 2.3.7 is known to eat filesystems for breakfast and little children for lunch, so if you try this on your machine make backups first ...
* added little endian version of new semaphore code. Probably still buggy:-(Thomas Bogendoerfer1999-06-222-3/+54
|
* Cleanup, sync with others sources.Ralf Baechle1999-06-2112-133/+11
|
* I found that local_irq_save() didn't clear the interrupt flag, quite nasty. IUlf Carlsson1999-06-201-2/+2
| | | | | | got an oops from the SCSI code which lead me to this bug. This may be the cause of the random crashes and oopses I've had problems with, and even the waitqueue crashes..
* The rest of 2.3.6.Ralf Baechle1999-06-1731-0/+3502
|