summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_tc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288216:kib2015-10-021-7/+14
* MFC r286701:ian2015-08-231-5/+13
* MFC r286423, r286429:ian2015-08-231-2/+9
* Revert r284178 and r284256.kib2015-07-211-68/+41
* MFC r284178:kib2015-06-181-41/+68
* MFC r279728, r279729, r279756, r279773, r282424, r281367:ian2015-05-241-4/+36
* MFC 276724:jhb2015-04-021-4/+4
* - Make callout(9) tickless, relying on eventtimers(4) as backend fordavide2013-03-041-0/+59
* Add PPS_CANWAIT support for time_pps_fetch(). This adds support for all threeian2013-02-151-8/+49
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-2/+2
* Add support for walltimestamp in DTrace.gnn2012-07-161-0/+20
* Stop updating the struct vdso_timehands from even handler executed inkib2012-06-231-41/+21
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+84
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...jmallett2012-03-031-0/+2
* Add a missing break. This bug was introduced in r228856.kevlo2012-02-101-0/+1
* Introduce the sysclock_getsnapshot() and sysclock_snap2bintime() KPIs. Thelstewart2011-12-241-4/+140
* Do away with the somewhat clunky sysclock_ops structure and associated code,lstewart2011-11-291-90/+12
* Make the fbclock_[get]{bin,nano,micro}[up]time() function prototypes public solstewart2011-11-291-12/+12
* Fix an oversight in r227747 by calling fbclock_bin{up}time() directly from thelstewart2011-11-291-5/+5
* - Add Pulse-Per-Second timestamping using raw ffcounter and correspondinglstewart2011-11-211-0/+65
* - Provide a sysctl interface to change the active system clock at runtime.lstewart2011-11-201-2/+318
* Core structure and functions to support a feed-forward clock within the kernel.lstewart2011-11-191-0/+442
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyjkim2011-07-141-0/+6
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingmdf2011-01-191-2/+2
* Add parentheses for clarity. The parentheses around the two terms of the &&cperciva2010-11-231-1/+1
* In tc_windup, handle the case where the previous call to tc_windup wascperciva2010-11-221-0/+10
* Fix some more style(9) issues.brucec2010-11-141-1/+1
* Fix style(9) issues from r215281 and r215282.brucec2010-11-141-2/+4
* Add some descriptions to sys/kern sysctls.brucec2010-11-141-4/+4
* Until hardclock() and respectively tc_windup() called first time, systemmav2010-09-211-0/+1
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-141-2/+7
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-6/+12
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-181-1/+1
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-181-1/+1
* Remove interval validation from cpu_tick_calibrate(). As I found, checkmav2010-07-111-36/+14
* Use ISO C99 integer types in sys/kern where possible.ed2010-06-211-7/+7
* Implement flexible BPF timestamping framework.jkim2010-06-151-1/+1
* Remove conditionally compiled time counter statistics; tools likerwatson2009-04-111-31/+0
* By default, don't compile in counters of calls to various timerwatson2009-03-081-13/+18
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Fix typo in comment.imp2008-02-171-1/+1
* Note what is too {short,long}.obrien2008-01-021-2/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Add a kern.timecounter.tc sysctl tree that contains the mask,dwmalone2006-06-161-0/+40
* Disable the "cputick increased..." message now that the dust has settled.phk2006-03-151-1/+1
* Oops, forgot newline.phk2006-03-091-1/+1
* silence cpu_tick calibration and notice only (under bootverbose)phk2006-03-091-15/+8
* Style nit.jhb2006-03-071-2/+1
OpenPOWER on IntegriCloud