Age | Commit message (Expand) | Author |
2007-11-10 | weel -> well | Joel Sing |
2007-11-10 | Remove a fair amount of duplicated code by making cpu_mp_startup call | Mark Kettenis |
2007-11-10 | For single-processor kernels, only match the CPU we're running on. | Mark Kettenis |
2007-11-09 | Call prom_set_trap_table for secondary CPUs too. | Mark Kettenis |
2007-11-09 | Use the interrupt stack as the initial stack for spinning up secondary CPUs. | Mark Kettenis |
2007-11-06 | Close a race where we might save/drop the fpu state of the wrong process in | Mark Kettenis |
2007-11-05 | Sprinkle a few holy membars around memory writes. | Miod Vallat |
2007-10-31 | Overhaul fpu context save/restore code, making it more similar to what we do | Mark Kettenis |
2007-10-31 | Remove some XXX code that has been #ifdef'ed out for ages. | Mark Kettenis |
2007-10-31 | Remove idle_u; it's been unused for a while. | Mark Kettenis |
2007-10-31 | Remove some comments about 32-bit mode. | Mark Kettenis |
2007-10-31 | Garbage collect ienab_bis() and ienab_bic(). | Mark Kettenis |
2007-10-29 | UltraSPARC CPUs (and other SPARC V9 implementations) don't have a | Mark Kettenis |
2007-10-28 | UltraSPARC CPUs don't have a floating-point queue, so cpu_reset_fpustate() is | Mark Kettenis |
2007-10-28 | Match on compatible: 'pcf8584', such that we attach on the V210 again. | Mark Kettenis |
2007-10-27 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-27 | Since ipis are not synchronous, make sure that ci_fpproc is not NULL before | Miod Vallat |
2007-10-27 | Don't do unecessary work in cpu_switchto(). | Mark Kettenis |
2007-10-25 | Don't forget the channel number; makes sure we don't always read channel 0 | Mark Kettenis |
2007-10-25 | Remove some coded that has been #ifdef'ed out for quite a while now. | Mark Kettenis |
2007-10-25 | allocate 1 byte extra in getprop(), for the NUL that some callers like | Theo de Raadt |
2007-10-25 | another case of product encoding is "Sun (TM) modelname", on the E250 | Theo de Raadt |
2007-10-24 | Enable power supply temperature sensors on the E450. | Mark Kettenis |
2007-10-24 | Add support for power supply temperature sensors on the E450. | Mark Kettenis |
2007-10-22 | alipm0 can now be enabled because of the crash workaround | Theo de Raadt |
2007-10-22 | let alipm0 still be used for spdmem probes, but skip sensors. alipm (or | Theo de Raadt |
2007-10-22 | Add support for SUNW,envctrl as found on the E450. | Mark Kettenis |
2007-10-22 | CPU temperature sensors on the E450 have a conversion factor of 1/1 instead of | Mark Kettenis |
2007-10-22 | the invalid flag is never set in these two drivers, so don't test if it is; ... | Constantine A. Murenin |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-21 | Don't use next_tick() to start the clock ticking on secondary CPUs. This | Mark Kettenis |
2007-10-20 | Ack IRQ *after* fetching IPI args. From NetBSD. | Mark Kettenis |
2007-10-20 | Provide sensor status based on the limits found in OpenFirmware. | Mark Kettenis |
2007-10-20 | Add support for the temperature sensors on the SUNW,envctrltwo device found | Mark Kettenis |
2007-10-20 | Make sure to send an ipi to the processor a given proc runs on in signotify(), | Miod Vallat |
2007-10-20 | enuf -> enough | Miod Vallat |
2007-10-19 | Don't use "counter-timer" as clock interrupt source on MULTIPROCESSOR kernels | Mark Kettenis |
2007-10-19 | Use HDL2CELL when passing an OpenFirmware handle in prom_start_cpu. Makes | Mark Kettenis |
2007-10-19 | remove old-school "cpu%d running" messages from default code paths | Theo de Raadt |
2007-10-18 | Don't try to send IPIs to CPUs that aren't running (yet). | Mark Kettenis |
2007-10-17 | Use ldx (instead of ld) to load a pointer. | Mark Kettenis |
2007-10-17 | Let other people build sparc64 bsd.mp too. | Mark Kettenis |
2007-10-17 | MULTIPROCESSOR kernels need clock interrupts on secondary CPUs too, so don't | Mark Kettenis |
2007-10-17 | Spin up secondary CPUs on MULTIPROCESSOR kernels. Works on UltraSPARC-III | Mark Kettenis |
2007-10-17 | Do not clean up vers.c as it is not autogenerated anymore. | Hans-Joerg Hoexer |
2007-10-17 | Get proc_trampoline() ready for MULTIPROCESSOR. | Mark Kettenis |
2007-10-17 | Sanitize debug printf. | Mark Kettenis |
2007-10-17 | Proper TLB flushing for MULTIPROCESSOR kernels. | Mark Kettenis |
2007-10-16 | For MULTIPROCESSOR kernels, make cpu_switchto() set p->p_cpu. | Mark Kettenis |
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis |