summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-7/+13
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Move ICU_* defines into icu.h.nyan2002-04-061-8/+0
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-0/+14
* Remove __P.alfred2002-03-201-6/+5
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-13/+7
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-14/+0
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-0/+14
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-7/+13
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-1/+10
* Axe stale extern for a non-existent variable.jhb2001-12-181-1/+0
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-0/+1
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-3/+5
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-4/+0
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-231-3/+0
* Use the MI ithread helper functions in the x86 interrupt code.jhb2001-02-091-7/+4
* Remove the Xforward_irq IPI.jhb2001-01-241-4/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-041-2/+8
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-2/+2
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-2/+0
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-23/+6
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-8/+42
* Mark two functions as private.peter2000-04-291-0/+5
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Zap the old isa_device specific register_intr() and unregister_intr()peter1999-12-201-6/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-2/+6
* remove references to isa_device, it's no longer associated with interrupts.peter1999-06-031-5/+1
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+16
* Changed the type of an isa/general interrupt handler to take abde1998-06-181-2/+2
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-5/+2
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-1/+5
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-031-3/+5
* Ifdefed SMP-only declarations.bde1998-02-131-3/+8
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-1/+11
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-35/+42
* SMP or APIC_IO:fsmp1997-07-191-28/+30
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-13/+7
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-15/+80
* Added a hook for a "spurious INTerrupt handler".fsmp1997-07-061-1/+9
* apic_vector.s:fsmp1997-06-271-2/+9
* Move interrupt handling code from isa.c to a new file. This should makedfr1997-06-021-0/+105
OpenPOWER on IntegriCloud