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
*
- Move struct ithd to sys/interrupt.h.
jhb
2001-02-09
1
-85
/
+302
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-6
/
+6
*
Remove the static splXXX functions and replace them by static __inline
peter
2001-01-19
1
-24
/
+0
*
Ignore a net interrupt if the corresponding handler is not
tanimura
2000-12-31
1
-1
/
+4
*
Fix another sched_sihand -> sched_swi in a KTR trace message.
jhb
2000-12-18
1
-1
/
+1
*
Remove the last of the MD netisr code. It is now all MI. Remove
jake
2000-12-05
1
-0
/
+27
*
Whitespace. Fix an overly long line.
jake
2000-12-04
1
-2
/
+2
*
- Protect the callout wheel with a separate spin mutex, callout_lock.
jake
2000-11-19
1
-1
/
+1
*
- Replace some instances of sched_ithd with sched_swi in KTR tracepoints.
jhb
2000-11-15
1
-2
/
+3
*
Ignore the INTR_MPSAFE flag when calculating the priority of an interrupt
jhb
2000-11-10
1
-0
/
+1
*
Minor nit: missed ithd_loop -> sithd_loop in the KTR tracepoints.
jhb
2000-11-07
1
-1
/
+1
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-225
/
+160
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-17
/
+225
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-0
/
+39
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-405
/
+1
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-3
/
+3
*
Start using the new SWI registration system instead of hardwiring everything.
dfr
1998-09-26
1
-9
/
+13
*
Implemented dynamic registration of software interrupt handlers. Not
bde
1998-08-11
1
-6
/
+97
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-5
/
+5
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-3
/
+2
*
Only build this on i386 for now. I may use it for the alpha later but
dfr
1998-06-11
1
-1
/
+10
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-6
/
+6
*
Really finish supporting compiling with `gcc -ansi'.
bde
1998-04-17
1
-2
/
+2
*
Move include of <machine/ipl.h> inside ifndef SMP where it is used, to
eivind
1998-02-10
1
-3
/
+3
*
- Hide the 'device doesn't supported shared interrupts' code behind
nate
1997-10-06
1
-4
/
+5
*
Added a half dozen casts to eliminate annoying warnings.
fsmp
1997-08-21
1
-7
/
+7
*
Moved splq() to isa/ipl_funcs.c for SMP only.
fsmp
1997-08-20
1
-2
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Back out changes for 'conflicts' with IRQ, remove intr_registered()
ache
1997-07-09
1
-7
/
+1
*
Add safety check in case "conflicts" keyword specified more times than
ache
1997-06-08
1
-1
/
+7
*
The defines INTR_FAST and INTR_EXCL are part of the public interface. The
dfr
1997-06-02
1
-3
/
+1
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-3
/
+3
*
Move "typedef struct intrec {} intrec" from sys/interrupt.h to kern_intr.c
peter
1997-06-01
1
-1
/
+14
*
<machine/spl.h> -> <machine/ipl.h>
peter
1997-05-31
1
-10
/
+10
*
Fix problem reported by PHK: Panic in pcic probe because of NULL pointer
se
1997-05-28
1
-12
/
+15
*
Add support for shared interrupts to the kernel. This code is meant
se
1997-05-26
1
-0
/
+418