summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Each node needs to have a structure that the master nasid fills up toKanoj Sarcar2000-06-091-1/+0
* Step one of trying to remove the assumption that nasid 0 is presentKanoj Sarcar2000-06-081-3/+33
* Mapped kernel changes: create elf sections as close as possible toKanoj Sarcar2000-06-081-31/+27
* *** empty log message ***Ralf Baechle2000-06-061-12/+13
* 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 tlbwired register is now set up in the head.S code.Kanoj Sarcar2000-06-061-363/+115
* Initial rudimentary support for mapped kernel. The kernel text and dataKanoj Sarcar2000-06-061-87/+368
* Fix the address twiddling. For some reason, the code that I was expectingKanoj Sarcar2000-06-051-11/+10
* Set smp_num_cpus in the IP27 specific code. Getting ready to handleKanoj Sarcar2000-06-021-2/+0
* Now that __kernel_clock_t is 64 bits, we need to make sure we have aKanoj Sarcar2000-06-012-1/+30
* Forgot..Ulf Carlsson2000-05-301-2/+3
* First cut of TLB handlers in assembler. I'm not usingUlf Carlsson2000-05-252-10/+227
* 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
* Less intrusive workaround for the gas ``-P'' bug.Ralf Baechle2000-05-181-1/+4
* 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-pre7 and various other bits.Ralf Baechle2000-05-121-32/+44
* Add sys32_writev and sys32_readv.Ulf Carlsson2000-05-122-3/+154
* 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
* 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-032-0/+16
* Change the output format of /proc/cpuinfo slightly to report the numberKanoj Sarcar2000-05-021-0/+2
* SMP debugging enhancements.Kanoj Sarcar2000-05-011-2/+3
* 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
* Fix the sysentry debugging code: can never do a SAVE_SOME with intrsKanoj Sarcar2000-04-261-2/+5
* Make the sysentry debugging code a little more versatile.Kanoj Sarcar2000-04-251-2/+1
* We use the ST0_CU0 bit to determine whether we are coming intoKanoj Sarcar2000-04-252-1/+13
* scall_64.S: Move to kernel mode and enable intrs properly.Kanoj Sarcar2000-04-232-7/+16
* Change all instances of __SMP__ to CONFIG_SMP and includeRalf Baechle2000-04-231-1/+3
* First cut at intercpu tlb flushing.Kanoj Sarcar2000-04-221-4/+63
* Per cpu tlbpid (asid) management for SMP. The asid cache is now perKanoj Sarcar2000-04-221-1/+4
* Delete unused junk "current_pgd".Kanoj Sarcar2000-04-212-2/+0
* Pause fix for mips64.Ralf Baechle2000-04-193-2/+9
* Intercpu interrupt changes: add in dedicated intr levels for rescheduleKanoj Sarcar2000-04-171-16/+81
* Fix this UP/MP microoptimization business with cpu_data[] andKanoj Sarcar2000-04-081-1/+3
* Fix semaphores in modules.Ralf Baechle2000-04-071-0/+8
* Clear the TS bit from the master's status register (don't know whyKanoj Sarcar2000-04-072-2/+6
* Make the initial status register setting code for slaves similar to theKanoj Sarcar2000-04-061-16/+19
* Create idle threads for the slave processors and put them in theirKanoj Sarcar2000-04-061-1/+1
* Oops, I had overwritten head.S completely with another C file. Fixing.Kanoj Sarcar2000-04-051-127/+92
* Try to launch all the slave cpus in the system. Currently, I _think_Kanoj Sarcar2000-04-052-81/+128