summaryrefslogtreecommitdiffstats
path: root/arch/mips64
Commit message (Expand)AuthorAgeFilesLines
* 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-022-3/+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
* Now that __kernel_clock_t is 64 bits, we need to make sure we have aKanoj Sarcar2000-06-012-1/+30
* 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
* 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-273-1/+14
* This should resolve most of the offset.h issues which popped up lately, I hope.Harald Koerfgen2000-05-261-2/+1
* First cut of TLB handlers in assembler. I'm not usingUlf Carlsson2000-05-252-10/+227
* 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-241-4/+2
* no real solution for the offset.h-chicken-egg-problem, but this does all I wnatHarald Koerfgen2000-05-242-4/+3
* Add a rule for offset.h.Ulf Carlsson2000-05-231-0/+3
* Update defconfig files.Ralf Baechle2000-05-232-8/+2
* 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
* Call syscall_trace after finishing the sigreturn syscall but beforeRalf Baechle2000-05-192-0/+8
* 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
* irq.h: With the current scheme of encoding the bus number into theKanoj Sarcar2000-05-181-0/+1
* Less intrusive workaround for the gas ``-P'' bug.Ralf Baechle2000-05-181-1/+4
* Misc fixes.Kanoj Sarcar2000-05-171-8/+7
* Modify the SMP bootup sequence slightly, so that the master waitsKanoj Sarcar2000-05-171-5/+7
* The device initialization code can not assume it is being invoked onKanoj Sarcar2000-05-171-1/+2
* Fix the bridge register programming to indicate a 1:1 mapping betweenKanoj Sarcar2000-05-161-2/+3
* Move the intercpu intr irq numbers to the lowest possible. AssignKanoj Sarcar2000-05-152-61/+52
* Fix races in the low level intr handling code to prevent intr lossKanoj Sarcar2000-05-131-14/+28
* sigset_t fixes and a few new functions..Ulf Carlsson2000-05-132-26/+206
* sigset_t is only 2 words nowadaysUlf Carlsson2000-05-131-3/+1
* Merge with Linux 2.3.99-pre8. Linus must hate me, too man patches ;-)Ralf Baechle2000-05-123-3/+6
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-126-41/+59
* Add sys32_writev and sys32_readv.Ulf Carlsson2000-05-122-3/+154
* Rudimentary nmi support to be able to do simple debugging on SMPKanoj Sarcar2000-05-123-1/+169
* Enable "reboot"ing the system.Kanoj Sarcar2000-05-111-1/+20
* SMP FPU management: similar to what sparc does, no lazy fpu contextKanoj Sarcar2000-05-115-15/+36
* When last_task_used_math gets the cpu, ST0_CU1 is set during contextKanoj Sarcar2000-05-113-23/+90
* Some infrastructure for supporting multiple pci busses on origin200/2000.Leo Dagum2000-05-113-195/+377
* UP FPU state handling fixes: make sure to save the fpu state of theKanoj Sarcar2000-05-102-1/+5
* *** empty log message ***Ulf Carlsson2000-05-101-2/+0
* Add sys32_nanosleep to get syslogd working.Ulf Carlsson2000-05-102-3/+56
* Bomb little endian compiles for select32, so that the little endian guysKanoj Sarcar2000-05-081-0/+4
* Forkdrop IA64 version of sys32_select. Forklift the sparc64 version.Kanoj Sarcar2000-05-071-18/+79
* Forklift sys32_select from IA64 code.Kanoj Sarcar2000-05-042-1/+103
* More low level debugging stuff that can be turned on with DEBUG_MIPS64.Kanoj Sarcar2000-05-033-0/+29
* SMP bootup and slave processor wakeup needs to be improved, but forKanoj Sarcar2000-05-031-1/+1