linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 23:00:46 to 2020-11-10 17:46:30 UTC [more...]

[PATCH v6 00/25] Add support for Clang LTO
 2020-11-10 17:46 UTC  (17+ messages)
` [PATCH v6 22/25] x86/asm: annotate indirect jumps

[PATCH 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2020-11-10 17:30 UTC  (5+ messages)
` [PATCH 1/5] misc: "

New Defects reported by Coverity Scan for Linux
 2020-11-10 17:16 UTC 

[PATCH v2] Expose PCIe SSD Status LED Management DSM in sysfs
 2020-11-10 15:37 UTC 

[PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
 2020-11-10 15:42 UTC  (7+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-10 14:41 UTC  (49+ messages)

[PATCH v2] PCI: check also dynamic IDs for duplicate in new_id_store()
 2020-11-10 12:36 UTC  (3+ messages)

5.10 regression, many XHCI swiotlb buffer is full / DMAR: Device bounce map failed errors on thunderbolt connected XHCI controller
 2020-11-10 11:36 UTC 

[PATCH V8 0/5] Intel Platform Monitoring Technology
 2020-11-10 10:39 UTC  (3+ messages)
` [PATCH V8 2/5] mfd: Intel Platform Monitoring Technology support

[PATCH v2] PCI: Make sure the bus bridge powered on when scanning bus
 2020-11-10  9:29 UTC  (2+ messages)

pci_alloc_irq_vectors fails ENOSPC for XPS 13 9310
 2020-11-10  8:33 UTC  (9+ messages)

[PATCH next-queue v2 0/3] igc: Add support for PCIe PTM
 2020-11-10  6:10 UTC  (4+ messages)
` [PATCH next-queue v2 1/3] Revert "PCI: Make pci_enable_ptm() private"
` [PATCH next-queue v2 2/3] igc: Enable PCIe PTM
` [PATCH next-queue v2 3/3] igc: Add support for PTP getcrosststamp()

[PATCH v2] MAINTAINERS: Add missing documentation references to PCI Endpoint Subsystem
 2020-11-10  0:16 UTC  (3+ messages)

[PATCH 0/2] PCI: Make "cdns,max-outbound-regions" optional DT property
 2020-11-09 21:43 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: PCI: Make "cdns,max-outbound-regions" optional property
` [PATCH 2/2] PCI: cadence: Do not error if "cdns,max-outbound-regions" is not found

[PATCH] PCI: dwc: Add support to configure for ECRC
 2020-11-09 19:26 UTC 

[PATCH v2] ACPI: Fix whitespace inconsistencies
 2020-11-09 18:23 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-09 18:10 UTC  (2+ messages)

[PATCH V4 0/6] Enhancements to Tegra194 PCIe driver
 2020-11-09 17:19 UTC  (7+ messages)
` [PATCH V4 1/6] PCI: tegra: Fix ASPM-L1SS advertisement disable code
` [PATCH V4 2/6] PCI: tegra: Map configuration space as nGnRnE
` [PATCH V4 3/6] PCI: tegra: Set DesignWare IP version
` [PATCH V4 4/6] PCI: tegra: Continue unconfig sequence even if parts fail
` [PATCH V4 5/6] PCI: tegra: Check return value of tegra_pcie_init_controller()
` [PATCH V4 6/6] PCI: tegra: Disable LTSSM during L2 entry

[PATCH v2 0/7] J7200: Add PCIe DT nodes to Enable PCIe
 2020-11-09 17:04 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: mfd: ti,j721e-system-controller.yaml: Document "syscon"
` [PATCH v2 2/7] dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC
` [PATCH v2 3/7] dt-bindings: PCI: Add EP "
` [PATCH v2 4/7] arm64: dts: ti: k3-j7200-main: Add DT for WIZ and SERDES
` [PATCH v2 5/7] arm64: dts: ti: k3-j7200-main: Add PCIe device tree node
` [PATCH v2 6/7] arm64: dts: ti: k3-j7200-common-proc-board: Enable SERDES0
` [PATCH v2 7/7] arm64: dts: ti: k3-j7200-common-proc-board: Enable PCIe

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-11-09 16:50 UTC  (36+ messages)
` [RFC PATCH 01/15] PCI/P2PDMA: Don't sleep in upstream_bridge_distance_warn()
` [RFC PATCH 02/15] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH 05/15] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH 06/15] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH 07/15] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH 08/15] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH 09/15] nvme-pci: Convert to using dma_map_sg for p2pdma pages
` [RFC PATCH 10/15] mm: Introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [RFC PATCH 11/15] iov_iter: Introduce iov_iter_get_pages_[alloc_]flags()
` [RFC PATCH 12/15] block: Set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [RFC PATCH 13/15] block: Set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [RFC PATCH 14/15] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [RFC PATCH 15/15] nvme-pci: Allow mmaping the CMB in userspace

[PATCH 0/8] J7200: Add PCIe DT nodes to Enable PCIe
 2020-11-09 14:17 UTC  (8+ messages)
` [PATCH 1/8] dt-bindings: mfd: ti,j721e-system-controller.yaml: Document "pcie-ctrl"
` [PATCH 8/8] arm64: dts: ti: k3-j721e-main: Fix PCIe maximum outbound regions

[PATCH] Expose PCIe SSD Status LED Management DSM in sysfs
 2020-11-09 13:41 UTC  (3+ messages)

[PATCH 1/2] PCI: rockchip: Make some regulators non-optional
 2020-11-09 12:38 UTC  (9+ messages)

R: [PATCH v2 1/2] PCI: Disable MSI for Pericom PCIe-USB adapter
 2020-11-09 12:07 UTC  (2+ messages)

[PATCH V9 0/5] Intel Platform Monitoring Technology
 2020-11-09 10:39 UTC  (3+ messages)
` [GIT PULL] Immutable branch between MFD and x86 due for the v5.11 merge window

[PATCH v7 1/4] dt-bindings: pci: mediatek: Modified the Device tree bindings
 2020-11-09  3:01 UTC  (2+ messages)

[PATCH v7 4/4] ARM: dts: mediatek: Modified MT7629 PCIe node
 2020-11-09  2:54 UTC  (2+ messages)

[PATCH v2 00/16] PCI: dwc: Another round of clean-ups
 2020-11-09  2:53 UTC  (4+ messages)
  ` [PATCH v2 09/16] PCI: dwc: Rework MSI initialization

[PATCH v7 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2020-11-09  2:48 UTC  (6+ messages)
` [PATCH v7 1/4] dt-bindings: pci: mediatek: Modified the Device tree bindings

[PATCH] PCI: brcmstb: Remove irq handler and data in one go
 2020-11-09  2:00 UTC  (2+ messages)

[PATCH] PCI: altera-msi: Remove irq handler and data in one go
 2020-11-08 19:11 UTC 

[PATCH v3] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe
 2020-11-06 22:40 UTC  (3+ messages)
` [PATCH v4] "

remove dma_virt_ops v2
 2020-11-06 18:19 UTC  (11+ messages)
` [PATCH 01/10] RMDA/sw: don't allow drivers using dma_virt_ops on highmem configs
` [PATCH 02/10] RDMA/umem: use ib_dma_max_seg_size instead of dma_get_max_seg_size
` [PATCH 03/10] RDMA: lift ibdev_to_node from rds to common code
` [PATCH 04/10] nvme-rdma: use ibdev_to_node instead of dereferencing ->dma_device
` [PATCH 05/10] rds: stop using dmapool
` [PATCH 06/10] RDMA/core: remove ib_dma_{alloc,free}_coherent
` [PATCH 07/10] RDMA/core: remove use of dma_virt_ops
` [PATCH 08/10] PCI/P2PDMA: Remove the DMA_VIRT_OPS hacks
` [PATCH 09/10] PCI/P2PDMA: Cleanup __pci_p2pdma_map_sg a bit
` [PATCH 10/10] dma-mapping: remove dma_virt_ops

remove dma_virt_ops v2
 2020-11-06 14:18 UTC  (6+ messages)
` [PATCH 3/6] RDMA/core: remove use of dma_virt_ops

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-11-06 13:14 UTC  (5+ messages)

[PATCH v1 1/2] PCI: Disable MSI for Pericom PCIe-USB adapter
 2020-11-06 10:11 UTC  (6+ messages)

[PATCH v2 1/2] PCI: Disable MSI for Pericom PCIe-USB adapter
 2020-11-06 10:05 UTC  (2+ messages)
` [PATCH v2 2/2] PCI: Use predefined Pericom vendor ID

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-06  9:43 UTC  (18+ messages)
        ` Aw: "
                        ` Aw: "

[PATCH] x86/gpu: add JSL stolen memory support
 2020-11-06  9:39 UTC  (3+ messages)

[PATCH] PCI: fix a potential uninitentional integer overflow issue
 2020-11-06  8:04 UTC  (3+ messages)

[PATCH v2] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe
 2020-11-06  3:39 UTC  (4+ messages)

[pci:pci/misc] BUILD SUCCESS 8e1b3807dd7210db374b6a0bf2d4952d8c2ad159
 2020-11-06  2:51 UTC 

[pci:next] BUILD SUCCESS 405196258f54f039b7520b14d30737cca6529452
 2020-11-06  2:51 UTC 

[PATCH v10 00/16] Add RCEC handling to PCI/AER
 2020-11-06  0:40 UTC  (18+ messages)
` [PATCH v10 01/16] AER: aer_root_reset() non-native handling
` [PATCH v10 02/16] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v10 03/16] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v10 04/16] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v10 05/16] PCI/ERR: Rename reset_link() to reset_subordinates()
` [PATCH v10 06/16] PCI/ERR: Simplify by using pci_upstream_bridge()
` [PATCH v10 07/16] PCI/ERR: Simplify by computing pci_pcie_type() once
` [PATCH v10 08/16] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
` [PATCH v10 09/16] PCI/ERR: Avoid negated conditional for clarity
` [PATCH v10 10/16] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
` [PATCH v10 11/16] PCI/ERR: Limit AER resets in pcie_do_recovery()
` [PATCH v10 12/16] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v10 13/16] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v10 14/16] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v10 15/16] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v10 16/16] PCI/AER: Add RCEC AER error injection support


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