messages from 2024-10-28 14:07:24 to 2024-10-30 20:57:47 UTC [more...]
[PATCH v6 4/7] PCI: keystone: Add support for PVU-based DMA isolation on AM654
2024-10-30 20:57 UTC (2+ messages)
[PATCH v6 0/7] soc: ti: Add and use PVU on K3-AM65 for DMA isolation
2024-10-30 20:57 UTC (2+ messages)
[PATCH v2 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
2024-10-30 18:46 UTC (2+ messages)
linux: Goodbye from a Linux community volunteer
2024-10-30 18:32 UTC (12+ messages)
` Kernel maintainer *CENSORED* on LKML [WAS: linux: Goodbye from a Linux community volunteer]
[PATCH v1 1/1] PCI/bwctrl: Check for error code from devm_mutex_init() call
2024-10-30 18:09 UTC (2+ messages)
[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
2024-10-30 18:07 UTC (37+ messages)
` [PATCH v3 01/16] rust: init: introduce `Opaque::try_ffi_init`
` [PATCH v3 02/16] rust: introduce `InPlaceModule`
` [PATCH v3 03/16] rust: pass module name to `Module::init`
` [PATCH v3 06/16] rust: add rcu abstraction
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 09/16] rust: add `io::Io` base type
` [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
[pci:vpd] BUILD SUCCESS 6ab1878a498b82561b811c5fdf68e3594788b4c7
2024-10-30 17:20 UTC
[PATCH v4 5/7] PCI/IOV: Check that VF BAR fits within the reservation
2024-10-30 16:55 UTC (4+ messages)
[PATCH v5] PCI: Detect and trust built-in Thunderbolt chips
2024-10-30 16:41 UTC (7+ messages)
[PATCH v2 0/14] Enable CXL PCIe port protocol error handling and logging
2024-10-30 16:11 UTC (32+ 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 v1 00/17] Provide a new two step DMA mapping API
2024-10-30 15:13 UTC (18+ messages)
` [PATCH v1 01/17] PCI/P2PDMA: Refactor the p2pdma mapping helpers
` [PATCH v1 02/17] dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.h
` [PATCH v1 03/17] iommu: generalize the batched sync after map interface
` [PATCH v1 04/17] dma-mapping: Add check if IOVA can be used
` [PATCH v1 05/17] dma: Provide an interface to allow allocate IOVA
` [PATCH v1 06/17] iommu/dma: Factor out a iommu_dma_map_swiotlb helper
` [PATCH v1 07/17] dma-mapping: Implement link/unlink ranges API
` [PATCH v1 08/17] dma-mapping: add a dma_need_unmap helper
` [PATCH v1 09/17] docs: core-api: document the IOVA-based API
` [PATCH v1 10/17] mm/hmm: let users to tag specific PFN with DMA mapped bit
` [PATCH v1 11/17] mm/hmm: provide generic DMA managing logic
` [PATCH v1 12/17] RDMA/umem: Store ODP access mask information in PFN
` [PATCH v1 13/17] RDMA/core: Convert UMEM ODP DMA mapping to caching IOVA and page linkage
` [PATCH v1 14/17] RDMA/umem: Separate implicit ODP initialization from explicit ODP
` [PATCH v1 15/17] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [PATCH v1 16/17] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [PATCH v1 17/17] vfio/mlx5: Convert vfio to use DMA link API
[PATCH v6 net-next 00/12] add basic support for i.MX95 NETC
2024-10-30 15:08 UTC (15+ messages)
` [PATCH v6 net-next 01/12] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v6 net-next 02/12] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v6 net-next 03/12] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v6 net-next 04/12] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v6 net-next 05/12] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v6 net-next 06/12] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v6 net-next 07/12] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v6 net-next 08/12] net: enetc: add i.MX95 EMDIO support
` [PATCH v6 net-next 09/12] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v6 net-next 10/12] net: enetc: optimize the allocation of tx_bdr
` [PATCH v6 net-next 11/12] net: enetc: add preliminary support for i.MX95 ENETC PF
` [PATCH v6 net-next 12/12] MAINTAINERS: update ENETC driver files and maintainers
linux: Goodbye from a Linux community volunteer
2024-10-30 15:02 UTC (3+ messages)
` Maintainers now blocked from kernel.org mail access [WAS Re: linux: Goodbye from a Linux community volunteer]
[PATCH 00/16] AMD NB and SMN rework
2024-10-30 14:21 UTC (7+ messages)
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
[PATCH v6 00/10] Remove pcim_iomap_regions_request_all()
2024-10-30 11:27 UTC (11+ messages)
` [PATCH v6 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v6 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v6 03/10] crypto: qat - replace "
` [PATCH v6 04/10] crypto: marvell "
` [PATCH v6 05/10] intel_th: pci: Replace "
` [PATCH v6 06/10] wifi: iwlwifi: replace "
` [PATCH v6 07/10] ntb: idt: Replace "
` [PATCH v6 08/10] serial: rp2: "
` [PATCH v6 09/10] ALSA: korg1212: "
` [PATCH v6 10/10] PCI: Remove pcim_iomap_regions_request_all()
[PATCH v4] PCI: imx6: Add suspend/resume support for i.MX6QDL
2024-10-30 10:32 UTC
[PATCH iwl-next v2 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
2024-10-30 8:18 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH v7 0/7] Add support for PCIe3 on x1e80100
2024-10-30 7:56 UTC (9+ messages)
` [PATCH v7 6/7] PCI: qcom: Disable ASPM L0s and remove BDF2SID mapping config for X1E80100 SoC
[pci:next] BUILD SUCCESS b5439ed9dce2d6dcb25ff929b55157786539ad8b
2024-10-30 7:37 UTC
[pci:for-linus] BUILD SUCCESS f3c3ccc4fe49dbc560b01d16bebd1b116c46c2b4
2024-10-30 7:35 UTC
[PATCH] PCI/sysfs: Fix read permissions for VPD attributes
2024-10-30 0:04 UTC (2+ messages)
[PATCH] [RFC] PCI/PM: Do not RPM suspend devices without drivers
2024-10-29 18:57 UTC (6+ messages)
[PATCH 0/1] RFC: Need feedback on PCI dt binding property
2024-10-29 17:34 UTC (13+ messages)
` [PATCH 1/1] RFC: dt bindings: Add property "brcm,gen3-eq-presets"
[PATCH 00/18] Provide a new two step DMA mapping API
2024-10-29 16:48 UTC (19+ 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 05/18] dma: Provide an interface to allow allocate IOVA
` [PATCH 07/18] dma-mapping: Implement link/unlink ranges API
` [PATCH 09/18] docs: core-api: document the IOVA-based API
[PATCH rc] PCI: Fix pci_enable_acs() support for the ACS quirks
2024-10-29 16:37 UTC (3+ messages)
[PATCH v7 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-10-29 16:36 UTC (8+ messages)
` [PATCH v7 1/7] of: address: Add parent_bus_addr to struct of_pci_range
` [PATCH v7 2/7] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()
` [PATCH v7 3/7] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v7 4/7] PCI: imx6: Remove cpu_addr_fixup()
` [PATCH v7 5/7] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v7 6/7] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v7 7/7] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support
[PATCH v6 2/2] PCI: Enable runtime pm of the host bridge
2024-10-29 15:35 UTC (2+ messages)
[PATCHv2 1/2] pci: provide bus reset attribute
2024-10-29 15:06 UTC (7+ messages)
` [PATCHv2 2/2] pci: warn if a running device is unaware of reset
[PATCH v4 0/7] PCI: VF resizable BAR
2024-10-29 13:20 UTC (7+ 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 v5 00/14] Fix and improve the Rockchip endpoint driver
2024-10-29 10:35 UTC (2+ messages)
[PATCH 0/2] PCI: dwc: ep: Minor alignment cleanups
2024-10-29 10:25 UTC (2+ messages)
[PATCH v3 00/12] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-10-29 7:28 UTC (18+ messages)
` [PATCH v3 01/12] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v3 02/12] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH v3 03/12] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v3 07/12] clk: rp1: Add support for clocks provided by RP1
` [PATCH v3 08/12] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH v3 09/12] arm64: dts: rp1: Add support for RaspberryPi's RP1 device
` [PATCH v3 10/12] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH v3 11/12] arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
` [PATCH v3 12/12] arm64: defconfig: Enable RP1 misc/clock/gpio drivers
[PATCH v6 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
2024-10-29 7:18 UTC (10+ messages)
` [PATCH v6 1/7] of: address: Add parent_bus_addr to struct of_pci_range
` [PATCH v6 2/7] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()
` [PATCH v6 3/7] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v6 4/7] PCI: imx6: Remove cpu_addr_fixup()
` [PATCH v6 5/7] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v6 6/7] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v6 7/7] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support
[RFC PATCH v1 3/3] PCI: vmd: Add WA for VMD PCH rootbus support
2024-10-28 21:53 UTC (2+ messages)
[RFC PATCH v1 2/3] PCI: vmd: Add VMD PCH rootbus support
2024-10-28 21:50 UTC (2+ messages)
[RFC PATCH v1 1/3] PCI: vmd: Clean up vmd_enable_domain function
2024-10-28 21:27 UTC (2+ messages)
[PATCH v4 00/10] Add PCIe support for bcm2712
2024-10-28 20:06 UTC (3+ messages)
` [PATCH v4 03/10] irqchip: Add Broadcom bcm2712 MSI-X interrupt controller
[RFC PATCH 0/7] Block and NMMe PCI use of new DMA mapping API
2024-10-28 18:27 UTC (3+ messages)
` [RFC PATCH 2/7] block: don't merge different kinds of P2P transfers in a single bio
[PATCH 0/3] PCI/sysfs: move to sysfs funcs to pci-sysfs.c & do small tweaks
2024-10-28 18:18 UTC (7+ messages)
` [PATCH 1/3] PCI/sysfs: Move reset related sysfs code to correct file
` [PATCH 2/3] PCI/sysfs: Use __free() in reset_method_store()
` [PATCH 3/3] PCI/sysfs: Remove unnecessary zero in initializer
[PATCH v3 05/12] PCI: of_property: Assign PCI instead of CPU bus address to dynamic bridge nodes
2024-10-28 16:57 UTC (2+ messages)
[PATCH v4 6/7] PCI: Allow drivers to control VF BAR size
2024-10-28 16:50 UTC (2+ messages)
[PATCH v4 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
2024-10-28 16:38 UTC (3+ messages)
[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
2024-10-28 15:05 UTC (2+ 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).