| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -1/+4 |
|\ |
|
| * | PCI/MSI: Add support for OF-provided msi_domain | Marc Zyngier | 2015-07-30 | 1 | -0/+4 |
| * | genirq/MSI: Move msi_list from struct pci_dev to struct device | Jiang Liu | 2015-07-22 | 1 | -1/+0 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
|\ \ |
|
| * | | PCI: Add pci_ioremap_wc_bar() | Luis R. Rodriguez | 2015-08-25 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-08-31 | 1 | -6/+54 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 2015-08-28 | 1 | -4/+9 |
| |\ \ \ |
|
| | * | | | PCI: Set MPS to match upstream bridge | Keith Busch | 2015-08-24 | 1 | -4/+5 |
| | * | | | PCI: Add pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2015-08-20 | 1 | -0/+4 |
| | | |/
| | |/| |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 2015-08-14 | 1 | -2/+24 |
| |\ \ \ \ \ \
| | | | | |/ / |
|
| | | * | | | | PCI: Remove pci_ats_enabled() | Bjorn Helgaas | 2015-08-13 | 1 | -2/+0 |
| | | * | | | | PCI: Stop caching ATS Invalidate Queue Depth | Bjorn Helgaas | 2015-08-13 | 1 | -1/+0 |
| | | * | | | | PCI: Move ATS declarations to linux/pci.h so they're all together | Bjorn Helgaas | 2015-08-13 | 1 | -1/+9 |
| | | * | | | | PCI: Reduce size of ATS structure elements | Bjorn Helgaas | 2015-08-13 | 1 | -3/+3 |
| | | * | | | | PCI: Embed ATS info directly into struct pci_dev | Bjorn Helgaas | 2015-08-13 | 1 | -3/+5 |
| | | * | | | | PCI: Allocate ATS struct during enumeration | Bjorn Helgaas | 2015-08-13 | 1 | -0/+9 |
| | | | |/ /
| | | |/| | |
|
| | * | | | | PCI: Hold pci_slot_mutex while searching bus->slots list | Yijing Wang | 2015-07-30 | 1 | -0/+5 |
| | * | | | | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem | Yijing Wang | 2015-07-30 | 1 | -1/+2 |
| | |/ / / |
|
| | | | | | |
| | \ \ \ | |
| *-. \ \ \ | Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'... | Bjorn Helgaas | 2015-08-04 | 1 | -0/+21 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | / /
| | | |/ /
| | |/| /
| | | |/ |
|
| | | * | PCI: Add dev_flags bit to access VPD through function 0 | Mark Rustad | 2015-07-21 | 1 | -0/+2 |
| | |/
| |/| |
|
| | * | PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed | Jiang Liu | 2015-07-30 | 1 | -0/+17 |
| | * | PCI: Add pcibios_alloc_irq() and pcibios_free_irq() | Jiang Liu | 2015-07-30 | 1 | -0/+2 |
| |/ |
|
* | | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code | Guilherme G. Piccoli | 2015-08-26 | 1 | -0/+1 |
|/ |
|
*-----------. | Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci... | Bjorn Helgaas | 2015-06-12 | 1 | -22/+22 |
|\ \ \ \ \ \ \ |
|
| | | | | | | * | PCI: Move pci_ari_enabled() to global header | Alex Williamson | 2015-05-29 | 1 | -0/+11 |
| |_|_|_|_|_|/
|/| | | | | | |
|
| | | | | | * | PCI: Add pci_bus_addr_t | Yinghai Lu | 2015-05-29 | 1 | -3/+9 |
| |_|_|_|_|/
|/| | | | | |
|
| | | | | * | PCI/MSI: Remove unused pci_msi_off() | Bjorn Helgaas | 2015-05-07 | 1 | -1/+0 |
| |_|_|_|/
|/| | | | |
|
| | | | * | PCI: Remove unused pci_dma_burst_advice() | Bjorn Helgaas | 2015-06-08 | 1 | -11/+0 |
| |_|_|/
|/| | | |
|
| | | * | PCI: Propagate the "ignore hotplug" setting to parent | Rafael J. Wysocki | 2015-05-22 | 1 | -5/+1 |
| |_|/
|/| | |
|
| | * | PCI: Remove unused pci_scan_bus_parented() | Yijing Wang | 2015-06-12 | 1 | -2/+0 |
| |/
|/| |
|
| * | PCI: Add dev->has_secondary_link to track downstream PCIe links | Yijing Wang | 2015-05-22 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-04-16 | 1 | -0/+15 |
|\ |
|
| * | PCI: Add pcibios_iov_resource_alignment() interface | Wei Yang | 2015-03-31 | 1 | -0/+1 |
| * | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn() | Wei Yang | 2015-03-31 | 1 | -0/+11 |
| * | PCI: Keep individual VF BAR size in struct pci_sriov | Wei Yang | 2015-03-31 | 1 | -0/+3 |
* | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2015-04-10 | 1 | -0/+1 |
|\ \ |
|
| * | | PCI/ACPI: Optimize device state transition delays | Aaron Lu | 2015-04-08 | 1 | -0/+1 |
| |/ |
|
* | | PCI: Add helper functions pci_get[put]_host_bridge_device() | Murali Karicheri | 2015-03-03 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-10 | 1 | -7/+2 |
|\ |
|
| * | PCI: Use common resource list management code instead of private implementation | Jiang Liu | 2015-02-05 | 1 | -7/+2 |
* | | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-02-10 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2015-02-07 | 1 | -0/+2 |
| |\ |
|
| | * | PCI: Add pci_device_to_OF_node() stub for !CONFIG_OF | Kevin Hao | 2015-02-03 | 1 | -0/+2 |
| * | | Merge branch 'pci/config' into next | Bjorn Helgaas | 2015-02-02 | 1 | -0/+11 |
| |\ \ |
|
| | * | | PCI: Add generic config accessors | Rob Herring | 2015-01-22 | 1 | -0/+11 |
| | |/ |
|
| * | | PCI: Add flag for devices that don't reset on D3hot->D0 transition | Alex Williamson | 2015-01-16 | 1 | -0/+2 |
* | | | PCI: Add pci_claim_bridge_resource() to clip window if necessary | Yinghai Lu | 2015-01-16 | 1 | -0/+1 |
|/ / |
|
* | | PCI: Add flag for devices where we can't use bus reset | Alex Williamson | 2015-01-16 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-19 | 1 | -0/+1 |
|\ |
|
| * | x86, irq: Keep balance of IOAPIC pin reference count | Jiang Liu | 2014-12-16 | 1 | -0/+1 |