summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don'tRalf Baechle1999-06-17214-2286/+3755
| | | | have a MIPS box at hand.
* Merge with Linux 2.2.8.Ralf Baechle1999-06-13412-7224/+9832
|
* EFS updated to 1.0b. See http://aeschi.ch.eu.org/efs/HISTORYAl Smith1999-05-273-2/+4
|
* *** empty log message ***Ulf Carlsson1999-05-071-4/+12
|
* Final changes for release 1.0 of efs.Al Smith1999-05-022-6/+6
|
* The CPO_STATUS interrupt mask patchHarald Koerfgen1999-05-012-3/+14
|
* Found a buffer that wasn't being brelse()d in efs_read_superAl Smith1999-04-181-1/+1
| | | | (noted by Matthew Wilcox <willy@bofh.ai>).
* Minor bug fixes.Al Smith1999-04-172-2/+2
|
* bug fixes: block/char devices fixed (NB: IRIX uses 32-bit wide dev_t,Al Smith1999-04-132-5/+10
| | | | | | | | linux only has 16-bit wide dev_t. this is apparently going to change in linux-2.3 but for now we can't handle devices with major or minor numbers > 255. handling of empty directory slots has been fixed.
* We may want to detect DECstations properlyHarald Koerfgen1999-04-121-6/+16
|
* Updated efs files to bring up-to-date with development version 0.97e.Al Smith1999-04-123-44/+61
|
* o Exported en/disable_irqHarald Koerfgen1999-04-111-11/+13
| | | | | o fixed missing pseudo instruction in r6000_fpu.S o Bugfixes for string.h
* R3000 changes which don't affect common codeHarald Koerfgen1999-04-111-6/+7
|
* DECstation updatesHarald Koerfgen1999-04-113-13/+30
|
* Baget updatesHarald Koerfgen1999-04-112-1/+2
|
* The hpc3_regs struct was very broken. I fixed most of it.Ulf Carlsson1999-04-012-11/+17
|
* Updated efs files for efs-0.97.Al Smith1999-03-313-75/+63
|
* new EFS headers (Al Smith rocks my world)Mike Shaver1999-03-258-277/+298
|
* added a few defines for the bt445Thomas Bogendoerfer1999-03-021-1/+8
|
* added stuff for the different ARC memory typesThomas Bogendoerfer1999-02-252-12/+33
|
* 20 now..Ulf Carlsson1999-02-181-1/+1
|
* Merge with Linux 2.2.1.Ralf Baechle1999-02-15336-2676/+9764
|
* o Added a VINO driver, well it tries to read the revision register at least. ↵Ulf Carlsson1999-02-081-0/+1
| | | | I use some special code when I write to those 64 bit registers.