summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/apic_vector.S
Commit message (Expand)AuthorAgeFilesLines
...
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-121-5/+82
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-7/+1
* s/NCPU/MAXCPU/ to try and get this to compile.peter2002-07-111-1/+1
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-011-2/+2
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-271-35/+162
* Back out all the pmap related stuff I've touched over the last few days.peter2002-02-271-83/+11
* revert last commit temporarily due to whining on the lists.dillon2002-02-261-159/+35
* STAGE-1 of 3 commit - allow (but do not require) interrupts to remaindillon2002-02-261-35/+159
* Work-in-progress commit syncing up pmap cleanups that I have been workingpeter2002-02-251-11/+83
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-0/+2
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-6/+4
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-091-2/+0
* KSE Milestone 2julian2001-09-121-13/+13
* Overhaul of the SMP code. Several portions of the SMP kernel support havejhb2001-04-271-112/+43
* Remove the BETTER_CLOCK #ifdef's. The code is on by default and is herejhb2001-04-101-5/+0
* Don't enable interrupts before calling sched_ithd for threaded interrupts.jhb2001-03-051-1/+0
* Remove the leading underscore from all symbols defined in x86 asmjake2001-02-251-59/+59
* - Make astpending and need_resched process attributes rather than CPUjhb2001-02-101-5/+4
* Remove unused forward_irq counters.jhb2001-02-091-9/+0
* - Remove all the #if 0'd code that used to implement IRQ forwarding.jhb2001-01-241-85/+0
* Make intr_nesting_level per-process, rather than per-cpu. Setupjake2001-01-211-4/+10
* Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.peter2001-01-211-70/+0
* Remove reference to splz_unpend - it is long gone.peter2001-01-191-1/+1
* Use _lapic+offset to access the local apic from assembly languagejake2000-12-141-16/+16
* Introduce a new potientially cleaner interface for accessing per-cpujake2000-12-131-15/+16
* Cleanup some leftover lint from the old interrupt system.peter2000-12-041-9/+23
* Change doreti to take a trapframe instead of an intrframe.jake2000-12-011-3/+3
* - Change fast interrupts on x86 to push a full interrupt frame and tojhb2000-10-061-33/+22
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-24/+0
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-106/+26
* INTR_TYPE_FAST / FAST_INTR interrupts (currently just serial interrupts)dillon2000-06-061-13/+0
* Pack the SWI bits to save some time and space.bde2000-05-311-2/+2
* Add SWI_TQ_MASK to imask definition.dfr2000-05-291-1/+1
* 1. `movl' is for use with 32-bit operands. Do NOT use it with 16-bitobrien2000-05-101-20/+20
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-291-4/+2
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-264/+10
* 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
OpenPOWER on IntegriCloud