aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2008-08-21PCI: fix reference leak in pci_get_dev_by_id()Gravatar Greg KH 1-0/+2
2008-08-21PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Gravatar Alex Chiang 1-19/+15
2008-08-21PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Gravatar Alex Chiang 3-18/+15
2008-08-18Merge branch 'x86-merge' into for-linusGravatar Jesse Barnes 2-0/+38
2008-08-18PCI: add acpi_find_root_bridge_handleGravatar Jiri Slaby 2-10/+2
2008-08-18PCI: acpi_pcihp: run _OSC on a root bridgeGravatar Jiri Slaby 1-12/+29
2008-08-18Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Jesse Barnes 2-0/+38
2008-08-07PCI: Limit VPD length for Broadcom 5708SGravatar Dean Hildebrand 1-1/+3
2008-08-07PCI PM: Export pci_pme_active to driversGravatar Rafael J. Wysocki 1-1/+2
2008-08-07PCI: check the return value of device_create_bin_file() in pci_create_bus()Gravatar Simon Horman 1-16/+38
2008-08-07PCI: fully restore MSI state at resume timeGravatar Jesse Barnes 1-3/+2
2008-08-07PCI: add Broadcom 5708S to VPD length quirkGravatar Eric Dumazet 1-1/+4
2008-07-28PCI: add D3 power state avoidance quirkGravatar Alan Cox 2-0/+17
2008-07-28PCI: add an option to allow ASPM enabled forciblyGravatar Shaohua Li 1-6/+14
2008-07-28PCI: disable ASPM on pre-1.1 PCIe devicesGravatar Shaohua Li 2-1/+15
2008-07-28PCI: disable ASPM per ACPI FADT settingGravatar Shaohua Li 2-0/+12
2008-07-28PCI MSI: Don't disable MSIs if the mask bit isn't supportedGravatar Matthew Wilcox 1-3/+12
2008-07-28PCI: handle 64-bit resources better on 32-bit machinesGravatar Matthew Wilcox 1-2/+2
2008-07-28PCI: rewrite PCI BAR reading codeGravatar Matthew Wilcox 1-119/+123
2008-07-28PCI: document pci_target_stateGravatar Jesse Barnes 1-0/+6
2008-07-28PCI hotplug: fix typo in pcie hotplug outputGravatar Jesse Barnes 1-1/+1
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 3-22/+34
2008-07-22PCI: fixup sparse endianness warnings in proc.cGravatar Harvey Harrison 1-9/+9
2008-07-22PCI PM: make more PCI PM core functionality available to driversGravatar Rafael J. Wysocki 1-10/+24
2008-07-22PCI/DMAR: don't assume presence of RMRRsGravatar Yong Wang 1-3/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineGravatar Kay Sievers 1-2/+2
2008-07-21pci kernel-doc fatal errorGravatar Randy Dunlap 1-4/+2
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Gravatar Ingo Molnar 1-1/+1
2008-07-18Merge branch 'linus' into pci-for-jesseGravatar Ingo Molnar 41-1146/+1889
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 39-1111/+1786
2008-07-16PCI ACPI: Drop the second argument of platform_pci_choose_stateGravatar Rafael J. Wysocki 3-6/+4
2008-07-16ACPI PM: acpi_pm_device_sleep_state() cleanupGravatar David Brownell 1-2/+1
2008-07-16PCI: remove unnecessary volatile in PCIe hotplug struct controllerGravatar Ming Lei 1-1/+1
2008-07-14PCI: include linux/pm_wakeup.h for device_set_wakeup_capableGravatar Stephen Rothwell 1-0/+1
2008-07-14PCI PM: Fix pci_prepare_to_sleepGravatar Rafael J. Wysocki 1-2/+2
2008-07-11x86: make only GART code include gart.hGravatar FUJITA Tomonori 1-1/+1
2008-07-08RFC x86: try to remove arch_get_ram_rangeGravatar Yinghai Lu 1-14/+37
2008-07-07PCI: Simplify PCI device PM codeGravatar Rafael J. Wysocki 1-66/+52
2008-07-07PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleepGravatar Rafael J. Wysocki 1-0/+83
2008-07-07PCI ACPI: Rework PCI handling of wake-upGravatar Rafael J. Wysocki 4-89/+155
2008-07-07PCI: rework pci_set_power_state function to call platform firstGravatar Rafael J. Wysocki 2-52/+114
2008-07-07PCI: Introduce platform_pci_power_manageable functionGravatar Rafael J. Wysocki 3-20/+65
2008-07-04pci: VT3336 can't do MSI eitherGravatar Tejun Heo 1-0/+1
2008-07-03PCI: handle pci_name() being constGravatar Greg Kroah-Hartman 1-3/+3
2008-07-02PCI: acpiphp: cleanup notify handler on all root bridgesGravatar Alex Chiang 1-3/+14
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Gravatar Benjamin Li 4-12/+48
2008-07-01PCI: Restrict VPD read permission to rootGravatar Ben Hutchings 1-1/+1
2008-06-27PCI: fix pci_setup_device()'s sprinting into a const bufferGravatar David Howells 1-2/+3
2008-06-27pciehp: use get_service_dataGravatar Kenji Kaneshige 1-5/+3
2008-06-27pciehp: remove needless command completed interrupt settingGravatar Kenji Kaneshige 1-7/+3