summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.1.31' into v4.1-rtSteven Rostedt (Red Hat)2016-08-301-4/+6
|\
| * PCI: Mark Atheros AR9485 and QCA9882 to avoid bus resetChris Blake2016-08-161-4/+6
* | Merge tag 'v4.1.28' into v4.1-rtSteven Rostedt (Red Hat)2016-07-141-1/+3
|\ \ | |/
| * PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()Krzysztof HaƂasa2016-07-101-1/+3
* | Merge tag 'v4.1.26' into v4.1-rtSteven Rostedt (Red Hat)2016-06-231-3/+3
|\ \ | |/
| * PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava2016-06-061-3/+3
* | Merge tag 'v4.1.22' into v4.1-rtSteven Rostedt (Red Hat)2016-06-231-0/+32
|\ \ | |/
| * PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-04-181-0/+14
| * PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang2016-04-181-0/+18
* | Merge tag 'v4.1.20' into v4.1-rtSteven Rostedt (Red Hat)2016-03-281-4/+6
|\ \ | |/
| * xen/pcifront: Fix mysterious crashes when NUMA locality information was extra...Konrad Rzeszutek Wilk2016-03-071-4/+6
* | Merge tag 'v4.1.19' into v4.1-rtSteven Rostedt (Red Hat)2016-03-103-6/+1
|\ \ | |/
| * PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior2016-02-233-6/+1
* | Merge tag 'v4.1.18' into v4.1-rtSteven Rostedt (Red Hat)2016-03-109-11/+22
|\ \ | |/
| * ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()Insu Yun2016-02-151-1/+3
| * PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko2016-02-037-8/+15
| * PCI: Fix minimum allocation address overwriteChristoph Biedl2016-02-031-2/+4
* | Merge tag 'v4.1.13' into linux-4.1.y-rtSebastian Andrzej Siewior2015-11-181-1/+1
|\ \ | |/
| * PCI: Prevent out of bounds access in numa_node overrideSasha Levin2015-11-091-1/+1
* | Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner2015-11-023-25/+24
|\ \ | |/
| * PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas2015-10-221-0/+2
| * PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2015-10-222-24/+18
| * PCI: Fix devfn for VPD access through function 0Alex Williamson2015-10-221-3/+6
* | Merge tag 'v4.1.10' of ../../stable/linux-stable into linux-4.1.y-rtThomas Gleixner2015-10-113-5/+88
|\ \ | |/
| * PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller2015-09-291-1/+1
| * PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui2015-09-211-0/+12
| * PCI: Add VPD function 0 quirk for Intel Ethernet devicesMark Rustad2015-09-211-0/+9
| * PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-09-211-1/+60
| * PCI: Fix TI816X class code quirkBjorn Helgaas2015-09-211-3/+6
* | Merge branch 'linux-4.1.y' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Thomas Gleixner2015-09-191-1/+1
|\ \ | |/
| * PCI: Don't use 64-bit bus addresses on PA-RISCBjorn Helgaas2015-09-131-1/+1
* | Merge tag 'v4.1.3' into linux-4.1.y-rtSebastian Andrzej Siewior2015-07-255-25/+64
|\ \ | |/
| * PCI: pciehp: Wait for hotplug command completion where necessaryAlex Williamson2015-07-211-14/+38
| * PCI: Add pci_bus_addr_tYinghai Lu2015-07-213-11/+15
| * PCI: Propagate the "ignore hotplug" setting to parentRafael J. Wysocki2015-07-211-0/+11
* | pci: Use __wake_up_all_locked in pci_unblock_user_cfg_access()Thomas Gleixner2015-01-011-1/+1
|/
* PCI: Preserve resource size during alignment reorderingYinghai Lu2015-06-011-2/+3
* PCI: Fix IOV resource sorting by alignment requirementWei Yang2015-05-271-1/+3
* Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-2/+3
|\
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-164-58/+196
|\ \
| * \ Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-143-57/+195
| |\ \
| | * | PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang2015-03-311-16/+79
| | * | PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang2015-03-311-1/+7
| | * | PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang2015-03-311-0/+19
| | * | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang2015-03-311-12/+16
| | * | PCI: Calculate maximum number of buses required for VFsWei Yang2015-03-312-4/+28
| | * | PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang2015-03-311-4/+19
| | * | PCI: Index IOV resources in the conventional styleBjorn Helgaas2015-03-311-4/+4
| | * | PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2015-03-312-19/+21