aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2007-05-09Fix more "deprecated" spellos.Randy Dunlap
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-08Merge branch 'linux-2.6'Paul Mackerras
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-05-02PCI: Free resource files in error path of pci_create_sysfs_dev_files()Michael Ellerman
2007-05-02pci-quirks: disable MSI on RS400-200 and RS480Tejun Heo
2007-05-02PCI hotplug: Use menuconfig objectsJan Engelhardt
2007-05-02PCI: ZT5550 CPCI Hotplug driver fixScott Murray
2007-05-02PCI: rpaphp: Remove semaphoresLinas Vepstas
2007-05-02PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetryLinas Vepstas
2007-05-02PCI: rpaphp: Use pcibios_remove_pci_devices() symmetricallyLinas Vepstas
2007-05-02PCI: rpaphp: Document is_php_dn()Linas Vepstas
2007-05-02PCI: rpaphp: Document find_php_slot()Linas Vepstas
2007-05-02PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()Linas Vepstas
2007-05-02PCI: rpaphp: refactor tail call to rpaphp_register_slot()Linas Vepstas
2007-05-02PCI: rpaphp: remove rpaphp_set_attention_status()Linas Vepstas
2007-05-02PCI: rpaphp: remove print_slot_pci_funcs()Linas Vepstas
2007-05-02PCI: rpaphp: Remove setup_pci_slot()Linas Vepstas
2007-05-02PCI: rpaphp: remove a call that does nothing but a pointer lookupLinas Vepstas
2007-05-02PCI: rpaphp: Remove another wrappered functionLinas Vepstas
2007-05-02PCI: rpaphp: Remve another call that is a wrapperLinas Vepstas
2007-05-02PCI: rpaphp: remove a function that does nothing but wrap debug printksLinas Vepstas
2007-05-02PCI: rpaphp: Remove un-needed gotoLinas Vepstas
2007-05-02PCI: rpaphp: Fix a memleak; slot->location string was never freedLinas Vepstas
2007-05-02PCI: rpaphp: match up alloc and free in same routineLinas Vepstas
2007-05-02PCI: rpaphp: Remove global num_slots variableLinas Vepstas
2007-05-02PCI: rpaphp: Cleanup flow of control for rpaphp_add_slotLinas Vepstas
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk
2007-05-02MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman
2007-05-02MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman
2007-05-02MSI: arch must connect the irq and the msi_descMichael Ellerman
2007-05-02msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)Dan Williams
2007-05-02MSI: Remove dev->first_msi_irqMichael Ellerman
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman
2007-05-02PCI: Convert to alloc_pci_dev()Michael Ellerman
2007-05-02PCI: Create alloc_pci_dev(), the one true way to create a struct pci_devMichael Ellerman
2007-05-02MSI: Add an arch_msi_check_device()Michael Ellerman
2007-05-02MSI: Rename pci_msi_supported() to pci_msi_check_device()Michael Ellerman
2007-05-02MSI: Consolidate precondition checksMichael Ellerman
2007-05-02MSI: Expand pci_msi_supported()Michael Ellerman
2007-05-02MSI: Remove msi_cacheMichael Ellerman
2007-05-02MSI: Move EXPORT_SYMBOL()s near their definitionMichael Ellerman
2007-05-02MSI: Consolidate BUG_ON()s.Michael Ellerman
2007-05-02MSI: Consolidate MSI-X irq freeing codeMichael Ellerman
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 2Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in msi_remove_pci_irq_vectors() part 1Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in pci_disable_msix()Michael Ellerman
2007-05-02MSI: Simplify BUG() handling in pci_disable_msi()Michael Ellerman
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg