summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-305-12/+13
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2020-12-152-5/+3
| |\ \
| | * | PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong2020-12-041-3/+3
| | * | PCI: ibmphp: Remove unneeded breakBjorn Helgaas2020-11-201-2/+0
| | |/
| * | Merge branch 'pci/err'Bjorn Helgaas2020-12-1510-70/+392
| |\ \
| | * | PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo2020-12-051-1/+4
| | * | PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2020-12-052-10/+15
| | * | PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley2020-12-053-4/+54
| | * | PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2020-12-052-12/+27
| | * | PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley2020-12-053-0/+99
| | * | PCI/ERR: Recover from RCEC AER errorsSean V Kelley2020-12-052-21/+56
| | * | PCI/ERR: Clear AER status only when we control AERSean V Kelley2020-12-041-2/+11
| | * | PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley2020-12-041-7/+23
| | * | PCI/ERR: Avoid negated conditional for claritySean V Kelley2020-12-041-4/+4
| | * | PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley2020-12-041-17/+20
| | * | PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley2020-12-043-8/+11
| | * | PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley2020-12-041-1/+1
| | * | PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2020-12-042-6/+6
| | * | PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley2020-12-044-1/+79
| | * | PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo2020-12-041-1/+4
| | * | PCI/AER: Write AER Capability only when we control itSean V Kelley2020-12-011-13/+16
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2020-12-155-102/+133
| |\ \
| | * | PCI/ACPI: Fix companion lookup for device 0 on the root busRafael J. Wysocki2020-12-111-1/+21
| | * | PCI: Keep both device and resource name for config space remapsAlexander Lobakin2020-12-101-1/+8
| | * | PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas2020-12-041-3/+3
| | * | PCI: Return u8 from pci_find_capability() and similarPuranjay Mohan2020-12-041-21/+21
| | * | PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan2020-11-201-1/+1
| | * | PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan2020-11-201-72/+73
| | * | PCI: Decode PCIe 64 GT/s link speedGustavo Pimentel2020-11-202-3/+6
| | |/
| * / PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar2020-11-203-0/+55
| |/
* | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-2/+2
|\ \
| * | PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki2020-12-071-2/+2
| |/
* | Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-142-8/+7
|\ \ | |/ |/|
| * PCI: vmd: Use msi_msg shadow structsThomas Gleixner2020-10-281-5/+4
| * x86/apic: Cleanup delivery mode definesThomas Gleixner2020-10-281-3/+3
* | PCI: mvebu: Fix duplicate resource requestsRob Herring2020-11-041-13/+10
* | PCI: dwc: Restore ATU memory resource setup to use last entryRob Herring2020-11-041-2/+6
* | PCI: Always enable ACS even if no ACS CapabilityRajat Jain2020-10-301-2/+7
|/
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-221-0/+1
|\
| * PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato2020-09-211-0/+1
* | Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-2259-1707/+2283
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2020-10-211-4/+0
| |\ \
| | * | PCI: xilinx-cpm: Remove leftover bridge initializationLorenzo Pieralisi2020-09-071-4/+0
| * | | Merge branch 'remotes/lorenzo/pci/xgene'Bjorn Helgaas2020-10-211-2/+2
| |\ \ \
| | * | | PCI: xgene: Remove unused assignment to variable msi_valKrzysztof WilczyƄski2020-10-021-2/+2
| | |/ /
| * | | Merge branch 'pci/vmd'Bjorn Helgaas2020-10-211-124/+182
| |\ \ \
| | * | | PCI: vmd: Update VMD PM to correctly use generic PCI PMJon Derrick2020-10-211-2/+0
| | * | | PCI: vmd: Create IRQ allocation helperJon Derrick2020-10-201-41/+53
| | * | | PCI: vmd: Create IRQ Domain configuration helperJon Derrick2020-10-201-17/+35
| | * | | PCI: vmd: Create bus offset configuration helperJon Derrick2020-10-201-21/+32