Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-07-07 14:12:14 to 2026-07-08 18:05:44 UTC [more...]

[PATCH 00/15] Device Evidence and Trust for PCI Security Protocol (TDISP)
 2026-07-08 18:05 UTC  (20+ messages)
` [PATCH 01/15] netlink: specs: Introduce multi-message blobs for SPDM
` [PATCH 02/15] tools: ynl: Teach pyynl to handle blobs
` [PATCH 04/15] device core: Introduce "device evidence" over netlink
` [PATCH 06/15] PCI/TSM: Add device evidence support
` [PATCH 14/15] PCI/TSM: Create MMIO descriptors via TDISP Report
` [PATCH 15/15] PCI/TSM: Add relative MMIO offset support?

[PATCH v6 00/20] rust: I/O type generalization and projection
 2026-07-08 17:58 UTC  (32+ messages)
` [PATCH v6 01/20] rust: io: add dynamically-sized `Region` type
` [PATCH v6 02/20] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v6 03/20] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v6 04/20] rust: io: implement `Io` on reference types instead
` [PATCH v6 05/20] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v6 07/20] rust: io: implement `Mmio` as view type
` [PATCH v6 08/20] rust: pci: io: make `ConfigSpace` a view
` [PATCH v6 09/20] rust: io: use view types instead of addresses for `Io`
` [PATCH v6 10/20] pwm: th1520: remove unnecessary `deref`
` [PATCH v6 11/20] rust: io: remove `MmioOwned`
` [PATCH v6 12/20] rust: io: move `Io` methods to extension trait
` [PATCH v6 13/20] rust: io: add projection macro and methods

[PATCH v4 0/3] riscv: Add PCIe support for UltraRISC DP1000 SoC
 2026-07-08 16:52 UTC  (3+ messages)
` [PATCH v4 1/3] riscv: add UltraRISC SoC family Kconfig support

[PATCH v5 5/5] PCI: qcom: Add D3cold support
 2026-07-08 16:05 UTC  (4+ messages)

[PATCH 00/23] PCI: Resource code fixes (supercedes earlier series) & cleanups
 2026-07-08 15:39 UTC  (8+ messages)
` [PATCH 13/23] PCI: Add pbus_mem_size_optional() to handle optional sizes

[PATCH 0/1] PCI: Add mandatory delay for D3cold resume
 2026-07-08 15:38 UTC  (3+ messages)
` [PATCH] PCI: Apply mandatory recovery delay on return from D3cold

[PATCH v2 0/2] arm64: dts: qcom: eliza-evk: Enable PCIe0 and PCIe1 with M.2 and TC9563 switch
 2026-07-08 15:35 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: eliza-evk: Add PCIe0 with M.2 E key connector
` [PATCH v2 2/2] arm64: dts: qcom: eliza-evk: Add PCIe1 with TC9563 PCIe switch

[RFC][PATCH] thunderbolt: Quiesce AMD NHI during suspend
 2026-07-08 15:34 UTC 

[PATCH v2] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-08 15:28 UTC  (7+ messages)
` [PATCH v2] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
` [PATCH v2] PCI: imx6: Update MPLLB bandwidth to improve i.MX95 Gen3 PCIe stability

[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
 2026-07-08 14:59 UTC  (3+ messages)

[PATCH v3 0/8] PCI/ASPM: Add pci_force_enable_link_state() API and convert Atheros drivers
 2026-07-08 14:51 UTC  (17+ messages)
` [PATCH v3 1/8] PCI/ASPM: Always disable ASPM when driver requests it
` [PATCH v3 2/8] PCI/ASPM: Add pci_force_enable_link_state() API
` [PATCH v3 3/8] PCI/ASPM: Transition the device to D0 (if required) when enabling ASPM link states
` [PATCH v3 4/8] PCI/ASPM: Improve the kernel-doc for pci_{enable,disable}_link_state*() APIs
` [PATCH v3 5/8] PCI/ASPM: Return enabled ASPM states from pcie_aspm_enabled() API
` [PATCH v3 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states
` [PATCH v3 7/8] wifi: ath11k: "
` [PATCH v3 8/8] wifi: ath10k: "

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-08 14:44 UTC  (21+ messages)
` [PATCH v7 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v7 02/10] ACPI: APEI: GHES: move CPER read helpers
` [PATCH v7 03/10] ACPI: APEI: GHES: move GHESv2 ack and alloc helpers
` [PATCH v7 04/10] ACPI: APEI: GHES: move estatus cache helpers
` [PATCH v7 05/10] ACPI: APEI: GHES: move vendor record helpers
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers
` [PATCH v7 07/10] ACPI: APEI: introduce GHES helper
` [PATCH v7 08/10] ACPI: APEI: share GHES CPER helpers
` [PATCH v7 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v7 10/10] RAS: add firmware-first CPER provider

[PATCH v3 1/8] PCI/IOV: Return unsigned int from pci_sriov_get_totalvfs()
 2026-07-08 14:41 UTC  (6+ messages)
` [PATCH v3 2/8] rust: pci: add sriov_get_totalvfs() helper

[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
 2026-07-08 14:33 UTC  (2+ messages)

[PATCH v2 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-07-08 13:28 UTC  (20+ messages)
` [PATCH v2 1/4] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [PATCH v2 2/4] Drivers: hv: Add logical device ID registry for vPCI devices
` [PATCH v2 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v2 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH v2] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
 2026-07-08 10:56 UTC  (2+ messages)

[PATCH v9 0/9] lan966x pci device: Add support for SFPs, PCI part
 2026-07-08 10:48 UTC  (19+ messages)
` [PATCH v9 1/9] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v9 2/9] drivers: core: Use fw_devlink_set_device()
` [PATCH v9 3/9] pinctrl: cs42l43: "
` [PATCH v9 4/9] cxl/test: Use device_set_node()
` [PATCH v9 5/9] cxl/test: Use fw_devlink_set_device()
` [PATCH v9 6/9] PCI: of: "
` [PATCH v9 7/9] PCI: of: Clear fwnode->dev during root bridge node removal
` [PATCH v9 8/9] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v9 9/9] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node

[PATCH v1] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
 2026-07-08 10:43 UTC  (7+ messages)

[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
 2026-07-08 10:13 UTC  (6+ messages)

[PATCH] PCI: aspeed: Switch to irq_domain_create_linear()
 2026-07-08 10:09 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: PCI: mediatek: Add support for optional perstout reset
 2026-07-08  9:15 UTC  (4+ messages)
` [PATCH 2/2] PCI: mediatek: handle optional reset for perstout for AN7583

[PATCH v3 0/4] New vendor support and optimizations for DWC PCIe PMU
 2026-07-08  9:04 UTC  (9+ messages)
` [PATCH v3 1/4] perf/dwc_pcie: Add support for Picoheart vendor devices
` [PATCH v3 2/4] perf/dwc_pcie: Support narrowed time-based counter for long time monitoring
` [PATCH v3 3/4] perf/dwc_pcie: Convert to faux device interface
` [PATCH v3 4/4] drivers/perf: Fix the condition where the root port is runtime suspended

[PATCH] PCI: imx6: Keep Root Port MSI capability also for i.MX6Q
 2026-07-08  8:52 UTC  (3+ messages)

[PATCH 0/5] PCI: dwc: rcar-gen4: Add support for R-Car X5H PCIe4
 2026-07-08  8:34 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car X5H PCIe4 compatible

[PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC
 2026-07-08  8:02 UTC  (2+ messages)

[PATCH v1] PCI: vmd: Add VMD Device ID Support for Intel Nova Lake (NVL) and Dunlow (DNL) Add VMD Device ID Support for NVL and DNL processors
 2026-07-08  9:29 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-07-08  6:57 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: connector: pcie-m2-e: Add vendor LGA connector compatible

[PATCH v11 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-07-08  5:39 UTC  (3+ messages)
` [PATCH v11 4/4] RDMA/mlx5: get tph for p2p access when registering dma-buf mr

[pci:controller/dwc-qcom] BUILD SUCCESS 3edb3a038d423480efeb204dbc6ddc9a292f8ecb
 2026-07-08  5:25 UTC 

[PATCH v2] Documentation: Update after split of <linux/mod_devicetable.h>
 2026-07-08  4:53 UTC  (4+ messages)

[PATCH v1] PCI: imx6: Update MPLLB bandwidth for i.MX95 PCIe Gen3 stability
 2026-07-08  1:51 UTC  (3+ messages)

[PATCH v8 00/10] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-07-07 22:45 UTC  (13+ messages)
` [PATCH v8 02/10] cxl: Cache decoder settings on PCI devices
` [PATCH v8 04/10] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v8 05/10] cxl: Add CXL Device Reset helper
` [PATCH v8 06/10] cxl: Validate HDM ranges before CXL reset
` [PATCH v8 08/10] cxl: Restore CXL HDM state after PCI reset

[PATCH 0/8] x86/pci: consolidate x86-specific PCI quirks into arch/x86/pci/fixup.c
 2026-07-07 22:18 UTC  (9+ messages)
` [PATCH 1/8] x86/pci: gate arch fixups with CONFIG_PCI_QUIRKS
` [PATCH 2/8] x86/pci: move Intel chipset quirks to arch/x86/pci/fixup.c
` [PATCH 3/8] x86/pci: move VIA "
` [PATCH 4/8] x86/pci: move SiS "
` [PATCH 5/8] x86/pci: move ALi "
` [PATCH 6/8] x86/pci: move AMD x86 "
` [PATCH 7/8] x86/pci: move x86 ifdef-gated "
` [PATCH 8/8] x86/pci: move remaining x86-specific quirks to fixup.c

[pci:next] BUILD SUCCESS 53bf92818a8362815708fc7b18e6d2c6a5fc665b
 2026-07-07 21:33 UTC 

[pci:sysfs] BUILD SUCCESS 5b95212de6dcd7e0275cea7f894fe7226c7d9f29
 2026-07-07 21:31 UTC 

[PATCH v4 00/10] vfio/pci: Add mmap() for DMABUFs
 2026-07-07 21:16 UTC  (2+ messages)

[PATCH v4 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-07 20:35 UTC  (6+ messages)
` [PATCH v4 1/5] PCI: dwc: Determine whether iMSI is used before calling .init
` [PATCH v4 2/5] PCI: rcar-gen4: Configure AXIINTC if iMSI-RX not used
` [PATCH v4 3/5] irqchip/gic-v3: Refactor GIC600 limited to 32bit PA erratum handling
` [PATCH v4 4/5] irqchip/gic-v3: Add Renesas R-Car Gen4 erratum workaround
` [PATCH v4 5/5] arm64: dts: renesas: r8a779g0: Add GICv3 ITS and update PCIe nodes

[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-07 20:24 UTC  (6+ messages)
` [PATCH v3 1/5] PCI: dwc: Determine whether iMSI is used before calling .init

[PATCH v2 00/11] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-07-07 18:42 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-07-07 15:41 UTC  (7+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH v3 0/9] pci: fix UAF and TOCTOU related to dynamic ID
 2026-07-07 14:12 UTC  (19+ messages)
` [PATCH v3 1/9] ata: don't store pci_device_id
` [PATCH v3 2/9] nsp32: "
` [PATCH v3 3/9] ipack: tpci200: "
` [PATCH v3 4/9] mlxsw: "
` [PATCH v3 5/9] agp/via: don't rely on address of pci_device_id
` [PATCH v3 6/9] agp/amd-k7: "
` [PATCH v3 7/9] pci: make pci_match_one_device match on ID instead of device
` [PATCH v3 8/9] pci: fix dyn_id add TOCTOU
` [PATCH v3 9/9] pci: fix UAF when probe runs concurrent to dyn ID removal

[PATCH] rust: irq: make Registration compatible with lifetime-bound drivers
 2026-07-07 14:12 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox