summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup - do not invent new synonyms. Use ST0_IE instead of new nameKanoj Sarcar2000-04-071-4/+2
* Last tweak before enabling intrs on slave cpus ... set their intr maskKanoj Sarcar2000-04-071-0/+2
* Clear the TS bit from the master's status register (don't know whyKanoj Sarcar2000-04-072-4/+16
* Initial attempt at seperating out per-cpu and per-hub code that needs toKanoj Sarcar2000-04-074-26/+94
* Create idle threads for the slave processors and put them in theirKanoj Sarcar2000-04-061-11/+77
* Fix UP compiles.Kanoj Sarcar2000-04-051-0/+7
* Try to launch all the slave cpus in the system. Currently, I _think_Kanoj Sarcar2000-04-051-1/+18
* Record nasid/cnode/cpuslice in the per cpu data structure during boot up.Kanoj Sarcar2000-04-042-13/+32
* Added a few klconfig functions from IRIX. This triggered some house cleaning,Kanoj Sarcar2000-04-044-68/+122
* Rudimentary code to launch slave processors by the master processor.Kanoj Sarcar2000-04-041-1/+123
* More placeholder stuff. Added pci_fixup_isp2x00() routine to set upLeo Dagum2000-03-301-2/+68
* Added pcibr_setup() routine to initialize some bridge registers differentLeo Dagum2000-03-301-1/+24
* Interrupts need to start at bit 7 in INT_PEND0 registers because bits [0..6]Leo Dagum2000-03-301-13/+44
* ip27-timer.c: The timer interrupt for SMP machines must do some extraKanoj Sarcar2000-03-271-1/+30
* ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.Kanoj Sarcar2000-03-261-5/+189
* Minor memory accounting bug fixes to get cat /proc/meminfo and bootupKanoj Sarcar2000-03-251-2/+7
* The fast tlb handlers [x]tlb_refill_debug blindly look at pgd/pmd/ptes.Kanoj Sarcar2000-03-161-0/+1
* Misc mm type bug fixes.Kanoj Sarcar2000-03-162-1/+2
* MIPS64 SMP, compile only edition. Don't use yet ...Ralf Baechle2000-03-141-5/+9
* Update todo list.Kanoj Sarcar2000-03-131-0/+3
* Merge with Linux 2.3.49.Ralf Baechle2000-03-075-19/+6
* Merge with 2.3.48.Ralf Baechle2000-03-021-2/+20
* Changes to make DISCONTIGMEM compile and boot after the upgrades, asKanoj Sarcar2000-02-271-13/+9
* o Set clock to RTC at bootup.Ulf Carlsson2000-02-182-2/+472
* Merge with Linux 2.3.41.Ralf Baechle2000-02-182-3/+58
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-2/+11
* The pernode pgdat structure is now allocated out of the correspondingKanoj Sarcar2000-02-101-5/+12
* 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-102-11/+191
* Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.Kanoj Sarcar2000-02-061-0/+12
* Reduce calias protection to access remote node memory completely.Kanoj Sarcar2000-02-053-9/+5
* Discover the amount of memory present in other nodes. Get ready toKanoj Sarcar2000-02-052-36/+158
* Steal Irix procedures to set up multiple nodes.Kanoj Sarcar2000-02-044-1/+236
* Merge with Linux 2.3.32.Ralf Baechle2000-02-042-6/+4
* Fix build problems after the 2.3.38 merge.Kanoj Sarcar2000-02-031-2/+19
* 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
* 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
* New file to track all issues that need investigation.Kanoj Sarcar2000-01-311-0/+3
* Merge with Linux 2.3.24.Ralf Baechle2000-01-271-2/+2
* Bootmem fixes for IP22.Ralf Baechle2000-01-271-3/+1
* Merge with Linux 2.3.23. The new bootmem stuff has broken variousRalf Baechle2000-01-273-24/+39
* 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
* 1. Setup the qlogic chips so that the driver decides to use io-mappedKanoj Sarcar2000-01-261-2/+31
* Similar to a bunch of other architectures, extend the range of possibleKanoj Sarcar2000-01-251-0/+1
* Merge with Linux 2.3.22.Ralf Baechle2000-01-211-0/+6
* Add {get,put}_user()-style functions that are protected against DBE.Ralf Baechle2000-01-204-2/+340