summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* Compilation fixes for 32-bit Indy kernel.Ralf Baechle2000-02-232-10/+6
|
* Merge with 2.3.43. I did ignore all modifications to the qlogicisp.cRalf Baechle2000-02-23261-2582/+32149
| | | | driver due to the Origin A64 hacks.
* Compile fixes.Ralf Baechle2000-02-213-1/+5
|
* o default configuration for DECstations addedHarald Koerfgen2000-02-191-0/+263
| | | | o minor R3000 and DECstations related fixes
* Merge with Linux 2.3.43.Ralf Baechle2000-02-1874-7043/+156
|
* o Fix menuconfigUlf Carlsson2000-02-181-1/+3
|
* o Set clock to RTC at bootup.Ulf Carlsson2000-02-182-2/+472
| | | | o Add a /dev/rtc interface to set/read the clock.
* Merge with Linux 2.3.41.Ralf Baechle2000-02-18130-3111/+5010
|
* Signal handling for 32-bit binary compatibility.Ralf Baechle2000-02-181-13/+688
|
* DDB updates from Geert. Now also works on DDB Vrc 5074.Ralf Baechle2000-02-181-7/+7
|
* Disable CONFIG_EXPERIMENTAL, Kanoj says it's poisenous.Ralf Baechle2000-02-162-4/+4
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-161-18/+13
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-16179-5168/+6661
|
* DDB5074 updates.Ralf Baechle2000-02-143-14/+83
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-136-231/+250
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* The pernode pgdat structure is now allocated out of the correspondingKanoj Sarcar2000-02-101-5/+12
| | | | | node's memory, instead of having all the per node data in an array on node 0.
* Header file cleanup: put basic defines into sn/arch.h.Kanoj Sarcar2000-02-101-7/+0
|
* Fixed bridge_init() so we can boot either origin200 or origin2000.Leo Dagum2000-02-101-1/+7
|
* Okay, we can now touch remote node memory, setup bootmem data structuresKanoj Sarcar2000-02-103-16/+198
| | | | per node and allocate per node mem_maps.
* Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.Kanoj Sarcar2000-02-062-1/+14
|
* Reduce calias protection to access remote node memory completely.Kanoj Sarcar2000-02-053-9/+5
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-05204-6061/+9618
|
* Discover the amount of memory present in other nodes. Get ready toKanoj Sarcar2000-02-052-36/+158
| | | | do numa style bootmem setup.
* Steal Irix procedures to set up multiple nodes.Kanoj Sarcar2000-02-044-1/+236
|
* Fix default compile after the 2.3.32 merge by adding more stubs.Kanoj Sarcar2000-02-041-3/+0
|
* Merge with Linux 2.3.32.Ralf Baechle2000-02-04269-4928/+9216
|
* Fix build problems after the 2.3.38 merge.Kanoj Sarcar2000-02-032-2/+26
|
* free_initmem() is not a problem anymore.Kanoj Sarcar2000-02-011-1/+0
|
* Update the IOC3 pci write hack to encompass all writes to the IOC3.Kanoj Sarcar2000-01-312-17/+7
|
* Turn on SCSI, Qlogic, Qlogic A64 and mips32 support to get as farKanoj Sarcar2000-01-313-5/+138
| | | | as possible with root disk boots.
* Update TODO.Kanoj Sarcar2000-01-311-2/+2
|
* Add in bridge byte swapping for the Qlogic scsi controller. Also needKanoj Sarcar2000-01-311-1/+19
| | | | to do something about RRB and WBs.
* New file to track all issues that need investigation.Kanoj Sarcar2000-01-311-0/+3
|
* Merge with 2.3.27.Ralf Baechle2000-01-29143-2639/+3857
|
* Check in stub definitions that allow turning on of CONFIG_MIPS32_COMPAT.Kanoj Sarcar2000-01-282-0/+16
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-2732-530/+534
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-275-185/+212
|
* Cleanup.Ralf Baechle2000-01-272-2/+2
|
* Update.Ralf Baechle2000-01-272-14/+30
|
* Fix affiliation. From Geert Uytterhoeven.Ralf Baechle2000-01-271-1/+3
|
* Update.Ralf Baechle2000-01-272-8/+4
|
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-27196-7329/+8838
| | | | | platforms. At this time I've only verified that IP22 support compiles and IP27 actually works.
* Allow scsi intrs to be serviced.Kanoj Sarcar2000-01-261-9/+30
|
* 1. Minor changes to start the scsi intrs going (untested).Kanoj Sarcar2000-01-261-2/+6
| | | | 2. Fix the irq range checking in request_irq/free_irq.
* 1. Setup the qlogic chips so that the driver decides to use io-mappedKanoj Sarcar2000-01-261-2/+31
| | | | | | | | | | style access instead of memory-mapped style access. Older qlogic drivers only support io-mapped style access, the 2.3.40 driver supports both; it is just easier to get things working with io-mapped access. 2. To achieve above, get CF0_WRITE_PCI_CFG to actually program the registers ... properly. 3. Hack CF0_WRITE_PCI_CFG so that it still only does real work in the above case ... else things hangs. To be investigated.
* Support for the NEC DDB Vrc-5074 evaluation board. Patches byRalf Baechle2000-01-2617-15/+1368
| | | | Geert Uytterhoeven (geert@linux-m68k.org).
* Similar to a bunch of other architectures, extend the range of possibleKanoj Sarcar2000-01-251-0/+1
| | | | | ioport values to prevent gratuitous check_region failures from qlogic driver.
* mips_io_port_base needs to be set up for the asm/io.h macros to doKanoj Sarcar2000-01-251-1/+5
| | | | their work.
* Remove .align 13, it's no longer needed.Ralf Baechle2000-01-251-2/+0
|
* Fix the fix.Ralf Baechle2000-01-241-0/+3
|