linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-12 11:35:07 to 2024-12-15 12:25:49 UTC [more...]

[PATCH v6 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-12-15 12:25 UTC  (20+ 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

[PATCH] PCI: check bridge->bus in pci_host_common_remove
 2024-12-15 13:26 UTC  (8+ messages)

[PATCH v2 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
 2024-12-15 12:04 UTC  (3+ messages)

[PATCH for-linus v2 0/3] Fix bwctrl boot hang
 2024-12-15 10:20 UTC  (4+ messages)
` [PATCH for-linus v2 1/3] PCI: Assume 2.5 GT/s if Max Link Speed is undefined
` [PATCH for-linus v2 2/3] PCI: Honor Max Link Speed when determining supported speeds
` [PATCH for-linus v2 3/3] PCI/bwctrl: Enable only if more than one speed is supported

[PATCH] PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_ep
 2024-12-15  2:28 UTC 

[PATCH v5 13/14] PCI: rockchip-ep: Handle PERST# signal in endpoint mode
 2024-12-15  2:09 UTC  (3+ messages)

[PATCH iwl-next v3] e1000e: Fix real-time violations on link up
 2024-12-14 19:16 UTC 

[pci:devres] BUILD SUCCESS 9b4bafd9517c9d084469314b4412bfa21466e29a
 2024-12-14 19:12 UTC 

[pci:aspm] BUILD SUCCESS 1db806ec06b7c6e08e8af57088da067963ddf117
 2024-12-14 19:10 UTC 

[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
 2024-12-14 13:34 UTC  (16+ messages)
` [PATCH v4 04/15] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [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 15/15] PCI/AER: Enable internal errors for CXL Upstream and Downstream Switch Ports

[PATCH 1/1] PCI: Fix Extend ACS configurability
 2024-12-14 12:30 UTC  (2+ messages)

[PATCHv3] PCI/ACPI: _DSM PRESERVE_BOOT_CONFIG function rev id doesn't match with spec
 2024-12-14 10:41 UTC 

[PATCH v2 14/16] x86/amd_node, platform/x86/amd/hsmp: Have HSMP use SMN through AMD_NODE
 2024-12-14 10:05 UTC  (6+ messages)
` [PATCH v2.1] "
  ` [PATCH v2.2] "

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

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

[PATCH v4 00/18] NVMe PCI endpoint target driver
 2024-12-14  5:52 UTC  (24+ 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 "

My AlderLake Dell (XPS-9320) needs these patches to get full standby/low-power modes
 2024-12-13 23:02 UTC  (6+ messages)

[PATCH v2] PCI/portdrv: Disable bwctrl service if port is fixed at 2.5 GT/s
 2024-12-13 20:56 UTC 

[pci:for-linus] BUILD SUCCESS 978463f811ec592c7562b31fa89015718454dd61
 2024-12-13 19:51 UTC 

[pci:endpoint] BUILD SUCCESS 3b9f942eb21c92041905e3943a8d5177c9a9d89d
 2024-12-13 19:46 UTC 

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

[PATCH v3 1/2] PCI: Add Rockchip vendor ID
 2024-12-13 18:47 UTC  (3+ messages)
` [PATCH v3 2/2] perf/dwc_pcie: Add support for Rockchip SoCs

[PATCH v2] PCI : Fix pcie_flag_reg in set_pcie_port_type
 2024-12-13 18:47 UTC  (2+ messages)

[PATCH v13] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration
 2024-12-13 18:28 UTC  (4+ messages)

[RESEND PATCH] PCI: remove already resolved TODO
 2024-12-13 18:06 UTC  (5+ messages)

[PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
 2024-12-13 17:53 UTC  (4+ messages)

[PATCH] PCI: Remove redundant macro
 2024-12-13 17:37 UTC  (2+ messages)

[RESEND PATCH v5 0/3] Add support for AMD MDB IP as Root Port
 2024-12-13 17:27 UTC  (6+ messages)
` [RESEND PATCH v5 1/3] dt-bindings: PCI: dwc: Add AMD Versal2 mdb slcr support
` [RESEND PATCH v5 2/3] dt-bindings: PCI: amd-mdb: Add AMD Versal2 MDB PCIe Root Port Bridge
` [RESEND PATCH v5 3/3] PCI: amd-mdb: Add AMD MDB Root Port driver

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

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
 2024-12-13 15:54 UTC  (9+ messages)
` [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 0/4] Add PCIe support for IPQ5424
 2024-12-13 15:07 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: PCI: qcom: Document the IPQ5424 PCIe controller
` [PATCH 2/4] dt-bindings: phy: qcom,ipq8074-qmp-pcie: Document the IPQ5424 QMP PCIe PHYs
` [PATCH 3/4] arm64: dts: qcom: ipq5424: Add PCIe PHYs and controller nodes
` [PATCH 4/4] arm64: dts: qcom: ipq5424: Enable PCIe PHYs and controllers

[PATCH v5 1/6] PCI: dwc: ep: iATU registers must be written after the BAR_MASK
 2024-12-13 14:38 UTC  (4+ messages)

[PATCH v6 0/6] PCI endpoint additional pci_epc_set_bar() checks
 2024-12-13 14:33 UTC  (7+ messages)
` [PATCH v6 1/6] PCI: dwc: ep: Write BAR_MASK before iATU registers in pci_epc_set_bar()
` [PATCH v6 2/6] PCI: dwc: ep: Prevent changing BAR size/flags "
` [PATCH v6 3/6] PCI: dwc: ep: Add 'address' alignment to 'size' check in dw_pcie_prog_ep_inbound_atu()
` [PATCH v6 4/6] PCI: artpec6: Implement dw_pcie_ep operation get_features
` [PATCH v6 5/6] PCI: endpoint: Add size check for fixed size BARs in pci_epc_set_bar()
` [PATCH v6 6/6] PCI: endpoint: Verify that requested BAR size is a power of two

[PATCH v5 2/6] PCI: dwc: ep: Add missing checks when dynamically changing a BAR
 2024-12-13 13:37 UTC  (3+ messages)

[PATCH v2] PCI: Avoid putting some root ports into D3 on some Ryzen chips
 2024-12-13 10:05 UTC  (9+ messages)

[PATCH v5 0/2] Export PBEC Data register into sysfs
 2024-12-13  9:41 UTC  (6+ messages)
` [PATCH v5 2/2] Export Power Budgeting Extended Capability into pci-bus-sysfs

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

[PATCH v3 05/11] misc: Use never-managed version of pci_intx()
 2024-12-13  7:31 UTC  (3+ messages)

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2024-12-13  5:25 UTC  (8+ 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 06/11] vfio/pci: Use never-managed version of pci_intx()
 2024-12-12 19:49 UTC  (3+ messages)

[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] PCI: endpoint: Replace magic number "6" by PCI_STD_NUM_BARS
 2024-12-12 19:00 UTC  (3+ 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  (7+ messages)
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH v2 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2024-12-12 12:37 UTC  (7+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: x1e80100: Add PCIe lane equalization preset properties


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 NNTP newsgroup(s).