Age | Commit message (Expand) | Author |
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-18 | Add support for the Moosehead PS/2 controller as found on SGI O2 workstations. | Joel Sing |
2007-10-18 | Make sure interrupts are really enabled at the beginning of proc_trampoline, | Miod Vallat |
2007-10-18 | enter for obj@ building, otherwise dribbles happen | Theo de Raadt |
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat |
2007-10-18 | No need to include <machine/pte.h> here. | Miod Vallat |
2007-10-18 | Get rid of the silly union for mips pte. No functional change except | Miod Vallat |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
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-17 | more unification between amd64 and i386 (API changes, but we think | Theo de Raadt |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt |
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 |
2007-10-16 | Make lazy fpu context switching work for MULTIPROCESSOR kernels. Tested by | Mark Kettenis |
2007-10-16 | Another cpu_switchto() leftover. | Mark Kettenis |
2007-10-16 | unsigned int is nicer than just unsigned | Theo de Raadt |
2007-10-16 | Do not expose the end of the proc_trampoline bowels to C code anymore, and | Miod Vallat |
2007-10-16 | Fix the mtx_wantipl != IPL_NONE comparison in the ``have to spin'' | Miod Vallat |
2007-10-15 | Skip non-SPD EEPROMs. | Mark Kettenis |
2007-10-15 | catch privileged actions as well; hint from miod@ | Federico G. Schwindt |
2007-10-14 | registred -> registered | Miod Vallat |
2007-10-14 | Don't bail out after finding the first cpu. | Mark Kettenis |
2007-10-14 | enable wbng | Theo de Raadt |
2007-10-14 | Provide a way to attach spdmem(4) by faking an I2C bus with EEPROMs with | Mark Kettenis |
2007-10-14 | Implement OF_getproplen(). | Mark Kettenis |
2007-10-14 | 'expresion' -> 'expression'. Reported by Jung on tech@. | Kenneth R Westerback |
2007-10-14 | One more cpu_switchto() leftover. | Miod Vallat |
2007-10-14 | Disable timer/compare interrupts on the macebus. This prevents interrupt | Joel Sing |
2007-10-13 | Enable interrupts in secondary processors before invoking cpu_switchto(), | Miod Vallat |
2007-10-13 | It is no longer necessary to fiddle with spl in cpu_idle_{enter,leave} now | Miod Vallat |
2007-10-13 | Be sure to spl0() in proc_trampoline, so that kernel threads start at IPL_NONE. | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-13 | Various typos in comments; Joel Sing | Miod Vallat |
2007-10-11 | enable puc(4) for GENERIC on armish | Stuart Henderson |
2007-10-10 | prepare for the future | Theo de Raadt |
2007-10-10 | GENERIC.MP dirs will show up here some time | Theo de Raadt |
2007-10-10 | Disable PSL_POW code for now in cpu_idle_cycle, because it does not yet | Theo de Raadt |