| Commit message (Expand) | Author | Age | Files | Lines |
* | landisk has legacy global variable want_resched, rather than post-MP |  deraadt | 2020-09-25 | 1 | -10/+5 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+2 |
* | Add intr_{disable,restore}() for sh. |  visa | 2019-03-24 | 1 | -1/+13 |
* | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction |  uebayasi | 2014-07-11 | 1 | -1/+3 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -2/+2 |
* | Fix kernel profiling on MP systems by using per-CPU buffers and teach |  mpi | 2013-03-12 | 1 | -1/+4 |
* | Back out per-CPU kernel profiling, it shouldn't modify a public header |  mpi | 2013-02-12 | 1 | -4/+1 |
* | Fix kernel profiling on MP systems by using per-CPU buffer. Previously |  mpi | 2013-02-11 | 1 | -1/+4 |
* | Determine whether we're currently on the alternative signal stack |  guenther | 2012-12-02 | 1 | -3/+3 |
* | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, |  miod | 2010-09-28 | 1 | -1/+4 |
* | Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> which |  miod | 2010-04-25 | 1 | -1/+3 |
* | Remove cpu_wait(). It's original use was to be called from the reaper so |  oga | 2009-03-26 | 1 | -2/+1 |
* | make random(9) return per-cpu values (by saving the seed in the cpuinfo), |  deraadt | 2008-10-15 | 1 | -1/+2 |
* | Add empty cpu_unidle() macros for architectures that currently don't do |  art | 2008-10-10 | 1 | -1/+2 |
* | Define MAXCPUS on all architectures. |  art | 2008-10-10 | 1 | -1/+2 |
* | Implement CPU_INFO_UNIT for everyone, not just MP kernels. |  art | 2008-10-09 | 1 | -1/+2 |
* | Add a macro that clears the want_resched flag that need_resched sets. |  art | 2008-07-18 | 1 | -1/+2 |
* | Not all cache operations need to be run from P2, so don't do this unless |  miod | 2008-05-21 | 1 | -16/+55 |
* | Remove long dead CLKF_BASEPRI which crept in by mistake. |  miod | 2008-02-11 | 1 | -2/+1 |
* | Make context switching much more MI: |  art | 2007-10-10 | 1 | -1/+6 |
* | now that all partition size/offsets are potentially 64-bit, change the |  deraadt | 2007-06-06 | 1 | -2/+2 |
* | Switch sh to __HAVE_CPUINFO. The least possible effort for now. |  art | 2007-05-14 | 1 | -1/+21 |
* | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related |  miod | 2007-04-29 | 1 | -14/+1 |
* | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -6/+2 |
* | Kernel crash dumps and associated libkvm bits for landisk. |  miod | 2007-03-03 | 1 | -1/+4 |
* | Move landisk to hardware floating point. At the moment the FPU context is |  miod | 2007-03-02 | 1 | -1/+4 |
* | power(4) driver for the power switch on many landisk models, hooked |  martin | 2007-01-15 | 1 | -2/+4 |
* | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except |  miod | 2006-11-29 | 1 | -8/+1 |
* | few more files |  mickey | 2006-10-06 | 1 | -1/+2 |
* | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with |  miod | 2006-10-06 | 1 | -0/+213 |