summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-11-24PCI: tegra194: Remove unnecessary L1SS disable codeBjorn Helgaas1-40/+5
2025-11-24PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas5-0/+33
2025-11-24PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
2025-11-24PCI: pwrctrl: Add power control driver for TC9563Krishna Chaitanya Chundru3-0/+665
2025-11-24PCI: Use max() instead of max_t() to ease static analysisDavid Laight1-2/+1
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-22PCI: iproc: Implement MSI controller node detection with of_msi_xlate()Lorenzo Pieralisi1-17/+5
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner8-112/+53
2025-11-20PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() functionLeon Romanovsky1-2/+12
2025-11-20PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocationLeon Romanovsky1-31/+120
2025-11-20PCI/P2PDMA: Separate the mmap() support from the core logicLeon Romanovsky1-20/+23
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-28/+48
2025-11-19PCI: epf-test: Switch to use %ptSpAndy Shevchenko1-3/+2
2025-11-18PCI: qcom: Implement .assert_perst()Krishna Chaitanya Chundru1-0/+13
2025-11-18PCI: dwc: Implement .assert_perst() for dwc glue driversKrishna Chaitanya Chundru2-0/+18
2025-11-17PCI: stm32: Don't use 'proxy' headersAndy Shevchenko3-2/+17
2025-11-17PCI: stm32: Fix EP page_size alignmentChristian Bruel1-0/+2
2025-11-17PCI: stm32: Fix LTSSM EP race with start linkChristian Bruel1-31/+8
2025-11-17PCI: spacemit: Add SpacemiT PCIe host driverAlex Elder3-0/+371
2025-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-3/+13
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-28/+48
2025-11-14PCI/TSM: Add 'dsm' and 'bound' attributes for dependent functionsDan Williams1-20/+110
2025-11-14PCI/TSM: Add pci_tsm_guest_req() for managing TDIsDan Williams1-0/+60
2025-11-14PCI/TSM: Add pci_tsm_bind() helper for instantiating TDIsDan Williams1-1/+108
2025-11-14PCI/IDE: Initialize an ID for all IDE streamsDan Williams3-0/+132
2025-11-14PCI/IDE: Add Address Association Register setup for downstream MMIOXu Yilun1-9/+108
2025-11-14PCI/sysfs: Use PM_RUNTIME_ACQUIRE()/PM_RUNTIME_ACQUIRE_ERR()Rafael J. Wysocki1-2/+2
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen3-4/+4
2025-11-14PCI: Add pci_rebar_get_max_size()Ilpo Järvinen1-0/+23
2025-11-14PCI: Add pci_rebar_size_supported() helperIlpo Järvinen2-13/+20
2025-11-14PCI: Improve Resizable BAR functions kernel docIlpo Järvinen1-14/+21
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen2-4/+12
2025-11-14PCI: Move pci_rebar_bytes_to_size() and clean it upIlpo Järvinen1-0/+23
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen5-235/+249
2025-11-14PCI: Prevent restoring assigned resourcesIlpo Järvinen1-0/+4
2025-11-14PCI: Add kerneldoc for pci_resize_resource()Ilpo Järvinen1-0/+20
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen4-58/+86
2025-11-14PCI: Free saved list without holding pci_bus_semIlpo Järvinen1-1/+1
2025-11-14PCI: Try BAR resize even when no window was releasedIlpo Järvinen1-4/+2
2025-11-14PCI: Change pci_dev variable from 'bridge' to 'dev'Ilpo Järvinen1-8/+9
2025-11-14PCI/IOV: Adjust ->barsz[] when changing BAR sizeIlpo Järvinen4-20/+14
2025-11-14PCI: Prevent resource tree corruption when BAR resize failsIlpo Järvinen1-0/+5
2025-11-14PCI: cadence: Move PCIe RP common functions to a separate fileManikandan K Pillai4-273/+349
2025-11-14PCI: cadence: Split PCIe controller header fileManikandan K Pillai2-220/+232
2025-11-14PCI: cadence: Add module support for platform controller driverManikandan K Pillai3-4/+8
2025-11-13PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variableAnand Moon1-7/+6
2025-11-13PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clockAnand Moon1-15/+5
2025-11-13PCI: keystone: Add support to build as a loadable moduleSiddharth Vadapalli3-37/+59
2025-11-13PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq()Siddharth Vadapalli2-0/+2
2025-11-13PCI: Export pci_get_host_bridge_device() for use by pci-keystoneSiddharth Vadapalli1-0/+1