aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-2/+2
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-3/+15
* x86 suspend/resume: suspend pics and pseudo-pics in reverse orderAndriy Gapon2013-02-021-1/+1
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-0/+2
* Revert part of r234723 by re-enabling the SMP protection forAttilio Rao2012-05-031-0/+2
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-261-4/+0
* bump INTRCNT_COUNT values to reflect actual numbers of IPI countersAndriy Gapon2012-04-131-2/+2
* Add a facility for associating optional descriptions with active interruptJohn Baldwin2009-10-151-0/+1
* Improve the handling of cpuset with interrupts.John Baldwin2009-07-011-1/+1
* Fix kernels compiled without SMP support. Make intr_next_cpu() availableJohn Baldwin2009-06-251-2/+0
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.John Baldwin2009-06-251-0/+3
* Improve robustness of NMI handling, for NMIs recognized in kernelJoseph Koshy2009-02-031-0/+9
* - Allocate apic vectors on a per-cpu basis. This allows us to allocateJeff Roberson2009-01-291-1/+1
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-141-0/+3
* Minor fixes and tweaks to the x86 interrupt code:John Baldwin2007-05-081-4/+5
* Revamp the MSI/MSI-X code a bit to achieve two main goals:John Baldwin2007-05-021-2/+2
* Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid))John Baldwin2007-03-061-3/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+3
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-221-0/+1
* Sort function prototypes.John Baldwin2006-12-121-1/+1
* MD support for PCI Message Signalled Interrupts on amd64 and i386:John Baldwin2006-11-131-4/+17
* Change the x86 interrupt code to suspend/resume interrupt controllersJohn Baldwin2006-10-101-2/+7
* Oops, fix sign bug in #ifdef for value of INTRCNT_COUNT.John Baldwin2006-10-101-2/+2
* Rework how we wire up interrupt sources to CPUs:John Baldwin2006-02-281-0/+7
* MFi386:John Baldwin2005-12-081-2/+2
* Change the x86 code to allocate IDT vectors on-demand when an interruptJohn Baldwin2005-11-021-3/+29
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-1/+1
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablePeter Wemm2005-01-211-0/+2
* Sync with i386 - Optimize intr_execute_handlers a bit etc.Peter Wemm2004-08-161-1/+7
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-161-0/+9
* Shuffle the APIC interrupt vectors around a bit:John Baldwin2003-11-141-2/+2
* New device interrupt code. This defines an interrupt source abstractionJohn Baldwin2003-11-031-0/+91