| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -9/+7 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -7/+9 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -9/+7 |
* | Hide internal details of sbintime_t implementation wrapping INT64_MAX into | davide | 2014-04-12 | 1 | -6/+6 |
* | Add support for event timers whose clock frequency can change while running. | ian | 2014-04-02 | 1 | -0/+19 |
* | Fix periodic per-CPU timers startup on boot. | mav | 2013-12-16 | 1 | -1/+2 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | attilio | 2013-11-25 | 1 | -1/+0 |
* | - Make callout(9) tickless, relying on eventtimers(4) as backend for | davide | 2013-03-04 | 1 | -250/+218 |
* | MFcalloutng: | mav | 2013-02-28 | 1 | -7/+9 |
* | MFcalloutng: | davide | 2013-02-28 | 1 | -2/+4 |
* | Add support for good old 8192Hz profiling clock to software PMC. | mav | 2013-02-26 | 1 | -9/+15 |
* | Get time of next event from other cores only if SMP is already started. | gber | 2013-02-01 | 1 | -8/+10 |
* | panic() with reasonable message instead of returning zero frequency causing | mav | 2012-10-10 | 1 | -1/+2 |
* | Particlly MFcalloutng r238425 (by davide): | mav | 2012-08-04 | 1 | -11/+6 |
* | Partialy MFcalloutng r236894 (by davide): | mav | 2012-08-04 | 1 | -20/+20 |
* | Microoptimize time math. As soon as our event periods are always below ome | mav | 2012-08-03 | 1 | -12/+14 |
* | Add kern.eventtimer.activetick tunable/sysctl, specifying whether each | mav | 2012-03-13 | 1 | -8/+24 |
* | Idle ticks optimization: | mav | 2012-03-10 | 1 | -6/+12 |
* | Be more polite when setting state->nextevent inside cpu_new_callout(). | mav | 2012-03-09 | 1 | -2/+3 |
* | Set negative quality to TSC timecounter when C3 state is enabled for Intel | jkim | 2011-06-22 | 1 | -0/+1 |
* | better integrate cyclic module with clocksource/eventtimer subsystem | avg | 2011-05-16 | 1 | -12/+61 |
* | Refactor Xen PV code to use new event timers subsystem. That uses one-shot | mav | 2011-05-13 | 1 | -5/+0 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | On APs startup skip hard-/statclock events, which time passed before CPU | mav | 2010-11-08 | 1 | -16/+30 |
* | If kernel built with DEVICE_POLLING, keep one CPU always in active state | mav | 2010-09-22 | 1 | -1/+6 |
* | If new callout scheduled to another CPU and we are using global timer, | mav | 2010-09-21 | 1 | -3/+7 |
* | Remember last kern.eventtimer.periodic value, explicitly set by user. | mav | 2010-09-21 | 1 | -2/+5 |
* | When global timer used at SMP system, update nextevent field on BSP before | mav | 2010-09-18 | 1 | -4/+4 |
* | Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required | mav | 2010-09-14 | 1 | -1/+5 |
* | Add some foot shooting protection by checking singlemul value correctness. | mav | 2010-09-14 | 1 | -4/+5 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -262/+601 |
* | Fix several un-/signedness bugs of r210290 and r210293. Add one more check. | mav | 2010-07-20 | 1 | -2/+3 |
* | Extend timer driver API to report also minimal and maximal supported period | mav | 2010-07-20 | 1 | -11/+35 |
* | Rename timeevents.c to kern_clocksource.c. | mav | 2010-07-14 | 1 | -0/+508 |