linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-25 20:05:53 to 2025-07-30 08:03:23 UTC [more...]

[PATCH 00/10] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-07-30  8:03 UTC  (40+ messages)
` [PATCH 02/10] PCI/P2PDMA: Introduce p2pdma_provider structure for cleaner abstraction
` [PATCH 05/10] PCI/P2PDMA: Export pci_p2pdma_map_type() function
` [PATCH 09/10] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH 10/10] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH v2] rust: pci: Use explicit types in FFI callbacks
 2025-07-30  7:56 UTC  (5+ messages)

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-07-30  6:55 UTC  (59+ messages)
` [RFC PATCH v1 01/38] tsm: Add tsm_bind/unbind helpers
` [RFC PATCH v1 02/38] tsm: Move tsm core outside the host directory
` [RFC PATCH v1 03/38] tsm: Move dsm_dev from pci_tdi to pci_tsm
` [RFC PATCH v1 04/38] tsm: Support DMA Allocation from private memory
` [RFC PATCH v1 05/38] tsm: Don't overload connect
` [RFC PATCH v1 06/38] iommufd: Add and option to request for bar mapping with IORESOURCE_EXCLUSIVE
` [RFC PATCH v1 07/38] iommufd/viommu: Add support to associate viommu with kvm instance
` [RFC PATCH v1 08/38] iommufd/tsm: Add tsm_op iommufd ioctls
` [RFC PATCH v1 09/38] iommufd/vdevice: Add TSM Guest request uAPI
` [RFC PATCH v1 10/38] iommufd/vdevice: Add TSM map ioctl
` [RFC PATCH v1 11/38] KVM: arm64: CCA: register host tsm platform device
` [RFC PATCH v1 12/38] coco: host: arm64: CCA host platform device driver
` [RFC PATCH v1 13/38] coco: host: arm64: Create a PDEV with rmm
` [RFC PATCH v1 14/38] coco: host: arm64: Device communication support
` [RFC PATCH v1 15/38] coco: host: arm64: Stop and destroy the physical device
` [RFC PATCH v1 16/38] X.509: Make certificate parser public
` [RFC PATCH v1 17/38] X.509: Parse Subject Alternative Name in certificates
` [RFC PATCH v1 18/38] X.509: Move certificate length retrieval into new helper
` [RFC PATCH v1 19/38] coco: host: arm64: set_pubkey support
` [RFC PATCH v1 20/38] coco: host: arm64: Add support for creating a virtual device
` [RFC PATCH v1 21/38] coco: host: arm64: Add support for virtual device communication
` [RFC PATCH v1 22/38] coco: host: arm64: Stop and destroy virtual device
` [RFC PATCH v1 23/38] coco: guest: arm64: Update arm CCA guest driver
` [RFC PATCH v1 24/38] arm64: CCA: Register guest tsm callback
` [RFC PATCH v1 25/38] cca: guest: arm64: Realm device lock support
` [RFC PATCH v1 26/38] KVM: arm64: Add exit handler related to device assignment
` [RFC PATCH v1 27/38] coco: host: arm64: add RSI_RDEV_GET_INSTANCE_ID related exit handler
` [RFC PATCH v1 28/38] coco: host: arm64: Add support for device communication "
` [RFC PATCH v1 29/38] coco: guest: arm64: Add support for collecting interface reports
` [RFC PATCH v1 30/38] coco: host: arm64: Add support for realm host interface (RHI)
` [RFC PATCH v1 31/38] coco: guest: arm64: Add support for fetching interface report and certificate chain from host
` [RFC PATCH v1 32/38] coco: guest: arm64: Add support for guest initiated TDI bind/unbind
` [RFC PATCH v1 33/38] KVM: arm64: CCA: handle dev mem map/unmap
` [RFC PATCH v1 34/38] coco: guest: arm64: Validate mmio range found in the interface report
` [RFC PATCH v1 35/38] coco: guest: arm64: Add Realm device start and stop support
` [RFC PATCH v1 36/38] KVM: arm64: CCA: enable DA in realm create parameters
` [RFC PATCH v1 37/38] coco: guest: arm64: Add support for fetching device measurements
` [RFC PATCH v1 38/38] coco: guest: arm64: Add support for fetching device info

[pci:hotplug] BUILD SUCCESS c2f9de5e2db29158a8caa86a37aa479488e4ba43
 2025-07-30  5:51 UTC 

[RFC PATCH 00/25] Live Update Orchestrator: PCI subsystem
 2025-07-30  4:13 UTC  (30+ messages)
` [PATCH RFC 01/25] PCI/LUO: Register with Liveupdate Orchestrator
` [PATCH RFC 02/25] PCI/LUO: Add struct dev_liveupdate
` [PATCH RFC 03/25] PCI/LUO: Create requested liveupdate device list
` [PATCH RFC 04/25] PCI/LUO: Forward prepare()/freeze()/cancel() callbacks to driver
` [PATCH RFC 05/25] PCI/LUO: Restore state at PCI enumeration
` [PATCH RFC 06/25] PCI/LUO: Forward finish callbacks to drivers
` [PATCH RFC 07/25] PCI/LUO: Save and restore driver name
` [PATCH RFC 08/25] PCI/LUO: Add liveupdate to pcieport driver
` [PATCH RFC 09/25] PCI/LUO: Save SR-IOV number of VF
` [PATCH RFC 10/25] PCI/LUO: Add pci_liveupdate_get_driver_data()
` [PATCH RFC 11/25] PCI: pci-lu-stub: Add a stub driver for Live Update testing
` [PATCH RFC 12/25] PCI/LUO: Save struct pci_dev info during prepare phase
` [PATCH RFC 13/25] PCI/LUO: Check the device function numbers in restoration
` [PATCH RFC 14/25] PCI/LUO: Restore power state of a PCI device
` [PATCH RFC 15/25] PCI/LUO: Restore PM related fields
` [PATCH RFC 16/25] PCI/LUO: Restore the pme_poll flag
` [PATCH RFC 17/25] PCI/LUO: Restore the no_d3cold flag
` [PATCH RFC 18/25] PCI/LUO: Restore pci_dev fields during probe
` [PATCH RFC 19/25] PCI/LUO: Track liveupdate buses
` [PATCH RFC 20/25] PCI/LUO: Avoid write to liveupdate devices at boot
` [PATCH RFC 21/25] PCI/LUO: Save and restore the PCI resource
` [PATCH RFC 22/25] PCI/LUO: Save PCI bus and host bridge states
` [PATCH RFC 23/25] PCI/LUO: Check the PCI bus state after restoration
` [PATCH RFC 24/25] PCI: pci-lu-pf-stub: Add a PF stub driver for Live Update testing
` [PATCH RFC 25/25] PCI/LUO: Clean up PCI_SER_GET()

[PATCH v3] vmcoreinfo: Track and log recoverable hardware errors
 2025-07-30  2:13 UTC  (8+ messages)

[PATCH RFT 0/2] pci: clean up cpu_addr_fixup() for visconti
 2025-07-30  0:13 UTC  (5+ messages)
` [PATCH RFT 1/2] arm64: dts: toshiba: Update SoC and PCIe ranges to reflect hardware behavior

[PATCH v3 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-30  1:34 UTC  (2+ messages)
` [PATCH v3 2/2] rust: Add several miscellaneous PCI helpers

[GIT PULL] PCI changes for v6.17
 2025-07-29 20:14 UTC 

Instability in ALL stable and LTS distro kernels (IRQ #16 being disabled, PCIe bus errors, ath10k_pci) in Dell Inspiron 5567
 2025-07-29 17:35 UTC  (4+ messages)

[PATCH v12 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
 2025-07-29 16:23 UTC  (11+ messages)
` [PATCH v12 1/7] dt-bindings: soc: ti: Add AM65 peripheral virtualization unit
` [PATCH v12 2/7] dt-bindings: PCI: ti,am65: Extend for use with PVU
` [PATCH v12 3/7] soc: ti: Add IOMMU-like PVU driver
` [PATCH v12 4/7] PCI: keystone: Add support for PVU-based DMA isolation on AM654
` [PATCH v12 5/7] arm64: dts: ti: k3-am65-main: Add PVU nodes
` [PATCH v12 6/7] arm64: dts: ti: k3-am65-main: Add VMAP registers to PCI root complexes
` [PATCH v12 7/7] arm64: dts: ti: iot2050: Add overlay for DMA isolation for devices behind PCI RC

[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-07-29 16:06 UTC  (21+ messages)
` [PATCH v4 01/10] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v4 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v4 03/10] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
` [PATCH v4 04/10] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v4 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v4 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers
` [PATCH v4 08/10] PCI/IDE: Report available IDE streams
` [PATCH v4 09/10] PCI/TSM: Report active "
` [PATCH v4 10/10] samples/devsec: Add sample IDE establishment

[PATCH v7 0/3] pci: qcom: drop unrelated clock and add link_down reset for sa8775p
 2025-07-29 13:32 UTC  (4+ messages)
` [PATCH v7 2/3] arm64: dts: qcom: sa8775p: remove aux clock from pcie phy

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-07-29 13:02 UTC  (13+ messages)
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH] rust: pci: use c_* types via kernel prelude
 2025-07-29 10:10 UTC  (3+ messages)

[GIT PULL] ACPI updates for v6.17-rc1
 2025-07-29  6:50 UTC  (2+ messages)

[BUG] sysfs: duplicate resource file creation during PCIe rescan
 2025-07-29  1:13 UTC 

[PATCH v4 0/7] hyperv: Introduce new way to manage hypercall args
 2025-07-29  0:23 UTC  (6+ messages)
` [PATCH v4 4/7] Drivers: hv: Use hv_setup_*() to set up hypercall arguments
` [PATCH v4 5/7] PCI: "

[PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
 2025-07-28 13:58 UTC  (3+ messages)

[PATCH v9 2/2] PCI: trace: Add a RAS tracepoint to monitor link speed changes
 2025-07-28  9:28 UTC  (5+ messages)

[PATCH v9 1/2] PCI: trace: Add a generic RAS tracepoint for hotplug event
 2025-07-28  9:05 UTC  (3+ messages)

[PATCH v4 0/5] Improvements to S5 power consumption
 2025-07-28  8:45 UTC  (2+ messages)

[PATCH] igc: fix disabling L1.2 PCI-E link substate on I226 on init
 2025-07-28  7:49 UTC  (3+ messages)

[PATCH 0/3] thunderbolt: Update XDomain vendor properties dynamically
 2025-07-28  6:47 UTC  (2+ messages)

[PATCH RFC 0/3] PCI/pwrctrl: Allow pwrctrl framework to control PERST# GPIO if available
 2025-07-28  5:06 UTC  (12+ messages)
` [PATCH RFC 2/3] PCI/pwrctrl: Allow pwrctrl core "
` [PATCH RFC 3/3] PCI: qcom: Allow pwrctrl framework to control PERST#

[PATCH 23] PCI Add PCI vendor ID for ASMedia USB4 devices
 2025-07-28  2:53 UTC 

[PATCH v2 1/2] rust: Update PCI binding safety comments and add inline compiler hint
 2025-07-28  0:09 UTC  (9+ messages)

[PATCH v11 3/7] soc: ti: Add IOMMU-like PVU driver
 2025-07-27  0:57 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 31fca17338b7c0573c43bd5aad07389bb41f9cb8
 2025-07-26 21:06 UTC 

[PATCH v2 0/5] PCI: Clean up and fix is_hotplug_bridge usage
 2025-07-26 20:52 UTC  (3+ messages)

[PATCH v2 0/5] PCI: Clean up and fix is_hotplug_bridge usage
 2025-07-26 20:50 UTC  (3+ messages)
` [PATCH v2 1/5] PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports

[pci:hotplug] BUILD SUCCESS 347599ee2a61dd9e220aa151df9d07431e189bd2
 2025-07-26 19:53 UTC 

[pci:capability-search] BUILD SUCCESS 2e72592414fc2ff126dee301567285075ae0d2d8
 2025-07-26 18:10 UTC 

[PATCH v7] Bluetooth: btintel_pcie: Add support for _suspend() / _resume()
 2025-07-26 16:40 UTC 

[PATCH v6] Bluetooth: btintel_pcie: Add support for _suspend() / _resume()
 2025-07-26 16:10 UTC  (5+ messages)

[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
 2025-07-26  7:55 UTC  (5+ messages)

[pci:endpoint/doorbell] BUILD SUCCESS b351e9c93a4fc0a1b789c0b89eeecb9d5bf564cd
 2025-07-25 23:08 UTC 

[pci:controller/dev_fwnode] BUILD SUCCESS 263f418c118e0a9f00540b2f3b3bb20cc0052d5e
 2025-07-25 20:49 UTC 

[pci:controller/msi-parent] BUILD SUCCESS d7d8ab87e3e7413e3ed2b6eee51ceaddc7e594f2
 2025-07-25 20:22 UTC 

[PATCH] PCI: fix out-of-bounds stack access
 2025-07-25 20:05 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 NNTP newsgroup(s).