Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o Fixed a couple of bugs in newport.h and made it | Ulf Carlsson | 1999-07-04 | 2 | -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 DECstations | Harald Koerfgen | 1999-07-01 | 12 | -1/+40 | |
| | ||||||
* | More merging. Chainsaw style. | Ralf Baechle | 1999-06-24 | 5 | -96/+92 | |
| | ||||||
* | Merge, cleanup, typo fixes. | Ralf Baechle | 1999-06-23 | 1 | -0/+1 | |
| | ||||||
* | Merge with Linux 2.3.8. | Ralf Baechle | 1999-06-22 | 17 | -205/+277 | |
| | ||||||
* | Merge with Linux 2.3.7. | Ralf Baechle | 1999-06-22 | 57 | -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 Bogendoerfer | 1999-06-22 | 2 | -3/+54 | |
| | ||||||
* | Cleanup, sync with others sources. | Ralf Baechle | 1999-06-21 | 12 | -133/+11 | |
| | ||||||
* | I found that local_irq_save() didn't clear the interrupt flag, quite nasty. I | Ulf Carlsson | 1999-06-20 | 1 | -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 Baechle | 1999-06-17 | 31 | -0/+3502 | |
| | ||||||
* | Merge with Linux 2.3.6. Sorry, this isn't tested on silicon, I don't | Ralf Baechle | 1999-06-17 | 214 | -2286/+3755 | |
| | | | | have a MIPS box at hand. | |||||
* | Merge with Linux 2.2.8. | Ralf Baechle | 1999-06-13 | 412 | -7224/+9832 | |
| | ||||||
* | EFS updated to 1.0b. See http://aeschi.ch.eu.org/efs/HISTORY | Al Smith | 1999-05-27 | 3 | -2/+4 | |
| | ||||||
* | *** empty log message *** | Ulf Carlsson | 1999-05-07 | 1 | -4/+12 | |
| | ||||||
* | Final changes for release 1.0 of efs. | Al Smith | 1999-05-02 | 2 | -6/+6 | |
| | ||||||
* | The CPO_STATUS interrupt mask patch | Harald Koerfgen | 1999-05-01 | 2 | -3/+14 | |
| | ||||||
* | Found a buffer that wasn't being brelse()d in efs_read_super | Al Smith | 1999-04-18 | 1 | -1/+1 | |
| | | | | (noted by Matthew Wilcox <willy@bofh.ai>). | |||||
* | Minor bug fixes. | Al Smith | 1999-04-17 | 2 | -2/+2 | |
| | ||||||
* | bug fixes: block/char devices fixed (NB: IRIX uses 32-bit wide dev_t, | Al Smith | 1999-04-13 | 2 | -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 properly | Harald Koerfgen | 1999-04-12 | 1 | -6/+16 | |
| | ||||||
* | Updated efs files to bring up-to-date with development version 0.97e. | Al Smith | 1999-04-12 | 3 | -44/+61 | |
| | ||||||
* | o Exported en/disable_irq | Harald Koerfgen | 1999-04-11 | 1 | -11/+13 | |
| | | | | | o fixed missing pseudo instruction in r6000_fpu.S o Bugfixes for string.h | |||||
* | R3000 changes which don't affect common code | Harald Koerfgen | 1999-04-11 | 1 | -6/+7 | |
| | ||||||
* | DECstation updates | Harald Koerfgen | 1999-04-11 | 3 | -13/+30 | |
| | ||||||
* | Baget updates | Harald Koerfgen | 1999-04-11 | 2 | -1/+2 | |
| | ||||||
* | The hpc3_regs struct was very broken. I fixed most of it. | Ulf Carlsson | 1999-04-01 | 2 | -11/+17 | |
| | ||||||
* | Updated efs files for efs-0.97. | Al Smith | 1999-03-31 | 3 | -75/+63 | |
| | ||||||
* | new EFS headers (Al Smith rocks my world) | Mike Shaver | 1999-03-25 | 8 | -277/+298 | |
| | ||||||
* | added a few defines for the bt445 | Thomas Bogendoerfer | 1999-03-02 | 1 | -1/+8 | |
| | ||||||
* | added stuff for the different ARC memory types | Thomas Bogendoerfer | 1999-02-25 | 2 | -12/+33 | |
| | ||||||
* | 20 now.. | Ulf Carlsson | 1999-02-18 | 1 | -1/+1 | |
| | ||||||
* | Merge with Linux 2.2.1. | Ralf Baechle | 1999-02-15 | 336 | -2676/+9764 | |
| | ||||||
* | o Added a VINO driver, well it tries to read the revision register at least. ↵ | Ulf Carlsson | 1999-02-08 | 1 | -0/+1 | |
| | | | | I use some special code when I write to those 64 bit registers. | |||||
* | o I had to remove the include from hal2.c when I removed the | Ulf Carlsson | 1999-02-07 | 1 | -23/+0 | |
| | | | | include file itself. Duh! | |||||
* | here we go.. | Ulf Carlsson | 1999-02-07 | 1 | -3/+3 | |
| | ||||||
* | - fixed compiling in of ramdisks; we don't have the kernel segment defining ↵ | Alex deVries | 1999-02-06 | 1 | -0/+8 | |
| | | | | | | | | | | initrd offset, etc. - a couple of HAL related changes to make it build better - the start of making newport graphics a module; currently this breaks as a module, but works okay built into the kernel. - Alex | |||||
* | More DEC and Baget stuff. | Ralf Baechle | 1999-01-27 | 14 | -0/+1005 | |
| | ||||||
* | Fixing up newport graphics include files. | Alex deVries | 1999-01-27 | 2 | -13/+585 | |
| | | | | - Alex | |||||
* | Ulf's HAL driver. | Alex deVries | 1999-01-27 | 1 | -0/+23 | |
| | | | | - Alex | |||||
* | EFS mark II. Incomplete, but much cleaner. | Mike Shaver | 1999-01-18 | 1 | -23/+53 | |
| | ||||||
* | Merge with Linux 2.1.131 and more MIPS goodies. | Ralf Baechle | 1999-01-04 | 298 | -5388/+9950 | |
| | | | | (Did I mention that CVS is buggy ...) | |||||
* | added prototype for prom_identify_arch | Thomas Bogendoerfer | 1998-10-18 | 1 | -4/+4 | |
| | | | | removed prototype for prom_setup_archtags | |||||
* | removed tags | Thomas Bogendoerfer | 1998-10-18 | 1 | -124/+1 | |
| | ||||||
* | remapped all local interrupts to get them out of the way of (E)ISA interrupts | Thomas Bogendoerfer | 1998-10-18 | 1 | -10/+14 | |
| | | | | (floppy irq is still at IRQ 6 and needs a better solution) | |||||
* | o Make it work on CPUs with 128 byte cachelines. | Ralf Baechle | 1998-10-14 | 1 | -1/+3 | |
| | | | | | | | | | o Implement handlers for VCEI / VCED exceptions. Install them only on SC / MC versions of the R4000 and R4400 which saves us four instructions per exception on other CPUs. o Print the number of VCED / VCEI exceptions in /proc/cpuinfo, iff available. o Many performance fixes for the SC / MC versions of R4000 and R4400. | |||||
* | - Merge with Linux 2.1.121. | Ralf Baechle | 1998-09-19 | 190 | -2049/+4125 | |
| | | | | - Bugfixes. | |||||
* | fix for Eleectric Fence; mprotect(PROT_NONE) on a already read/write mapped | Thomas Bogendoerfer | 1998-09-16 | 1 | -2/+2 | |
| | | | | region didn't work | |||||
* | fixed MAP_NR() second try:-( | Thomas Bogendoerfer | 1998-08-28 | 2 | -5/+4 | |
| | ||||||
* | this is the MIPS release (and not m68k) | Thomas Bogendoerfer | 1998-08-28 | 1 | -2/+2 | |
| | ||||||
* | grrr... another lost change | Thomas Bogendoerfer | 1998-08-26 | 1 | -0/+5 | |
| |