summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-161-15/+13Star
|\
| * Merge branch 'pci/virtualization'Bjorn Helgaas2019-07-131-14/+12Star
| |\
| | * PCI/IOV: Assume SR-IOV VFs support extended config space.Alex Williamson2019-07-031-0/+15
| | * Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson2019-07-031-17/+0Star
| * | PCI: Decode PCIe 32 GT/s link speedGustavo Pimentel2019-06-131-1/+1
| |/
* / bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-141-35/+195
|\
| * Merge branch 'pci/printk'Bjorn Helgaas2019-05-141-12/+9Star
| |\
| | * PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar2019-05-091-12/+9Star
| * | Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas2019-05-141-0/+2
| |\ \
| | * | PCI: Add dma_ranges window listSrinath Mannam2019-05-061-0/+3
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2019-05-141-10/+120
| |\ \
| | * | PCI/ACPI: Implement _HPX Type 3 Setting RecordAlexandru Gagniuc2019-04-231-0/+114
| | * | PCI/ACPI: Remove the need for 'struct hotplug_params'Alexandru Gagniuc2019-04-231-10/+6Star
| | |/
| * | PCI: Assign bus numbers present in EA capability for bridgesSubbaraya Sundeep2019-04-171-4/+50
| * | PCI: Init PCIe feature bits for managed host bridge allocJean-Philippe Brucker2019-04-061-9/+14
| |/
* / PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner2019-03-251-1/+1
|/
* Merge branch 'pci/enumeration'Bjorn Helgaas2019-03-061-7/+56
|\
| * PCI: Rely on config space header type, not class codeHonghui Zhang2019-01-301-3/+0Star
| * PCI: Make pci_size() return real BAR sizeDu Changbin2019-01-301-4/+4
| * PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas2019-01-221-0/+52
* | Merge branch 'pci/aspm'Bjorn Helgaas2019-03-061-13/+23
|\ \
| * | PCI/ASPM: Use LTR if already enabled by platformBjorn Helgaas2019-02-091-13/+23
| |/
* / PCI: Enable SERR# forwarding for all bridgesBharat Kumar Gogada2019-02-021-2/+19
|/
* PCI / ACPI: Identify untrusted PCI devicesMika Westerberg2018-12-051-0/+15
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-10-201-0/+17
|\
| * PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed2018-10-111-0/+17
* | Merge branch 'pci/misc'Bjorn Helgaas2018-10-201-3/+3
|\ \
| * | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
| * | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-101-1/+1
| * | PCI: Allocate dma_alias_mask with bitmap_zalloc()Andy Shevchenko2018-09-171-1/+1
| |/
* / PCI: Make link active reporting detection genericKeith Busch2018-10-021-0/+1
|/
* PCI: Fix enabling of PASID on RC integrated endpointsFelix Kuehling2018-09-121-1/+4
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-0/+24
|\
| * PCI: Enable PASID only if entire path supports End-End TLP prefixesSinan Kaya2018-06-301-0/+24
* | Merge branch 'pci/resource'Bjorn Helgaas2018-08-151-0/+17
|\ \
| * | PCI: Make early dump functionality genericSinan Kaya2018-06-301-0/+17
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2018-08-151-4/+55
|\ \
| * | PCI: Match Root Port's MPS to endpoint's MPSS as necessaryMyron Stowe2018-08-141-2/+10
| * | PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe2018-08-141-0/+4
| * | PCI: Check for PCIe Link downtrainingAlexandru Gagniuc2018-08-101-0/+21
| * | PCI: Workaround IDT switch ACS Source Validation erratumJames Puthukattukaran2018-07-121-2/+20
| |/
* | Merge branch 'pci/aspm'Bjorn Helgaas2018-08-151-1/+0Star
|\ \
| * | PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas2018-08-061-1/+0Star
| |/
* | Merge branch 'pci/aer'Bjorn Helgaas2018-08-151-0/+1
|\ \
| * | PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain2018-07-191-0/+1
| |/
* / PCI: Fix is_added/is_busmaster race conditionHari Vyas2018-07-311-2/+2
|/
* Merge branch 'pci/resource'Bjorn Helgaas2018-06-061-1/+3
|\
| * PCI: Fix devm_pci_alloc_host_bridge() memory leakJan Kiszka2018-05-301-1/+3
* | Merge branch 'pci/hotplug'Bjorn Helgaas2018-06-061-13/+22
|\ \