summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh/include/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* landisk has legacy global variable want_resched, rather than post-MPderaadt2020-09-251-10/+5
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+2
* Add intr_{disable,restore}() for sh.visa2019-03-241-1/+13
* CPU_BUSY_CYCLE(): A new MI statement for busy loop power reductionuebayasi2014-07-111-1/+3
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* Fix kernel profiling on MP systems by using per-CPU buffers and teachmpi2013-03-121-1/+4
* Back out per-CPU kernel profiling, it shouldn't modify a public headermpi2013-02-121-4/+1
* Fix kernel profiling on MP systems by using per-CPU buffer. Previouslympi2013-02-111-1/+4
* Determine whether we're currently on the alternative signal stackguenther2012-12-021-3/+3
* Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,miod2010-09-281-1/+4
* Do not include <machine/intr.h> from <sh/psl.h>, and fix <sh/cpu.h> whichmiod2010-04-251-1/+3
* Remove cpu_wait(). It's original use was to be called from the reaper sooga2009-03-261-2/+1
* make random(9) return per-cpu values (by saving the seed in the cpuinfo),deraadt2008-10-151-1/+2
* Add empty cpu_unidle() macros for architectures that currently don't doart2008-10-101-1/+2
* Define MAXCPUS on all architectures.art2008-10-101-1/+2
* Implement CPU_INFO_UNIT for everyone, not just MP kernels.art2008-10-091-1/+2
* Add a macro that clears the want_resched flag that need_resched sets.art2008-07-181-1/+2
* Not all cache operations need to be run from P2, so don't do this unlessmiod2008-05-211-16/+55
* Remove long dead CLKF_BASEPRI which crept in by mistake.miod2008-02-111-2/+1
* Make context switching much more MI:art2007-10-101-1/+6
* now that all partition size/offsets are potentially 64-bit, change thederaadt2007-06-061-2/+2
* Switch sh to __HAVE_CPUINFO. The least possible effort for now.art2007-05-141-1/+21
* machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and relatedmiod2007-04-291-14/+1
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-6/+2
* Kernel crash dumps and associated libkvm bits for landisk.miod2007-03-031-1/+4
* Move landisk to hardware floating point. At the moment the FPU context ismiod2007-03-021-1/+4
* power(4) driver for the power switch on many landisk models, hookedmartin2007-01-151-2/+4
* Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptmiod2006-11-291-8/+1
* few more filesmickey2006-10-061-1/+2
* Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase withmiod2006-10-061-0/+213