linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-09 11:24:05 to 2021-03-13 01:39:58 UTC [more...]

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-13  1:38 UTC  (31+ messages)
` [RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [RFC PATCH v2 03/11] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 05/11] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
` [RFC PATCH v2 10/11] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages

[PATCH v1 1/1] PCI: pciehp: Skip DLLSC handling if DPC is triggered
 2021-03-13  0:37 UTC  (6+ messages)

pci_do_recovery not handling fata errors
 2021-03-12 22:57 UTC  (2+ messages)

[PATCH 03/44] PCI: remove synclink entries from pci_ids
 2021-03-12 22:12 UTC  (2+ messages)

[PATCH v3] PCI: Add quirk for preventing bus reset on TI C667X
 2021-03-12 21:09 UTC  (2+ messages)

[PATCH v5 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2021-03-12 20:45 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] PCI: brcmstb: Use reset/rearm instead of deassert/assert

[PATCH 00/17] Add support for Clang CFI
 2021-03-12 20:28 UTC  (37+ messages)
` [PATCH 01/17] add "
` [PATCH 02/17] cfi: add __cficanonical
` [PATCH 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 05/17] workqueue: cfi: disable callback pointer check with modules
` [PATCH 06/17] kthread: "
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 08/17] bpf: disable CFI in dispatcher functions
` [PATCH 09/17] lib/list_sort: fix function type mismatches
` [PATCH 10/17] lkdtm: use __va_function
` [PATCH 11/17] psci: use __pa_function for cpu_resume
` [PATCH 12/17] arm64: implement __va_function
` [PATCH 13/17] arm64: use __pa_function
` [PATCH 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH 0/4] Expose and manage PCI device reset
 2021-03-12 19:20 UTC  (9+ messages)
` [PATCH 1/4] PCI: Refactor pcie_flr to follow calling convention of other reset methods
` [PATCH 2/4] PCI: Add new bitmap for keeping track of supported reset mechanisms
` [PATCH 3/4] PCI: Remove reset_fn field from pci_dev
` [PATCH 4/4] PCI/sysfs: Allow userspace to query and set device reset mechanism

[PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count
 2021-03-12 18:41 UTC  (28+ messages)

Question about supporting AMD eGPU hot plug case
 2021-03-12 15:34 UTC  (8+ messages)

[PATCH RESEND] PCI: dwc: put struct dw_pcie::{ep,pp} into a union to reduce its size
 2021-03-12 14:01 UTC 

[pci:pci/kernel-doc] BUILD SUCCESS 43395d9e091220695d2503fccc6f4fc9785d1bee
 2021-03-12 11:43 UTC 

[pci:for-linus] BUILD SUCCESS 6af60eb39df3e6df15a806215f41cdb96f06045b
 2021-03-12 11:43 UTC 

[pci:next] BUILD SUCCESS 9c70dfb476336d598d40d4ada3a43160bc0ae3d2
 2021-03-12 10:04 UTC 

[pci:pci/misc] BUILD SUCCESS 6e5a1fff9096ecd259dedcbbdc812aa90986a40e
 2021-03-12  9:50 UTC 

[PATCH 1/8] PCI: endpoint: Fix kernel-doc formatting and add missing documentation
 2021-03-11 23:38 UTC  (9+ messages)
` [PATCH 2/8] PCI/AER: Update functions names in the kernel-doc
` [PATCH 3/8] PCI/PME: Update function name "
` [PATCH 4/8] PCI/ATS: "
` [PATCH 5/8] PCI: "
` [PATCH 6/8] PCI: j721e: Fix a non-compliant kernel-doc
` [PATCH 7/8] PCI: dwc: Remove surplus and document missing function parameters
` [PATCH 8/8] PCI: of: Fix kernel-doc formatting and add missing documentation

[PATCH 1/3] PCI: controller: al: select CONFIG_PCI_ECAM
 2021-03-11 21:22 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update PCI patchwork to kernel.org instance
 2021-03-11 21:21 UTC  (2+ messages)

[PATCH v2] PCI/ASPM: Disable ASPM when save/restore PCI state
 2021-03-11 17:34 UTC  (2+ messages)

RFC: sysfs node for Secondary PCI bus reset (PCIe Hot Reset)
 2021-03-11 14:30 UTC  (6+ messages)

[PATCH] PCI: Print a debug message on PCI device release
 2021-03-11 13:23 UTC 

[PATCH] PCI: Add AMD RV2 based APUs, such as 3015Ce, to D3hot to D3 quirk table
 2021-03-11 12:53 UTC  (2+ messages)

[v8,0/7] PCI: mediatek: Add new generation controller support
 2021-03-11 12:38 UTC  (13+ messages)
` [v8,3/7] PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192
` [v8,4/7] PCI: mediatek-gen3: Add INTx support
` [v8,5/7] PCI: mediatek-gen3: Add MSI support

[pci:pci/error] BUILD SUCCESS d9b7eae8e3424c3480fe9f40ebafbb0c96426e4c
 2021-03-11 10:27 UTC 

[pci:for-linus] BUILD SUCCESS 12f6db15c40e6b0f846120f1f9548d278f12f370
 2021-03-11  8:46 UTC 

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2021-03-11  6:50 UTC  (4+ messages)
` [PATCH v2 5/5] PCI: dwc: Move dw_pcie_msi_init() from each users to designware host

[PATCH] PCI: layerscape: Correct syntax by changing comma to semicolon
 2021-03-11  3:37 UTC 

[PATCH v3 1/1] PCI/RCEC: Fix RCiEP capable devices RCEC association
 2021-03-11  3:13 UTC  (3+ messages)

[RFC PATCH 0/2] PCI Data Object Exchange support + CXL CDAT
 2021-03-10 22:59 UTC  (5+ messages)
` [RFC PATCH 1/2] PCI/doe: Initial support PCI Data Object Exchange
` [RFC PATCH 2/2] cxl/mem: Add CDAT table reading from DOE

[PATCH] rpadlpar: fix potential drc_name corruption in store functions
 2021-03-10 22:30 UTC 

[PATCH] PCI/switchtec: Fix Spectre v1 vulnerability
 2021-03-10 22:09 UTC  (2+ messages)

[PATCH 00/13] PCI: MSI: Getting rid of msi_controller, and other cleanups
 2021-03-10 19:29 UTC  (2+ messages)

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-03-10 17:14 UTC  (15+ messages)
` [PATCH v1 1/7] PCI: Introduce pci_bus_*() printing macros when device is not available
` [PATCH v1 2/7] PCI: Convert __pci_read_base() to __pci_bus_read_base()
` [PATCH v1 4/7] mfd: lpc_ich: Factor out lpc_ich_enable_spi_write()
` [PATCH v1 5/7] mfd: lpc_ich: Switch to generic pci_p2sb_bar()
` [PATCH v1 6/7] mfd: lpc_ich: Add support for pinctrl in non-ACPI system
` [PATCH v1 7/7] i2c: i801: convert to use common P2SB accessor

[PATCH v4 0/7] Add SR-IOV support in PCIe Endpoint Core
 2021-03-10 16:09 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: PCI: pci-ep: Add binding to specify virtual function
` [PATCH v4 2/7] PCI: endpoint: Add support to add virtual function in endpoint core
` [PATCH v4 3/7] PCI: endpoint: Add support to link a physical function to a virtual function
` [PATCH v4 4/7] PCI: endpoint: Add virtual function number in pci_epc ops
` [PATCH v4 5/7] PCI: cadence: Add support to configure virtual functions
` [PATCH v4 6/7] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device
` [PATCH v4 7/7] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV

[PATCH] PCI: microchip: Remove dev_err() when handing an error from platform_get_irq()
 2021-03-10 13:19 UTC 

[patch 00/14] tasklets: Replace the spin wait loops and make it RT safe
 2021-03-10 11:34 UTC  (9+ messages)
` [patch 07/14] tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT
` [patch 12/14] PCI: hv: Use tasklet_disable_in_atomic()

How long should be PCIe card in Warm Reset state?
 2021-03-10 11:05 UTC 

[RESEND PATCH] PCI: Factor functions of PCI function reset
 2021-03-10  8:38 UTC  (5+ messages)

[PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count
 2021-03-10  5:58 UTC  (2+ messages)

[PATCH v4 0/4] AM64: Add PCIe bindings and driver support
 2021-03-10  2:34 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: PCI: ti,j721e: Add binding to represent refclk to the connector
  ` [PATCH v4 1/4] dt-bindings: PCI: ti, j721e: "

[PATCH 0/2] PCI: cadence: Set LTSSM Detect.Quiet state delay
 2021-03-09 17:19 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings:pci: "

[PATCH V2 0/2] lspci: Decode VF 10-Bit Tag Requester
 2021-03-09 13:35 UTC  (3+ messages)
` [PATCH V2 1/2] "
` [PATCH V2 2/2] lspci: Update tests files with "


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).