| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-11 | 1 | -1/+1 |
|\ |
|
| * | Annotate hardware config module parameters in drivers/pci/hotplug/ | David Howells | 2017-04-20 | 1 | -1/+1 |
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 1 | -28/+0 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *---. \ | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 2017-05-04 | 9 | -53/+98 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | | * | | of/acpi: Configure dma operations at probe time for platform/amba/pci bus dev... | Sricharan R | 2017-04-20 | 1 | -28/+0 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-09 | 65 | -497/+6355 |
|\ \ \ \ |
|
| * | | | | PCI: Don't allow unbinding host controllers that aren't prepared | Brian Norris | 2017-04-28 | 13 | -0/+14 |
| * | | | | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 2017-04-28 | 6 | -39/+93 |
| |\ \ \ \ |
|
| | * | | | | PCI: Call pcie_flr() from reset_chelsio_generic_dev() | Christoph Hellwig | 2017-04-20 | 1 | -14/+1 |
| | * | | | | PCI: Call pcie_flr() from reset_intel_82599_sfp_virtfn() | Christoph Hellwig | 2017-04-20 | 1 | -12/+4 |
| | * | | | | PCI: Export pcie_flr() | Christoph Hellwig | 2017-04-20 | 1 | -11/+28 |
| | * | | | | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding | Bodong Wang | 2017-04-20 | 4 | -4/+48 |
| | * | | | | PCI: Avoid FLR for Intel 82579 NICs | Sasha Neftin | 2017-04-03 | 2 | -0/+14 |
| * | | | | | Merge branch 'pci/resource-mmap' into next | Bjorn Helgaas | 2017-04-28 | 5 | -60/+162 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: Add I/O BAR support to generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 1 | -4/+8 |
| | * | | | | | PCI: Add pci_mmap_resource_range() and use it for ARM64 | David Woodhouse | 2017-04-20 | 4 | -13/+101 |
| | * | | | | | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 2 | -2/+2 |
| | * | | | | | PCI: Use BAR index in sysfs attr->private instead of resource pointer | David Woodhouse | 2017-04-20 | 1 | -24/+14 |
| | * | | | | | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space | David Woodhouse | 2017-04-18 | 2 | -9/+15 |
| | * | | | | | PCI: Add arch_can_pci_mmap_wc() macro | David Woodhouse | 2017-04-18 | 2 | -9/+10 |
| | * | | | | | PCI: Only allow WC mmap on prefetchable resources | David Woodhouse | 2017-04-18 | 1 | -5/+8 |
| | * | | | | | PCI: Fix another sanity check bug in /proc/pci mmap | David Woodhouse | 2017-04-18 | 1 | -2/+8 |
| | * | | | | | PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms | David Woodhouse | 2017-04-12 | 1 | -3/+7 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/resource' into next | Bjorn Helgaas | 2017-04-28 | 4 | -30/+86 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: Don't resize resources when realigning all devices in system | Yongji Xie | 2017-04-19 | 1 | -16/+43 |
| | * | | | | | PCI: Don't reassign resources that are already aligned | Bjorn Helgaas | 2017-04-19 | 1 | -21/+19 |
| | * | | | | | PCI: Factor pci_reassigndev_resource_alignment() | Bjorn Helgaas | 2017-04-19 | 1 | -22/+47 |
| | * | | | | | PCI: Add pcibios_default_alignment() for arch-specific alignment control | Yongji Xie | 2017-04-19 | 1 | -2/+8 |
| | * | | | | | PCI: Fix calculation of bridge window's size and alignment | Yongji Xie | 2017-04-18 | 1 | -2/+2 |
| | * | | | | | PCI: Ignore requested alignment for IOV BARs | Yongji Xie | 2017-04-18 | 1 | -1/+1 |
| | * | | | | | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constant | Matthias Kaehlcke | 2017-04-18 | 2 | -2/+2 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/pm' into next | Bjorn Helgaas | 2017-04-28 | 1 | -6/+9 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: Freeze PME scan before suspending devices | Lukas Wunner | 2017-04-18 | 1 | -4/+5 |
| | * | | | | | PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zero | Adrian Hunter | 2017-03-14 | 1 | -2/+4 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2017-04-28 | 4 | -129/+73 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI/MSI: Use dev_printk() when possible | Bjorn Helgaas | 2017-03-23 | 1 | -2/+4 |
| | * | | | | | PCI: mvebu: Remove useless MSI enabling code | Thomas Petazzoni | 2017-03-14 | 1 | -17/+0 |
| | * | | | | | PCI: aardvark: Move to MSI handling using generic MSI support | Thomas Petazzoni | 2017-03-14 | 1 | -106/+67 |
| | * | | | | | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() static | Bjorn Helgaas | 2017-03-09 | 1 | -2/+2 |
| | * | | | | | PCI/MSI: Stop disabling MSI/MSI-X in pci_device_shutdown() | Prarit Bhargava | 2017-03-09 | 1 | -2/+0 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2017-04-28 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: Fix typo pci_cfg_access_lock() comment | Brian Norris | 2017-04-04 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/irq' into next | Bjorn Helgaas | 2017-04-28 | 2 | -1/+84 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: Disable boot interrupt quirk for ASUS M2N-LR | Stefan Assmann | 2017-04-24 | 1 | -0/+24 |
| | * | | | | | PCI/irq: Add pci_request_irq() and pci_free_irq() helpers | Christoph Hellwig | 2017-04-18 | 1 | -1/+60 |
| | |/ / / / |
|
| * | | | | | Merge branch 'pci/ioremap' into next | Bjorn Helgaas | 2017-04-28 | 16 | -26/+113 |
| |\ \ \ \ \ |
|
| | * | | | | | PCI: versatile: Update PCI config space remap function | Lorenzo Pieralisi | 2017-04-24 | 1 | -1/+2 |
| | * | | | | | PCI: keystone-dw: Update PCI config space remap function | Lorenzo Pieralisi | 2017-04-24 | 1 | -1/+1 |
| | * | | | | | PCI: layerscape: Update PCI config space remap function | Lorenzo Pieralisi | 2017-04-24 | 1 | -1/+1 |
| | * | | | | | PCI: hisi: Update PCI config space remap function | Lorenzo Pieralisi | 2017-04-24 | 1 | -4/+3 |