summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/msi.c
Commit message (Expand)AuthorAgeFilesLines
* After the per-CPU IDT changes, the IDT vector of an interrupt could changejhb2009-07-061-1/+11
* Improve the handling of cpuset with interrupts.jhb2009-07-011-18/+64
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.jhb2009-06-251-19/+35
* Forbid multi-vector MSI interrupt vectors migration to another CPU oncemav2009-06-151-0/+2
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-291-28/+39
* Add basic amd64 support for VIA Nano processors.jkim2009-01-121-2/+12
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-2/+3
* Update copyright attribution.jhb2007-10-241-1/+2
* Minor fixes and tweaks to the x86 interrupt code:jhb2007-05-081-57/+71
* Revamp the MSI/MSI-X code a bit to achieve two main goals:jhb2007-05-021-109/+59
* Add bootverbose printfs to indicate which IDT vectors are assigned to MSIjhb2007-02-151-0/+6
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.jhb2007-01-221-0/+24
* Fix a typo that broke MSI (MSI-X worked fine) in the later revisions ofjhb2006-11-151-1/+1
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-131-0/+511
OpenPOWER on IntegriCloud