summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get some type definitions into their rightful places for wider usage.Kanoj Sarcar2000-06-063-4/+8
* MAke sure the mapped kernel does not loose its prom command line.Kanoj Sarcar2000-06-061-1/+0
* Entrylo1 must at least be marked global for the tlb entry mapping theKanoj Sarcar2000-06-061-1/+2
* The Search ROM functionality should be used when we locate the NICUlf Carlsson2000-06-061-31/+117
* The tlbwired register is now set up in the head.S code.Kanoj Sarcar2000-06-063-365/+115
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-066-89/+381
* Launch the CPUs one by one until we can make sure that weUlf Carlsson2000-06-061-7/+11
* Make __kernel_caddr_t32 32-bitUlf Carlsson2000-06-061-1/+1
* Delete unused reference to linker generated symbol.Kanoj Sarcar2000-06-051-2/+0
* Further cleanups to the ld script files not to do more than needed.Kanoj Sarcar2000-06-054-12/+4
* Clean up generation of unused symbols.Kanoj Sarcar2000-06-052-6/+0
* Fix the address twiddling. For some reason, the code that I was expectingKanoj Sarcar2000-06-051-11/+10
* The master processor now waits for all enabled cpus to come into theKanoj Sarcar2000-06-021-1/+1
* Most of the kernel arrays/data structures and low level proceduresKanoj Sarcar2000-06-025-30/+31
* Set smp_num_cpus in the IP27 specific code. Getting ready to handleKanoj Sarcar2000-06-022-3/+1
* Fix some type definitions, add a new field in the per-processor dataKanoj Sarcar2000-06-023-2/+3
* Add the node offset to the IOC3 to the PCI resourceUlf Carlsson2000-06-011-0/+4
* Now that __kernel_clock_t is 64 bits, we need to make sure we have aKanoj Sarcar2000-06-012-1/+30
* Fix stupid compilation bug.Ralf Baechle2000-05-311-1/+1
* Turn IOC3 upside down. Driver should now survive a timeout reset andRalf Baechle2000-05-311-180/+209
* Only enter do_timer from the first CPU.Ulf Carlsson2000-05-311-16/+16
* Use ether_setup instead of init_etherdev.Ulf Carlsson2000-05-311-45/+49
* Remove all IOC3 hacks. IOC3 now allocates it's resources the same wayRalf Baechle2000-05-304-135/+131
* Don't make Origin SMP as experimental.Ralf Baechle2000-05-301-1/+1
* Forgot..Ulf Carlsson2000-05-301-2/+3
* Fix "make ARCH=mips64 dep" failing.Kanoj Sarcar2000-05-301-3/+1
* Next iteration, that should be it [tm].Harald Koerfgen2000-05-276-3/+27
* Make __kernel_clock_t 64 bit.Ralf Baechle2000-05-261-1/+1
* This should resolve most of the offset.h issues which popped up lately, I hope.Harald Koerfgen2000-05-266-14/+14
* First cut of TLB handlers in assembler. I'm not usingUlf Carlsson2000-05-253-12/+235
* Work around something I haven't looked into.Ulf Carlsson2000-05-241-0/+4
* Further stresstesting revealed weaknesses in my first proposal.Harald Koerfgen2000-05-244-8/+6
* no real solution for the offset.h-chicken-egg-problem, but this does all I wnatHarald Koerfgen2000-05-246-8/+6
* Add a rule for offset.h.Ulf Carlsson2000-05-232-0/+6
* HousekeepingHarald Koerfgen2000-05-234-197/+2
* The last CONFIG_HAVE_IO_PORTS...Harald Koerfgen2000-05-231-1/+1
* Also kill CONFIG_HAVE_IO_PORTS.Ralf Baechle2000-05-231-5/+4
* Eleminate CONFIG_HAVE_IO_PORTS, it was a synonym for what is nowRalf Baechle2000-05-231-6/+5
* Implement private_ioctl driver method, this is needed by mii-tool fromRalf Baechle2000-05-231-12/+64
* Update defconfig files.Ralf Baechle2000-05-237-10/+98
* Fix for SCSI CDRom module needed symbol irq_stat - Fix by Klaus NaumannFlorian Lohoff2000-05-221-0/+2
* Typo fixedHarald Koerfgen2000-05-211-1/+1
* Parallel initialization: each hub now tries to discover the xbowKanoj Sarcar2000-05-203-54/+74
* We have to check for pending signals when we return from do_page_fault toUlf Carlsson2000-05-201-1/+1
* Fix namespace collision between serial.c and sgiserial.c which couldRalf Baechle2000-05-192-2/+8
* Update comment.Ralf Baechle2000-05-191-0/+1
* Call syscall_trace after finishing the sigreturn syscall but beforeRalf Baechle2000-05-194-0/+15
* Let tty_io.c call init_serial_console (CONFIG_SERIAL vs. CONFIG_SGI_SERIAL)Florian Lohoff2000-05-191-1/+1
* Move sgiserial initialization to a much better placeFlorian Lohoff2000-05-192-1/+2
* Implement a more dynamic method of associating IRQs with PCI devices.Kanoj Sarcar2000-05-193-56/+79