summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* 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