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
/
i386
/
isa
/
intr_machdep.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-7
/
+13
*
Remove a couple of __P() stragglers.
peter
2002-06-29
1
-1
/
+1
*
Move ICU_* defines into icu.h.
nyan
2002-04-06
1
-8
/
+0
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+14
*
Remove __P.
alfred
2002-03-20
1
-6
/
+5
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-13
/
+7
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-14
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+14
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-7
/
+13
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-1
/
+10
*
Axe stale extern for a non-existent variable.
jhb
2001-12-18
1
-1
/
+0
*
Add ACPI S2-S4BIOS Suspend/Resume code.
takawata
2001-07-20
1
-0
/
+1
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-3
/
+5
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
1
-4
/
+0
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
1
-3
/
+0
*
Use the MI ithread helper functions in the x86 interrupt code.
jhb
2001-02-09
1
-7
/
+4
*
Remove the Xforward_irq IPI.
jhb
2001-01-24
1
-4
/
+0
*
Cleanup some leftover lint from the old interrupt system.
peter
2000-12-04
1
-2
/
+8
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-2
/
+2
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-2
/
+0
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-23
/
+6
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-8
/
+42
*
Mark two functions as private.
peter
2000-04-29
1
-0
/
+5
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Zap the old isa_device specific register_intr() and unregister_intr()
peter
1999-12-20
1
-6
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement an all-CPU shootdown-style rendezvous facility. This allows
msmith
1999-07-20
1
-2
/
+6
*
remove references to isa_device, it's no longer associated with interrupts.
peter
1999-06-03
1
-5
/
+1
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-3
/
+16
*
Changed the type of an isa/general interrupt handler to take a
bde
1998-06-18
1
-2
/
+2
*
Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() into
bde
1998-05-31
1
-5
/
+2
*
When entering the apic version of slow interrupt handler, level
tegge
1998-03-03
1
-1
/
+5
*
Forward the signal if the process runs on a different CPU. This reduces
tegge
1998-03-03
1
-3
/
+5
*
Ifdefed SMP-only declarations.
bde
1998-02-13
1
-3
/
+8
*
The improvements to clock statistics by Tor Egge
fsmp
1997-12-08
1
-1
/
+11
*
Support for the new FAST_HI algorithm, enabled.
fsmp
1997-08-29
1
-35
/
+42
*
SMP or APIC_IO:
fsmp
1997-07-19
1
-28
/
+30
*
Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.
fsmp
1997-07-18
1
-13
/
+7
*
Cleanup old stop_cpus/restart_cpus() cruft.
fsmp
1997-07-13
1
-15
/
+80
*
Added a hook for a "spurious INTerrupt handler".
fsmp
1997-07-06
1
-1
/
+9
*
apic_vector.s:
fsmp
1997-06-27
1
-2
/
+9
*
Move interrupt handling code from isa.c to a new file. This should make
dfr
1997-06-02
1
-0
/
+105