aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-05PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.Gravatar David Miller 1-6/+12
2007-10-12MSI: Use correct data offset for 32-bit MSI in read_msi_msg()Gravatar Roland Dreier 1-1/+1
2007-06-01msi: mask the msix vector before we unmap itGravatar Eric W. Biederman 1-3/+3
2007-06-01msi: fix the ordering of msix irqsGravatar Eric W. Biederman 1-2/+2
2007-05-31msi: fix ARM compileGravatar Dan Williams 1-1/+1
2007-05-11Fix assertion failure with MSI on sparc64Gravatar David Miller 1-2/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-02MSI: Give archs the option to free all MSI/Xs at once.Gravatar Michael Ellerman 1-36/+39
2007-05-02MSI: Give archs the option to allocate all MSI/Xs at once.Gravatar Michael Ellerman 1-19/+44
2007-05-02MSI: arch must connect the irq and the msi_descGravatar Michael Ellerman 1-14/+9
2007-05-02MSI: Remove dev->first_msi_irqGravatar Michael Ellerman 1-11/+20
2007-05-02MSI: Use a list instead of the custom link structureGravatar Michael Ellerman 1-42/+24
2007-05-02MSI: Add an arch_msi_check_device()Gravatar Michael Ellerman 1-4/+25
2007-05-02MSI: Rename pci_msi_supported() to pci_msi_check_device()Gravatar Michael Ellerman 1-6/+6
2007-05-02MSI: Consolidate precondition checksGravatar Michael Ellerman 1-12/+2
2007-05-02MSI: Expand pci_msi_supported()Gravatar Michael Ellerman 1-11/+8
2007-05-02MSI: Remove msi_cacheGravatar Michael Ellerman 1-40/+4
2007-05-02MSI: Move EXPORT_SYMBOL()s near their definitionGravatar Michael Ellerman 1-5/+4
2007-05-02MSI: Consolidate BUG_ON()s.Gravatar Michael Ellerman 1-7/+3
2007-05-02MSI: Consolidate MSI-X irq freeing codeGravatar Michael Ellerman 1-29/+20
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Gravatar Michael Ellerman 1-11/+5
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Gravatar Michael Ellerman 1-7/+2
2007-05-02MSI: Simplify BUG() handling in pci_disable_msix()Gravatar Michael Ellerman 1-10/+5
2007-05-02MSI: Simplify BUG() handling in pci_disable_msi()Gravatar Michael Ellerman 1-12/+9
2007-05-02PCI: Flush MSI-X table writesGravatar Mitch Williams 1-0/+25
2007-04-03[PATCH] msi: synchronously mask and unmask msi-x irqs.Gravatar Eric W. Biederman 1-0/+1
2007-03-12[PATCH] msi: Safer state caching.Gravatar Eric W. Biederman 1-125/+25
2007-03-05[PATCH] msi: support masking msi irqs without a mask bitGravatar Eric W. Biederman 1-0/+2
2007-03-05[PATCH] msi: fix up the msi enable/disable logicGravatar Eric W. Biederman 1-80/+64
2007-03-05[PATCH] msi: sanely support hardware level msi disablingGravatar Eric W. Biederman 1-1/+1
2007-02-07msi: Make MSI useable more architecturesGravatar Eric W. Biederman 1-58/+22
2007-02-07msi: Kill the msi_desc array.Gravatar Eric W. Biederman 1-23/+21
2007-02-07msi: Remove attach_msi_entry.Gravatar Eric W. Biederman 1-7/+2
2007-02-07msi: Fix msi_remove_pci_irq_vectors.Gravatar Eric W. Biederman 1-6/+2
2007-02-07msi: Remove msi_lock.Gravatar Eric W. Biederman 1-20/+0
2007-02-07msi: Kill msi_lookup_irqGravatar Eric W. Biederman 1-90/+59
2007-02-07MSI: Combine pci_(save|restore)_msi/msix_stateGravatar Michael Ellerman 1-4/+23
2007-02-07MSI: Remove pci_scan_msi_device()Gravatar Michael Ellerman 1-6/+0
2007-02-07MSI: Replace pci_msi_quirk with calls to pci_no_msi()Gravatar Michael Ellerman 1-7/+0
2007-02-07PCI: cleanup MSI codeGravatar Satoru Takeuchi 1-4/+5
2006-12-07Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi...Gravatar Linus Torvalds 1-8/+4
2006-12-07PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitGravatar Jeff Garzik 1-8/+4
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-10-18PCI: Improve pci_msi_supported() commentsGravatar Brice Goglin 1-7/+9
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeGravatar Eric W. Biederman 1-119/+31
2006-10-04[PATCH] msi: only use a single irq_chip for msi interruptsGravatar Eric W. Biederman 1-91/+24
2006-10-04[PATCH] msi: simplify msi sanity checks by adding with generic irq codeGravatar Eric W. Biederman 1-35/+8
2006-10-04[PATCH] genirq: msi: make the msi code irq based and not vector basedGravatar Eric W. Biederman 1-259/+166
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyGravatar Eric W. Biederman 1-45/+8
2006-10-04[PATCH] genirq: msi: refactor the msi_opsGravatar Eric W. Biederman 1-11/+11