messages from 2026-05-05 23:34:39 to 2026-05-06 22:00:53 UTC [more...]
[PATCH 0/3] rust: devres: add DevresLt for ForLt-aware device resource access
2026-05-06 21:58 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] rust: pci: return DevresLt from Bar::into_devres()
` [PATCH 3/3] rust: io: mem: return DevresLt from IoMem/ExclusiveIoMem::into_devres()
[PATCH v7 0/6] PCI: Add support for ACS Enhanced Capability
2026-05-06 21:57 UTC (14+ messages)
` [PATCH v7 1/6] PCI: Validate ACS enable flags against device-specific ACS capabilities
` [PATCH v7 2/6] Documentation/kernel-parameters: Add multi-device config_acs example
` [PATCH v7 3/6] PCI: Consolidate delimiter handling into pci_dev_str_match()
` [PATCH v7 4/6] PCI: Refactor disable_acs_redir and config_acs param handling
` [PATCH v7 5/6] PCI: Enable the enhanced ACS controls introduced by PCI_ACS_ECAP
` [PATCH v7 6/6] PCI: Add the enhanced ACS controls check to pci_acs_flags_enabled()
[PATCH v2 00/25] rust: device: Higher-Ranked Lifetime Types for device drivers
2026-05-06 21:51 UTC (26+ messages)
` [PATCH v2 01/25] rust: driver core: drop drvdata before devres release
` [PATCH v2 02/25] rust: types: add `ForLt` trait for higher-ranked lifetime support
` [PATCH v2 03/25] rust: device: generalize drvdata methods over ForLt
` [PATCH v2 04/25] rust: driver: make Adapter trait lifetime-parameterized
` [PATCH v2 05/25] rust: pci: implement Sync for Device<Bound>
` [PATCH v2 06/25] rust: platform: "
` [PATCH v2 07/25] rust: auxiliary: "
` [PATCH v2 08/25] rust: usb: "
` [PATCH v2 09/25] rust: device: "
` [PATCH v2 10/25] rust: pci: make Driver trait lifetime-parameterized
` [PATCH v2 11/25] rust: platform: "
` [PATCH v2 12/25] rust: auxiliary: "
` [PATCH v2 13/25] rust: auxiliary: generalize Registration over ForLt
` [PATCH v2 14/25] samples: rust: rust_driver_auxiliary: showcase lifetime-bound registration data
` [PATCH v2 15/25] rust: usb: make Driver trait lifetime-parameterized
` [PATCH v2 16/25] rust: i2c: "
` [PATCH v2 17/25] rust: pci: make Bar lifetime-parameterized
` [PATCH v2 18/25] rust: io: make IoMem and ExclusiveIoMem lifetime-parameterized
` [PATCH v2 19/25] samples: rust: rust_driver_pci: use HRT lifetime for Bar
` [PATCH v2 20/25] rust: driver-core: rename 'a lifetime to 'bound
` [PATCH v2 21/25] gpu: nova-core: "
` [PATCH v2 22/25] gpu: nova-core: use HRT lifetime for Bar
` [PATCH v2 23/25] gpu: nova-core: unregister sysmem flush page from Drop
` [PATCH v2 24/25] gpu: nova-core: replace ARef<Device> with &'bound Device in SysmemFlush
` [PATCH v2 25/25] gpu: drm: tyr: use HRT lifetime for IoMem
[PATCH v2 0/8] PCI: Add common helper for 100 ms delay after link training
2026-05-06 21:48 UTC (28+ messages)
` [PATCH v2 1/8] PCI: Add pcie_wait_after_link_train() helper
` [PATCH v2 2/8] PCI: cadence: LGA: Add max_link_speed field and 100 ms delay after link training
` [PATCH v2 3/8] PCI: cadence: HPA: Add "
` [PATCH v2 4/8] PCI: j721e: Set max_link_speed to enable 100 ms delay after link up
` [PATCH v2 5/8] PCI: dwc: Use common pcie_wait_after_link_train() helper
` [PATCH v2 6/8] PCI: aardvark: Add 100 ms delay after link training
` [PATCH v2 7/8] PCI: mediatek-gen3: "
` [PATCH v2 8/8] PCI: rzg3s-host: "
[PATCH] usb: xhci: add AMD PROM21 xHCI hwmon support for temperature monitoring
2026-05-06 21:42 UTC (12+ messages)
` [PATCH v2 0/2] AMD PROM21 xHCI temperature hwmon support
` [PATCH v2 1/2] usb: xhci-pci: add generic auxiliary device interface
` [PATCH v2 2/2] hwmon: add initial support for AMD PROM21 xHCI temperature sensor
[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
2026-05-06 21:40 UTC (14+ messages)
` [PATCH 1/9] ata: ahci_tegra: Explicitly specify PMC instance to use
` [PATCH 2/9] drm/nouveau: tegra: "
` [PATCH 3/9] drm/tegra: "
` [PATCH 4/9] media: vde: "
` [PATCH 5/9] PCI: tegra: "
` [PATCH 6/9] usb: xhci: "
` [PATCH 7/9] soc/tegra: pmc: Create PMC context dynamically
` [PATCH 8/9] soc/tegra: pmc: Remove unused legacy functions
` [PATCH 9/9] soc/tegra: pmc: Move legacy code behind CONFIG_ARM guard
[PATCH v4 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
2026-05-06 21:39 UTC (11+ messages)
` [PATCH v4 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v4 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v4 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v4 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v4 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v4 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v4 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v4 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v4 9/9] crypto: atmel: Use dmaengine_prep_config_single() API
[PATCH 4/5] PCI: Enable async shutdown support
2026-05-06 21:24 UTC (4+ messages)
[PATCH] PCI: pciehp: Disable link and turn off slot power while removing
2026-05-06 20:58 UTC (4+ messages)
[PATCH v2] PCI: brcmstb: Assign pcie->gen from of_pci_get_max_link_speed()
2026-05-06 20:40 UTC (4+ messages)
[PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
2026-05-06 20:30 UTC (3+ messages)
[PATCH v6 0/6] vfio/pci: Add PCIe TPH support
2026-05-06 20:22 UTC (13+ messages)
` [PATCH v6 1/6] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH v6 2/6] PCI/TPH: Export pcie_tph_get_st_modes() for external use
` [PATCH v6 3/6] vfio/pci: Add PCIe TPH interface with capability query
` [PATCH v6 4/6] vfio/pci: Add PCIe TPH enable/disable support
` [PATCH v6 5/6] vfio/pci: Add PCIe TPH GET_ST interface
` [PATCH v6 6/6] vfio/pci: Add PCIe TPH SET_ST interface
Regression fyi: pci usb3 card in 32bit P4 s478 stopped working
2026-05-06 19:19 UTC (3+ messages)
[PATCH v17 00/11] Enable CXL PCIe Port Protocol Error handling and logging
2026-05-06 18:34 UTC (11+ messages)
` [PATCH v17 07/11] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v17 09/11] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v17 10/11] PCI/CXL: Mask/Unmask CXL protocol errors
` [PATCH v17 11/11] Documentation: cxl: Document CXL protocol error handling
[PATCH v2 0/2] vfio/dma-buf: add TPH support for peer-to-peer access
2026-05-06 18:23 UTC (7+ messages)
` [PATCH v2 1/2] vfio: add dma-buf get_tph callback and DMA_BUF_TPH feature
` [PATCH v2 2/2] RDMA/mlx5: get tph for p2p access when registering dma-buf mr
[PATCH 00/11] PCI: pci_resource_alignment() improvement + cleanups
2026-05-06 18:14 UTC (2+ messages)
[PATCH] PCI/ASPM: Don't reconfigure ASPM entering low-power state
2026-05-06 18:10 UTC (3+ messages)
[PATCH v6 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
2026-05-06 17:48 UTC (4+ messages)
[PATCH v1 0/4] PCI: dwc: Drop or replace unused linux/gpio.h
2026-05-06 17:23 UTC (8+ messages)
` [PATCH v1 1/4] PCI: amd-mdb: Use the right GPIO header
` [PATCH v1 2/4] PCI: designware-plat: Drop unused include
` [PATCH v1 3/4] PCI: fu740: "
` [PATCH v1 4/4] PCI: visconti: "
[PATCH v15 0/7] Error recovery for vfio-pci devices on s390x
2026-05-06 17:20 UTC (4+ messages)
` [PATCH v15 4/7] s390/pci: Store PCI error information for passthrough devices
[PATCH] PCI: cadence: Use cdns_pcie_find_capability() to get PCIe Cap offset in host driver
2026-05-06 17:12 UTC (3+ messages)
[PATCH 0/5] Add PCIe support for RZ/V2N and RZ/V2H(P) SoCs
2026-05-06 16:56 UTC (12+ messages)
` [PATCH 5/5] PCI: rzg3s-host: Add support for RZ/V2H(P) SoC
[PATCH v3 0/2] PCI: cadence: Add LTSSM debugfs
2026-05-06 16:15 UTC (6+ messages)
` [PATCH v3 2/2] PCI: cadence: Add debugfs property to provide LTSSM status of the PCIe link
[PATCH] PCI/ASPM: Enable L0s/L1 for removable devices when BIOS didn't configure ASPM
2026-05-06 15:27 UTC (5+ messages)
Fwd: [Bug 221457] New: PCI core drops Resizable BAR sizing after ASPM common-clock reconfiguration on Thunderbolt/USB4 hot-plug link
2026-05-06 14:44 UTC (6+ messages)
[PATCH 0/2] PCI: Allow disabling port services on broken root ports
2026-05-06 14:22 UTC (9+ messages)
` [PATCH 2/2] PCI: Add quirk to disable PCIe port services on Sophgo SG2042
[PATCH v7 0/2] PCI: Configure Root Port MPS during host probing
2026-05-06 14:00 UTC (2+ messages)
[pci:switchtec] BUILD SUCCESS 5e6c21c56998e1e58d2f314e70779989ea0fee5d
2026-05-06 13:41 UTC
[pci:misc] BUILD SUCCESS 42ec65b46a4fc7565d48daa42bf025fdc67800eb
2026-05-06 13:38 UTC
[PATCH v14 0/7] Error recovery for vfio-pci devices on s390x
2026-05-06 11:55 UTC (5+ messages)
` [PATCH v14 1/7] PCI: Allow per function PCI slots to fix slot reset on s390
[PATCH v2] PCI: imx6: Fix IMX6SX_GPR12_PCIE_TEST_POWERDOWN handling
2026-05-06 11:40 UTC (2+ messages)
[PATCH v2] usb: cdnsp: Add support for device-only configuration
2026-05-06 10:31 UTC (3+ messages)
[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
2026-05-06 10:07 UTC (3+ messages)
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU
[PATCH v5 0/7] PCI: intel-gw: Fixes to make the driver working again
2026-05-06 6:45 UTC (2+ messages)
(no subject)
2026-05-06 5:54 UTC (3+ messages)
` [PATCH 2/2] cxl/core: Recover from PM Init failure via cxl_reset_bus_function()
[PATCH v11 0/2] PCI: Fix crash when access broken ROM
2026-05-06 4:40 UTC (4+ messages)
` [PATCH v11 1/2] PCI: Introduce named defines for PCI ROM
[PATCH v11 2/2] PCI: Check ROM header and data structure addr before accessing
2026-05-06 4:39 UTC (2+ messages)
[PATCH v8 0/5] Add i.MX943 PCIe supports
2026-05-06 4:01 UTC (4+ messages)
` [PATCH v8 3/5] arm64: dts: imx94: Add pcie0 and pcie0-ep supports
[PATCH] PCI/ASPM: Enable L0s/L1 for removable devices when BIOS didn't configure ASPM
2026-05-06 3:36 UTC (2+ messages)
[PATCH v2] PCI: host-common: Request bus reassignment when not probe-only
2026-05-06 2:46 UTC (4+ messages)
` "
` "
[PATCH v2] PCI: Init temporary pci device in new_id_store()
2026-05-06 0:01 UTC (2+ messages)
[PATCH v15 6/7] vfio/pci: Add a reset_done callback for vfio-pci driver
2026-05-05 23:56 UTC (2+ messages)
[PATCH] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
2026-05-05 23:53 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox