Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fb5c6e115594bef1c7ab6c55b46fd1450a03507b
/
drivers
/
pci
/
msi.c
6a9e7f2
PCI: drivers/pci/msi.c: move arch hooks to the top
by Adrian Bunk
· 17 years ago
94688cf
PCI: export pci_restore_msi_state()
by Linas Vepstas
· 17 years ago
ba698ad
PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.
by David Miller
· 17 years ago
cbf5d9e
MSI: Use correct data offset for 32-bit MSI in read_msi_msg()
by Roland Dreier
· 17 years ago
78b7611
msi: mask the msix vector before we unmap it
by Eric W. Biederman
· 17 years ago
0dd11f9
msi: fix the ordering of msix irqs
by Eric W. Biederman
· 17 years ago
4fdadeb
msi: fix ARM compile
by Dan Williams
· 18 years ago
b3b7cc7
Fix assertion failure with MSI on sparc64
by David Miller
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
032de8e
MSI: Give archs the option to free all MSI/Xs at once.
by Michael Ellerman
· 18 years ago
9c83133
MSI: Give archs the option to allocate all MSI/Xs at once.
by Michael Ellerman
· 18 years ago
7fe3730
MSI: arch must connect the irq and the msi_desc
by Michael Ellerman
· 18 years ago
314e77b
MSI: Remove dev->first_msi_irq
by Michael Ellerman
· 18 years ago
4aa9bc9
MSI: Use a list instead of the custom link structure
by Michael Ellerman
· 18 years ago
c9953a7
MSI: Add an arch_msi_check_device()
by Michael Ellerman
· 18 years ago
17bbc12
MSI: Rename pci_msi_supported() to pci_msi_check_device()
by Michael Ellerman
· 18 years ago
128bc5f
MSI: Consolidate precondition checks
by Michael Ellerman
· 18 years ago
b1e2303
MSI: Expand pci_msi_supported()
by Michael Ellerman
· 18 years ago
3e916c0
MSI: Remove msi_cache
by Michael Ellerman
· 18 years ago
4cc086f
MSI: Move EXPORT_SYMBOL()s near their definition
by Michael Ellerman
· 18 years ago
7ede9c1
MSI: Consolidate BUG_ON()s.
by Michael Ellerman
· 18 years ago
fc4afc7
MSI: Consolidate MSI-X irq freeing code
by Michael Ellerman
· 18 years ago
00ba16a
MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2
by Michael Ellerman
· 18 years ago
c31af39
MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1
by Michael Ellerman
· 18 years ago
54bc6c0
MSI: Simplify BUG() handling in pci_disable_msix()
by Michael Ellerman
· 18 years ago
e387b9e
MSI: Simplify BUG() handling in pci_disable_msi()
by Michael Ellerman
· 18 years ago
988cbb1
PCI: Flush MSI-X table writes
by Mitch Williams
· 18 years ago
348e3fd
[PATCH] msi: synchronously mask and unmask msi-x irqs.
by Eric W. Biederman
· 18 years ago
392ee1e
[PATCH] msi: Safer state caching.
by Eric W. Biederman
· 18 years ago
58e0543
[PATCH] msi: support masking msi irqs without a mask bit
by Eric W. Biederman
· 18 years ago
b1cbf4e
[PATCH] msi: fix up the msi enable/disable logic
by Eric W. Biederman
· 18 years ago
f5f2b13
[PATCH] msi: sanely support hardware level msi disabling
by Eric W. Biederman
· 18 years ago
f7feaca
msi: Make MSI useable more architectures
by Eric W. Biederman
· 18 years ago
5b912c1
msi: Kill the msi_desc array.
by Eric W. Biederman
· 18 years ago
1c659d6
msi: Remove attach_msi_entry.
by Eric W. Biederman
· 18 years ago
866a8c8
msi: Fix msi_remove_pci_irq_vectors.
by Eric W. Biederman
· 18 years ago
d40f540
msi: Remove msi_lock.
by Eric W. Biederman
· 18 years ago
ded86d8
msi: Kill msi_lookup_irq
by Eric W. Biederman
· 18 years ago
8fed4b6
MSI: Combine pci_(save|restore)_msi/msix_state
by Michael Ellerman
· 18 years ago
0fcfdab
MSI: Remove pci_scan_msi_device()
by Michael Ellerman
· 18 years ago
88187df
MSI: Replace pci_msi_quirk with calls to pci_no_msi()
by Michael Ellerman
· 18 years ago
c54c187
PCI: cleanup MSI code
by Satoru Takeuchi
· 18 years ago
7f3af60
Merge branch 'intx' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
by Linus Torvalds
· 18 years ago
1769b46
PCI MSI: always toggle legacy-INTx-enable bit upon MSI entry/exit
by Jeff Garzik
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
0306ebf
PCI: Improve pci_msi_supported() comments
by Brice Goglin
· 18 years ago
3b7d192
[PATCH] msi: refactor and move the msi irq_chip into the arch code
by Eric W. Biederman
· 18 years ago
277bc33
[PATCH] msi: only use a single irq_chip for msi interrupts
by Eric W. Biederman
· 18 years ago
1f80025
[PATCH] msi: simplify msi sanity checks by adding with generic irq code
by Eric W. Biederman
· 18 years ago
1ce0337
[PATCH] genirq: msi: make the msi code irq based and not vector based
by Eric W. Biederman
· 18 years ago
92db6d1
[PATCH] genirq: msi: simplify the msi irq limit policy
by Eric W. Biederman
· 18 years ago
38bc036
[PATCH] genirq: msi: refactor the msi_ops
by Eric W. Biederman
· 18 years ago
0366f8f
[PATCH] genirq: msi: implement helper functions read_msi_msg and write_msi_msg
by Eric W. Biederman
· 18 years ago
7bd007e
[PATCH] genirq: msi: simplify msi enable and disable
by Eric W. Biederman
· 18 years ago
5718178
[PATCH] msi: use kmem_cache_zalloc()
by Pekka J Enberg
· 18 years ago
24334a1
MSI: Factorize common code in pci_msi_supported()
by Brice Goglin
· 18 years ago
ec572e3
[PATCH] msi: Only keep one msi_desc in each slab entry.
by Eric W. Biederman
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
d1bef4e
[PATCH] genirq: rename desc->handler to desc->chip
by Ingo Molnar
· 18 years ago
f7e6600
[PATCH] PCI: remove unneeded msi code
by Grant Grundler
· 18 years ago
b209a6e
[PATCH] PCI: cleanup unused variable about msi driver
by bibo,mao
· 18 years ago
99dc804
[PATCH] PCI: disable msi mode in pci_disable_device
by Shaohua Li
· 18 years ago
020d502
[PATCH] PCI: Allow MSI to work on kexec kernel
by Rajesh Shah
· 18 years ago
1edab4a
[PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?
by Brice Goglin
· 18 years ago
1008307
[PATCH] PCI: per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
by Mark Maule
· 19 years ago
fd58e55
[PATCH] PCI: msi abstractions and support for altix
by Mark Maule
· 19 years ago
f01f418
[PATCH] PCI: fix potential resource leak in drivers/pci/msi.c
by Jesper Juhl
· 19 years ago
41017f0
[PATCH] PCI: MSI(X) save/restore for suspend/resume
by Shaohua Li
· 19 years ago
309e57d
[PATCH] PCI: Provide a boot parameter to disable MSI
by Matthew Wilcox
· 19 years ago
a0454b4
[PATCH] PCI: fix problems with MSI-X on ia64
by Grant Grundler
· 19 years ago
6e325a6
[PATCH] PCI: make MSI quirk inheritable from the pci bus
by Michael S. Tsirkin
· 19 years ago
b64c05e
[PATCH] PCI: clean up msi.c a bit
by Grant Grundler
· 19 years ago
8169b5d
[PATCH] PCI: make it easier to see that set_msi_affinity() is used
by Grant Grundler
· 19 years ago
f6bc266
[PATCH] fix deadlock in drivers/pci/msi.c
by Ingo Molnar
· 19 years ago
b4033c1
[PATCH] PCI: Change MSI to use physical delivery mode always
by Ashok Raj
· 19 years ago
8f7020d
[PATCH] kernel-doc: PCI fixes
by Randy Dunlap
· 19 years ago
a04ce0f
[PATCH] PCI/libata INTx cleanup
by Brett M Russ
· 19 years ago
54d5d42
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
by Ashok Raj
· 19 years ago
4602b88
[PATCH] PCI: 6700/6702PXH quirk
by Kristen Accardi
· 19 years ago
70549ad
[PATCH] PCI: clean up the MSI code a bit.
by Greg Kroah-Hartman
· 19 years ago
eaae4b3
[PATCH] PCI: Spelling fixes for drivers/pci.
by Steven Cole
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago