Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-13 13:03:48 to 2025-03-15 12:17:33 UTC [more...]

[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
 2025-03-15 12:17 UTC  (2+ messages)
` [PATCH v4 1/6] rust: retain pointer mut-ness in `container_of!`

[PATCH 0/4] PCI/hotplug: Fix interrupt / event handling problems
 2025-03-15 11:57 UTC  (8+ messages)
` [PATCH 1/4] PCI/hotplug: Disable HPIE over reset
` [PATCH 2/4] PCI/hotplug: Clearing HPIE for the duration of reset is enough
` [PATCH 3/4] PCI/hotplug: reset_lock is not required synchronizing with irq thread
` [PATCH 4/4] PCI/hotplug: Don't enabled HPIE in poll mode

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-15 11:40 UTC  (15+ messages)
` [PATCH v3 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v3 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v3 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v3 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v3 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v3 6/6] rust: use strict provenance APIs

[PATCH] PCI: declare quirk_huawei_pcie_sva as FIXUP_HEADER
 2025-03-15 11:33 UTC  (9+ messages)
` [PATCH v2] PCI: Declare quirk_huawei_pcie_sva() as pci_fixup_header

[PATCH v3 2/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-15  9:47 UTC  (4+ messages)

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-15  9:30 UTC  (8+ messages)
` [PATCH 1/2] rust: retain pointer mut-ness in `container_of!`
` [PATCH 2/2] rust: workqueue: remove HasWork::OFFSET

[pci:controller/loongson] BUILD SUCCESS 51d971f40dc61276064fc4fe3044a462216d3211
 2025-03-15  9:19 UTC 

[PATCH v2 0/4] Improve soundness of bus device abstractions
 2025-03-15  8:34 UTC  (12+ messages)
` [PATCH v2 1/4] rust: pci: use to_result() in enable_device_mem()
` [PATCH v2 2/4] rust: device: implement device context marker
` [PATCH v2 3/4] rust: pci: fix unrestricted &mut pci::Device
` [PATCH v2 4/4] rust: platform: fix unrestricted &mut platform::Device

[pci:quirks] BUILD SUCCESS be52d0e930b39aee0c62122fcf8a8a246b0c2fa1
 2025-03-15  7:55 UTC 

[PATCH] PCI: loongson: Add quirk for OHCI device rev 0x02
 2025-03-15  4:00 UTC  (5+ messages)

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-15  1:11 UTC  (17+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 07/22] coco/tsm: Add tsm and tsm-host modules
` [RFC PATCH v2 10/22] KVM: SVM: Add uAPI to change RMP for MMIO
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-15  0:27 UTC  (13+ messages)
` [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v6 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v6 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v6 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v6 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v6 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v6 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-15  0:06 UTC  (11+ messages)

[PATCH v11 00/11] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
 2025-03-14 23:21 UTC  (20+ messages)
` [PATCH v11 01/11] PCI: dwc: Use resource start as iomap() input in dw_pcie_pme_turn_off()
` [PATCH v11 02/11] PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configuration
` [PATCH v11 03/11] PCI: dwc: Move cfg0 setup to dw_pcie_cfg0_setup()
` [PATCH v11 04/11] PCI: dwc: Move devm_pci_alloc_host_bridge() to the beginning of dw_pcie_host_init()
` [PATCH v11 05/11] PCI: dwc: Add helper dw_pcie_init_parent_bus_offset()
` [PATCH v11 06/11] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
` [PATCH v11 07/11] PCI: dwc: ep: Add parent_bus_addr for outbound window
` [PATCH v11 08/11] PCI: dwc: ep: Ensure proper iteration over outbound map windows
` [PATCH v11 09/11] PCI: dwc: Use parent_bus_offset
` [PATCH v11 10/11] PCI: dwc: Print warning message when cpu_addr_fixup() exists
` [PATCH v11 11/11] PCI: imx6: Remove cpu_addr_fixup()

[PATCH v3 0/8] PCI: qcom-ep: add support for using the EP on SAR2130P and SM8450
 2025-03-14 20:00 UTC  (2+ messages)
` (subset) "

[PATCH v1] Bluetooth: btintel_pcie: Support function level reset
 2025-03-14 19:40 UTC  (2+ messages)

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-14 18:49 UTC  (7+ messages)

[PATCH 0/7] pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTO
 2025-03-14 17:25 UTC  (4+ messages)
` [PATCH 7/7] misc: "

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-14 15:22 UTC  (6+ messages)

[PATCH RFC NOT TESTED 0/2] PCI: dra7xx: Try to clean up dra7xx_pcie_cpu_addr_fixup()
 2025-03-14 15:03 UTC  (5+ messages)
` [PATCH PATCH RFC NOT TESTED 1/2] ARM: dts: ti: dra7: Correct ranges for PCIe and parent bus nodes

[PATCH v7 0/4] PCI: dwc: Add support for configuring lane equalization presets
 2025-03-14 15:00 UTC  (5+ messages)
` [PATCH v7 2/4] PCI: of: Add API to retrieve equalization presets from device tree

[PATCH] pcie-xilinx: Support reset GPIO and wait for link-up status
 2025-03-14 14:59 UTC 

[PATCH v2 1/1] PCI: Fix BAR resizing when VF BARs are assigned
 2025-03-14 14:56 UTC  (2+ messages)

[PATCH] PCI: pciehp: Avoid unnecessary device replacement check
 2025-03-14 14:32 UTC  (2+ messages)

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-14 14:04 UTC  (16+ messages)
` [patch V2 01/10] cleanup: Provide retain_ptr()
` [patch V2 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V2 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch V2 06/10] PCI: hv: Switch "
` [patch V2 07/10] PCI/MSI: Provide a sane mechanism for TPH
` [patch V2 08/10] PCI/TPH: Replace the broken MSI-X control word update
` [patch V2 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V2 10/10] genirq/msi: Rename msi_[un]lock_descs()

[PATCH v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-14 12:26 UTC  (13+ messages)
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

Linux logs new warning `gpio gpiochip0: gpiochip_add_data_with_key: get_direction failed: -22`
 2025-03-14 12:25 UTC  (14+ messages)

[PATCH v4 0/6] Enable IPQ5018 PCI support
 2025-03-14 12:10 UTC  (14+ messages)
` [PATCH v4 1/6] dt-bindings: phy: qcom: uniphy-pcie: Add ipq5018 compatible
  ` [PATCH v4 2/6] phy: qualcomm: qcom-uniphy-pcie 28LP add support for IPQ5018
  ` [PATCH v4 3/6] dt-bindings: PCI: qcom: Add IPQ5018 SoC
  ` [PATCH v4 4/6] PCI: qcom: Add support for IPQ5018
  ` [PATCH v4 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes
  ` [PATCH v4 6/6] arm64: dts: qcom: ipq5018: Enable PCIe

[PATCH v3 0/2] PCI: dw-rockchip: hide broken ATS cap in EP-mode
 2025-03-14 11:52 UTC  (2+ messages)

[PATCH v3] dt-bindings: mfd: syscon: Add the pbus-csr node for Airoha EN7581 SoC
 2025-03-14 11:48 UTC  (2+ messages)
` (subset) "

[PATCH v4 00/10] PCI: Enable Power and configure the TC956x PCIe switch
 2025-03-14 11:03 UTC  (3+ messages)
` [PATCH v4 02/10] arm64: dts: qcom: qcs6490-rb3gen2: Add TC956x PCIe switch node

Regression on linux-next (next-20250312)
 2025-03-14  9:48 UTC  (3+ messages)

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-03-14  9:07 UTC  (7+ messages)
` [PATCH 1/4] PCI: cadence: Add support to build pcie-cadence library as a kernel module
` [PATCH 4/4] PCI: j721e: Add support to build as a loadable module

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-14  8:37 UTC  (3+ messages)
` [PATCH v7 08/11] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v13 0/4] Add PCIe support for Qualcomm IPQ5332
 2025-03-14  7:57 UTC  (5+ messages)
` [PATCH v13 1/4] dt-bindings: PCI: qcom: Add MHI registers for IPQ9574

[PATCH] xen: Add support for XenServer 6.1 platform device
 2025-03-14  7:43 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-14  7:10 UTC  (2+ messages)

[PATCH] PCI: j721e: Fix the value of linkdown_irq_regfield for J784S4
 2025-03-14  4:17 UTC  (3+ messages)

[PATCH v2 3/3] rust: replace `addr_of[_mut]!` with `&raw [const | mut]`
 2025-03-14  3:47 UTC 

[PATCH v2 00/10] bus: mhi: host: Add support for mhi bus bw
 2025-03-13 23:53 UTC  (4+ messages)
` [PATCH v2 10/10] wifi: ath11k: add support for MHI bandwidth scaling

[PATCH v2 09/10] PCI: Add function to convert lnkctl2speed to pci_bus_speed
 2025-03-13 23:48 UTC  (3+ messages)

[pci:next] BUILD SUCCESS 215f766f5d973c72262714f91a5c87ac05de7e1d
 2025-03-13 22:02 UTC 

[pci:resource] BUILD SUCCESS 7632495eca67ea2bbfe49aef47f02356a24cc181
 2025-03-13 22:01 UTC 

[pci:devres] BUILD SUCCESS 18c6575230f695250f76952d91a5b93e6bc34f88
 2025-03-13 22:00 UTC 

[PATCH v2 2/8] PCI/AER: Use the same log level for all messages
 2025-03-13 21:15 UTC  (3+ messages)

[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-13 18:46 UTC  (4+ messages)
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree

[PATCH v2 06/10] bus: mhi: host: Add support to read MHI capabilities
 2025-03-13 17:05 UTC  (2+ messages)

[PATCH v4 0/6] Fix some issues related to an interrupt type in pci_endpoint_test
 2025-03-13 17:00 UTC  (5+ messages)
` [PATCH v4 4/6] misc: pci_endpoint_test: Fix irq_type to convey the correct type
` [PATCH v4 5/6] misc: pci_endpoint_test: Remove global 'irq_type' and 'no_msi'

[PATCH v2 01/10] PCI: update current bus speed as part of pci_bus_add_devices()
 2025-03-13 17:00 UTC  (3+ messages)

[pci:hotplug] BUILD SUCCESS 876d4518a87dc2f83ffbfa64cb773917effe94f3
 2025-03-13 16:37 UTC 

[PATCH v2 0/4] iommu: Fix the longstanding probe issues
 2025-03-13 16:30 UTC  (8+ messages)
` [PATCH v2 4/4] iommu: Get DT/ACPI parsing into the proper probe path

[PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes
 2025-03-13 16:26 UTC  (3+ messages)

[PATCH 0/4] Improve soundness of bus device abstractions
 2025-03-13 14:41 UTC  (15+ messages)
` [PATCH 2/4] rust: device: implement device context marker
` [PATCH 3/4] rust: pci: fix unrestricted &mut pci::Device
` [PATCH 4/4] rust: platform: fix unrestricted &mut platform::Device

[PATCH v10 08/10] PCI: dwc: Print warning message when cpu_addr_fixup() exists
 2025-03-13 14:32 UTC  (3+ messages)

[PATCH v10 09/10] PCI: dwc: ep: Ensure proper iteration over outbound map windows
 2025-03-13 14:27 UTC  (3+ messages)

[PATCH 1/1] PCI/bwctrl: Disable PCIe BW controller during reset
 2025-03-13 14:26 UTC  (2+ messages)

[PATCH v10 05/10] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
 2025-03-13 14:17 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