aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-11PCI: ignore bit0 of _OSC return codeKenji Kaneshige1-7/+8
2008-11-03PCI: fix range check on mmapped sysfs resource filesEd Swierk1-1/+1
2008-11-03PCI: remove excess kernel-doc notationRandy Dunlap1-2/+4
2008-11-03PCI: fix VPD limit quirk for Broadcom 5708SYu Zhao1-18/+18
2008-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-14/+0
2008-10-25ACPI: Oops in ACPI with git latestRafael J. Wysocki1-0/+3
2008-10-24x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCIFenghua Yu1-14/+0
2008-10-23Fix PCI hotplug printk formatRandy Dunlap1-1/+1
2008-10-23PCI: remove unused resource assignment in pci_read_bridge_bases()Zhao, Yu1-3/+0
2008-10-23PCI hotplug: shpchp: message refinementTaku Izumi5-98/+86
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi5-159/+224
2008-10-23PCI: add routines for debugging and handling lost interruptsJames Bottomley2-1/+62
2008-10-23PCI hotplug: pciehp: message refinementTaku Izumi5-88/+78
2008-10-23PCI: fix ARI code to be compatible with mixed ARI/non-ARI systemsZhao, Yu1-8/+13
2008-10-23PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige1-1/+1
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-12/+14
2008-10-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds28-386/+614
2008-10-23Merge branch 'linus' into testLen Brown39-1308/+1872
2008-10-22Merge branch 'ull' into testLen Brown3-10/+10
2008-10-22Merge branch 'dock' into testLen Brown1-2/+4
2008-10-22PCI hotplug: fix logic in Compaq hotplug controller bus speed setupJulia Lawall1-1/+1
2008-10-22PCI hotplug: pciehp: poll data link layer link activeKenji Kaneshige3-4/+55
2008-10-22PCI hotplug: pciehp: fix possible memory leak in pcie_initKenji Kaneshige1-2/+2
2008-10-22PCI: Workaround invalid P2P bridge bus numbersBenjamin Herrenschmidt1-2/+10
2008-10-22PCI Hotplug: fakephp: add duplicate slot name debuggingAlex Chiang1-2/+8
2008-10-22PCI: Hotplug core: remove 'name'Alex Chiang1-3/+3
2008-10-22PCI: shcphp: remove 'name' parameterAlex Chiang3-47/+48
2008-10-22PCI: SGI Hotplug: stop managing bss_hotplug_slot->nameAlex Chiang1-13/+6
2008-10-22PCI: rpaphp: kmalloc/kfree slot->name directlyAlex Chiang1-5/+3
2008-10-22PCI: pciehp: remove 'name' parameterAlex Chiang4-44/+52
2008-10-22PCI: ibmphp: stop managing hotplug_slot->nameAlex Chiang2-16/+9
2008-10-22PCI: fakephp: remove 'name' parameterAlex Chiang1-9/+10
2008-10-22PCI, PCI Hotplug: introduce slot_name helpersAlex Chiang1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2-31/+24
2008-10-22PCI: cpci_hotplug: stop managing hotplug_slot->nameAlex Chiang3-49/+37
2008-10-22PCI: acpiphp: remove 'name' parameterAlex Chiang2-19/+21
2008-10-22PCI: prevent duplicate slot namesAlex Chiang4-82/+115
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterKenji Kaneshige1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang2-2/+4
2008-10-22PCI: rename pci_update_slot_number to pci_renumber_slotAlex Chiang1-10/+5
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang10-16/+25
2008-10-22PCI: add support for function level resetSheng Yang1-0/+98
2008-10-22PCI: Fix reference counting bugMatthew Wilcox1-6/+3
2008-10-22ACPI/PCI: Set support bit for MSI in support field of _OSCTaku Izumi3-0/+26
2008-10-22ACPI/PCI: Fix return value of acpi_cuery_osc()Taku Izumi1-4/+3
2008-10-22ACPI/PCI: Always query _OSC control field in pci_osc_control_set()Taku Izumi1-18/+13
2008-10-22ACPI/PCI: Change pci_osc_control_set() to query control bits firstTaku Izumi1-16/+31
2008-10-22ACPI/PCI: Fix possible race condition on _OSC evaluationTaku Izumi1-8/+20
2008-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse31-688/+899
2008-10-20Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds28-612/+776