summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinityAshok Raj2005-09-071-12/+5
* [PATCH] PCI: 6700/6702PXH quirkKristen Accardi2005-08-161-1/+4
* [PATCH] PCI: clean up the MSI code a bit.Greg Kroah-Hartman2005-06-271-55/+33
* [PATCH] PCI: Spelling fixes for drivers/pci.Steven Cole2005-05-031-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1151