messages from 2025-03-17 13:29:33 to 2025-03-19 17:08:51 UTC [more...]
[patch V4 00/14] genirq/msi: Spring cleaning
2025-03-19 17:08 UTC (17+ 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 1/2] rust: pci: require Send for Driver trait implementers
2025-03-19 17:03 UTC (5+ messages)
` [PATCH 2/2] rust: platform: "
[PATCH v5 0/6] rust: reduce pointer casts, enable related lints
2025-03-19 15:25 UTC (36+ messages)
` [PATCH v5 1/6] rust: retain pointer mut-ness in `container_of!`
` [PATCH v5 2/6] rust: enable `clippy::ptr_as_ptr` lint
` [PATCH v5 3/6] rust: enable `clippy::ptr_cast_constness` lint
` [PATCH v5 4/6] rust: enable `clippy::as_ptr_cast_mut` lint
` [PATCH v5 5/6] rust: enable `clippy::as_underscore` lint
` [PATCH v5 6/6] rust: use strict provenance APIs
[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
PCI: hotplug_event: PCIe PLDA Device BAR Reset
2025-03-19 14:37 UTC (3+ messages)
[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] PCI: dwc: don't assume the ops field in dw_pcie always exists
2025-03-19 14:06 UTC (2+ messages)
[PATCH v12 06/13] PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debug
2025-03-19 13:22 UTC (3+ messages)
[PATCH 0/4] Loadable Module support for PCIe Cadence and J721E
2025-03-19 10:37 UTC (17+ messages)
` [PATCH 1/4] PCI: cadence: Add support to build pcie-cadence library as a kernel module
` [PATCH 2/4] PCI: cadence-host: Introduce cdns_pcie_host_disable helper for cleanup
` [PATCH 3/4] PCI: cadence-ep: Introduce cdns_pcie_ep_disable "
[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 v3 0/8] Rate limit AER logs
2025-03-19 9:52 UTC (11+ 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 v7 00/17] Provide a new two step DMA mapping API
2025-03-19 8:30 UTC (11+ messages)
` [PATCH v7 03/17] iommu: generalize the batched sync after map interface
[PATCH RFC NOT TESTED] PCI: intel-gw: Use use_parent_dt_ranges and clean up intel_pcie_cpu_addr_fixup()
2025-03-19 6:10 UTC (5+ messages)
[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 (11+ 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)
[PATCH] PCI: dwc: PCIE_AMD_MDB should depend on ARM64
2025-03-18 14:00 UTC
❤💕🌹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)
[patch V3 00/10] genirq/msi: Spring cleaning
2025-03-18 8:40 UTC (8+ messages)
` [patch V3 01/10] cleanup: Provide retain_ptr()
` [patch V3 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse
` [patch V3 10/10] genirq/msi: Rename msi_[un]lock_descs()
[PATCH v1 2/2] PCI: imx6: Use domain number replace the hardcodes
2025-03-18 7:46 UTC (3+ messages)
[PATCH v2 0/2] PCI: Marvell CN96XX/CN10XXX quirk and bus-range omission
2025-03-18 6:29 UTC (5+ messages)
` [PATCH v2 1/2] PCI: Forcefully set the PCI_REASSIGN_ALL_BUS flag for Marvell CN96XX/CN10XXX boards
` [PATCH v2 2/2] PCI: of_property: Omit 'bus-range' property if no secondary bus
[PATCH v4 0/8] pci: qcom: Add QCS8300 PCIe support
2025-03-18 5:42 UTC (11+ messages)
` [PATCH v4 3/8] dt-bindings: PCI: qcom,pcie-sa8775p: document qcs8300
` [PATCH v4 4/8] PCI: qcom: Add QCS8300 PCIe support
` [PATCH v4 5/8] arm64: dts: qcom: qcs8300: enable pcie0
` [PATCH v4 6/8] arm64: dts: qcom: qcs8300: enable pcie0 interface
` [PATCH v4 7/8] arm64: dts: qcom: qcs8300: enable pcie1
[PATCH v2 10/10] wifi: ath11k: add support for MHI bandwidth scaling
2025-03-18 5:23 UTC (2+ messages)
An invitation to a dating club! 💜💕View My Group💕 - Mar 17, 2025
2025-03-18 5:05 UTC
[PATCH v2 00/11] PCI/TSM: Core infrastructure for PCI device security (TDISP)
2025-03-18 3:18 UTC (3+ messages)
` [PATCH v2 08/11] PCI/IDE: Add IDE establishment helpers
[PATCH v12 00/13] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
2025-03-17 22:12 UTC (2+ messages)
[PATCH RFC NOT TESTED 0/2] PCI: dra7xx: Try to clean up dra7xx_pcie_cpu_addr_fixup()
2025-03-17 19:45 UTC (4+ messages)
[PATCH][next] PCI: brcmstb: make const read-only arrays static
2025-03-17 18:50 UTC (2+ messages)
[PATCH 0/4] PCI/hotplug: Fix interrupt / event handling problems
2025-03-17 18:08 UTC (4+ messages)
` [PATCH 1/4] PCI/hotplug: Disable HPIE over reset
[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-17 17:28 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 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
[PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
2025-03-17 17:07 UTC (2+ messages)
[PATCH v9 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-03-17 15:30 UTC (5+ messages)
` [PATCH v9 1/4] rust: move `CStr`'s `Display` to helper struct
` [PATCH v9 2/4] rust: replace `CStr` with `core::ffi::CStr`
` [PATCH v9 3/4] rust: replace `kernel::c_str!` with C-Strings
` [PATCH v9 4/4] rust: remove core::ffi::CStr reexport
[PATCH v4 0/6] rust: reduce pointer casts, enable related lints
2025-03-17 15:01 UTC (7+ messages)
` [PATCH v4 6/6] rust: use strict provenance APIs
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