index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
kern_clocksource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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