summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-09148-1004/+8937
|\
| * Merge branch 'pci/remove' into nextBjorn Helgaas2017-04-2813-0/+14
| |\
| | * PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-2813-0/+14
| |/
| * Merge branch 'pci/virtualization' into nextBjorn Helgaas2017-04-2813-86/+134
| |\
| | * ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig2017-04-271-14/+2
| | * IB/hfi1: Use pcie_flr() instead of duplicating itChristoph Hellwig2017-04-253-33/+2
| | * PCI: Call pcie_flr() from reset_chelsio_generic_dev()Christoph Hellwig2017-04-201-14/+1
| | * PCI: Call pcie_flr() from reset_intel_82599_sfp_virtfn()Christoph Hellwig2017-04-201-12/+4
| | * PCI: Export pcie_flr()Christoph Hellwig2017-04-202-11/+29
| | * PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang2017-04-206-4/+82
| | * PCI: Avoid FLR for Intel 82579 NICsSasha Neftin2017-04-033-0/+16
| * | Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-2834-385/+238
| |\ \
| | * | ia64: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-30/+1
| | * | ia64: Remove redundant checks for WC in pci_mmap_page_range()David Woodhouse2017-04-201-16/+2
| | * | ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()David Woodhouse2017-04-201-3/+0
| | * | PCI: Add I/O BAR support to generic pci_mmap_resource_range()David Woodhouse2017-04-202-4/+12
| | * | x86/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-48/+1
| | * | unicore32/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-24/+1
| | * | sh/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-22/+1
| | * | parisc: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-29/+1
| | * | mn10300/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-24/+1
| | * | MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-26/+1
| | * | cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-23/+1
| | * | ARM/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-202-20/+1
| | * | PCI: Add pci_mmap_resource_range() and use it for ARM64David Woodhouse2017-04-207-20/+125
| | * | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-2016-18/+30
| | * | PCI: Use BAR index in sysfs attr->private instead of resource pointerDavid Woodhouse2017-04-201-24/+14
| | * | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-188-12/+26
| | * | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-1814-38/+8
| | * | PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-187-11/+25
| | * | xtensa/PCI: Do not mmap PCI BARs to userspace as write-throughDavid Woodhouse2017-04-181-20/+1
| | * | PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse2017-04-181-5/+8
| | * | PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse2017-04-181-2/+8
| | * | PCI: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platformsDavid Woodhouse2017-04-121-3/+7
| | |/
| * | Merge branch 'pci/resource' into nextBjorn Helgaas2017-04-288-31/+104
| |\ \
| | * | PCI: Don't resize resources when realigning all devices in systemYongji Xie2017-04-191-16/+43
| | * | PCI: Don't reassign resources that are already alignedBjorn Helgaas2017-04-191-21/+19
| | * | PCI: Factor pci_reassigndev_resource_alignment()Bjorn Helgaas2017-04-191-22/+47
| | * | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-193-0/+17
| | * | PCI: Add pcibios_default_alignment() for arch-specific alignment controlYongji Xie2017-04-191-2/+8
| | * | PCI: Fix calculation of bridge window's size and alignmentYongji Xie2017-04-181-2/+2
| | * | PCI: Ignore requested alignment for IOV BARsYongji Xie2017-04-181-1/+1
| | * | PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2017-04-183-3/+3
| | |/
| * | Merge branch 'pci/pm' into nextBjorn Helgaas2017-04-281-6/+9
| |\ \
| | * | PCI: Freeze PME scan before suspending devicesLukas Wunner2017-04-181-4/+5
| | * | PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zeroAdrian Hunter2017-03-141-2/+4
| | |/
| * | Merge branch 'pci/msi' into nextBjorn Helgaas2017-04-287-189/+73
| |\ \
| | * | PCI/MSI: Use dev_printk() when possibleBjorn Helgaas2017-03-231-2/+4
| | * | of/pci: Remove unused MSI controller helpersThomas Petazzoni2017-03-142-56/+0
| | * | PCI: mvebu: Remove useless MSI enabling codeThomas Petazzoni2017-03-141-17/+0