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_timeout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix my stupid restoral of old code.. must be c_iflags now.
rrs
2015-04-14
1
-1
/
+1
*
Restore the two lines accidentally deleted that allow CALLOUT_DIRECT to be
rrs
2015-04-13
1
-0
/
+2
*
Adopt jhb's suggested changes, updated comments and callout_migration() moving
rrs
2015-03-31
1
-0
/
+2
*
Try to unbreak !SMP kernels broken in r280785 by using the proper macros
bz
2015-03-28
1
-2
/
+2
*
Change the callout to supply -1 to indicate we are not changing
rrs
2015-03-28
1
-47
/
+86
*
This fixes a bug I in-advertantly inserted when I updated the callout
rrs
2015-02-12
1
-15
/
+21
*
This fixes two conditions that can incur when migration
rrs
2015-02-09
1
-86
/
+154
*
Call WITNESS_WARN() in callout_drain() to check whether any locks are
adrian
2015-01-26
1
-0
/
+4
*
Revert for r277213:
hselasky
2015-01-22
1
-520
/
+533
*
Major callout subsystem cleanup and rewrite:
hselasky
2015-01-15
1
-533
/
+520
*
Add schedgraph traces for callout handlers. Specifically, a callwheel logs
jhb
2014-10-08
1
-4
/
+10
*
If we're doing RSS then ensure that the callwheel swi's are CPU pinned.
adrian
2014-06-30
1
-0
/
+6
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-3
/
+3
*
Revert r267961, r267973:
gjb
2014-06-27
1
-3
/
+3
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-3
/
+3
*
Convert functions to the new-style format.
davide
2014-06-05
1
-20
/
+6
*
Add in support to optionally pin the swi threads.
adrian
2014-05-10
1
-1
/
+30
*
Hide internal details of sbintime_t implementation wrapping INT64_MAX into
davide
2014-04-12
1
-5
/
+5
*
Include the CPU id in the per-CPU timer swi thread descriptions.
adrian
2014-02-14
1
-2
/
+5
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-4
/
+4
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
Make the callout arithmetic more robust adding checks for overflow.
davide
2013-09-26
1
-1
/
+6
*
Fix callout_init_rm() in the shared case, allocating storage for 'struct
davide
2013-09-20
1
-3
/
+11
*
Specify SDT probe argument types in the probe definition itself rather than
markj
2013-08-15
1
-4
/
+2
*
Cache the callout precision argument as part of the informations required
davide
2013-03-25
1
-2
/
+9
*
Bring back the comment on the sizing of the callout array that got
andre
2013-03-10
1
-0
/
+2
*
Fixup r248032:
davide
2013-03-09
1
-1
/
+1
*
Move the callout subsystem initialization to its own SYSINIT()
andre
2013-03-08
1
-34
/
+25
*
Move the auto-sizing of the callout array from init_param2() to
andre
2013-03-08
1
-0
/
+14
*
Complete r247813:
davide
2013-03-04
1
-8
/
+8
*
Use C99 'bool' rather than Machish 'boolean_t'.
davide
2013-03-04
1
-2
/
+2
*
Fix build with DIAGNOSTIC/CALLOUT_PROFILING options turned on.
davide
2013-03-04
1
-9
/
+9
*
- Make callout(9) tickless, relying on eventtimers(4) as backend for
davide
2013-03-04
1
-238
/
+522
*
callwheelmask and callwheelsize are always greater than zero.
davide
2013-03-03
1
-1
/
+1
*
Remove a couple of unused include.
davide
2013-03-03
1
-1
/
+0
*
MFcalloutng:
mav
2013-03-03
1
-2
/
+2
*
MFcalloutng:
davide
2013-02-28
1
-2
/
+2
*
Fixup r243901:
attilio
2012-12-05
1
-9
/
+12
*
The softclock_call_cc() is executing with the callout already removed
kib
2012-12-05
1
-29
/
+32
*
replace bit shifting loop with 1<<fls(n), improve comments.
alfred
2012-12-04
1
-6
/
+4
*
Rework the known mutexes to benefit about staying on their own
attilio
2012-10-31
1
-2
/
+2
*
Pad and align the callout_cpu mtx to its own cacheline to reduce false
jimharris
2012-10-31
1
-1
/
+1
*
Move the code to call the callout callback into the helper function
kib
2012-05-03
1
-198
/
+181
*
When callout_reset_on() cannot immediately migrate a callout since it
kib
2012-05-03
1
-0
/
+36
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
callout_cpu_switch() allows preemption when dropping the outcoming
attilio
2011-08-21
1
-0
/
+7
*
Reintroduce the fix already discussed in r216805 (please check its history
attilio
2011-04-08
1
-24
/
+198
*
Revert r216805.
attilio
2011-01-08
1
-119
/
+23
*
Fix several callout migration races:
attilio
2010-12-29
1
-23
/
+119
*
Remove 'softclock_ih' as it is no longer used.
jhb
2010-11-03
1
-4
/
+1
[next]