index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
probe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-25
Merge branch 'pci/pm'
Bjorn Helgaas
1
-0
/
+11
2024-11-25
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-10
/
+10
2024-11-13
PCI: Enable runtime PM of the host bridge
Krishna chaitanya chundru
1
-0
/
+11
2024-11-11
PCI: Refactor pcie_update_link_speed()
Ilpo Järvinen
1
-5
/
+7
2024-11-11
PCI: Store all PCIe Supported Link Speeds
Ilpo Järvinen
1
-0
/
+3
2024-10-18
PCI: Simplify pci_read_bridge_bases() logic
Ilpo Järvinen
1
-8
/
+9
2024-10-18
PCI: Remove unused PCI_SUBTRACTIVE_DECODE
Ilpo Järvinen
1
-3
/
+2
2024-09-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-1
/
+1
2024-09-19
Merge branch 'pci/npem'
Bjorn Helgaas
1
-0
/
+2
2024-09-13
PCI: Pass domain number to pci_bus_release_domain_nr() explicitly
Manivannan Sadhasivam
1
-1
/
+1
2024-09-10
PCI: Rename CRS Completion Status to RRS
Bjorn Helgaas
1
-14
/
+14
2024-09-10
PCI: Wait for device readiness with Configuration RRS
Bjorn Helgaas
1
-6
/
+3
2024-09-04
PCI/NPEM: Add Native PCIe Enclosure Management support
Mariusz Tkaczyk
1
-0
/
+2
2024-07-19
Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+23
2024-06-12
PCI: Hold the rescan mutex when scanning for the first time
Bartosz Golaszewski
1
-0
/
+2
2024-06-04
PCI: Revert the cfg_access_lock lockdep mechanism
Dan Williams
1
-3
/
+0
2024-06-03
PCI: Use preserve_config in place of pci_flags
Vidya Sagar
1
-11
/
+9
2024-06-03
PCI: Unify ACPI and DT 'preserve config' support
Vidya Sagar
1
-0
/
+3
2024-06-03
PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()
Vidya Sagar
1
-0
/
+11
2024-05-16
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2024-05-16
Merge branch 'pci/enumeration'
Bjorn Helgaas
1
-0
/
+3
2024-05-08
PCI: Lock upstream bridge for pci_reset_function()
Dave Jiang
1
-0
/
+3
2024-04-23
PCI: Clear Secondary Status errors after enumeration
Vidya Sagar
1
-0
/
+3
2024-04-17
PCI: Constify pcibus_class
Heiner Kallweit
1
-1
/
+1
2024-03-12
Merge branch 'pci/sysfs'
Bjorn Helgaas
1
-0
/
+4
2024-03-12
PCI/ASPM: Save L1 PM Substates Capability for suspend/resume
David E. Box
1
-0
/
+1
2024-03-07
PCI/ASPM: Move pci_configure_ltr() to aspm.c
David E. Box
1
-61
/
+0
2024-03-05
PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=y
Lukas Wunner
1
-0
/
+4
2023-12-15
PCI: Log bridge info when first enumerating bridge
Bjorn Helgaas
1
-4
/
+19
2023-12-15
PCI: Log bridge windows conditionally
Bjorn Helgaas
1
-9
/
+15
2023-12-15
PCI: Supply bridge device, not secondary bus, to read window details
Bjorn Helgaas
1
-15
/
+6
2023-12-15
PCI: Move pci_read_bridge_windows() below individual window accessors
Bjorn Helgaas
1
-51
/
+51
2023-12-15
PCI: Use resource names in PCI log messages
Puranjay Mohan
1
-13
/
+13
2023-12-15
PCI: Log device type during enumeration
Bjorn Helgaas
1
-2
/
+40
2023-10-28
Merge branch 'pci/field-get'
Bjorn Helgaas
1
-4
/
+4
2023-10-24
PCI: Use FIELD_GET()
Bjorn Helgaas
1
-4
/
+4
2023-10-10
PCI: Do error check on own line to split long "if" conditions
Ilpo Järvinen
1
-3
/
+3
2023-09-06
PCI: Free released resource after coalescing
Ross Lagerwall
1
-0
/
+1
2023-08-29
Merge branch 'pci/misc'
Bjorn Helgaas
1
-2
/
+1
2023-08-25
PCI: Fix typos in docs and comments
Bjorn Helgaas
1
-1
/
+1
2023-08-10
PCI: Add locking to RMW PCI Express Capability Register accessors
Ilpo Järvinen
1
-0
/
+1
2023-07-18
PCI: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-26
Merge branch 'pci/resource'
Bjorn Helgaas
1
-1
/
+3
2023-06-20
PCI: Work around PCIe link training failures
Maciej W. Rozycki
1
-0
/
+2
2023-06-14
PCI: Initialize dev->link_active_reporting earlier
Maciej W. Rozycki
1
-1
/
+5
2023-06-09
PCI: Release resource invalidated by coalescing
Ross Lagerwall
1
-1
/
+3
2023-04-30
Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-0
/
+1
2023-04-27
Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-04-20
PCI: Restrict device disabled status check to DT
Rob Herring
1
-4
/
+4
2023-04-18
PCI/DOE: Create mailboxes on device enumeration
Lukas Wunner
1
-0
/
+1
[next]