Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-11 13:54:06 to 2025-03-13 13:03:48 UTC [more...]

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-13 13:03 UTC  (7+ messages)
` [patch V2 01/10] cleanup: Provide retain_ptr()
` [patch V2 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V2 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch V2 04/10] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch V2 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch V2 06/10] PCI: hv: Switch "

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

[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-13 12:20 UTC 

[patch 00/10] genirq/msi: Spring cleaning
 2025-03-13 12:07 UTC  (22+ messages)
` [patch 01/10] genirq/msi: Make a few functions static
` [patch 02/10] genirq/msi: Use lock guards for MSI descriptor locking
` [patch 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch 04/10] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
` [patch 06/10] PCI: hv: Switch "
` [patch 10/10] genirq/msi: Rename msi_[un]lock_descs()

[PATCH v13 0/4] Add PCIe support for Qualcomm IPQ5332
 2025-03-13 11:51 UTC  (7+ messages)
` [PATCH v13 1/4] dt-bindings: PCI: qcom: Add MHI registers for IPQ9574
` [PATCH v13 2/4] arm64: dts: qcom: ipq9574: Add MHI to pcie nodes
` [PATCH v13 3/4] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v13 4/4] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers

[PATCH v2 00/10] bus: mhi: host: Add support for mhi bus bw
 2025-03-13 11:40 UTC  (11+ messages)
` [PATCH v2 01/10] PCI: update current bus speed as part of pci_bus_add_devices()
` [PATCH v2 02/10] PCI/bwctrl: Add support to scale bandwidth before & after link re-training
` [PATCH v2 03/10] PCI: dwc: Implement .pre_scale_bus_bw() & .post_scale_bus_bw hook
` [PATCH v2 04/10] PCI: qcom: Extract core logic from qcom_pcie_icc_opp_update()
` [PATCH v2 05/10] PCI: qcom: Add support for PCIe bus bw scaling
` [PATCH v2 06/10] bus: mhi: host: Add support to read MHI capabilities
` [PATCH v2 07/10] bus: mhi: host: Add support for Bandwidth scale
` [PATCH v2 08/10] PCI: Export pci_set_target_speed()
` [PATCH v2 09/10] PCI: Add function to convert lnkctl2speed to pci_bus_speed
` [PATCH v2 10/10] wifi: ath11k: add support for MHI bandwidth scaling

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-13 11:01 UTC  (15+ messages)
` [RFC PATCH v2 06/22] KVM: X86: Define tsm_get_vmid
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd
` [RFC PATCH v2 14/22] iommufd: Add TIO calls

[PATCH 0/4] Improve soundness of bus device abstractions
 2025-03-13 10:52 UTC  (13+ messages)
` [PATCH 1/4] rust: pci: use to_result() in enable_device_mem()
` [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 v2 0/5] rust: reduce pointer casts, enable related lints
 2025-03-13 10:47 UTC  (32+ messages)
` [PATCH v2 1/5] rust: retain pointer mut-ness in `container_of!`
` [PATCH v2 2/5] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v2 3/5] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v2 5/5] rust: enable `clippy::as_underscore` lint

[PATCH v5 1/2] Add rev 2 check for PRESERVE_BOOT_CONFIG function
 2025-03-13 10:06 UTC  (2+ messages)
` [PATCH v5 2/2] Add acpi_check_dsm() for PCI _DSM definitions

[PATCH v5 0/6] PCI: VF resizable BAR
 2025-03-13  9:56 UTC  (10+ messages)
` [PATCH v5 1/6] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v5 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource
` [PATCH v5 3/6] PCI: Allow IOV resources to be resized in pci_resize_resource()
` [PATCH v5 4/6] PCI/IOV: Check that VF BAR fits within the reservation
` [PATCH v5 5/6] PCI: Allow drivers to control VF BAR size
` [PATCH v5 6/6] drm/xe/pf: Set VF LMEM "

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

[PATCH v2 0/6] hyperv: Introduce new way to manage hypercall args
 2025-03-13  6:19 UTC  (7+ messages)
` [PATCH v2 1/6] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
` [PATCH v2 2/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 1
` [PATCH v2 3/6] x86/hyperv: Use hv_hvcall_*() to set up hypercall arguments -- part 2
` [PATCH v2 4/6] Drivers: hv: Use hv_hvcall_*() to set up hypercall arguments
` [PATCH v2 5/6] PCI: "
` [PATCH v2 6/6] Drivers: hv: Replace hyperv_pcpu_input/output_arg with hyperv_pcpu_arg

[PATCH v3 3/6] dt-bindings: PCI: qcom: Add IPQ5018 SoC
 2025-03-13  6:09 UTC  (10+ messages)
` [PATCH v3 4/6] PCI: qcom: Add support for IPQ5018
` [PATCH v3 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes

[PATCH RFC NOT TESTED 0/2] PCI: dra7xx: Try to clean up dra7xx_pcie_cpu_addr_fixup()
 2025-03-13  6:05 UTC  (2+ messages)

[PATCH] PCI: dwc: ep: Return -ENOMEM for allocation failures
 2025-03-13  6:03 UTC  (2+ messages)

[PATCH v4 00/10] PCI: Enable Power and configure the TC956x PCIe switch
 2025-03-13  5:56 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: PCI: Add binding for Toshiba "

[PATCH] PCI: j721e: Fix the value of linkdown_irq_regfield for J784S4
 2025-03-13  5:55 UTC  (11+ messages)

[PATCH 3/3] rust: replace `addr_of[_mut]!` with `&raw [mut]`
 2025-03-13  5:33 UTC 

[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
 2025-03-13  5:21 UTC  (5+ messages)

[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-13  5:10 UTC  (12+ messages)
` [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-13  0:40 UTC  (5+ messages)

[PATCH] PCI: cadence: Fix NULL pointer error for ops
 2025-03-12 23:17 UTC  (4+ messages)

[PATCH v10 04/10] PCI: dwc: Add helper dw_pcie_init_parent_bus_offset()
 2025-03-12 22:16 UTC  (2+ messages)

[PATCH v10 08/10] PCI: dwc: Print warning message when cpu_addr_fixup() exists
 2025-03-12 22:04 UTC  (2+ messages)

[PATCH v10 09/10] PCI: dwc: ep: Ensure proper iteration over outbound map windows
 2025-03-12 21:47 UTC  (2+ messages)

[PATCH v10 05/10] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
 2025-03-12 21:37 UTC  (2+ messages)

[PATCH 1/4] PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.h
 2025-03-12 20:44 UTC  (5+ messages)
` [PATCH 2/4] PCI: Move resource reassignment func declarations into pci/pci.h
` [PATCH 3/4] PCI: Make pci_setup_bridge() static
` [PATCH 4/4] PCI: Move cardbus IO size declarations into pci/pci.h

[PATCH v3 0/2] Harden PCI resource array indexing
 2025-03-12 20:39 UTC  (4+ messages)
` [PATCH v3 1/2] PCI: Fix wrong length of devres array
` [PATCH v3 2/2] PCI: Check BAR index for validity

[PATCH v7 00/17] Provide a new two step DMA mapping API
 2025-03-12 19:32 UTC  (5+ messages)

[pci:controller/dwc] BUILD SUCCESS 69255fc3c4d08173f8c2b51489fcd772b77c6fd1
 2025-03-12 17:58 UTC 

[pci:controller/j721e] BUILD SUCCESS a84700a56d33ab430d96351674b63892b3ab8274
 2025-03-12 16:53 UTC 

[PATCH] PCI: pciehp: Avoid unnecessary device replacement check
 2025-03-12 16:29 UTC  (3+ messages)

[PATCH] PCI: mvebu: Use devm_request_irq() for registering interrupt handler
 2025-03-12 16:25 UTC  (3+ messages)

[pci:controller/xilinx-cpm] BUILD SUCCESS ad3b7174d4d04b7e2ab81df5857c4da6b4bc1ade
 2025-03-12 15:38 UTC 

[PATCH v12 0/4] Add PCIe support for Qualcomm IPQ5332
 2025-03-12 13:07 UTC  (9+ messages)
` [PATCH v12 1/4] dt-bindings: PCI: qcom: Add MHI registers for IPQ9574
` [PATCH v12 2/4] arm64: dts: qcom: ipq9574: Add MHI to pcie nodes
` [PATCH v12 3/4] arm64: dts: qcom: ipq5332: Add PCIe related nodes
` [PATCH v12 4/4] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers

[RFC PATCH v2 14/22] iommufd: Add TIO calls
 2025-03-12 10:41 UTC  (13+ messages)

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

[PATCH v2] dt-bindings: soc: airoha: Add the pbus-csr node for EN7581 SoC
 2025-03-12  8:28 UTC  (3+ messages)

[PATCH v1 0/2] Use domain number replace the hardcodes
 2025-03-12  4:09 UTC  (4+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mq: Add linux,pci-domain into pcie-ep node

[pci:controller/imx6] BUILD SUCCESS 77f99d17f77f1ae99e9db2588c571ff4113370d8
 2025-03-11 23:04 UTC 

[pci:endpoint-test] BUILD SUCCESS 9670b305fea750fe11d809d436bc5a88e1b476c6
 2025-03-11 19:16 UTC 

[pci:enumeration] BUILD SUCCESS 6e8d06e5096c80cbf41313b4a204f43071ca42be
 2025-03-11 19:13 UTC 

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-03-11 18:04 UTC  (5+ messages)

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

[pci:next] BUILD SUCCESS 1051d67de6c82796e3ef64ea99bec66b1e665a35
 2025-03-11 16:46 UTC 

[PATCH v5 3/3] PCI: xilinx-cpm: Add support for Versal Net CPM5NC Root Port controller
 2025-03-11 16:21 UTC  (3+ messages)

[PATCH RFC NOT TESTED 0/2] PCI: artpec6: Try to clean up artpec6_pcie_cpu_addr_fixup()
 2025-03-11 15:19 UTC  (3+ messages)

[PATCH] PCI: xilinx-cpm: Fix incorrect version check in init_port
 2025-03-11 14:50 UTC  (4+ messages)

[PATCH v2 06/11] samples/devsec: Introduce a PCI device-security bus + endpoint sample
 2025-03-11 14:46 UTC  (5+ messages)
` [PATCH v2 06/11] samples/devsec: Introduce a PCI device-security
  ` [RESEND RFC PATCH 1/3] pci: ide: Fix build failure
    ` [RESEND RFC PATCH 2/3] pci: generic-domains: Add helpers to alloc/free dynamic bus numbers
    ` [RESEND RFC PATCH 3/3] samples: devsec: Add support for PCI_DOMAINS_GENERIC

[PATCH v7 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-11 14:36 UTC  (5+ messages)
` [PATCH v7 03/11] dt-bindings: pci: Add common schema for devices accessible through PCI BARs

[PATCH] PCI: dwc: Chain the set IRQ affinity request back to the parent
 2025-03-11 14:05 UTC  (10+ messages)

[PATCH v2 0/2] PCI: Marvell CN96XX/CN10XXX quirk and bus-range omission
 2025-03-11 13:52 UTC  (2+ messages)
` [PATCH v2 2/2] PCI: of_property: Omit 'bus-range' property if no secondary bus


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