aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_clocksource.c
Commit message (Expand)AuthorAgeFilesLines
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* On APs startup skip hard-/statclock events, which time passed before CPUAlexander Motin2010-11-081-16/+30
* If kernel built with DEVICE_POLLING, keep one CPU always in active stateAlexander Motin2010-09-221-1/+6
* If new callout scheduled to another CPU and we are using global timer,Alexander Motin2010-09-211-3/+7
* Remember last kern.eventtimer.periodic value, explicitly set by user.Alexander Motin2010-09-211-2/+5
* When global timer used at SMP system, update nextevent field on BSP beforeAlexander Motin2010-09-181-4/+4
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredAlexander Motin2010-09-141-1/+5
* Add some foot shooting protection by checking singlemul value correctness.Alexander Motin2010-09-141-4/+5
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-262/+601
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.Alexander Motin2010-07-201-2/+3
* Extend timer driver API to report also minimal and maximal supported periodAlexander Motin2010-07-201-11/+35
* Rename timeevents.c to kern_clocksource.c.Alexander Motin2010-07-141-0/+508