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_intr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The part of r285680 which removed release semantic for two stores to
kib
2015-07-21
1
-2
/
+14
*
Restructure code for readability improvement. No functional change.
mckusick
2015-07-19
1
-10
/
+7
*
Further cleanup after r285607.
kib
2015-07-18
1
-22
/
+29
*
Do not use atomic_swap_int(9), it is not available on all
kib
2015-07-15
1
-2
/
+2
*
Reset non-zero it_need indicator to zero atomically with fetching its
kib
2015-07-15
1
-12
/
+10
*
Style. Remove excessive brackets. Compare non-boolean with zero.
kib
2015-07-15
1
-4
/
+4
*
Huge cleanup of random(4) code.
markm
2015-06-30
1
-3
/
+3
*
Remove support for Xen PV domU kernels. Support for HVM domU kernels
jhb
2015-04-30
1
-5
/
+0
*
This is the much-discussed major upgrade to the random(4) device, known to yo...
markm
2014-10-30
1
-18
/
+7
*
Convert a missed u_char cpu -> int cpu.
adrian
2014-10-19
1
-3
/
+2
*
Add kernel option KSTACK_USAGE_PROF to sample the stack depth on
kib
2014-10-04
1
-0
/
+5
*
Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather
adrian
2014-09-17
1
-3
/
+3
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-2
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+2
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-2
/
+1
*
Permit changing cpu mask for cpu set 1 in presence of drivers
melifaro
2014-06-22
1
-13
/
+3
*
Snapshot. This passes the build test, but has not yet been finished or debugged.
markm
2013-10-04
1
-3
/
+3
*
Snapshot; Do some running repairs on entropy harvesting. More needs to follow.
markm
2013-08-26
1
-1
/
+1
*
The change in r236456 (atomic_store_rel not locked) exposed a bug
alfred
2013-07-04
1
-9
/
+11
*
If filter of the interrupt event is not null, print it, in addition to
kib
2013-04-05
1
-1
/
+10
*
MFcalloutng (r244355):
davide
2013-03-04
1
-10
/
+1
*
If an interrupt event's assign_cpu method fails, then restore the original
neel
2013-02-07
1
-1
/
+1
*
Add optional entropy harvesting for software interrupts in swi_sched()
jhb
2012-09-25
1
-0
/
+10
*
Do not add handler to event handlers list until ithread is created.
kan
2012-08-06
1
-25
/
+27
*
Export intrcnt correctly when running under 32-bit compatibility.
jmallett
2012-03-09
1
-0
/
+18
*
Add a new sched_clear_name() method to the scheduler interface to clear
jhb
2012-03-08
1
-0
/
+3
*
Be pedantic and change // comment to C-style one.
pluknet
2012-01-16
1
-1
/
+1
*
Use strchr() and strrchr().
ed
2012-01-02
1
-4
/
+4
*
- Remove the eintrcnt/eintrnames usage and introduce the concept of
attilio
2011-07-18
1
-5
/
+6
*
- Catch up to falloc() changes.
jeff
2011-04-26
1
-4
/
+11
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-2
/
+56
*
- Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, and
jhb
2011-01-11
1
-14
/
+5
*
Store interrupt trap frame into struct thread. It allows interrupt handler
mav
2010-06-10
1
-0
/
+8
*
KASSERT that return value of interrupt filter complies with contract
avg
2010-01-27
1
-1
/
+11
*
Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).
attilio
2009-11-03
1
-5
/
+5
*
Use language more closely resembling English in a panic message.
jhb
2009-10-15
1
-1
/
+1
*
Add a facility for associating optional descriptions with active interrupt
jhb
2009-10-15
1
-2
/
+57
*
Improve the handling of cpuset with interrupts.
jhb
2009-07-01
1
-3
/
+23
*
Return errors from intr_event_bind() to the caller of intr_set_affinity().
jhb
2009-06-25
1
-2
/
+1
*
Binding interrupts to a CPU consists of two parts: setting up CPU
rwatson
2009-05-18
1
-1
/
+13
*
style(9)
obrien
2008-09-23
1
-1
/
+1
*
Expose a new public routine intr_event_execute_handlers() which executes
jhb
2008-09-15
1
-6
/
+16
*
Submit a band-aid for interrupt set up race.
kmacy
2008-08-22
1
-0
/
+6
*
revert change from local tree
kmacy
2008-07-18
1
-6
/
+0
*
import vendor fixes to cxgb
kmacy
2008-07-18
1
-0
/
+6
*
Remove an unneeded error variable to make clear that if reaching
bz
2008-06-29
1
-3
/
+1
*
- Make SCHED_STATS more generic by adding a wrapper to create the
jeff
2008-04-17
1
-2
/
+2
*
- Add the interrupt vector number to intr_event_create so MI code can
jeff
2008-04-11
1
-59
/
+97
*
Move INTR_FILTER from opt_global.h to its own header.
jhb
2008-04-05
1
-0
/
+1
*
Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This
jhb
2008-04-05
1
-21
/
+105
[next]