Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial attempt at seperating out per-cpu and per-hub code that needs to | Kanoj Sarcar | 2000-04-07 | 1 | -3/+5 |
| | | | | be executed in a multicpu, multinode environment. | ||||
* | Added pcibr_setup() routine to initialize some bridge registers different | Leo Dagum | 2000-03-30 | 1 | -1/+24 |
| | | | | from what the prom gives us. | ||||
* | Merge with Linux 2.3.49. | Ralf Baechle | 2000-03-07 | 1 | -2/+1 |
| | |||||
* | Discover the amount of memory present in other nodes. Get ready to | Kanoj Sarcar | 2000-02-05 | 1 | -2/+0 |
| | | | | do numa style bootmem setup. | ||||
* | Steal Irix procedures to set up multiple nodes. | Kanoj Sarcar | 2000-02-04 | 1 | -0/+2 |
| | |||||
* | Merge with Linux 2.3.24. | Ralf Baechle | 2000-01-27 | 1 | -2/+2 |
| | |||||
* | Merge with Linux 2.3.22. | Ralf Baechle | 2000-01-21 | 1 | -0/+6 |
| | |||||
* | Add {get,put}_user()-style functions that are protected against DBE. | Ralf Baechle | 2000-01-20 | 1 | -0/+18 |
| | | | | | | | | | 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. | ||||
* | - IOC3 driver now will panic when encountering a RX/TX PCI DMA error. | Ralf Baechle | 2000-01-17 | 1 | -0/+88 |
- 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. |