summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-01-13PCI: Reorder so actual code comes before stubsBjorn Helgaas
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas
2014-01-13Merge branch 'pci/aer' into nextBjorn Helgaas
2014-01-13PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall
2014-01-13PCI: Make local functions staticStephen Hemminger
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger
2014-01-10PCI: Remove unused ID-Based Ordering supportStephen Hemminger
2014-01-10PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger
2014-01-10PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas
2014-01-10PCI: Removed unused parts of Page Request Interface supportStephen Hemminger
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas
2014-01-07Merge branch 'pci/misc' into nextBjorn Helgaas
2014-01-07Merge branch 'pci/host-mvebu' into nextBjorn Helgaas
2014-01-07Merge branch 'pci/host-designware' into nextBjorn Helgaas
2014-01-07PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu
2014-01-07PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas
2014-01-07agp/intel: Use CPU physical address, not bus address, for ioremap()Bjorn Helgaas
2014-01-07agp/intel: Use pci_bus_address() to get GTTADR bus addressBjorn Helgaas
2014-01-07agp/intel: Use pci_bus_address() to get MMADR bus addressBjorn Helgaas
2014-01-07agp/intel: Support 64-bit GMADRYinghai Lu
2014-01-07agp/intel: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas
2014-01-07drm/i915: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas
2014-01-06agp: Support 64-bit APBASEBjorn Helgaas
2014-01-03PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev
2014-01-03PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev
2014-01-03PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev
2014-01-03PCI: Convert ioapic to be builtin only, not modularYinghai Lu
2014-01-02PCI: designware: Fix indent code styleJingoo Han
2014-01-02PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han
2014-01-02PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas
2013-12-20Merge branch 'pci/deletion' into nextBjorn Helgaas
2013-12-20Merge branch 'pci/host-designware' into nextBjorn Helgaas
2013-12-20Merge branch 'pci/host-mvebu' into nextBjorn Helgaas
2013-12-20Merge branch 'pci/host-imx6' into nextBjorn Helgaas
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman