aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+4
2008-11-19PCI: Fix disable IRQ 0 in pci_reset_function()Gravatar Sheng Yang 1-2/+2
2008-11-19intel-iommu: fix compile warningsGravatar FUJITA Tomonori 1-2/+4
2008-11-11PCI: ignore bit0 of _OSC return codeGravatar Kenji Kaneshige 1-7/+8
2008-11-03PCI: fix range check on mmapped sysfs resource filesGravatar Ed Swierk 1-1/+1
2008-11-03PCI: remove excess kernel-doc notationGravatar Randy Dunlap 1-2/+4
2008-11-03PCI: fix VPD limit quirk for Broadcom 5708SGravatar Yu Zhao 1-18/+18
2008-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-14/+0
2008-10-25ACPI: Oops in ACPI with git latestGravatar Rafael J. Wysocki 1-0/+3
2008-10-24x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIGravatar Fenghua Yu 1-14/+0
2008-10-23Fix PCI hotplug printk formatGravatar Randy Dunlap 1-1/+1
2008-10-23PCI: remove unused resource assignment in pci_read_bridge_bases()Gravatar Zhao, Yu 1-3/+0
2008-10-23PCI hotplug: shpchp: message refinementGravatar Taku Izumi 5-98/+86
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkGravatar Taku Izumi 5-159/+224
2008-10-23PCI: add routines for debugging and handling lost interruptsGravatar James Bottomley 2-1/+62
2008-10-23PCI hotplug: pciehp: message refinementGravatar Taku Izumi 5-88/+78
2008-10-23PCI: fix ARI code to be compatible with mixed ARI/non-ARI systemsGravatar Zhao, Yu 1-8/+13
2008-10-23PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceGravatar Kenji Kaneshige 1-1/+1
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 3-12/+14
2008-10-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 28-386/+614
2008-10-23Merge branch 'linus' into testGravatar Len Brown 39-1308/+1872
2008-10-22Merge branch 'ull' into testGravatar Len Brown 3-10/+10
2008-10-22Merge branch 'dock' into testGravatar Len Brown 1-2/+4
2008-10-22PCI hotplug: fix logic in Compaq hotplug controller bus speed setupGravatar Julia Lawall 1-1/+1
2008-10-22PCI hotplug: pciehp: poll data link layer link activeGravatar Kenji Kaneshige 3-4/+55
2008-10-22PCI hotplug: pciehp: fix possible memory leak in pcie_initGravatar Kenji Kaneshige 1-2/+2
2008-10-22PCI: Workaround invalid P2P bridge bus numbersGravatar Benjamin Herrenschmidt 1-2/+10
2008-10-22PCI Hotplug: fakephp: add duplicate slot name debuggingGravatar Alex Chiang 1-2/+8
2008-10-22PCI: Hotplug core: remove 'name'Gravatar Alex Chiang 1-3/+3
2008-10-22PCI: shcphp: remove 'name' parameterGravatar Alex Chiang 3-47/+48
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameGravatar Alex Chiang 1-13/+6
2008-10-22PCI: rpaphp: kmalloc/kfree slot->name directlyGravatar Alex Chiang 1-5/+3
2008-10-22PCI: pciehp: remove 'name' parameterGravatar Alex Chiang 4-44/+52
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameGravatar Alex Chiang 2-16/+9
2008-10-22PCI: fakephp: remove 'name' parameterGravatar Alex Chiang 1-9/+10
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersGravatar Alex Chiang 1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameGravatar Alex Chiang 2-31/+24
2008-10-22PCI: cpci_hotplug: stop managing hotplug_slot->nameGravatar Alex Chiang 3-49/+37
2008-10-22PCI: acpiphp: remove 'name' parameterGravatar Alex Chiang 2-19/+21
2008-10-22PCI: prevent duplicate slot namesGravatar Alex Chiang 4-82/+115
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterGravatar Kenji Kaneshige 1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramGravatar Alex Chiang 2-2/+4
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotGravatar Alex Chiang 1-10/+5
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 10-16/+25
2008-10-22PCI: add support for function level resetGravatar Sheng Yang 1-0/+98
2008-10-22PCI: Fix reference counting bugGravatar Matthew Wilcox 1-6/+3
2008-10-22ACPI/PCI: Set support bit for MSI in support field of _OSCGravatar Taku Izumi 3-0/+26
2008-10-22ACPI/PCI: Fix return value of acpi_cuery_osc()Gravatar Taku Izumi 1-4/+3
2008-10-22ACPI/PCI: Always query _OSC control field in pci_osc_control_set()Gravatar Taku Izumi 1-18/+13
2008-10-22ACPI/PCI: Change pci_osc_control_set() to query control bits firstGravatar Taku Izumi 1-16/+31