aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAge
...
* MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman2007-05-02
* MSI: arch must connect the irq and the msi_descMichael Ellerman2007-05-02
* MSI: Remove dev->first_msi_irqMichael Ellerman2007-05-02
* MSI: Use a list instead of the custom link structureMichael Ellerman2007-05-02
* MSI: Add an arch_msi_check_device()Michael Ellerman2007-05-02
* MSI: Rename pci_msi_supported() to pci_msi_check_device()Michael Ellerman2007-05-02
* MSI: Consolidate precondition checksMichael Ellerman2007-05-02
* MSI: Expand pci_msi_supported()Michael Ellerman2007-05-02
* MSI: Remove msi_cacheMichael Ellerman2007-05-02
* MSI: Move EXPORT_SYMBOL()s near their definitionMichael Ellerman2007-05-02
* MSI: Consolidate BUG_ON()s.Michael Ellerman2007-05-02
* MSI: Consolidate MSI-X irq freeing codeMichael Ellerman2007-05-02
* MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Michael Ellerman2007-05-02
* MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Michael Ellerman2007-05-02
* MSI: Simplify BUG() handling in pci_disable_msix()Michael Ellerman2007-05-02
* MSI: Simplify BUG() handling in pci_disable_msi()Michael Ellerman2007-05-02
* PCI: Flush MSI-X table writesMitch Williams2007-05-02
* [PATCH] msi: synchronously mask and unmask msi-x irqs.Eric W. Biederman2007-04-03
* [PATCH] msi: Safer state caching.Eric W. Biederman2007-03-12
* [PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman2007-03-05
* [PATCH] msi: fix up the msi enable/disable logicEric W. Biederman2007-03-05
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-05
* msi: Make MSI useable more architecturesEric W. Biederman2007-02-07
* msi: Kill the msi_desc array.Eric W. Biederman2007-02-07
* msi: Remove attach_msi_entry.Eric W. Biederman2007-02-07
* msi: Fix msi_remove_pci_irq_vectors.Eric W. Biederman2007-02-07
* msi: Remove msi_lock.Eric W. Biederman2007-02-07
* msi: Kill msi_lookup_irqEric W. Biederman2007-02-07
* MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman2007-02-07
* MSI: Remove pci_scan_msi_device()Michael Ellerman2007-02-07
* MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman2007-02-07
* PCI: cleanup MSI codeSatoru Takeuchi2007-02-07
* Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi...Linus Torvalds2006-12-07
|\
| * PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitJeff Garzik2006-12-07
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
|/
* PCI: Improve pci_msi_supported() commentsBrice Goglin2006-10-18
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-04
* [PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman2006-10-04
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-04
* [PATCH] genirq: msi: make the msi code irq based and not vector basedEric W. Biederman2006-10-04
* [PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2006-10-04
* [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-04
* [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-04
* [PATCH] genirq: msi: simplify msi enable and disableEric W. Biederman2006-10-04
* [PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg2006-09-27
* MSI: Factorize common code in pci_msi_supported()Brice Goglin2006-09-26
* [PATCH] msi: Only keep one msi_desc in each slab entry.Eric W. Biederman2006-07-12
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29
* [PATCH] PCI: remove unneeded msi codeGrant Grundler2006-06-21