aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/cyclic
Commit message (Expand)AuthorAgeFilesLines
* remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon2014-12-073-1848/+0
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* MFCAttilio Rao2011-05-162-20/+32
|\
| * better integrate cyclic module with clocksource/eventtimer subsystemAndriy Gapon2011-05-162-21/+33
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+3
|/
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameterAndriy Gapon2010-12-171-2/+2
* opensolaris cyclic: fix deadlock and make a little bit closer to upstreamAndriy Gapon2010-12-071-175/+164
* opensolaris cyclic xcall: no need for special handling of curcpuAndriy Gapon2010-12-071-9/+3
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-4/+1
* Rename the cyclic global variable lapic_cyclic_clock_func to justRui Paulo2010-04-201-3/+3
* The amd64 version of the cyclic dtrace module is a verbatim copy of theRui Paulo2010-04-201-133/+0
* Remove unused variable.Ganbold Tsagaankhuu2008-11-251-2/+1
* The cyclic timer device. This is a cut down version of the one inJohn Birrell2008-05-234-0/+1988