summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/apicvar.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new apic0 psuedo-device to claim memory resources for the memoryjhb2007-03-201-0/+2
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-051-2/+2
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-171-2/+2
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-131-0/+1
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-101-1/+1
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via thejhb2006-05-011-2/+3
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-281-1/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-1/+1
* MFi386:jhb2005-12-081-1/+1
* Change the x86 code to allocate IDT vectors on-demand when an interruptjhb2005-11-021-2/+3
* Add IPI support for preempting a thread on another CPU.ups2005-06-091-1/+2
* MFi386: use the lapic timer for UP systems that are using the apic so thatpeter2005-04-151-1/+0
* MFi386: Bring over John's local apic timer codepeter2005-02-281-4/+4
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-211-11/+48
* MFi386: various io apic cleanupspeter2004-07-081-0/+7
* Kill the LAZYPMAP ifdefs. While they worked, they didn't do anythingpeter2004-05-161-1/+0
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-4/+8
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-171-1/+3
* Whitespace nit (sorry, couldn't help it)peter2003-11-141-1/+1
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-141-11/+13
* Fix a typo.jhb2003-11-131-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-121-0/+1
* New APIC support code:jhb2003-11-031-0/+165
OpenPOWER on IntegriCloud