Linux-PCI Archive mirror
 help / color / mirror / Atom feed
[PATCH v13] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration
 2024-12-12 23:03 UTC  (3+ messages)

[PATCH for-linus] PCI: Honor Max Link Speed when determining supported speeds
 2024-12-12 22:13 UTC  (7+ messages)

[PATCH v2 00/16] AMD NB and SMN rework
 2024-12-12 21:46 UTC  (7+ messages)
` [PATCH v2 14/16] x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
  ` [PATCH v2.1] "

[PATCH] PCI/portdrv: Disable bwctrl service if port is fixed at 2.5 GT/s
 2024-12-12 20:40 UTC  (11+ messages)

[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
 2024-12-12 19:59 UTC  (26+ messages)
` [PATCH v4 01/15] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v4 02/15] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe Port support
` [PATCH v4 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v4 04/15] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v4 05/15] PCI/AER: Add CXL PCIe Port correctable error support in AER service driver
` [PATCH v4 06/15] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe Port devices
` [PATCH v4 07/15] PCI/AER: Add CXL PCIe Port Uncorrectable Error recovery in AER service driver
` [PATCH v4 08/15] cxl/pci: Map CXL PCIe Root Port and Downstream Switch Port RAS registers
` [PATCH v4 09/15] cxl/pci: Map CXL PCIe Upstream "
` [PATCH v4 10/15] cxl/pci: Update RAS handler interfaces to also support CXL PCIe Ports
` [PATCH v4 11/15] cxl/pci: Change find_cxl_port() to non-static
` [PATCH v4 12/15] cxl/pci: Add error handler for CXL PCIe Port RAS errors
` [PATCH v4 13/15] cxl/pci: Add trace logging "
` [PATCH v4 14/15] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v4 15/15] PCI/AER: Enable internal errors for CXL Upstream and Downstream Switch Ports

[PATCH v3 06/11] vfio/pci: Use never-managed version of pci_intx()
 2024-12-12 19:49 UTC  (3+ messages)

[PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
 2024-12-12 19:29 UTC  (2+ messages)

[PATCH v3 05/11] misc: Use never-managed version of pci_intx()
 2024-12-12 19:26 UTC  (2+ messages)

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2024-12-12 19:24 UTC  (7+ messages)
` [PATCH v3 03/11] net/ethernet: Use never-managed version of pci_intx()
` [PATCH v3 11/11] Remove devres from pci_intx()

[PATCH v3 0/3] PCI: endpoint: fix bug for 2 APIs and simplify 1 API
 2024-12-12 19:12 UTC  (8+ messages)
` [PATCH v3 2/3] PCI: endpoint: Simplify API pci_epc_get() implementation
` [PATCH v3 3/3] PCI: endpoint: Fix API pci_epf_add_vepf() returning -EBUSY error

[PATCH v2] PCI: Avoid putting some root ports into D3 on some Ryzen chips
 2024-12-12 19:01 UTC  (8+ messages)

[PATCH] PCI: endpoint: Replace magic number "6" by PCI_STD_NUM_BARS
 2024-12-12 19:00 UTC  (3+ messages)

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-12 18:55 UTC  (22+ messages)
` [PATCH v4 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v4 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v4 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v4 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v4 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v4 06/18] nvme: Add PCI transport type
` [PATCH v4 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v4 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v4 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v4 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v4 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v4 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v4 13/18] nvmet: Implement host identifier set feature support
` [PATCH v4 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v4 15/18] nvmet: Implement interrupt config "
` [PATCH v4 16/18] nvmet: Implement arbitration "
` [PATCH v4 17/18] nvmet: New NVMe PCI endpoint target driver
` [PATCH v4 18/18] Documentation: Document the "

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
 2024-12-12 18:48 UTC  (20+ messages)
` [PATCH v6 1/8] PCI: Don't expose pcie_read_tlp_log() outside of PCI subsystem
` [PATCH v6 2/8] PCI: Move TLP Log handling to own file
` [PATCH v6 3/8] PCI: Make pcie_read_tlp_log() signature same
` [PATCH v6 4/8] PCI: Use unsigned int i in pcie_read_tlp_log()
` [PATCH v6 5/8] PCI: Store # of supported End-End TLP Prefixes
` [PATCH v6 6/8] PCI: Add TLP Prefix reading into pcie_read_tlp_log()
` [PATCH v6 7/8] PCI: Create helper to print TLP Header and Prefix Log
` [PATCH v6 8/8] PCI/AER: Add prefixes to printouts

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-12 17:29 UTC  (4+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-12 16:33 UTC  (17+ messages)
` [PATCH v6 01/16] rust: module: add trait `ModuleMetadata`
` [PATCH v6 02/16] rust: implement generic driver registration
` [PATCH v6 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v6 04/16] rust: add rcu abstraction
` [PATCH v6 05/16] rust: types: add `Opaque::pin_init`
` [PATCH v6 06/16] rust: add `Revocable` type
` [PATCH v6 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v6 08/16] rust: add devres abstraction
` [PATCH v6 09/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v6 10/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v6 11/16] samples: rust: add Rust PCI sample driver
` [PATCH v6 12/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v6 13/16] rust: driver: implement `Adapter`
` [PATCH v6 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v6 15/16] samples: rust: add Rust platform sample driver
` [PATCH v6 16/16] MAINTAINERS: add Danilo to DRIVER CORE

[RESEND PATCH] PCI: remove already resolved TODO
 2024-12-12 16:36 UTC  (2+ messages)

[PATCH] nvme-pci: Shutdown the device if D3Cold is allowed by the user
 2024-12-12 15:13 UTC  (8+ messages)

[RFC 0/4] Rate limit PCIe Correctable Errors
 2024-12-12 14:27 UTC  (5+ messages)
` [RFC 1/4] PCI/AER: Use the same log level for all messages
` [RFC 2/4] PCI/AER: Add Correctable Errors rate limiting
` [RFC 3/4] PCI/AER: Increase the rate limit interval after threshold
` [RFC 4/4] PCI: Add 'cor_err_reporting_enable' attribute

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-12-12 13:48 UTC  (9+ messages)
` [PATCH v4 06/10] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH v5 0/2] Export PBEC Data register into sysfs
 2024-12-12 12:47 UTC  (7+ messages)
` [PATCH v5 1/2] Add helper functions for Power Budgeting Extended Capability
` [PATCH v5 2/2] Export Power Budgeting Extended Capability into pci-bus-sysfs

[PATCH v2 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2024-12-12 12:37 UTC  (10+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: x1e80100: Add PCIe lane equalization preset properties
` [PATCH v2 2/4] PCI: of: Add API to retrieve equalization presets from device tree
` [PATCH v2 3/4] PCI: dwc: Improve handling of PCIe lane configuration
` [PATCH v2 4/4] PCI: dwc: Add support for new pci function op

[PATCH 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2024-12-12 10:50 UTC  (10+ messages)
` [PATCH 04/11] PCI/IDE: Selective Stream IDE enumeration
` [PATCH 05/11] PCI/TSM: Authenticate devices via platform TSM
` [PATCH 08/11] PCI/IDE: Add IDE establishment helpers

[PATCH v3 00/17] NVMe PCI endpoint target driver
 2024-12-12 10:42 UTC  (5+ messages)

[PATCH v2] PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem()
 2024-12-12  9:43 UTC  (2+ messages)

[PATCH v3 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-12-12  9:25 UTC  (2+ messages)

[PATCH v4 00/18] Provide a new two step DMA mapping API
 2024-12-12  8:54 UTC  (17+ messages)
` [PATCH v4 04/18] iommu: add kernel-doc for iommu_unmap and iommu_unmap_fast
` [PATCH v4 05/18] dma-mapping: Add check if IOVA can be used
` [PATCH v4 06/18] dma: Provide an interface to allow allocate IOVA
` [PATCH v4 08/18] dma-mapping: Implement link/unlink ranges API
` [PATCH v4 11/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v4 12/18] mm/hmm: provide generic DMA managing logic

[PATCH v3 0/2] PCI endpoint test: Add support for capabilities
 2024-12-12  8:52 UTC  (2+ messages)

[PATCH v2 0/2] PCI endpoint test: Add support for capabilities
 2024-12-12  8:49 UTC  (6+ messages)
` [PATCH v2 1/2] PCI: endpoint: pci-epf-test: "

[PATCH v3 1/1] dt-bindings: PCI: mobiveil: convert mobiveil-pcie.txt to yaml format
 2024-12-12  8:22 UTC  (2+ messages)

[PATCH] PCI: dwc: Set PORT_LOGIC_LINK_WIDTH to one lane
 2024-12-12  8:19 UTC 

[PATCH] PCI: dw-rockchip: Enumerate endpoints based on dll_link_up irq in the combined sys irq
 2024-12-12  8:04 UTC  (3+ messages)

[PATCH] misc: pci_endpoint_test: Add consecutive BAR test
 2024-12-12  8:02 UTC  (3+ messages)

[PATCH v3 0/2] PCI/portdrv: Report inter switch P2P links through sysfs
 2024-12-12  5:04 UTC  (3+ messages)
` [PATCH v3 2/2] PCI/P2PDMA: Modify p2p_dma_distance to detect P2P links

[PATCH v5 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-12  2:10 UTC  (9+ messages)
` [PATCH v5 04/16] rust: add rcu abstraction
` [PATCH v5 13/16] rust: driver: implement `Adapter`
` [PATCH v5 14/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v5 15/16] samples: rust: add Rust platform sample driver

[PATCH v2 1/2] PCI: Add Rockchip vendor ID
 2024-12-12  0:44 UTC  (3+ messages)

[PATCH] perf/dwc_pcie: Qualify RAS DES VSEC Capability by Vendor, Revision
 2024-12-11 23:44 UTC  (2+ messages)

[PATCH v12 0/9] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-12-11 20:57 UTC  (10+ messages)
` [PATCH v12 1/9] irqchip/gic-v3-its: Avoid overwriting msi_prepare callback if provided by msi_domain_info
` [PATCH v12 2/9] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v12 3/9] irqdomain: Add IRQ_DOMAIN_FLAG_MSI_IMMUTABLE and irq_domain_is_msi_immutable()
` [PATCH v12 4/9] irqchip/gic-v3-its: Set IRQ_DOMAIN_FLAG_MSI_IMMUTABLE for ITS
` [PATCH v12 5/9] PCI: endpoint: pci-ep-msi: Add check for MSI address/data pair immutability
` [PATCH v12 6/9] PCI: endpoint: Add pci_epf_align_inbound_addr() helper for address alignment
` [PATCH v12 7/9] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v12 8/9] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v12 9/9] tools: PCI: Add 'B' option for test doorbell

[PATCH] PCI: j721e: In j721e_pcie_suspend_noirq() check reset_gpio before to use it
 2024-12-11 20:24 UTC  (2+ messages)

[PATCH v4 0/3] Parse the HEST PCIe AER and set to relevant registers
 2024-12-11 19:47 UTC  (5+ messages)
` [PATCH v4 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH v4 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH v2 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
 2024-12-11 19:20 UTC  (2+ messages)

[pci:constify] BUILD SUCCESS d5bdde0b38c1d17f39ad6d41d16af33357b329b2
 2024-12-11 16:49 UTC 

[PATCH v5 01/16] rust: pass module name to `Module::init`
 2024-12-11 15:53 UTC  (14+ messages)

[PATCH v3 16/17] nvmet: New NVMe PCI endpoint target driver
 2024-12-11 15:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).