summaryrefslogtreecommitdiffstats
Commit message (Expand)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-231102-25972/+92196
* Fix the fix of the fix.Ralf Baechle2000-02-212-6/+6
* Another compile fix from Geert.Ralf Baechle2000-02-211-0/+1
* Compile fixes.Ralf Baechle2000-02-214-3/+7
* o default configuration for DECstations addedHarald Koerfgen2000-02-195-11/+278
* Fix copy_from_user() in modules and 64-bit kernel.Ralf Baechle2000-02-192-8/+16
* Merge with Linux 2.3.43.Ralf Baechle2000-02-18253-19545/+13875
* o Fix menuconfigUlf Carlsson2000-02-181-1/+3
* o Set clock to RTC at bootup.Ulf Carlsson2000-02-184-3/+513
* Merge with Linux 2.3.41.Ralf Baechle2000-02-18630-32867/+52413
* 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
* -fno-strict-aliasing problem fixedHarald Koerfgen2000-02-171-3/+3
* 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
* Clean up the discontig case page -> physaddr and physaddr -> page macros.Kanoj Sarcar2000-02-101-7/+9
* I should really keep my hands off the CPHYSADDR() macro ... put itKanoj Sarcar2000-02-101-2/+2
* The pernode pgdat structure is now allocated out of the correspondingKanoj Sarcar2000-02-102-7/+14
* 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
* 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
* Don't use __SSIZE_TYPE__ any longer, egcs 2.96 does no longer defineRalf Baechle2000-02-042-19/+11
* 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
* 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
* Check in the bus_to_virt/virt_to_bus changes to get the Qlogic driverKanoj Sarcar2000-01-311-3/+5
* 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
* 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
* 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
* Merge with 2.3.27.Ralf Baechle2000-01-291076-32983/+56337