summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: construct one fakephp slot per PCI slotAlex Chiang2008-06-101-55/+29Star
* PCI: unhide the SMBus on the Compaq Deskpro ENKrzysztof Helt2008-06-101-0/+9
* PCIe: fix 'symbol not declared' sparse warningsAlex Chiang2008-06-102-0/+2
* PCI: Unhide the SMBus on the Compaq Evo D510Jean Delvare2008-06-101-0/+7
* PCI: eliminate double kfree in intel-iommu initializationJulia Lawall2008-06-101-1/+0Star
* pciehp: removes redundant NULL write to slot status registerKenji Kaneshige2008-06-101-1/+1
* pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.cKenji Kaneshige2008-06-101-1/+1
* shpchp: check firmware before taking controlKenji Kaneshige2008-06-106-90/+104
* pciehp: block signals while waiting for command completionKenji Kaneshige2008-06-101-12/+4Star
* pciehp: evaluate _OSC/OSHP before controller initKenji Kaneshige2008-06-103-18/+10Star
* pciehp: remove redundant pci_dev initializationKenji Kaneshige2008-06-101-1/+0Star
* PCI: implement new suspend/resume callbacksRafael J. Wysocki2008-06-101-46/+346
* PCI/MSI: skip calling pci_find_capability from msi_set_mask_bitsHidetoshi Seto2008-06-101-4/+8
* PCI: remove CVS keywordsAdrian Bunk2008-06-102-4/+0Star
* pci-acpi: formatting cleanups for _OSCKenji Kaneshige2008-06-101-2/+3
* pci-acpi: remove unused variable in __pci_osc_support_setKenji Kaneshige2008-06-101-11/+4Star
* pci-acpi: add flag to indicate query had been doneKenji Kaneshige2008-06-101-1/+3
* pci-acpi: use local buffer for _OSCKenji Kaneshige2008-06-101-34/+39
* pci-acpi: remove duplicate code for _OSCKenji Kaneshige2008-06-101-110/+55Star
* PCI: Disable PME during PCI scanZhao Yakui2008-06-101-0/+44
* Suspend/Resume bug in PCI layer wrt quirksRafael J. Wysocki2008-06-102-38/+86
* PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day2008-06-101-1/+1
* PCI: make {pciehp,shpchp}_slot_with_bus staticAdrian Bunk2008-06-102-2/+2
* PCI: fix rpadlpar pci hotplug driver sysfs usageBenjamin Herrenschmidt2008-05-301-2/+6
* pciehp: add message about pciehp_slot_with_bus optionKenji Kaneshige2008-05-281-1/+5
* pci hotplug core: add check of duplicate slot nameKenji Kaneshige2008-05-281-1/+6
* pciehp: move msleep after power offKenji Kaneshige2008-05-282-7/+14
* pciehp: poll cmd completion if hotplug interrupt is disabledKenji Kaneshige2008-05-281-4/+38
* pciehp: fix slow probingKenji Kaneshige2008-05-282-7/+36
* pciehp: fix NULL dereference in interrupt handlerKenji Kaneshige2008-05-283-35/+37
* shpchp: add message about shpchp_slot_with_bus optionKenji Kaneshige2008-05-281-0/+4
* PCI: don't enable ASPM on devices with mixed PCIe/PCI functionsShaohua Li2008-05-221-0/+20
* Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds2008-05-161-2/+1Star
* ACPI/PCI: another multiple _OSC memory leak fixKenji Kaneshige2008-05-131-1/+7
* PCI: enable nv_msi_ht_cap_quirk for ALi bridgesBjörn Krombholz2008-05-131-0/+1
* PCI: Make the intel-iommu_wait_op macro work when jiffies are not runningmark gross2008-05-131-3/+3
* ACPI/PCI: handle multiple _OSCKenji Kaneshige2008-05-131-1/+7
* ACPI/PCI: handle multiple _OSCShaohua Li2008-05-131-29/+66
* PCI ACPI: fix uninitialized variable in __pci_osc_support_setKenji Kaneshige2008-05-131-1/+1
* x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-301-16/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-04-298-447/+271Star
|\
| * pciehp: fix error message about getting hotplug controlKenji Kaneshige2008-04-291-1/+1
| * pci/irq: let pci_device_shutdown to call pci_msi_shutdown v2Yinghai Lu2008-04-292-9/+28
| * pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu2008-04-291-7/+14
| * pciehp: Fix command writeKenji Kaneshige2008-04-251-1/+4
| * shpchp: fix slot nameKenji Kaneshige2008-04-251-2/+9
| * make pciehp_acpi_get_hp_hw_control_from_firmware()Adrian Bunk2008-04-251-1/+1
| * pciehp: Clean up pcie_init()Kenji Kaneshige2008-04-251-110/+88Star
| * pciehp: Mask hotplug interrupt at controller releaseKenji Kaneshige2008-04-251-0/+4
| * pciehp: Remove useless hotplug interrupt enablingKenji Kaneshige2008-04-251-46/+8Star