Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-18 09:01:53 to 2025-03-20 11:09:46 UTC [more...]

[PATCH v6 0/6] PCI: VF resizable BAR
 2025-03-20 11:08 UTC  (3+ messages)
` [PATCH v6 1/6] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v6 2/6] PCI: Add a helper to convert between VF BAR number and IOV resource

[PATCH 1/1] genirq/msi: Dynamic remove/add stroage adapter hits EEH
 2025-03-20  8:48 UTC  (2+ messages)

[PATCH 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-20  8:40 UTC  (10+ messages)
` [PATCH 1/4] rust: device: implement Device::parent()
` [PATCH 2/4] rust: device: implement bus_type_raw()
` [PATCH 3/4] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH 4/4] rust: platform: impl TryFrom<&Device> for &platform::Device

[PATCH v3 0/8] Rate limit AER logs
 2025-03-20  8:29 UTC  (25+ messages)
` [PATCH v3 1/8] PCI/AER: Check log level once and propagate down
` [PATCH v3 2/8] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v3 3/8] PCI/AER: Move AER stat collection out of __aer_print_error()
` [PATCH v3 4/8] PCI/AER: Rename struct aer_stats to aer_report
` [PATCH v3 5/8] PCI/AER: Introduce ratelimit for error logs
` [PATCH v3 6/8] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v3 7/8] PCI/AER: Add sysfs attributes for log ratelimits
` [PATCH v3 8/8] PCI/AER: Update AER sysfs ABI filename

[PATCH v4 0/7] Rate limit AER logs
 2025-03-20  8:20 UTC  (8+ messages)
` [PATCH v4 1/7] PCI/AER: Check log level once and propagate down
` [PATCH v4 2/7] PCI/AER: Make all pci_print_aer() log levels depend on error type
` [PATCH v4 3/7] PCI/AER: Move AER stat collection out of __aer_print_error()
` [PATCH v4 4/7] PCI/AER: Rename struct aer_stats to aer_report
` [PATCH v4 5/7] PCI/AER: Introduce ratelimit for error logs
` [PATCH v4 6/7] PCI/AER: Add ratelimits to PCI AER Documentation
` [PATCH v4 7/7] PCI/AER: Add sysfs attributes for log ratelimits

[PATCH RFC NOT TESTED] PCI: intel-gw: Use use_parent_dt_ranges and clean up intel_pcie_cpu_addr_fixup()
 2025-03-20  2:44 UTC  (5+ messages)

[pci:controller/vmd] BUILD SUCCESS 18056a48669a040bef491e63b25896561ee14d90
 2025-03-20  2:42 UTC 

[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
 2025-03-20  2:26 UTC  (12+ messages)
` [PATCH 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable helper for cleanup

[PATCH v5 07/17] rust: pci: refactor to use `&raw [const|mut]`
 2025-03-20  2:07 UTC 

Query Regarding PCI Configuration Space Mapping and BAR Programming
 2025-03-20  1:49 UTC  (3+ messages)

[PATCH] PCI/AER: Consolidate CXL and native AER reporting paths
 2025-03-19 22:21 UTC  (2+ messages)

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-19 22:11 UTC  (4+ messages)
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence

[PATCH v8 00/13] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2025-03-19 21:52 UTC  (14+ messages)
` [PATCH v8 01/13] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v8 02/13] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v8 03/13] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v8 04/13] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v8 05/13] clk: rp1: Add support for clocks provided by RP1
` [PATCH v8 06/13] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v8 07/13] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v8 08/13] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v8 09/13] arm64: dts: Add board DTS for Rpi5 which includes RP1 node
` [PATCH v8 10/13] arm64: dts: Add overlay for RP1 device
` [PATCH v8 11/13] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v8 12/13] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
` [PATCH v8 13/13] arm64: defconfig: Enable OF_OVERLAY option

[PATCH] PCI: dwc: PCIE_AMD_MDB should depend on ARM64
 2025-03-19 21:47 UTC  (2+ messages)

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-03-19 21:41 UTC  (4+ messages)

[patch V4 00/14] genirq/msi: Spring cleaning
 2025-03-19 20:40 UTC  (22+ messages)
` [patch V4 01/14] cleanup: Provide retain_ptr()
` [patch V4 02/14] genirq/msi: Use lock guards for MSI descriptor locking
` [patch V4 03/14] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()
` [patch V4 04/14] NTB/msi: Switch MSI descriptor locking to lock guard()
` [patch V4 05/14] PCI/MSI: Use guard(msi_desc_lock) where applicable
` [patch V4 06/14] PCI/MSI: Set pci_dev::msi_enabled late
` [patch V4 07/14] PCI/MSI: Use __free() for affinity masks
` [patch V4 08/14] PCI/MSI: Switch msi_capability_init() to guard(msi_desc_lock)
` [patch V4 09/14] PCI/MSI: Switch msix_capability_init() "
` [patch V4 10/14] PCI: hv: Switch MSI descriptor locking to guard()
` [patch V4 11/14] PCI/MSI: Provide a sane mechanism for TPH
` [patch V4 12/14] PCI/TPH: Replace the broken MSI-X control word update
` [patch V4 13/14] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V4 14/14] genirq/msi: Rename msi_[un]lock_descs()

[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
 2025-03-19 20:20 UTC  (13+ messages)
` [PATCH v5 6/6] rust: use strict provenance APIs

[PATCH v5 6/6] rust: use strict provenance APIs
 2025-03-19 20:03 UTC  (12+ messages)

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

[PATCH 1/2] rust: pci: require Send for Driver trait implementers
 2025-03-19 17:55 UTC  (7+ messages)
` [PATCH 2/2] rust: platform: "

[RFC PATCH v2 00/22] TSM: Secure VFIO, TDISP, SEV TIO
 2025-03-19 17:40 UTC  (11+ messages)
` [RFC PATCH v2 12/22] iommufd: Allow mapping from guest_memfd

[PATCH] PCI: dwc: don't assume the ops field in dw_pcie always exists
 2025-03-19 17:18 UTC  (3+ messages)

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

[PATCH v2 0/2] rust/revocable: add try_access_with() convenience method
 2025-03-19 14:25 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] samples: rust: convert PCI rust sample driver to use try_access_with()

[PATCH 1/2] rust: pci: impl Send + Sync for pci::Device
 2025-03-19 14:08 UTC  (12+ messages)
  ` [PATCH 2/2] rust: platform: impl Send + Sync for platform::Device

[PATCH v12 06/13] PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debug
 2025-03-19 13:22 UTC  (3+ messages)

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-19 10:32 UTC  (5+ messages)
` [PATCH v2 07/57] irqdomain: pci: Switch to of_fwnode_handle()
` [PATCH v2 29/57] irqdomain: pci: Switch to irq_domain_create_linear()

[PATCH] PCI: loongson: Add quirk for OHCI device rev 0x02
 2025-03-18 21:50 UTC  (4+ messages)

[pci:next] BUILD SUCCESS 34f2ddfdaee9c1c18959de11f99c83929bf4532a
 2025-03-18 20:25 UTC 

[patch V3 05/10] PCI/MSI: Switch to MSI descriptor locking to guard()
 2025-03-18 20:24 UTC  (2+ messages)

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

[PATCH v1] Bluetooth: btintel_pcie: Support function level reset
 2025-03-18 15:47 UTC  (4+ messages)

[PATCH v2 1/2] PCI: plda: Remove unused IRQ handler and simplify IRQ request logic
 2025-03-18 15:46 UTC  (5+ messages)
` [PATCH v2 2/2] PCI: starfive: Simplify event doorbell bitmap initialization in pcie-starfive

[PATCH v2 1/1] PCI: Fix BAR resizing when VF BARs are assigned
 2025-03-18 15:23 UTC  (8+ messages)

[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
 2025-03-18 14:50 UTC  (5+ messages)

PCI: hotplug_event: PCIe PLDA Device BAR Reset
 2025-03-18 14:07 UTC  (6+ messages)

❤💕🌹I'll pay U $100. if You s'e-x with me?❤💕view group - Mar 18, 2025
 2025-03-18 13:42 UTC 

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

[PATCH 0/7] pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTO
 2025-03-18 10:38 UTC  (7+ messages)
` [PATCH 7/7] misc: "

[PATCH 0/4] pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically
 2025-03-18 10:33 UTC  (5+ messages)
` [PATCH 1/4] Revert "misc: pci_endpoint_test: Add support for PCITEST_IRQ_TYPE_AUTO"
` [PATCH 2/4] misc: pci_endpoint_test: Fetch supported IRQ types in CAPS register
` [PATCH 3/4] misc: pci_endpoint_test: Let PCITEST_{READ,WRITE,COPY} set IRQ type automatically
` [PATCH 4/4] selftests: pci_endpoint: Remove PCITEST_SET_IRQTYPE ioctls for read/write/copy

[PATCH v15 0/3] Add support for AMD MDB IP as Root Port
 2025-03-18 10:21 UTC  (3+ messages)
` [PATCH v15 3/3] PCI: amd-mdb: Add AMD MDB Root Port driver

[PATCH v4 0/2] Add support for PCIe RP PERST#
 2025-03-18  9:54 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: xilinx-cpm: Add reset-gpios "
` [PATCH v4 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[PATCH v3 5/6] arm64: dts: qcom: ipq5018: Add PCIe related nodes
 2025-03-18  9:41 UTC  (3+ messages)

[PATCH RFC NOT TESTED 0/2] PCI: artpec6: Try to clean up artpec6_pcie_cpu_addr_fixup()
 2025-03-18  9:01 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