linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-07 08:47:57 to 2024-11-11 03:13:58 UTC [more...]

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-11  3:13 UTC  (21+ messages)
` [PATCH v3 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v3 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v3 03/17] iommu: generalize the batched sync after map interface
` [PATCH v3 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v3 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v3 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v3 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v3 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v3 09/17] docs: core-api: document the IOVA-based API
` [PATCH v3 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v3 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v3 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v3 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v3 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v3 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v3 17/17] vfio/mlx5: Enable the DMA link API

[PATCH v4 4/4] PCI: mediatek-gen3: Add Airoha EN7581 support
 2024-11-11  2:16 UTC  (9+ messages)
        ` 回复: "
              ` 回复: "

[RFC PATCH] PCI: pciehp: Generate a RAS tracepoint for hotplug event
 2024-11-11  1:42 UTC  (5+ messages)

[PATCH -next] PCI: mediatek-gen3: Remove unneeded semicolon
 2024-11-11  1:09 UTC 

[PATCH v1 00/17] Provide a new two step DMA mapping API
 2024-11-10 15:19 UTC  (27+ messages)
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API

[PATCH v3 11/17] mm/hmm: provide generic DMA managing logic
 2024-11-10 13:46 UTC 

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-11-10  9:41 UTC  (3+ messages)
` [PATCH v4 06/10] PCI: brcmstb: Enable external MSI-X if available

[PATCH v3] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-11-10  5:20 UTC  (5+ messages)

[PATCH v1] PCI: dwc: Clean up some unnecessary codes in dw_pcie_suspend_noirq()
 2024-11-10  0:10 UTC  (7+ messages)

[PATCH v3 0/4] Add Qualcomm SA8255p based firmware managed PCIe root complex
 2024-11-09 23:45 UTC  (9+ messages)
` [PATCH v3 3/4] dt-bindings: PCI: qcom,pcie-sa8255p: Document ECAM compliant "
` [PATCH v3 4/4] PCI: qcom: Add Qualcomm SA8255p based PCIe root complex functionality

[PATCH v2 0/4] PCI: mediatek-gen3: mtk_pcie_en7581_power_up() code refactoring
 2024-11-09  9:28 UTC  (5+ messages)
` [PATCH v2 1/4] PCI: mediatek-gen3: Add missing reset_control_deassert() for mac_rst in mtk_pcie_en7581_power_up()
` [PATCH v2 2/4] PCI: mediatek-gen3: rely on clk_bulk_prepare_enable() "
` [PATCH v2 3/4] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
` [PATCH v2 4/4] PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up()

[PATCH RFCv1 0/7] vfio: Allow userspace to specify the address for each MSI vector
 2024-11-09  5:48 UTC  (8+ messages)
` [PATCH RFCv1 1/7] genirq/msi: Allow preset IOVA in struct msi_desc for MSI doorbell address
` [PATCH RFCv1 2/7] irqchip/gic-v3-its: Bypass iommu_cookie if desc->msi_iova is preset
` [PATCH RFCv1 3/7] PCI/MSI: Pass in msi_iova to msi_domain_insert_msi_desc
` [PATCH RFCv1 4/7] PCI/MSI: Allow __pci_enable_msi_range to pass in iova
` [PATCH RFCv1 5/7] PCI/MSI: Extract a common __pci_alloc_irq_vectors function
` [PATCH RFCv1 6/7] PCI/MSI: Add pci_alloc_irq_vectors_iovas helper
` [PATCH RFCv1 7/7] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE

[PATCH v5 0/5] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-11-08 19:43 UTC  (6+ messages)
` [PATCH v5 1/5] PCI: endpoint: Add pci_epc_get_fn() API for customizable filtering
` [PATCH v5 2/5] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v5 3/5] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v5 4/5] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v5 5/5] tools: PCI: Add 'B' option for test doorbell

[PATCH v2 0/6] Add support for the PCI host bridge device-tree node creation
 2024-11-08 17:39 UTC  (11+ messages)
` [PATCH v2 1/6] driver core: Introduce device_{add,remove}_of_node()
` [PATCH v2 2/6] PCI: of: Use device_{add,remove}_of_node() to attach of_node to existing device
` [PATCH v2 3/6] PCI: of_property: Add support for NULL pdev in of_pci_set_address()
` [PATCH v2 4/6] PCI: of_property: Constify parameter in of_pci_get_addr_flags()
` [PATCH v2 5/6] of: Add #address-cells/#size-cells in the device-tree root empty node
` [PATCH v2 6/6] PCI: of: Create device-tree PCI host bridge node

[PATCH 0/3] PCI: mediatek-gen3: mtk_pcie_en7581_power_up code refactoring
 2024-11-08 17:23 UTC  (19+ messages)
` [PATCH 1/3] PCI: mediatek-gen3: Add missing reset_control_deassert for mac_rst in mtk_pcie_en7581_power_up
` [PATCH 2/3] PCI: mediatek-gen3: rely on clk_bulk_prepare_enable "
` [PATCH 3/3] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()

[PATCH 0/2] Preserve the flags portion on 1:1 dma-ranges mapping
 2024-11-08 16:56 UTC  (4+ messages)
` [PATCH 1/2] of/unittest: Add empty dma-ranges address translation tests
` [PATCH 2/2] of: address: Preserve the flags portion on 1:1 dma-ranges mapping

[pci:next] BUILD SUCCESS ddbf8b2f0c40d91e76950f1b5f0ef1139d35b132
 2024-11-08 12:59 UTC 

[pci:controller/dwc] BUILD SUCCESS 226ab012cac910101daeab5f2b7992f1dd7fd232
 2024-11-08 11:43 UTC 

[RFC] PCI: Fix the issue of link speed downgrade after link retraining
 2024-11-08 11:11 UTC  (3+ messages)

[PATCH] PCI: of_property: Assign PCI instead of CPU bus address to dynamic PCI nodes
 2024-11-08 10:14 UTC  (3+ messages)

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-08  9:58 UTC  (10+ messages)
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 04/10] nvmem: core: calculate bin_attribute size through bin_size()
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()

[PATCH v2 0/4] Add new headers for Hyper-V Dom0
 2024-11-08  5:59 UTC  (8+ messages)
` [PATCH v2 1/4] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v2 2/4] hyperv: Clean up unnecessary #includes
` [PATCH v2 3/4] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v2 4/4] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h

[PATCH v2 1/2] PCI: keystone: Set mode as RootComplex for "ti,keystone-pcie" compatible
 2024-11-08  5:05 UTC  (6+ messages)

[pci:controller/keystone] BUILD SUCCESS 9e9ec8d8692a6f64d81ef67d4fb6255af6be684b
 2024-11-08  4:29 UTC 

[pci:controller/microchip] BUILD SUCCESS ac7f53b7e7283fee35ad12de8359f20989a47eb5
 2024-11-08  3:21 UTC 

[pci:pwrctl] BUILD SUCCESS f1fba106b06a395159219a91bfc3c91855af3788
 2024-11-08  2:05 UTC 

[pci:devm] BUILD SUCCESS 64fe9bc34f781538682af34e7adb6aee1a52c425
 2024-11-08  2:06 UTC 

[PATCH v4 0/2] PCI: mediatek-gen3: Support limiting link speed and width
 2024-11-08  1:43 UTC  (6+ messages)
` [PATCH v4 1/2] PCI: mediatek-gen3: Add support for setting max-link-speed limit

[PATCH v4 0/5] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-11-08  0:53 UTC  (16+ messages)
` [PATCH v4 2/5] PCI: endpoint: Add RC-to-EP doorbell support using "
` [PATCH v4 3/5] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v4 4/5] misc: pci_endpoint_test: Add doorbell test case

[PATCH] PCI: mvebu: Use for_each_of_range() iterator for parsing "ranges"
 2024-11-07 21:19 UTC  (3+ messages)

[PATCH v2] PCI: dwc: Fix resume failure if no EP is connected at some platforms
 2024-11-07 19:16 UTC  (9+ messages)

[PATCH v1 0/2] Fix read permissions for VPD attributes
 2024-11-07 19:09 UTC  (4+ messages)
` [PATCH v1 1/2] PCI/sysfs: Change "
` [PATCH v1 2/2] net/mlx5: Enable unprivileged read of PCI VPD file

[PATCH v7 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
 2024-11-07 17:02 UTC  (2+ messages)

[PATCH v6 0/2] PCI: microchip: support using either instance 1 or 2
 2024-11-07 16:54 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: PCI: microchip,pcie-host: fix reg properties
` [PATCH v6 2/2] PCI: microchip: rework reg region handing to support using either root port 1 or 2

[PATCH net-next] eth: fbnic: Add PCIe hardware statistics
 2024-11-07 16:42 UTC  (9+ messages)

[PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
 2024-11-07 16:27 UTC  (2+ messages)

[PATCH RESEND] iommu/of: Fix pci_request_acs() before enumerating PCI devices
 2024-11-07 16:19 UTC  (4+ messages)

[PATCH] PCI/sysfs: Fix read permissions for VPD attributes
 2024-11-07 16:15 UTC  (6+ messages)

[PATCHv3 0/5] pci cleanup/prep patches
 2024-11-07 15:56 UTC  (4+ messages)
` [PATCHv3 1/5] pci: make pci_stop_dev concurrent safe

[PATCH v4] Export PBEC Data register into sysfs
 2024-11-07 15:55 UTC  (4+ messages)

[PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration
 2024-11-07 15:41 UTC  (4+ messages)

[pci:next] BUILD SUCCESS 98362304d7a137d1393bc3c393dcb4fa2fe2c827
 2024-11-07 13:28 UTC 

[pci:thunderbolt] BUILD SUCCESS 3b96b895127b7c0aed63d82c974b46340e8466c1
 2024-11-07 13:26 UTC 

[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-11-07 11:57 UTC  (7+ messages)
` [PATCH v3 02/12] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings

[PATCH v3 05/12] PCI: of_property: Assign PCI instead of CPU bus address to dynamic bridge nodes
 2024-11-07 11:51 UTC  (6+ messages)

[PATCH net-next v2] eth: fbnic: Add PCIe hardware statistics
 2024-11-07 11:23 UTC 

[PATCH v2 2/5] PCI/pwrctl: Create pwrctl devices only if at least one power supply is present
 2024-11-07 11:15 UTC  (4+ messages)

[pci:controller/dwc] BUILD SUCCESS 8fc4465df1f488d7e8cf20c10895d4ecdbf60be6
 2024-11-07 10:52 UTC 

[pci:controller/imx6] BUILD SUCCESS 0a726f542d7c8cc0f9c5ed7df5a4bd4b59ac21b3
 2024-11-07 10:52 UTC 

[pci:aspm] BUILD SUCCESS d66041063192497a4a97d21dbf86b79a03a7f4fb
 2024-11-07 10:51 UTC 

[pci:controller/vmd] BUILD SUCCESS b727484cace4be22be9321cc0bc9487648ba447b
 2024-11-07 10:50 UTC 

[pci:pwrctl] BUILD SUCCESS c44683dbad6535f7a8fc2f659193e831d56a8ec4
 2024-11-07 10:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).