summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Disable CONFIG_EXPERIMENTAL, Kanoj says it's poisenous.Ralf Baechle2000-02-162-4/+4
|
* DDB 5074 updates from Geert.Ralf Baechle2000-02-164-43/+39
|
* Merge with Linux 2.3.40.Ralf Baechle2000-02-16809-20332/+47914
|
* DDB5074 updates.Ralf Baechle2000-02-143-14/+83
|
* o bootmem fixes for DECstationsHarald Koerfgen2000-02-139-243/+264
| | | | | o declarations in pgtable.h fixed o cache management for R3000 improved
* Clean up the discontig case page -> physaddr and physaddr -> page macros.Kanoj Sarcar2000-02-101-7/+9
| | | | Probably needs to be debugged once we achieve single user.
* I should really keep my hands off the CPHYSADDR() macro ... put itKanoj Sarcar2000-02-101-2/+2
| | | | back to its old form, due to bug that shows up with discontigmem code.
* The pernode pgdat structure is now allocated out of the correspondingKanoj Sarcar2000-02-102-7/+14
| | | | | 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-103-12/+17
|
* 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-105-17/+203
| | | | per node and allocate per node mem_maps.
* Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.Kanoj Sarcar2000-02-065-3/+114
|
* Reduce calias protection to access remote node memory completely.Kanoj Sarcar2000-02-053-9/+5
|
* Merge with Linux 2.3.38.Ralf Baechle2000-02-051167-65693/+118374
|
* Discover the amount of memory present in other nodes. Get ready toKanoj Sarcar2000-02-052-36/+158
| | | | do numa style bootmem setup.
* Don't use __SSIZE_TYPE__ any longer, egcs 2.96 does no longer defineRalf Baechle2000-02-042-19/+11
| | | | | it. And while we're at it also eleminate the use of __SIZE_TYPE__ and __PTRDIFF_TYPE__.
* Fix the fix.Ralf Baechle2000-02-042-7/+7
|
* Fix stupid braino in msync(2) flags definitions.Ralf Baechle2000-02-042-7/+7
|
* Steal Irix procedures to set up multiple nodes.Kanoj Sarcar2000-02-045-1/+348
|
* 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-041266-29840/+99400
|
* 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
|
* Fix the CPHYSADDR() macro that is used in free_initmem(). CPHYSADDR()Kanoj Sarcar2000-02-011-2/+2
| | | | should really look at only 32bits of the virtual address.
* 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.
* Check in the bus_to_virt/virt_to_bus changes to get the Qlogic driverKanoj Sarcar2000-01-311-3/+5
| | | | | working. Ralf to let me know if this will work for now, or he wants me to implement one of the other two alternatives we discussed.
* 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.
* Fix for machines with HZ != 100.Ralf Baechle2000-01-312-13/+14
|
* Fix scatter gather problem in A64 mode. No need of IP27 specific hacksKanoj Sarcar2000-01-311-9/+5
| | | | anymore.
* Make the Indy compile.Ralf Baechle2000-01-311-2/+2
|
* New file to track all issues that need investigation.Kanoj Sarcar2000-01-311-0/+3
|
* Put in a hack not to do scatter-gather on IP27s for now. Need to fix.Kanoj Sarcar2000-01-311-0/+4
|
* Get the Qlogic ISP driver functioning in PCI64 mode. Patch being sent toKanoj Sarcar2000-01-311-8/+124
| | | | code maintainers for possible inclusion in 2.3.42.
* Merge with 2.3.27.Ralf Baechle2000-01-291076-32983/+56337
|
* Check in stub definitions that allow turning on of CONFIG_MIPS32_COMPAT.Kanoj Sarcar2000-01-282-0/+16
|
* The physical address space on R10K Origins is wider than mips32 platforms.Kanoj Sarcar2000-01-281-7/+7
|
* Merge with Linux 2.3.24.Ralf Baechle2000-01-27220-9145/+10832
|
* Bootmem fixes for IP22.Ralf Baechle2000-01-275-185/+212
|
* Lets really disable interrupts when we want to.Kanoj Sarcar2000-01-271-2/+2
|
* More spurious diffs.Ralf Baechle2000-01-271-2/+0
|
* Cleanup.Ralf Baechle2000-01-272-7/+4
|
* Cleanup.Ralf Baechle2000-01-2716-318/+181
|
* 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-27599-17064/+41654
| | | | | 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
|