aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas
2008-06-10PCI/MSI: skip calling pci_find_capability from msi_set_mask_bitsHidetoshi Seto
2008-04-29pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu
2008-04-29pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu
2008-02-01PCI: drivers/pci/msi.c: move arch hooks to the topAdrian Bunk
2008-02-01PCI: export pci_restore_msi_state()Linas Vepstas
2007-11-05PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller
2007-10-12MSI: Use correct data offset for 32-bit MSI in read_msi_msg()Roland Dreier
2007-06-01msi: mask the msix vector before we unmap itEric W. Biederman
2007-06-01msi: fix the ordering of msix irqsEric W. Biederman
2007-05-31msi: fix ARM compileDan Williams
2007-05-11Fix assertion failure with MSI on sparc64David Miller
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-02MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman
2007-05-02MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman
2007-05-02MSI: Remove dev->first_msi_irqMichael Ellerman
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman
2007-05-02MSI: Add an arch_msi_check_device()Michael Ellerman
2007-05-02MSI: Rename pci_msi_supported() to pci_msi_check_device()Michael Ellerman
2007-05-02MSI: Consolidate precondition checksMichael Ellerman
2007-05-02MSI: Expand pci_msi_supported()Michael Ellerman
2007-05-02MSI: Remove msi_cacheMichael Ellerman
2007-05-02MSI: Move EXPORT_SYMBOL()s near their definitionMichael Ellerman
2007-05-02MSI: Consolidate BUG_ON()s.Michael Ellerman
2007-05-02MSI: Consolidate MSI-X irq freeing codeMichael Ellerman
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in pci_disable_msix()Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in pci_disable_msi()Michael Ellerman
2007-05-02PCI: Flush MSI-X table writesMitch Williams
2007-04-03[PATCH] msi: synchronously mask and unmask msi-x irqs.Eric W. Biederman
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman
2007-03-05[PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman
2007-03-05[PATCH] msi: fix up the msi enable/disable logicEric W. Biederman
2007-03-05[PATCH] msi: sanely support hardware level msi disablingEric W. Biederman
2007-02-07msi: Make MSI useable more architecturesEric W. Biederman
2007-02-07msi: Kill the msi_desc array.Eric W. Biederman
2007-02-07msi: Remove attach_msi_entry.Eric W. Biederman
2007-02-07msi: Fix msi_remove_pci_irq_vectors.Eric W. Biederman
2007-02-07msi: Remove msi_lock.Eric W. Biederman
2007-02-07msi: Kill msi_lookup_irqEric W. Biederman
2007-02-07MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman
2007-02-07MSI: Remove pci_scan_msi_device()Michael Ellerman
2007-02-07MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman
2007-02-07PCI: cleanup MSI codeSatoru Takeuchi
2006-12-07Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi...Linus Torvalds
2006-12-07PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitJeff Garzik
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-10-18PCI: Improve pci_msi_supported() commentsBrice Goglin