summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_ipl.s
Commit message (Expand)AuthorAgeFilesLines
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-5/+5
* Move io_apic_{read,write} from apic_ipl.s (where they do not belong) intopeter2000-12-061-29/+0
* GC unused assembler function apic_eoi()peter2000-12-061-7/+0
* Cleanup some leftover lint from the old interrupt system.peter2000-12-041-216/+0
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,ps2000-09-221-3/+6
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-74/+0
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-29/+19
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* It would help if things that MUST be 32 bit aligned were really 32 bitpeter1999-08-251-3/+3
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-3/+1
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-031-1/+2
* When trying to enable or disable an interrupt not described by the mp table,tegge1999-04-101-3/+7
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-11/+7
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-16/+8
* Mask the interrupt before setting the corresponding bit in ipending iftegge1998-04-221-2/+1
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-49/+2
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-1/+4
* Add support for low resolution SMP kernel profiling.tegge1997-12-151-1/+5
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-17/+20
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-4/+14
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-26/+87
* Made PEND_INTS default.fsmp1997-08-211-64/+3
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+19
* Fixed imen alignment.fsmp1997-07-311-2/+2
* Removed the simplelock functions.fsmp1997-07-241-142/+11
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* New simple_lock code in asm:fsmp1997-07-231-114/+154
* Coded simple_lock and friends in asm.fsmp1997-07-231-21/+197
* Last commit didn't take, operator error???fsmp1997-07-221-1/+195
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-40/+47
* Added #code to support define APIC_PIN0_TIMER.fsmp1997-07-191-4/+25
* SMP or APIC_IO:fsmp1997-07-191-9/+31
* Split vector.s into UP and SMP specific files:fsmp1997-05-261-0/+149
OpenPOWER on IntegriCloud