summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Some small fixes and cleanups:Harald Koerfgen2000-05-163-16/+43
* 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-1291-282/+19356
* Merge with Linux 2.3.99-pre7 and various other bits.Ralf Baechle2000-05-12144-2771/+7195
* 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
* Sony name change patches from Geert.Ralf Baechle2000-05-107-7/+7
* *** 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
* Revert kernel page allocationFlorian Lohoff2000-05-041-20/+0
* 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
* Change the output format of /proc/cpuinfo slightly to report the numberKanoj Sarcar2000-05-021-0/+2
* Multicpu boot fixes: 1. make sure each cpu only picks up the interruptsKanoj Sarcar2000-05-021-6/+31
* SMP debugging enhancements.Kanoj Sarcar2000-05-013-3/+4
* Print out cpu number in debug statements for SMP debugging.Kanoj Sarcar2000-04-281-4/+4
* Update defconfig files. Nastyness: 2.3.99 builds only with sysctlsRalf Baechle2000-04-284-6/+7
* Merge with 2.3.99-pre6.Ralf Baechle2000-04-28210-6311/+5686
* Have the slave cpus go into the reschedule loop to pick up tasks andKanoj Sarcar2000-04-271-1/+1
* sigprocmask needs to be 32-bitized.Kanoj Sarcar2000-04-272-1/+20
* Initialize the slave cpu tlb registers during bootup.Kanoj Sarcar2000-04-261-0/+2
* Fix the sysentry debugging code: can never do a SAVE_SOME with intrsKanoj Sarcar2000-04-261-2/+5
* Enalbe interrupts on slave cpus.Kanoj Sarcar2000-04-261-0/+1
* Make the sysentry debugging code a little more versatile.Kanoj Sarcar2000-04-252-2/+8
* We use the ST0_CU0 bit to determine whether we are coming intoKanoj Sarcar2000-04-252-1/+13
* Pick a name for the idle process on each cpu - easier for debugging.Kanoj Sarcar2000-04-241-0/+1
* Fix the init_new_context code not to zap the percpu tlbpid array whenKanoj Sarcar2000-04-242-4/+4
* scall_64.S: Move to kernel mode and enable intrs properly.Kanoj Sarcar2000-04-235-23/+36
* Change all instances of __SMP__ to CONFIG_SMP and includeRalf Baechle2000-04-232-3/+5
* First cut at intercpu tlb flushing.Kanoj Sarcar2000-04-224-7/+66
* Per cpu tlbpid (asid) management for SMP. The asid cache is now perKanoj Sarcar2000-04-225-69/+91
* Delete unused junk "current_pgd".Kanoj Sarcar2000-04-212-2/+0
* Don't overwrite the cache exception handler.Ralf Baechle2000-04-211-3/+1
* Merge with Linux 2.3.99-pre5.Ralf Baechle2000-04-194-462/+546
* Merge with Linux 2.3.99-pre4.Ralf Baechle2000-04-19147-2302/+3886
* Pause fix for mips64.Ralf Baechle2000-04-193-2/+9