Age | Commit message (Expand) | Author | Files | Lines |
2017-11-30 | PCI: Apply _HPX settings only to relevant devices | Bjorn Helgaas | 1 | -2/+13 |
2017-03-30 | PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLE | Sumit Semwal | 1 | -1/+2 |
2017-01-26 | PCI: Enumerate switches below PCI-to-PCIe bridges | Bjorn Helgaas | 1 | -5/+7 |
2016-12-08 | PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX) | Johannes Thumshirn | 1 | -1/+27 |
2016-06-08 | PCI: Disable all BAR sizing for devices with non-compliant BARs | Prarit Bhargava | 1 | -3/+3 |
2016-04-12 | PCI: Disable IO/MEM decoding for devices with non-compliant BARs | Bjorn Helgaas | 1 | -0/+14 |
2015-11-20 | Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci' | Rafael J. Wysocki | 1 | -2/+2 |
2015-11-20 | PCI: Fix OF logic in pci_dma_configure() | Suravee Suthikulpanit | 1 | -2/+2 |
2015-11-12 | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+31 |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki | 1 | -1/+31 |
2015-11-07 | PCI: ACPI: Add support for PCI device DMA coherency | Suthikulpanit, Suravee | 1 | -1/+11 |
2015-11-07 | PCI: OF: Move of_pci_dma_configure() to pci_dma_configure() | Suthikulpanit, Suravee | 1 | -1/+21 |
2015-11-06 | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+6 |
2015-11-03 | Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource... | Bjorn Helgaas | 1 | -0/+6 |
2015-10-30 | PCI: Add support for Enhanced Allocation devices | Sean O. Stalley | 1 | -0/+3 |
2015-10-16 | PCI/MSI: Allow the MSI domain to be device-specific | Marc Zyngier | 1 | -0/+8 |
2015-10-16 | PCI: Add per-device MSI domain hook | Marc Zyngier | 1 | -5/+30 |
2015-09-25 | PCI/MSI: Fix MSI IRQ domains for VFs on virtual buses | Alex Williamson | 1 | -6/+11 |
2015-09-17 | PCI/AER: Clear error status registers during enumeration and restore | Taku Izumi | 1 | -0/+3 |
2015-09-15 | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" | Bjorn Helgaas | 1 | -6/+0 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+45 |
2015-09-01 | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -27/+65 |
2015-08-28 | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 1 | -21/+54 |
2015-08-26 | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code | Guilherme G. Piccoli | 1 | -1/+1 |
2015-08-24 | PCI: Set MPS to match upstream bridge | Keith Busch | 1 | -2/+20 |
2015-08-21 | PCI: Move MPS configuration check to pci_configure_device() | Bjorn Helgaas | 1 | -19/+24 |
2015-08-20 | PCI: Add pci_scan_root_bus_msi() | Lorenzo Pieralisi | 1 | -2/+12 |
2015-08-20 | PCI: Tolerate hierarchies with no Root Port | Yijing Wang | 1 | -1/+6 |
2015-08-14 | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -5/+4 |
2015-08-13 | PCI: Allocate ATS struct during enumeration | Bjorn Helgaas | 1 | -0/+3 |
2015-08-11 | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 1 | -2/+1 |
2015-08-05 | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -1/+7 |
2015-07-31 | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 1 | -5/+1 |
2015-07-30 | PCI/MSI: Add support for OF-provided msi_domain | Marc Zyngier | 1 | -1/+4 |
2015-07-30 | PCI/MSI: Add hooks to populate the msi_domain field | Marc Zyngier | 1 | -0/+42 |
2015-07-23 | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 1 | -0/+6 |
2015-07-14 | PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classes | Bjorn Helgaas | 1 | -1/+1 |
2015-06-12 | Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci... | Bjorn Helgaas | 1 | -26/+43 |
2015-06-12 | PCI: Remove unused pci_scan_bus_parented() | Yijing Wang | 1 | -19/+0 |
2015-05-30 | PCI: Add pci_bus_addr_t | Yinghai Lu | 1 | -6/+6 |
2015-05-29 | PCI: Use dev->has_secondary_link to find downstream PCIe links | Yijing Wang | 1 | -1/+1 |
2015-05-22 | PCI: Add dev->has_secondary_link to track downstream PCIe links | Yijing Wang | 1 | -0/+18 |
2015-05-07 | PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI | Michael S. Tsirkin | 1 | -0/+18 |
2015-04-10 | Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci... | Bjorn Helgaas | 1 | -0/+1 |
2015-04-08 | PCI: Export symbols required for loadable host driver modules | Ray Jui | 1 | -0/+1 |
2015-03-24 | Merge branches 'pci/enumeration' and 'pci/virtualization' into next | Bjorn Helgaas | 1 | -2/+0 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 1 | -1/+0 |
2015-03-12 | PCI: Assign resources before drivers claim devices (pci_scan_bus()) | Yijing Wang | 1 | -1/+0 |
2015-03-12 | PCI: Update DMA configuration from DT | Murali Karicheri | 1 | -0/+2 |