index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Lines
2024-05-16
Merge branch 'pci/of'
Bjorn Helgaas
-0
/
+2
2024-05-16
Merge branch 'pci/msi'
Bjorn Helgaas
-6
/
+9
2024-05-16
Merge branch 'pci/hotplug'
Bjorn Helgaas
-7
/
+5
2024-05-16
Merge branch 'pci/enumeration'
Bjorn Helgaas
-26
/
+21
2024-05-16
Merge branch 'pci/edr'
Bjorn Helgaas
-11
/
+17
2024-05-16
Merge branch 'pci/doe'
Bjorn Helgaas
-3
/
+9
2024-05-16
Merge branch 'pci/cxl'
Bjorn Helgaas
-0
/
+101
2024-05-16
Merge branch 'pci/aspm'
Bjorn Helgaas
-93
/
+89
2024-05-16
PCI: Do not wait for disconnected devices when resuming
Ilpo Järvinen
-0
/
+5
2024-05-16
PCI: Remove unused pci_enable_device_io()
Heiner Kallweit
-14
/
+0
2024-05-15
Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support"
Bjorn Helgaas
-59
/
+0
2024-05-15
Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()"
Bjorn Helgaas
-50
/
+0
2024-05-15
PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
Rick Wertenbroek
-4
/
+2
2024-05-08
PCI: Make pcie_bandwidth_capable() static
Ilpo Järvinen
-4
/
+3
2024-05-08
PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3
Kuppuswamy Sathyanarayanan
-2
/
+13
2024-05-08
PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3
Kuppuswamy Sathyanarayanan
-9
/
+4
2024-05-08
PCI/CXL: Add 'cxl_bus' reset method for devices below CXL Ports
Dave Jiang
-0
/
+39
2024-05-08
PCI/CXL: Fail bus reset if upstream CXL Port has SBR masked
Dave Jiang
-0
/
+42
2024-05-08
PCI: Lock upstream bridge for pci_reset_function()
Dave Jiang
-0
/
+20
2024-05-08
Merge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+2
2024-05-06
PCI/ASPM: Restore parent state to parent, child state to child
Kai-Heng Feng
-2
/
+2
2024-05-03
PCI: hotplug: Remove obsolete sgi_hotplug TODO notes
Nam Cao
-8
/
+0
2024-05-03
PCI: hotplug: Document unchecked return value of pci_hp_add_bridge()
Nam Cao
-0
/
+6
2024-05-02
PCI: of_property: Return error for int_map allocation failure
Duoming Zhou
-0
/
+2
2024-05-02
PCI/ASPM: Clean up ASPM disable/enable mask calculation
Ilpo Järvinen
-27
/
+24
2024-05-02
PCI/ASPM: Consolidate link state defines
Ilpo Järvinen
-78
/
+77
2024-04-29
PCI: Clean up accessor macro formatting
Ilpo Järvinen
-13
/
+27
2024-04-29
PCI/ERR: Cleanup misleading indentation inside if conditions
Ilpo Järvinen
-9
/
+3
2024-04-26
PCI/MSI: Make error path handling follow the standard pattern
Andy Shevchenko
-6
/
+9
2024-04-25
PCI/portdrv: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
-4
/
+4
2024-04-25
PCI/MSI: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
-4
/
+4
2024-04-25
PCI: Clarify intent of LT wait
Ilpo Järvinen
-3
/
+4
2024-04-25
PCI: Wait for Link Training==0 before starting Link retrain
Ilpo Järvinen
-1
/
+1
2024-04-23
PCI: Clear Secondary Status errors after enumeration
Vidya Sagar
-0
/
+3
2024-04-18
PCI: Annotate pci_cache_line_size variables as __ro_after_init
Heiner Kallweit
-2
/
+2
2024-04-17
PCI: Constify pcibus_class
Heiner Kallweit
-1
/
+1
2024-04-17
PCI/AER: Update aer-inject tool source URL
Kuppuswamy Sathyanarayanan
-2
/
+2
2024-04-11
PCI: mt7621: Fix string truncation in mt7621_pcie_parse_port()
Sergio Paracuellos
-1
/
+1
2024-04-10
PCI: tegra194: Fix probe path for Endpoint mode
Vidya Sagar
-0
/
+3
2024-04-10
PCI: endpoint: pci-epf-test: Clean up pci_epf_test_unbind()
Niklas Cassel
-8
/
+6
2024-04-10
PCI: endpoint: pci-epf-test: Simplify pci_epf_test_set_bar() loop
Niklas Cassel
-17
/
+4
2024-04-10
PCI: endpoint: pci-epf-test: Remove superfluous code
Niklas Cassel
-14
/
+0
2024-04-10
PCI: endpoint: Allocate a 64-bit BAR if that is the only option
Niklas Cassel
-3
/
+6
2024-04-10
PCI: endpoint: pci-epf-test: Simplify pci_epf_test_alloc_space() loop
Niklas Cassel
-8
/
+5
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
-15
/
+61
2024-04-10
PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...
Manivannan Sadhasivam
-26
/
+90
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
Manivannan Sadhasivam
-11
/
+11
2024-04-10
PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
Manivannan Sadhasivam
-2
/
+25
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
Manivannan Sadhasivam
-6
/
+6
2024-04-10
PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
Manivannan Sadhasivam
-15
/
+9
[prev]
[next]