summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/apic_vector.s
Commit message (Expand)AuthorAgeFilesLines
* Optimize two cases in the MP locking code. First, it is not necessarydillon1999-11-191-3/+2
* Invoke smp_rendezvous_action() using the a.out compatible asnames.hmsmith1999-09-101-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-231-4/+2
* Implement an all-CPU shootdown-style rendezvous facility. This allowsmsmith1999-07-201-1/+24
* Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pendingbde1999-07-101-5/+4
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-031-1/+9
* Clean up bitrot in interrupt tracing code.tegge1999-06-161-3/+3
* Unifdef VM86.jlemon1999-06-011-3/+1
* Fixed glitches (jumps) of about 1/HZ seconds for the i8254 timecounter.bde1999-05-281-27/+32
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-18/+49
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-141-43/+1
* Test CF after a btrl operation instead of testing ZF (which is undefined).tegge1999-04-101-2/+2
* Maintain a mapping from irq number to (ioapic number, int pin) tuple,tegge1998-09-061-6/+11
* Make irq forwarding truely functional.luoqi1998-09-041-11/+1
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-2/+2
* Implemented dynamic registration of software interrupt handlers. Notbde1998-08-111-10/+5
* Add forwarding of roundrobin to other cpus. This gives a more regulartegge1998-05-171-3/+54
* Mask the interrupt before setting the corresponding bit in ipending iftegge1998-04-221-6/+7
* Remove special handling for resuming clock interrupt when using APIC_IO.tegge1998-03-051-16/+1
* When entering the apic version of slow interrupt handler, leveltegge1998-03-031-40/+303
* Forward the signal if the process runs on a different CPU. This reducestegge1998-03-031-5/+5
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.gibbs1998-01-151-3/+3
* The improvements to clock statistics by Tor Eggefsmp1997-12-081-4/+146
* Fix a serious bug I introduced while adding in support for CAM interrupts.gibbs1997-09-281-2/+3
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-4/+7
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-071-25/+50
* Another round of lock pushdown.fsmp1997-08-301-3/+3
* Support for the new FAST_HI algorithm, enabled.fsmp1997-08-291-12/+79
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-25/+40
* Made PEND_INTS default.fsmp1997-08-211-153/+106
* Preperation for moving cpl into critical region access.fsmp1997-08-201-8/+72
* Added trap specific lock calls: get_fpu_lock, etc.fsmp1997-08-101-6/+15
* Added 'lock' instruction before 3 places that update ipending.fsmp1997-08-091-1/+4
* Converted the TEST_LOPRIO code to default.fsmp1997-07-311-38/+5
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-281-2/+52
* clock.c:fsmp1997-07-261-34/+26
* New simple_lock code in asm:fsmp1997-07-231-14/+60
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-181-23/+7
* Cleanup.fsmp1997-07-151-5/+5
* Tighten up asm code for EOI access.fsmp1997-07-151-11/+6
* Cleanup old stop_cpus/restart_cpus() cruft.fsmp1997-07-131-45/+37
* First cut at code for handling "spurious INTerrupts".fsmp1997-07-061-22/+84
* apic_vector.s:fsmp1997-06-271-1/+76
* Preliminary support for per-cpu data pages.peter1997-06-221-13/+12
* The SWI_NET_MASK and SWI_TTY_MASK handlers are now back adjacent to thepeter1997-05-311-4/+6
* Split vector.s into UP and SMP specific files:fsmp1997-05-261-0/+306
OpenPOWER on IntegriCloud