Age | Commit message (Expand) | Author |
2007-10-28 | This is a horrible kluge: invoke sched_init_cpu for seconday processors | Miod Vallat |
2007-10-28 | Start secondary processors synchronously. This only wins us a nicer dmesg | Miod Vallat |
2007-10-28 | Do not flag a processor as ``alive'' until it really is ready to accept IPIs. | Miod Vallat |
2007-10-28 | add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. The | Alexandre Ratchov |
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-28 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-28 | When handling a userland data fault occuring in kernel mode, take the kernel | Miod Vallat |
2007-10-28 | Disable interrupts around changing curproc and curpcb so these always match. | Miod Vallat |
2007-10-27 | Grab kernel lock before calling interrupt handlers. | Mark Kettenis |
2007-10-27 | Grab kernel lock for EXC_DSI. | Mark Kettenis |
2007-10-27 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-27 | Use the same assembly constraints for all inline assembler xmem constructs. | Miod Vallat |
2007-10-27 | In __cpu_simple_lock() and __cpu_simple_lock_try(), use a local u_int instead | Miod Vallat |
2007-10-27 | No need for an explicit pipeline synchronization in invalidate_pte(), the | Miod Vallat |
2007-10-27 | Be more strict when disassembling {f,}{st,x}cr and [bt]cnd instructions, | Miod Vallat |
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 | Be sure to enable interrupts on return from ddb if they were enabled before | Miod Vallat |
2007-10-25 | another case of product encoding is "Sun (TM) modelname", on the E250 | Theo de Raadt |
2007-10-24 | Rely on 16 byte pcb alignment, and use double loads and stores during | Miod Vallat |
2007-10-24 | Remove sir_lock, superseded by the atomic bit operations. | Miod Vallat |
2007-10-24 | Turn curcpu() into an inline function instead of a macro relying on a GCC | Miod Vallat |
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-24 | pipleine -> pipeline | Miod Vallat |
2007-10-24 | In cpu_switchto(), load pmap->pm_tlbpid manually, instead of expecting | Miod Vallat |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-24 | Don't spam the dmesg. | Mike Belopuhov |
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 | remove flagsa/dobusy/doidle stuff introduced 3 years ago as a debugging aid.. | Theo de Raadt |
2007-10-22 | Recognize kernel options specified on the "boot" command line (e.g. boot --c), | Miod Vallat |
2007-10-22 | stoped -> stopped | Joel Sing |
2007-10-22 | no need for NOPROG and bsd.prog.mk | Theo de Raadt |
2007-10-22 | fix tag building; Pierre Riteau plus my own tweaks | Theo de Raadt |
2007-10-21 | Don't use next_tick() to start the clock ticking on secondary CPUs. This | Mark Kettenis |
2007-10-21 | Make certain the output buffer is zeroed before starting processing. | Dale Rahn |
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 | remove vars from some prototypes. | Federico G. Schwindt |