PCI: add xen dom0 checking before ACS initialization
[safe/jmp/linux-2.6] / drivers / pci / msi.c
2009-09-09 Hidetoshi SetoPCI MSI: Style cleanups
2009-09-09 Hidetoshi SetoPCI MSI: MSI-X cleanup, msix_setup_entries()
2009-09-09 Hidetoshi SetoPCI MSI: MSI-X cleanup, msix_program_entries()
2009-09-09 Hidetoshi SetoPCI MSI: MSI-X cleanup, msix_map_region()
2009-09-09 Hidetoshi SetoPCI MSI: Relocate error path in init_msix_capability()
2009-09-09 Hidetoshi SetoPCI MSI: Unify msi_free_irqs() and msix_free_all_irqs()
2009-09-09 Hidetoshi SetoPCI MSI: Use list_first_entry()
2009-09-09 Hidetoshi SetoPCI MSI: Remove attribute check from pci_disable_msi()
2009-06-29 Hidetoshi SetoPCI MSI: Fix restoration of MSI/MSI-X mask states in...
2009-06-29 Hidetoshi SetoPCI MSI: Unmask MSI if setup failed
2009-06-29 Hidetoshi SetoPCI MSI: shorten PCI_MSIX_ENTRY_* symbol names
2009-06-29 Hidetoshi SetoPCI MSI: Return if alloc_msi_entry for MSI-X failed
2009-06-19 Hidetoshi SetoPCI: make msi_free_irqs() to use msix_mask_irq() instea...
2009-06-19 Matthew WilcoxPCI: Fix the NIU MSI-X problem in a better way
2009-06-18 Matthew WilcoxPCI: remove redundant __msi_set_enable()
2009-06-16 Kenji KaneshigePCI: remove invalid comment of msi_mask_irq()
2009-06-11 Michael S. TsirkinPCI MSI: let drivers retry when not enough vectors
2009-06-11 Hidetoshi SetoPCI MSI: Define PCI_MSI_MASK_32/64
2009-05-12 Matthew WilcoxPCI MSI: Fix MSI-X with NIU cards
2009-03-20 Matthew WilcoxPCI MSI: Add support for multiple MSI
2009-03-20 Matthew WilcoxPCI MSI: Refactor interrupt masking code
2009-03-20 Matthew WilcoxPCI MSI: Use mask_pos instead of mask_base when appropriate
2009-03-20 Matthew WilcoxPCI MSI: msi_desc->dev is always initialised
2009-03-20 Matthew WilcoxPCI MSI: Replace 'type' with 'is_msix'
2009-03-20 Michael EllermanPCI/MSI: Allow arch code to return the number of MSI...
2009-03-20 Michael EllermanPCI/MSI: Use #ifdefs instead of weak functions
2009-03-20 Rafael J. WysockiPCI/MSI: Introduce pci_msix_table_size()
2009-02-13 Matthew WilcoxPCI/MSI: fix msi_mask() shift fix
2009-01-27 Matthew WilcoxPCI MSI: Fix undefined shift by 32
2009-01-16 Hidetoshi SetoPCI/MSI: bugfix/utilize for msi_capability_init()
2009-01-07 Andrew PattersonACPI/PCI: PCI MSI _OSC support capabilities called...
2008-12-08 Yinghai Lux86, MSI: pass irq_cfg and irq_desc
2008-10-22 Taku IzumiACPI/PCI: Set support bit for MSI in support field...
2008-10-20 Jike SongPCI: utilize calculated results when detecting MSI...
2008-08-07 Jesse BarnesPCI: fully restore MSI state at resume time
2008-07-28 Matthew WilcoxPCI MSI: Don't disable MSIs if the mask bit isn't supported
2008-06-25 Bjorn HelgaasPCI: use dev_printk when possible
2008-06-10 Hidetoshi SetoPCI/MSI: skip calling pci_find_capability from msi_set_...
2008-04-29 Yinghai Lupci/irq: let pci_device_shutdown to call pci_msi_shutdo...
2008-04-29 Yinghai Lupci/irq: restore mask_bits in msi shutdown -v3
2008-02-01 Adrian BunkPCI: drivers/pci/msi.c: move arch hooks to the top
2008-02-01 Linas VepstasPCI: export pci_restore_msi_state()
2007-11-05 David MillerPCI: Add quirk for devices which disable MSI when INTX_...
2007-10-12 Roland DreierMSI: Use correct data offset for 32-bit MSI in read_msi...
2007-06-01 Eric W. Biedermanmsi: mask the msix vector before we unmap it
2007-06-01 Eric W. Biedermanmsi: fix the ordering of msix irqs
2007-05-31 Dan Williamsmsi: fix ARM compile
2007-05-11 David MillerFix assertion failure with MSI on sparc64
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-03 Michael EllermanMSI: Give archs the option to free all MSI/Xs at once.
2007-05-03 Michael EllermanMSI: Give archs the option to allocate all MSI/Xs at...
2007-05-03 Michael EllermanMSI: arch must connect the irq and the msi_desc
2007-05-03 Michael EllermanMSI: Remove dev->first_msi_irq
2007-05-03 Michael EllermanMSI: Use a list instead of the custom link structure
2007-05-03 Michael EllermanMSI: Add an arch_msi_check_device()
2007-05-03 Michael EllermanMSI: Rename pci_msi_supported() to pci_msi_check_device()
2007-05-03 Michael EllermanMSI: Consolidate precondition checks
2007-05-03 Michael EllermanMSI: Expand pci_msi_supported()
2007-05-03 Michael EllermanMSI: Remove msi_cache
2007-05-03 Michael EllermanMSI: Move EXPORT_SYMBOL()s near their definition
2007-05-03 Michael EllermanMSI: Consolidate BUG_ON()s.
2007-05-03 Michael EllermanMSI: Consolidate MSI-X irq freeing code
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in msi_remove_pci_irq_vect...
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in msi_remove_pci_irq_vect...
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in pci_disable_msix()
2007-05-03 Michael EllermanMSI: Simplify BUG() handling in pci_disable_msi()
2007-05-03 Mitch WilliamsPCI: Flush MSI-X table writes
2007-04-03 Eric W. Biederman[PATCH] msi: synchronously mask and unmask msi-x irqs.
2007-03-12 Eric W. Biederman[PATCH] msi: Safer state caching.
2007-03-05 Eric W. Biederman[PATCH] msi: support masking msi irqs without a mask bit
2007-03-05 Eric W. Biederman[PATCH] msi: fix up the msi enable/disable logic
2007-03-05 Eric W. Biederman[PATCH] msi: sanely support hardware level msi disabling
2007-02-07 Eric W. Biedermanmsi: Make MSI useable more architectures
2007-02-07 Eric W. Biedermanmsi: Kill the msi_desc array.
2007-02-07 Eric W. Biedermanmsi: Remove attach_msi_entry.
2007-02-07 Eric W. Biedermanmsi: Fix msi_remove_pci_irq_vectors.
2007-02-07 Eric W. Biedermanmsi: Remove msi_lock.
2007-02-07 Eric W. Biedermanmsi: Kill msi_lookup_irq
2007-02-07 Michael EllermanMSI: Combine pci_(save|restore)_msi/msix_state
2007-02-07 Michael EllermanMSI: Remove pci_scan_msi_device()
2007-02-07 Michael EllermanMSI: Replace pci_msi_quirk with calls to pci_no_msi()
2007-02-07 Satoru TakeuchiPCI: cleanup MSI code
2006-12-07 Linus TorvaldsMerge branch 'intx' of /linux/kernel/git/jgarzik/misc-2.6
2006-12-07 Jeff GarzikPCI MSI: always toggle legacy-INTx-enable bit upon...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-10-18 Brice GoglinPCI: Improve pci_msi_supported() comments
2006-10-04 Eric W. Biederman[PATCH] msi: refactor and move the msi irq_chip into...
2006-10-04 Eric W. Biederman[PATCH] msi: only use a single irq_chip for msi interrupts
2006-10-04 Eric W. Biederman[PATCH] msi: simplify msi sanity checks by adding with...
2006-10-04 Eric W. Biederman[PATCH] genirq: msi: make the msi code irq based and...
2006-10-04 Eric W. Biederman[PATCH] genirq: msi: simplify the msi irq limit policy
2006-10-04 Eric W. Biederman[PATCH] genirq: msi: refactor the msi_ops
2006-10-04 Eric W. Biederman[PATCH] genirq: msi: implement helper functions read_ms...
2006-10-04 Eric W. Biederman[PATCH] genirq: msi: simplify msi enable and disable
2006-09-27 Pekka J Enberg[PATCH] msi: use kmem_cache_zalloc()
2006-09-27 Brice GoglinMSI: Factorize common code in pci_msi_supported()
2006-07-12 Eric W. Biederman[PATCH] msi: Only keep one msi_desc in each slab entry.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Ingo Molnar[PATCH] genirq: rename desc->handler to desc->chip
2006-06-21 Grant Grundler[PATCH] PCI: remove unneeded msi code
next