summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27
Commit message (Expand)AuthorAgeFilesLines
* - adjtimex(2) emulation.Ralf Baechle2000-09-051-47/+41
* Slightly tweak how the ioc3 fixup interacts with serial driver. Also,Kanoj Sarcar2000-08-311-1/+2
* No more hardcoded serial port addresses. Get the serial driver probingKanoj Sarcar2000-08-311-0/+16
* Define prom_putchar/prom_getchar() for IP27s. The IP27 console printkKanoj Sarcar2000-08-291-9/+8
* Desinfect console code from #ifdefmania.Ralf Baechle2000-08-273-5/+64
* Do the bare minimum pci fixups needed for the IOC3, not more ...Kanoj Sarcar2000-08-241-3/+0
* Kill warning.Ralf Baechle2000-08-091-10/+13
* Merge with Linux 2.4.0-test6-pre4.Ralf Baechle2000-08-081-4/+0
* Tweak the initialization macros so that they work even on a systemKanoj Sarcar2000-08-051-3/+1
* Compile fix: get the ip27-timer.c code that updates process times lookingKanoj Sarcar2000-08-011-25/+10
* Name change: the generic call flush_cache_all() does not do anythingKanoj Sarcar2000-07-241-2/+2
* Introduce a new cpu specific routine to flush the L2 cache. This helpsKanoj Sarcar2000-07-242-20/+3
* Merge with Linux 2.4.0-test5-pre1. This works again on Origin UP.Ralf Baechle2000-07-152-1/+3
* Revert last change. Bug noticed by Linus.Ralf Baechle2000-07-121-1/+1
* Same here.Ralf Baechle2000-07-121-1/+1
* And this one also depends on config.h.Ralf Baechle2000-07-121-0/+1
* Thisone also needs config.h ...Ralf Baechle2000-07-121-1/+1
* Include config.h.Ralf Baechle2000-07-121-0/+1
* Merge with Linux 2.4.0-test3.Ralf Baechle2000-07-111-4/+4
* Kill warnings in the 64-bit kernel.Ralf Baechle2000-07-097-40/+45
* Merge with 2.4.0-test3-pre4.Ralf Baechle2000-07-082-12/+14
* Tlb miss handling updates: need to fill in the processor id only onceKanoj Sarcar2000-06-291-0/+1
* Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,Kanoj Sarcar2000-06-271-1/+3
* Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation andKanoj Sarcar2000-06-261-1/+1
* Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make mergingRalf Baechle2000-06-191-4/+1
* Fix a possible race in the initialization code.Kanoj Sarcar2000-06-131-8/+5
* Support to put the lowlevel exception handlers in node local memory.Kanoj Sarcar2000-06-131-0/+25
* When doing kernel text replication, make sure we do not scribble onKanoj Sarcar2000-06-132-21/+27
* Add in a build/config option for kernel text replication.Kanoj Sarcar2000-06-121-0/+3
* Have the slave bootstrap code actually look at the text and data serverKanoj Sarcar2000-06-091-11/+7
* Add in the hooks to do kernel text replication. Now start debugging thisKanoj Sarcar2000-06-093-1/+124
* Need to have the nasid of the boot/master node for future uses.Kanoj Sarcar2000-06-091-0/+2
* SMP Mapped kernel fixes to go along with the new layout. Use properlyKanoj Sarcar2000-06-081-1/+1
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-081-1/+1
* Reboot was doing halt and halt was crashing the machine, fixed.Ralf Baechle2000-06-071-6/+13
* Get the mapped kernel working for SMP kernels. While launching slaves,Kanoj Sarcar2000-06-061-3/+4
* Get some type definitions into their rightful places for wider usage.Kanoj Sarcar2000-06-061-4/+5
* Launch the CPUs one by one until we can make sure that weUlf Carlsson2000-06-061-7/+11
* Further cleanups to the ld script files not to do more than needed.Kanoj Sarcar2000-06-051-2/+2
* 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-023-27/+28
* Set smp_num_cpus in the IP27 specific code. Getting ready to handleKanoj Sarcar2000-06-021-1/+1
* Fix some type definitions, add a new field in the per-processor dataKanoj Sarcar2000-06-021-1/+1
* Add the node offset to the IOC3 to the PCI resourceUlf Carlsson2000-06-011-0/+4
* Only enter do_timer from the first CPU.Ulf Carlsson2000-05-311-16/+16
* Remove all IOC3 hacks. IOC3 now allocates it's resources the same wayRalf Baechle2000-05-302-71/+79
* Work around something I haven't looked into.Ulf Carlsson2000-05-241-0/+4
* Parallel initialization: each hub now tries to discover the xbowKanoj Sarcar2000-05-203-54/+74
* Implement a more dynamic method of associating IRQs with PCI devices.Kanoj Sarcar2000-05-192-54/+78
* ip27-timer.c: Use the realtime clock for do_gettimeofday and do_settimeofdayUlf Carlsson2000-05-191-1/+33