messages from 2024-10-24 20:42:31 to 2024-10-28 10:36:38 UTC [more...]
[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-10-28 10:36 UTC (24+ messages)
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1
` [PATCH v2 09/14] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v2 10/14] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v2 14/14] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
2024-10-28 10:21 UTC (22+ messages)
` [PATCH v3 11/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v3 14/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver
[pci:controller/dwc] BUILD SUCCESS 12dd12821f1eb2755643914df2cc900c5e8c9d12
2024-10-28 8:42 UTC
[PATCH] PCI: check bridge->bus in pci_host_common_remove
2024-10-28 8:46 UTC
[PATCH] PCI/sysfs: Fix read permissions for VPD attributes
2024-10-28 8:05 UTC
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-28 6:46 UTC (25+ messages)
` [PATCH 01/18] PCI/P2PDMA: refactor the p2pdma mapping helpers
` [PATCH 02/18] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH 03/18] iommu: generalize the batched sync after map interface
` [PATCH 04/18] dma-mapping: Add check if IOVA can be used
` [PATCH 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 06/18] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 08/18] dma-mapping: add a dma_need_unmap helper
` [PATCH 09/18] docs: core-api: document the IOVA-based API
` [PATCH 10/18] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH 11/18] mm/hmm: provide generic DMA managing logic
` [PATCH 12/18] RDMA/umem: Store ODP access mask information in PFN
` [PATCH 13/18] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH 14/18] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH 15/18] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH 16/18] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH 17/18] vfio/mlx5: Explicitly store page list
` [PATCH 18/18] vfio/mlx5: Convert vfio to use DMA link API
[PATCH v2 0/14] Enable CXL PCIe port protocol error handling and logging
2024-10-28 1:05 UTC (17+ messages)
` [PATCH v2 01/14] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v2 02/14] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe port support
` [PATCH v2 03/14] cxl/pci: Introduce helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v2 04/14] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type
` [PATCH v2 05/14] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v2 06/14] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe port devices
` [PATCH v2 07/14] PCI/AER: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH v2 08/14] cxl/pci: Change find_cxl_ports() to non-static
` [PATCH v2 09/14] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v2 10/14] cxl/pci: Map CXL PCIe upstream "
` [PATCH v2 11/14] cxl/pci: Rename RAS handler interfaces to also indicate CXL PCIe port support
` [PATCH v2 12/14] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH v2 13/14] cxl/pci: Add trace logging "
` [PATCH v2 14/14] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v2 0/14] Applies to Base commit: 8cf0b93919e1 (tag: v6.12-rc2) Linux 6.12-rc2
[PATCH] PCI: dwc: endpoint: Clear outbound address on unmap
2024-10-27 20:07 UTC (2+ messages)
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
2024-10-27 14:22 UTC (8+ messages)
` [RFC PATCH 1/7] block: share more code for bio addition helpers
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
` [RFC PATCH 3/7] blk-mq: add a dma mapping iterator
` [RFC PATCH 4/7] blk-mq: add scatterlist-less DMA mapping helpers
` [RFC PATCH 5/7] nvme-pci: remove struct nvme_descriptor
` [RFC PATCH 6/7] nvme-pci: use a better encoding for small prp pool allocations
` [RFC PATCH 7/7] nvme-pci: convert to blk_rq_dma_map
[PATCH] [RFC] PCI/PM: Do not RPM suspend devices without drivers
2024-10-26 0:19 UTC (3+ messages)
[PATCH v5 net-next 00/13] add basic support for i.MX95 NETC
2024-10-26 3:24 UTC (32+ messages)
` [PATCH v5 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v5 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v5 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v5 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v5 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v5 net-next 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v5 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [PATCH v5 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v5 net-next 11/13] net: enetc: optimize the allocation of tx_bdr
[PATCH v4 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
2024-10-26 3:08 UTC (8+ messages)
` [PATCH v4 3/4] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v4 4/4] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support
[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
2024-10-26 3:01 UTC (13+ messages)
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
[PATCH v4 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
2024-10-25 22:31 UTC (2+ messages)
[PATCHv2 1/2] pci: provide bus reset attribute
2024-10-25 22:27 UTC (2+ messages)
` [PATCHv2 2/2] pci: warn if a running device is unaware of reset
[PATCH v4 00/10] Add PCIe support for bcm2712
2024-10-25 22:08 UTC (13+ messages)
` [PATCH v4 01/10] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v4 02/10] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v4 03/10] irqchip: Add Broadcom bcm2712 MSI-X interrupt controller
` [PATCH v4 04/10] PCI: brcmstb: Reuse config structure
` [PATCH v4 05/10] PCI: brcmstb: Expand inbound window size up to 64GB
` [PATCH v4 06/10] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v4 07/10] PCI: brcmstb: Add bcm2712 support
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v4 09/10] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v4 10/10] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "
[PATCH v4 0/7] PCI: VF resizable BAR
2024-10-25 21:50 UTC (8+ messages)
` [PATCH v4 1/7] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v4 2/7] PCI: Add a helper to identify IOV resources
` [PATCH v4 3/7] PCI: Add a helper to convert between standard and "
` [PATCH v4 4/7] PCI: Allow IOV resources to be resized in pci_resize_resource()
` [PATCH v4 5/7] PCI/IOV: Check that VF BAR fits within the reservation
` [PATCH v4 6/7] PCI: Allow drivers to control VF BAR size
` [PATCH v4 7/7] drm/xe/pf: Set VF LMEM "
[PATCH] pci: provide bus reset attribute
2024-10-25 21:13 UTC (5+ messages)
[GIT PULL] PCI fixes for v6.12
2024-10-25 18:10 UTC (2+ messages)
[PATCH v5 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
2024-10-25 16:56 UTC (3+ messages)
` [PATCH v5 2/3] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()
[PATCH 00/10] Remove pcim_iomap_regions_request_all()
2024-10-25 16:29 UTC (20+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 03/10] crypto: qat - replace "
` [PATCH 04/10] crypto: marvell "
` [PATCH 05/10] intel_th: pci: Replace "
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: "
` [PATCH 09/10] ALSA: korg1212: "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()
[pci:next] BUILD SUCCESS 759a3ceba34a59e36d2396f5e16fc260fffa22ca
2024-10-25 16:26 UTC
[pci:bwctrl] BUILD SUCCESS 18956ececba637e45fa1f2a91126d0421b3e05a5
2024-10-25 16:20 UTC
linux: Goodbye from a Linux community volunteer
2024-10-25 16:10 UTC (4+ messages)
[PATCH 00/16] AMD NB and SMN rework
2024-10-25 15:58 UTC (7+ messages)
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
` [PATCH 14/16] x86/amd_smn, platform/x86/amd/hsmp: Have HSMP use SMN
linux: Goodbye from a Linux community volunteer
2024-10-25 15:18 UTC (15+ messages)
[PATCH] PCI: Restore the original INTX_DISABLE bit by pcim_intx()
2024-10-25 15:06 UTC (6+ messages)
[RFC PATCH v1 0/3] VMD add PCH rootbus support
2024-10-25 15:01 UTC (4+ messages)
` [RFC PATCH v1 1/3] PCI: vmd: Clean up vmd_enable_domain function
` [RFC PATCH v1 2/3] PCI: vmd: Add VMD PCH rootbus support
` [RFC PATCH v1 3/3] PCI: vmd: Add WA for "
[PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device
2024-10-25 12:55 UTC (8+ messages)
[PATCH v4 00/10] Add PCIe support for bcm2712
2024-10-25 12:41 UTC
[PATCH 00/13] Remove implicit devres from pci_intx()
2024-10-25 8:46 UTC (9+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
[PATCH v2 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
2024-10-25 8:07 UTC (8+ messages)
` [PATCH v2 1/5] PCI/pwrctl: Use of_platform_device_create() to create pwrctl devices
` [PATCH v2 2/5] PCI/pwrctl: Create pwrctl devices only if at least one power supply is present
` [PATCH v2 3/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before the PCI client drivers
` [PATCH v2 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function
` [PATCH v2 5/5] PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrctl parent
[PATCH 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
2024-10-25 8:06 UTC (5+ messages)
` [PATCH 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function
[pci:for-linus] BUILD SUCCESS ad783b9f8e78572fff3b04b6caee7bea3821eea8
2024-10-25 7:28 UTC
[PATCH v2 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
2024-10-25 6:57 UTC (3+ messages)
[PATCH v5 net-next 08/13] PCI: Add NXP NETC vendor ID and device IDs
2024-10-25 3:13 UTC (3+ messages)
[PATCH 0/1] RFC: Need feedback on PCI dt binding property
2024-10-25 1:08 UTC (4+ messages)
` [PATCH 1/1] RFC: dt bindings: Add property "brcm,gen3-eq-presets"
[PATCH] PCI/ROM: Fix PCI ROM header check bug
2024-10-24 23:17 UTC (2+ messages)
[PATCH v3 0/2] PCI: add enabe(disable)_device() hook for bridge
2024-10-24 22:34 UTC (3+ messages)
` [PATCH v3 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v3 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95
[PATCH 00/16] AMD NB and SMN rework
2024-10-24 21:47 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).