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
/
amd64
/
isa
/
nmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-8
/
+0
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Split pc98 support into pc98/pc98/nmi.c.
nyan
2003-11-04
1
-22
/
+1
*
Move the NMI handling code out to its own file.
jhb
2003-11-03
1
-586
/
+2
*
Use __FBSDID().
obrien
2003-06-02
1
-1
/
+3
*
Style nits.
jhb
2003-05-07
1
-2
/
+4
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Remove a boatload of '&' which are surplus to the requirements.
phk
2002-10-20
1
-41
/
+41
*
The clock is already allocated as 'fast' - no need to try and intercept a
peter
2002-07-08
1
-8
/
+0
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
1
-0
/
+46
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-0
/
+8
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
1
-46
/
+0
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
1
-0
/
+46
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-8
/
+0
*
Don't grab the ICU lock while reading the current pending interrupts and
jhb
2002-02-08
1
-2
/
+0
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
1
-0
/
+2
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-12
/
+15
*
Backout 1.61 -- both intrcnt and intrnames are already exported
luigi
2001-10-25
1
-6
/
+0
*
Export interrupt statistics via sysctl.
luigi
2001-10-07
1
-0
/
+6
*
Disable the check in icu_setup() to see if a handler was already used as
jhb
2001-09-27
1
-0
/
+2
*
Return EINVAL if the passed intr is out of bounds.
jlemon
2001-09-27
1
-0
/
+1
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Add ACPI S2-S4BIOS Suspend/Resume code.
takawata
2001-07-20
1
-1
/
+26
*
Clean up the code exporting interrupt statistics via sysctl a bit:
tmm
2001-06-01
1
-1
/
+0
*
Remove unneeded includes of sys/ipl.h and machine/ipl.h.
jhb
2001-05-15
1
-1
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-7
/
+8
*
Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames and
tmm
2001-03-23
1
-0
/
+1
*
RIP <machine/lock.h>.
markm
2001-02-11
1
-3
/
+0
*
Use the MI ithread helper functions in the x86 interrupt code.
jhb
2001-02-09
1
-160
/
+83
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
1
-5
/
+5
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
1
-4
/
+3
*
Clear intr_nesting_level when an interrupt thread has no more
jake
2001-01-28
1
-0
/
+1
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-0
/
+1
*
EEK! I missed a couple of places with the 24->32 interrupt change.
peter
2001-01-19
1
-0
/
+6
*
Fix a warning (the prototypes probably shouldn't be so over-zealously
peter
2001-01-19
1
-1
/
+1
*
Free the intrhand name when free'ing a intrhand.
jhb
2001-01-16
1
-0
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Fix a couple of whitespace nits.
jhb
2000-10-27
1
-2
/
+2
*
Fast interrupts have no associated process, therefore do not try
ps
2000-10-25
1
-11
/
+13
*
- Overhaul the software interrupt code to use interrupt threads for each
jhb
2000-10-25
1
-33
/
+33
*
Actually harvest interrupt threads when the last handler is removed from a
jhb
2000-10-20
1
-2
/
+18
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-6
/
+5
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-14
/
+15
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-380
/
+144
*
Change the behavior of isa_nmi to log an error message instead of
ps
2000-08-06
1
-18
/
+31
*
Fixed atpic_attach() for the SMP (specifically APIC_IO) case.
fsmp
2000-06-24
1
-1
/
+2
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
1
-0
/
+66
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-2
/
+2
[next]