summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | IB/hfi1: Name function prototype parametersMichael J. Ruhl2017-05-0410-120/+143
| | * | | IB/hfi1: Fix a subcontext memory leakMichael J. Ruhl2017-05-043-15/+23
| | * | | IB/hfi1: Return an error on memory allocation failureMichael J. Ruhl2017-05-041-0/+1
| | * | | IB/hfi1: Adjust default eager_buffer_size to 8MBTymoteusz Kielan2017-05-041-2/+2
| | * | | IB/hfi1: Get rid of divide when setting the tx request headerSebastian Sanchez2017-05-041-17/+17
| | * | | IB/hfi1: Fix yield logic in send engineMike Marciniszyn2017-05-044-31/+90
| | * | | IB/hfi1, IB/rdmavt: Move r_adefered to r_lock cache lineMike Marciniszyn2017-05-044-13/+6
| | * | | IB/hfi1: Fix checks for Offline transient stateJakub Byczkowski2017-05-041-1/+1
| | * | | IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun2017-05-042-0/+60
| * | | | IB/mlx5: Enable IPoIB accelerationErez Shitrit2017-05-045-19/+70
* | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08148-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