summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-14PCI: Cleanup pci.h whitespaceBjorn Helgaas1-184/+54
2014-01-14PCI: Reorder so actual code comes before stubsBjorn Helgaas2-55/+48
2014-01-13PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall1-4/+4
2014-01-13ACPICA: Add helper macros to extract bus/segment numbers from HEST table.Betty Dall1-1/+9
2014-01-13PCI: Make local functions staticStephen Hemminger6-91/+84
2014-01-13PCI: Remove unused alloc_pci_dev()Stephen Hemminger2-7/+0
2014-01-13PCI: Remove unused pci_renumber_slot()Stephen Hemminger2-27/+0
2014-01-13PCI: Remove unused pcie_aspm_enabled()Stephen Hemminger2-14/+0
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2-25/+0
2014-01-11PCI: Remove unused ID-Based Ordering supportStephen Hemminger2-53/+0
2014-01-11PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger2-89/+0
2014-01-11PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger2-127/+0
2014-01-10PCI: Removed unused parts of Page Request Interface supportStephen Hemminger2-99/+0
2014-01-08PCI: Update documentation 00-INDEX fileErik Ekman1-2/+2
2014-01-08PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu1-3/+13
2014-01-08PCI: Enforce bus address limits in resource allocationYinghai Lu3-33/+83
2014-01-08PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas1-4/+11
2014-01-07agp/ati: Use PCI_COMMAND instead of hard-coded 4Bjorn Helgaas1-2/+2
2014-01-07agp/intel: Use CPU physical address, not bus address, for ioremap()Bjorn Helgaas1-7/+7
2014-01-07agp/intel: Use pci_bus_address() to get GTTADR bus addressBjorn Helgaas2-5/+4
2014-01-07agp/intel: Use pci_bus_address() to get MMADR bus addressBjorn Helgaas2-9/+5
2014-01-07agp/intel: Support 64-bit GMADRYinghai Lu2-10/+6
2014-01-07agp/intel: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-8/+8
2014-01-07drm/i915: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-3/+3
2014-01-07agp: Use pci_resource_start() to get CPU physical address for BARBjorn Helgaas3-9/+11
2014-01-07agp: Support 64-bit APBASEBjorn Helgaas11-60/+43
2014-01-04PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev3-75/+274
2014-01-04PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev4-11/+33
2014-01-04PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev4-86/+41
2014-01-04PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev3-8/+54
2014-01-03PCI: Convert ioapic to be builtin only, not modularYinghai Lu2-2/+7
2014-01-02PCI: designware: Fix indent code styleJingoo Han1-2/+2
2014-01-02PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han1-2/+2
2014-01-02PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni1-2/+4
2013-12-21PCI: Add pci_bus_address() to get bus address of a BARBjorn Helgaas1-0/+8
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu17-51/+49
2013-12-21PCI: Change pci_bus_region addresses to dma_addr_tBjorn Helgaas1-2/+2
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev3-7/+7
2013-12-20PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1Alexander Gordeev1-3/+3
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev1-6/+5
2013-12-20s390/PCI: Remove superfluous check of MSI typeAlexander Gordeev1-2/+0
2013-12-20s390/PCI: Fix single MSI only checkAlexander Gordeev1-0/+2
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand1-3/+2
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand3-13/+19
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan1-1/+3
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman3-83/+96
2013-12-19PCI/portdrv: Remove extra get_device()/put_device() for pcie_deviceBjorn Helgaas1-4/+1
2013-12-19PCI/portdrv: Add put_device() after device_register() failureLevente Kurusa1-1/+1
2013-12-19PCI/portdrv: Cleanup error pathsBjorn Helgaas1-10/+12
2013-12-19PCI: mvebu: Remove redundant of_match_ptrSachin Kamat1-2/+1