summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge branch 'pci/ptm'Bjorn Helgaas1-1/+26
2020-12-16Merge branch 'pci/pm'Bjorn Helgaas1-11/+5
2020-12-16Merge branch 'pci/misc'Bjorn Helgaas1-8/+10
2020-12-16Merge branch 'pci/enumeration'Bjorn Helgaas1-25/+32
2020-12-11PCI: Keep both device and resource name for config space remapsAlexander Lobakin1-1/+8
2020-12-10PCI: Disable PTM during suspend to save powerDavid E. Box1-1/+24
2020-12-10PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box1-0/+2
2020-12-09PCI: Reduce pci_set_cacheline_size() message to debug levelHeiner Kallweit1-1/+1
2020-12-05PCI/PM: Do not generate wakeup event when runtime resuming deviceMika Westerberg1-1/+0
2020-12-05PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg1-10/+5
2020-12-05PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas1-3/+3
2020-12-05PCI: Return u8 from pci_find_capability() and similarPuranjay Mohan1-21/+21
2020-11-30PCI: Fix overflow in command-line resource alignment requestsColin Ian King1-1/+1
2020-11-30PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas1-6/+8
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-11-20PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar1-0/+7
2020-10-31PCI: Always enable ACS even if no ACS CapabilityRajat Jain1-2/+7
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-24/+30
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas1-13/+4
2020-10-21Merge branch 'pci/pm'Bjorn Helgaas1-8/+8
2020-10-21Merge branch 'pci/hotplug'Bjorn Helgaas1-3/+2
2020-10-21Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+12
2020-10-01PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan1-0/+12
2020-10-01PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas1-1/+1
2020-10-01PCI: Simplify bool comparisonsKrzysztof Wilczyński1-2/+2
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński1-7/+7
2020-09-18PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner1-7/+1
2020-09-18PCI: pciehp: Reduce noisiness on hot removalLukas Wunner1-3/+2
2020-09-17PCI/ACS: Enable Translation Blocking for external devicesRajat Jain1-0/+4
2020-09-01PCI: Use scnprintf(), not snprintf(), in sysfs "show" functionsKrzysztof Wilczyński1-1/+1
2020-09-01PCI: Remove unnecessary header includesGustavo Pimentel1-3/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-130/+156
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas1-2/+8
2020-08-06Merge branch 'pci/error'Bjorn Helgaas1-0/+8
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas1-0/+8
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas1-21/+9
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain1-4/+16
2020-07-10PCI: Reorder pci_enable_acs() and dependenciesRajat Jain1-127/+127
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-2/+8
2020-06-04Merge branch 'pci/pm'Bjorn Helgaas1-12/+26
2020-05-15PCI/PM: Assume ports without DLL Link Active train links in 100 msMika Westerberg1-9/+21
2020-05-15PCI/PM: Adjust pcie_wait_for_link_delay() for caller delayBjorn Helgaas1-2/+2
2020-05-15PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-24/+0
2020-05-12PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-04-24PCI/PM: Call .bridge_d3() hook only if non-NULLBjorn Helgaas1-1/+3
2020-04-04Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+8
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas1-16/+7
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-1/+1
2020-03-10PCI: Add PCIE_LNKCAP2_SLS2SPEED() macroYicong Yang1-13/+4