Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Linux 2.3.38. | Ralf Baechle | 2000-02-05 | 1 | -1/+20 |
| | |||||
* | Merge with Linux 2.3.32. | Ralf Baechle | 2000-02-04 | 1 | -16/+17 |
| | |||||
* | Turn on SCSI, Qlogic, Qlogic A64 and mips32 support to get as far | Kanoj Sarcar | 2000-01-31 | 1 | -2/+68 |
| | | | | as possible with root disk boots. | ||||
* | Merge with 2.3.27. | Ralf Baechle | 2000-01-29 | 1 | -0/+1 |
| | |||||
* | Merge with Linux 2.3.24. | Ralf Baechle | 2000-01-27 | 1 | -0/+11 |
| | |||||
* | Update. | Ralf Baechle | 2000-01-27 | 1 | -4/+2 |
| | |||||
* | Add {get,put}_user()-style functions that are protected against DBE. | Ralf Baechle | 2000-01-20 | 1 | -0/+2 |
| | | | | | | | | | 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. | ||||
* | Disable 32-bit compatibility for now until I actually checkin the code | Ralf Baechle | 2000-01-19 | 1 | -4/+2 |
| | | | | into CVS. | ||||
* | - IOC3 driver now will panic when encountering a RX/TX PCI DMA error. | Ralf Baechle | 2000-01-17 | 1 | -25/+27 |
| | | | | | | | | | - 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. | ||||
* | Merge with Linux 2.3.21. | Ralf Baechle | 1999-12-04 | 1 | -8/+67 |
| | |||||
* | Merge with 2.3.19. | Ralf Baechle | 1999-10-09 | 1 | -6/+16 |
| | |||||
* | Merge with 2.3.10. | Ralf Baechle | 1999-09-28 | 1 | -0/+2 |
| | |||||
* | Look ma - a tank has hit the MIPS sources ... | Ralf Baechle | 1999-08-21 | 1 | -0/+2 |
| | |||||
* | More MIPS64 chainsawing. | Ralf Baechle | 1999-08-20 | 1 | -1/+1 |
| | |||||
* | - Drop support for 32/32 fp register model | Ralf Baechle | 1999-08-18 | 1 | -0/+210 |
- 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 ... |