aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman1-3/+7
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-0/+5
2007-07-11PCI: add PCI-X/PCI-Express read control interfacesPeter Oruba2-0/+176
2007-07-11pci syscall.c: Switch to refcounting APIAlan Cox1-9/+11
2007-07-11PCI: point people to Bernhard instead of the linux-kernel listGreg Kroah-Hartman1-1/+1
2007-07-09[IA64] SN: Correct ROM resource length for BIOS copyJohn Keller1-29/+44
2007-06-14[POWERPC] Rewrite IO allocation & mapping on powerpc64Benjamin Herrenschmidt1-3/+3
2007-06-01msi: mask the msix vector before we unmap itEric W. Biederman1-3/+3
2007-06-01msi: fix the ordering of msix irqsEric W. Biederman1-2/+2
2007-05-31PCI: quirk disable MSI on via vt3351Jay Cliburn1-0/+1
2007-05-31PCI: Fix pci_find_presentBen Gardner1-1/+2
2007-05-31PCI: disable MSI by default on systems with Serverworks HT1000 chipsAndy Gospodarek1-0/+1
2007-05-31msi: fix ARM compileDan Williams1-1/+1
2007-05-31pci-quirks: fix MSI disabling on RS400-200 and RS480Tejun Heo1-9/+9
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-15rpadlpar breakage - fallout of struct subsystem removalAl Viro1-2/+3
2007-05-11Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2007-05-11Fix assertion failure with MSI on sparc64David Miller1-2/+4
2007-05-11Add the combined mode for ATI SB700Henry Su1-0/+1
2007-05-10[IA64] Fix warnings resulting from type-checking in dev_dbg()Tony Luck1-18/+18
2007-05-09Fix more "deprecated" spellos.Randy Dunlap1-1/+1
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-5/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap9-9/+0
2007-05-08Merge branch 'linux-2.6'Paul Mackerras29-1029/+791
2007-05-04Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-4/+4
2007-05-02PCI: Free resource files in error path of pci_create_sysfs_dev_files()Michael Ellerman1-1/+3
2007-05-02pci-quirks: disable MSI on RS400-200 and RS480Tejun Heo1-0/+2
2007-05-02PCI hotplug: Use menuconfig objectsJan Engelhardt1-15/+10
2007-05-02PCI: ZT5550 CPCI Hotplug driver fixScott Murray1-1/+5
2007-05-02PCI: rpaphp: Remove semaphoresLinas Vepstas1-35/+3
2007-05-02PCI: rpaphp: Ensure more pcibios_add/pcibios_remove symmetryLinas Vepstas1-7/+2
2007-05-02PCI: rpaphp: Use pcibios_remove_pci_devices() symmetricallyLinas Vepstas1-8/+2
2007-05-02PCI: rpaphp: Document is_php_dn()Linas Vepstas1-13/+29
2007-05-02PCI: rpaphp: Document find_php_slot()Linas Vepstas1-5/+13
2007-05-02PCI: rpaphp: Rename rpaphp_register_pci_slot() to rpaphp_enable_slot()Linas Vepstas3-5/+11
2007-05-02PCI: rpaphp: refactor tail call to rpaphp_register_slot()Linas Vepstas2-1/+4
2007-05-02PCI: rpaphp: remove rpaphp_set_attention_status()Linas Vepstas3-24/+10
2007-05-02PCI: rpaphp: remove print_slot_pci_funcs()Linas Vepstas1-16/+7
2007-05-02PCI: rpaphp: Remove setup_pci_slot()Linas Vepstas1-63/+33
2007-05-02PCI: rpaphp: remove a call that does nothing but a pointer lookupLinas Vepstas1-15/+2
2007-05-02PCI: rpaphp: Remove another wrappered functionLinas Vepstas3-47/+29
2007-05-02PCI: rpaphp: Remve another call that is a wrapperLinas Vepstas4-22/+10
2007-05-02PCI: rpaphp: remove a function that does nothing but wrap debug printksLinas Vepstas1-24/+13
2007-05-02PCI: rpaphp: Remove un-needed gotoLinas Vepstas1-4/+2
2007-05-02PCI: rpaphp: Fix a memleak; slot->location string was never freedLinas Vepstas1-5/+4
2007-05-02PCI: rpaphp: match up alloc and free in same routineLinas Vepstas3-2/+5
2007-05-02PCI: rpaphp: Remove global num_slots variableLinas Vepstas3-7/+1
2007-05-02PCI: rpaphp: Cleanup flow of control for rpaphp_add_slotLinas Vepstas1-20/+20
2007-05-02PCI: remove the broken PCI_MULTITHREAD_PROBE optionAdrian Bunk2-40/+0
2007-05-02MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman1-36/+39