aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/apicvar.h
Commit message (Expand)AuthorAgeFilesLines
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesJohn Baldwin2007-05-081-0/+1
* Minor fixes and tweaks to the x86 interrupt code:John Baldwin2007-05-081-0/+1
* Add a new apic0 psuedo-device to claim memory resources for the memoryJohn Baldwin2007-03-201-0/+2
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofJohn Baldwin2007-03-051-2/+2
* Evidently FreeBSD has long relied on the compiler to treat structuresKip Macy2006-12-171-2/+2
* MD support for PCI Message Signalled Interrupts on amd64 and i386:John Baldwin2006-11-131-0/+1
* Change the x86 interrupt code to suspend/resume interrupt controllersJohn Baldwin2006-10-101-1/+1
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via theJohn Baldwin2006-05-011-3/+4
* Rework how we wire up interrupt sources to CPUs:John Baldwin2006-02-281-1/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-1/+1
* Change the i386 code to pass the interrupt vector as a separate argumentJohn Baldwin2005-12-051-1/+1
* Change the x86 code to allocate IDT vectors on-demand when an interruptJohn Baldwin2005-11-021-2/+3
* Add IPI support for preempting a thread on another CPU.Stephan Uphoff2005-06-091-1/+2
* Remove support for mixed mode altogether now that we no longer use IRQ 0John Baldwin2005-04-141-1/+0
* Use the local APIC timer to drive the various kernel clocks on SMP machinesJohn Baldwin2005-02-081-4/+4
* - Add a function to set the Task Priority Register (TPR) of the local APIC.John Baldwin2004-12-231-10/+14
* Avoid more than two pending IPI interrupt vectors per local APICStephan Uphoff2004-12-071-9/+42
* Various cleanups in support of a future ioapic_config_intr() function:John Baldwin2004-06-231-0/+7
* Rework the APIC mixed mode support a bit:John Baldwin2004-05-101-0/+1
* - Change the APIC code to mostly use the recently added intr_triggerJohn Baldwin2004-05-041-4/+7
* Whitespace nit (sorry, couldn't help it)Peter Wemm2003-11-141-1/+1
* Shuffle the APIC interrupt vectors around a bit:John Baldwin2003-11-141-11/+13
* Fix a typo.John Baldwin2003-11-131-1/+1
* - Move manipulation of td_intr_nesting_level out of assembly interruptJohn Baldwin2003-11-121-0/+1
* New APIC support code:John Baldwin2003-11-031-0/+165