summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312551:hselasky2017-03-141-1/+1
* MFC r264388 (by davide):kib2016-08-271-4/+4
* MFC r275576: remove opensolaris cyclic code, replace with high-precision call...avg2015-05-111-57/+0
* MFC 276724:jhb2015-04-021-5/+6
* MFC r278209:kib2015-02-111-0/+39
* MFC 264019, 264041, 264048, 264049, 264050, 264051ian2014-05-171-0/+19
* MFC r259464:mav2014-01-031-1/+2
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-250/+218
* MFcalloutng:mav2013-02-281-7/+9
* MFcalloutng:davide2013-02-281-2/+4
* Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-261-9/+15
* Get time of next event from other cores only if SMP is already started.gber2013-02-011-8/+10
* panic() with reasonable message instead of returning zero frequency causingmav2012-10-101-1/+2
* Particlly MFcalloutng r238425 (by davide):mav2012-08-041-11/+6
* Partialy MFcalloutng r236894 (by davide):mav2012-08-041-20/+20
* Microoptimize time math. As soon as our event periods are always below omemav2012-08-031-12/+14
* Add kern.eventtimer.activetick tunable/sysctl, specifying whether eachmav2012-03-131-8/+24
* Idle ticks optimization:mav2012-03-101-6/+12
* Be more polite when setting state->nextevent inside cpu_new_callout().mav2012-03-091-2/+3
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+1
* better integrate cyclic module with clocksource/eventtimer subsystemavg2011-05-161-12/+61
* Refactor Xen PV code to use new event timers subsystem. That uses one-shotmav2011-05-131-5/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* On APs startup skip hard-/statclock events, which time passed before CPUmav2010-11-081-16/+30
* If kernel built with DEVICE_POLLING, keep one CPU always in active statemav2010-09-221-1/+6
* If new callout scheduled to another CPU and we are using global timer,mav2010-09-211-3/+7
* Remember last kern.eventtimer.periodic value, explicitly set by user.mav2010-09-211-2/+5
* When global timer used at SMP system, update nextevent field on BSP beforemav2010-09-181-4/+4
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-141-1/+5
* Add some foot shooting protection by checking singlemul value correctness.mav2010-09-141-4/+5
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-262/+601
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-2/+3
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-11/+35
* Rename timeevents.c to kern_clocksource.c.mav2010-07-141-0/+508
OpenPOWER on IntegriCloud