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
*
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
*
- Fix a mis-merge that crept in during the softclock changes.
jeff
2008-04-04
1
-2
/
+0
*
Implement per-cpu callout threads, wheels, and locks.
jeff
2008-04-02
1
-11
/
+14
*
Simplify the interrupt code a bit:
jhb
2008-03-17
1
-46
/
+6
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+2
*
Add preliminary support for binding interrupts to CPUs:
jhb
2008-03-14
1
-4
/
+92
*
Remove kernel support for M:N threading.
jeff
2008-03-12
1
-1
/
+0
*
fix typo in code normally not compiled in.
julian
2007-10-29
1
-1
/
+1
*
Fix typo in code obviously not being compiled on any of my machines.
julian
2007-10-28
1
-1
/
+1
*
rename the process to 'idle' and 'intr' as per jhb.
julian
2007-10-27
1
-2
/
+2
*
if one changes a function's arguments, one must also change the callers.
julian
2007-10-26
1
-2
/
+2
*
Introduce a way to make pure kernal threads.
julian
2007-10-26
1
-20
/
+18
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
1
-6
/
+6
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-24
/
+24
*
Rework the PCPU_* (MD) interface:
attilio
2007-06-04
1
-1
/
+1
*
In some particular cases (like in pccard and pccbb), the real device
piso
2007-05-31
1
-3
/
+0
*
Bring in the reminaing bits to make interrupt filtering work:
piso
2007-05-06
1
-6
/
+570
*
Bump the interrupt storm detection counter to 1000. My slow fileserver
njl
2007-04-19
1
-4
/
+4
*
- Don't do the interrupt storm protection stuff for software interrupt
jhb
2007-03-02
1
-2
/
+3
*
Do not execute filter only handlers in ithread_execute_handlers():
piso
2007-02-27
1
-0
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-17
/
+8
*
- Remove setrunqueue and replace it with direct calls to sched_add().
jeff
2007-01-23
1
-2
/
+2
*
Add a function to return the MD interrupt source cookie associated with
jhb
2006-12-12
1
-0
/
+20
*
Add a comment and fix a whitespace nit.
jhb
2006-12-12
1
-1
/
+2
[next]