aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04PCI/sysfs: Fix 'resource_alignment' newline issuesKrzysztof Wilczyński1-14/+20
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński1-1/+1
2021-05-24PCI: Add pci_reset_bus_function() Secondary Bus Reset interfaceRaphael Norwitz1-8/+12
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+18
2021-05-04Merge tag 'dmaengine-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-0/+30
2021-05-04Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-0/+1
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin1-1/+1
2021-04-20PCI: Export pci_pio_to_address() for module useJianjun Wang1-0/+1
2021-03-31PCI: Add pci_disable_parity()Bjorn Helgaas1-0/+17
2021-03-24PCI: PM: Do not read power state in pci_enable_device_flags()Rafael J. Wysocki1-13/+3
2021-03-16PCI: Add pci_find_vsec_capability() to find a specific VSECGustavo Pimentel1-0/+30
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+10
2021-02-17PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven1-0/+4
2021-01-27Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas1-7/+0
2021-01-14PCI: Add a REBAR size quirk for Sapphire RX 5600 XT PulseNirmoy Das1-1/+8
2021-01-14PCI: Add pci_rebar_bytes_to_size()Nirmoy Das1-1/+1
2021-01-14PCI: Export pci_rebar_get_possible_sizes()Darren Salt1-0/+1
2020-12-15Merge branch 'pci/ptm'Bjorn Helgaas1-1/+26
2020-12-15Merge branch 'pci/pm'Bjorn Helgaas1-11/+5
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas1-8/+10
2020-12-15Merge branch 'pci/enumeration'Bjorn Helgaas1-25/+32
2020-12-10PCI: 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-08PCI: Reduce pci_set_cacheline_size() message to debug levelHeiner Kallweit1-1/+1
2020-12-04PCI/PM: Do not generate wakeup event when runtime resuming deviceMika Westerberg1-1/+0
2020-12-04PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg1-10/+5
2020-12-04PCI: Return u16 from pci_find_ext_capability() and similarBjorn Helgaas1-3/+3
2020-12-04PCI: 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-30PCI: 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/git/helgaas/pciLinus 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-09-30PCI: Add Kconfig options for MPS/MRRS strategyJim Quinlan1-0/+12
2020-09-30PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"Bjorn Helgaas1-1/+1
2020-09-30PCI: 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-17PCI: Simplify pci_dev_reset_slot_function()Lukas Wunner1-7/+1
2020-09-17PCI: pciehp: Reduce noisiness on hot removalLukas Wunner1-3/+2
2020-09-16PCI/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-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2