Age | Commit message (Expand) | Author |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-04-25 | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which | Miod Vallat |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-05-21 | Not all cache operations need to be run from P2, so don't do this unless | Miod Vallat |
2008-02-11 | Remove long dead CLKF_BASEPRI which crept in by mistake. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-05-14 | Switch sh to __HAVE_CPUINFO. The least possible effort for now. | Artur Grabowski |
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-03-03 | Kernel crash dumps and associated libkvm bits for landisk. | Miod Vallat |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-10-06 | few more files | Michael Shalayeff |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |