aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Genericizing iova.[ch]David Miller5-20/+23
2008-02-05iommu sg merging: PCI: add dma segment boundary supportFUJITA Tomonori2-0/+9
2008-02-05iommu sg merging: PCI: add device_dma_parameters supportFUJITA Tomonori2-0/+11
2008-02-02PCI: fix 4x section mismatch warningsSam Ravnborg2-4/+4
2008-02-02PCI: fix section mismatch warnings referring to pci_do_scan_busSam Ravnborg3-15/+23
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman7-843/+0
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds38-635/+1714
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman5-51/+44
2008-02-01PCI: fix codingstyle issues in drivers/pci/pci.hGreg Kroah-Hartman1-3/+5
2008-02-01PCI: PCIE ASPM supportShaohua Li7-0/+843
2008-02-01PCI: Fix fakephp deadlockIan Abbott1-4/+35
2008-02-01PCI: modify SB700 SATA MSI quirkShane Huang1-7/+22
2008-02-01PCI: Run ACPI _OSC method on root bridges onlyAndrew Patterson1-16/+6
2008-02-01PCI ACPI: AER driver should only register PCIe devices with _OSCAndrew Patterson1-1/+1
2008-02-01PCI ACPI: Added a function to register _OSC with only PCIe devices.Andrew Patterson1-3/+3
2008-02-01PCI: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud1-3/+8
2008-02-01pciehp: block new requests from the device before power offKenji Kaneshige1-12/+21
2008-02-01pciehp: workaround against Bad DLLP during power offKenji Kaneshige1-0/+45
2008-02-01pciehp: wait for 1000ms before LED operation after power offKenji Kaneshige2-12/+7
2008-02-01PCI: Remove pci_enable_device_bars()Benjamin Herrenschmidt1-24/+0
2008-02-01PCI: Add pci_enable_device_{io,mem} intefacesBenjamin Herrenschmidt1-1/+48
2008-02-01PCI: avoid save the same type of cap multiple timesShaohua Li1-2/+10
2008-02-01PCI: correctly initialize a structure for pcie_save_pcix_state()Shaohua Li1-0/+2
2008-02-01PCI: fix typo in pci_save_pcix_stateShaohua Li1-1/+1
2008-02-01PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com1-60/+52
2008-02-01PCI: print quirk name in debug messagesbjorn.helgaas@hp.com1-1/+6
2008-02-01PCI: fix for quirk_e100_interrupt()Ivan Kokshaysky1-1/+13
2008-02-01PCI: Spelling fixesJoe Perches2-2/+2
2008-02-01PCI: drivers/pci/msi.c: move arch hooks to the topAdrian Bunk1-46/+45
2008-02-01PCI: quirk: enable MSI Mapping on HT1000Sebastien Dugue1-3/+27
2008-02-01PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resourcesBenjamin Herrenschmidt1-2/+4
2008-02-01PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt1-24/+40
2008-02-01PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer1-2/+1
2008-02-01PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige1-6/+1
2008-02-01PCI Hotplug: pciehp: remove needless hp_slot calculationKenji Kaneshige1-11/+2
2008-02-01PCI Hotplug: pciehp: remove needless members from struct controllerKenji Kaneshige2-13/+3
2008-02-01PCI Hotplug: acpiphp: remove unneeded acpi_get_name function callMUNEDA Takahiro1-1/+0
2008-02-01PCI Hotplug: acpiphp: fix trivial typosMUNEDA Takahiro1-2/+2
2008-02-01PCIe: fix double initialization bugMark Lord3-54/+69
2008-02-01PCIE: Make use of the previously split out pcie_init_enable_events() functionMark Lord3-1/+20
2008-02-01PCI: more fixes for PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1Mark Lord1-81/+104
2008-02-01PCIE: fix PCIe Hotplug so that it works with ExpressCard slots on Dell notebooks (and others?) in conjunction with modparam of pciehp_force=1.Mark Lord3-1/+6
2008-02-01PCI: Add missing "space" in printk messagesJoe Perches2-4/+4
2008-02-01PCI: export pci_restore_msi_state()Linas Vepstas2-8/+1
2008-02-01pci hotplug: fix rpaphp directory namingLinas Vepstas3-38/+24
2008-02-01PCI: Unhide the SMBus on the HP xw4100Jean Delvare1-0/+6
2008-02-01PCI: More Sanity checks for DMARFenghua Yu1-3/+17
2008-02-01PCI: drivers/pci/quirks.c: coding-style cleanupAndrew Morton1-125/+125
2008-02-01PCI: remove additional pci_scan_child_bus() prototypeAdrian Bunk1-2/+0