summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] msi: synchronously mask and unmask msi-x irqs.Eric W. Biederman2007-04-031-0/+1
* [PATCH] msi: Safer state caching.Eric W. Biederman2007-03-121-125/+25
* [PATCH] msi: support masking msi irqs without a mask bitEric W. Biederman2007-03-051-0/+2
* [PATCH] msi: fix up the msi enable/disable logicEric W. Biederman2007-03-051-80/+64
* [PATCH] msi: sanely support hardware level msi disablingEric W. Biederman2007-03-051-1/+1
* msi: Make MSI useable more architecturesEric W. Biederman2007-02-071-58/+22
* msi: Kill the msi_desc array.Eric W. Biederman2007-02-071-23/+21
* msi: Remove attach_msi_entry.Eric W. Biederman2007-02-071-7/+2
* msi: Fix msi_remove_pci_irq_vectors.Eric W. Biederman2007-02-071-6/+2
* msi: Remove msi_lock.Eric W. Biederman2007-02-071-20/+0
* msi: Kill msi_lookup_irqEric W. Biederman2007-02-071-90/+59
* MSI: Combine pci_(save|restore)_msi/msix_stateMichael Ellerman2007-02-071-4/+23
* MSI: Remove pci_scan_msi_device()Michael Ellerman2007-02-071-6/+0
* MSI: Replace pci_msi_quirk with calls to pci_no_msi()Michael Ellerman2007-02-071-7/+0
* PCI: cleanup MSI codeSatoru Takeuchi2007-02-071-4/+5
* Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/mi...Linus Torvalds2006-12-071-8/+4
|\
| * PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exitJeff Garzik2006-12-071-8/+4
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
|/
* PCI: Improve pci_msi_supported() commentsBrice Goglin2006-10-181-7/+9
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-041-119/+31
* [PATCH] msi: only use a single irq_chip for msi interruptsEric W. Biederman2006-10-041-91/+24
* [PATCH] msi: simplify msi sanity checks by adding with generic irq codeEric W. Biederman2006-10-041-35/+8
* [PATCH] genirq: msi: make the msi code irq based and not vector basedEric W. Biederman2006-10-041-259/+166
* [PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman2006-10-041-45/+8
* [PATCH] genirq: msi: refactor the msi_opsEric W. Biederman2006-10-041-11/+11
* [PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msgEric W. Biederman2006-10-041-100/+95
* [PATCH] genirq: msi: simplify msi enable and disableEric W. Biederman2006-10-041-106/+16
* [PATCH] msi: use kmem_cache_zalloc()Pekka J Enberg2006-09-271-10/+3
* MSI: Factorize common code in pci_msi_supported()Brice Goglin2006-09-261-20/+31
* [PATCH] msi: Only keep one msi_desc in each slab entry.Eric W. Biederman2006-07-121-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-3/+3
* [PATCH] PCI: remove unneeded msi codeGrant Grundler2006-06-211-44/+1
* [PATCH] PCI: cleanup unused variable about msi driverbibo,mao2006-06-211-5/+0
* [PATCH] PCI: disable msi mode in pci_disable_deviceShaohua Li2006-06-211-2/+4
* [PATCH] PCI: Allow MSI to work on kexec kernelRajesh Shah2006-06-211-4/+3
* [PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?Brice Goglin2006-06-211-2/+12
* [PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitionsMark Maule2006-06-211-1/+5
* [PATCH] PCI: msi abstractions and support for altixMark Maule2006-06-211-81/+131
* [PATCH] PCI: fix potential resource leak in drivers/pci/msi.cJesper Juhl2006-04-271-1/+3
* [PATCH] PCI: MSI(X) save/restore for suspend/resumeShaohua Li2006-04-141-29/+198
* [PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox2006-03-231-0/+10
* [PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler2006-03-231-13/+24
* [PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin2006-03-231-0/+3
* [PATCH] PCI: clean up msi.c a bitGrant Grundler2006-03-231-20/+35
* [PATCH] PCI: make it easier to see that set_msi_affinity() is usedGrant Grundler2006-01-311-3/+5
* [PATCH] fix deadlock in drivers/pci/msi.cIngo Molnar2006-01-311-2/+4
* [PATCH] PCI: Change MSI to use physical delivery mode alwaysAshok Raj2005-11-101-8/+12
* [PATCH] kernel-doc: PCI fixesRandy Dunlap2005-10-281-0/+2
* [PATCH] PCI/libata INTx cleanupBrett M Russ2005-09-081-8/+2
OpenPOWER on IntegriCloud