linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 01:02:01 to 2020-11-02 18:18:43 UTC [more...]

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-11-02 18:18 UTC  (44+ messages)
` [PATCH v4 01/17] irqchip: Add IMS (Interrupt Message Store) driver
` [PATCH v4 02/17] iommu/vt-d: Add DEV-MSI support
` [PATCH v4 03/17] dmaengine: idxd: add theory of operation documentation for idxd mdev
` [PATCH v4 04/17] dmaengine: idxd: add support for readonly config devices
` [PATCH v4 05/17] dmaengine: idxd: add interrupt handle request support
` [PATCH v4 06/17] PCI: add SIOV and IMS capability detection
` [PATCH v4 07/17] dmaengine: idxd: add IMS support in base driver
` [PATCH v4 08/17] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH v4 09/17] dmaengine: idxd: add basic mdev registration and helper functions
` [PATCH v4 10/17] dmaengine: idxd: add emulation rw routines
` [PATCH v4 11/17] dmaengine: idxd: prep for virtual device commands
` [PATCH v4 12/17] dmaengine: idxd: virtual device commands emulation
` [PATCH v4 13/17] dmaengine: idxd: ims setup for the vdcm
` [PATCH v4 14/17] dmaengine: idxd: add mdev type as a new wq type
` [PATCH v4 15/17] dmaengine: idxd: add dedicated wq mdev type
` [PATCH v4 16/17] dmaengine: idxd: add new wq state for mdev
` [PATCH v4 17/17] dmaengine: idxd: add error notification from host driver to mediated device

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

PCI trouble on mvebu (Turris Omnia)
 2020-11-02 16:33 UTC  (33+ messages)

[PATCH v7 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2020-11-02 16:19 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: pci: mediatek: Modified the Device tree bindings
` [PATCH v7 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base and irq
` [PATCH v7 3/4] arm64: dts: mediatek: Split PCIe node for MT2712 and MT7622
` [PATCH v7 4/4] ARM: dts: mediatek: Modified MT7629 PCIe node

[PATCH] pci: mediatek: fix warning in msi.h
 2020-11-02 16:16 UTC  (15+ messages)
      ` Aw: "
                ` Aw: "
                    ` Aw: "

[PATCH] PCI: add helper function to find DVSEC
 2020-11-02 15:50 UTC  (4+ messages)

[PATCH V3 0/2] Add support to configure DWC for ECRC
 2020-11-02 15:11 UTC  (8+ messages)
` [PATCH V3 1/2] PCI/AER: Add pcie_is_ecrc_enabled() API
` [PATCH V3 2/2] PCI: dwc: Add support to configure for ECRC

[PATCH v4 0/1] PCI/ERR: fix regression introduced by 6d2c89441571 ("PCI/ERR: Update error status after reset_link()")
 2020-11-02 15:09 UTC  (2+ messages)
` [PATCH v4 1/1] PCI/ERR: don't clobber status after reset_link()

[PATCH] PCI: dwc: fix reference leak in pex_ep_event_pex_rst_deassert
 2020-11-02 14:30 UTC 

[PATCH] PCI: Add sysfs attribute for PCI device power state
 2020-11-02 14:15 UTC 

[PATCH] PCI: v3: fix missing clk_disable_unprepare() on error in v3_pci_probe
 2020-11-02 13:48 UTC  (2+ messages)

[PATCH] ACPI: Remove trailing whitespace
 2020-11-02 13:36 UTC 

[PATCH v17 3/3] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-11-02 11:15 UTC  (3+ messages)

[PATCH v11 0/5] Simplify PCIe native ownership detection logic
 2020-11-02  9:59 UTC  (5+ messages)
` [PATCH v11 4/5] PCI/portdrv: Remove redundant pci_aer_available() check in DPC enable logic

[pci:for-linus] BUILD SUCCESS af0dd809f3d304ab06e9b1db9ade198a4a584c49
 2020-11-02  6:33 UTC 

[PATCH] AER: aer_root_reset() non-native handling
 2020-11-02  6:27 UTC  (2+ messages)

[RFC PATCH] PCI/DPC: Fix info->id initialization in dpc_process_error()
 2020-10-31 10:01 UTC 

[pci:for-linus] BUILD SUCCESS 462b58fb033996e999cc213ed0b430d4f22a28fe
 2020-10-31  9:47 UTC 

[PATCH] PCI: Always call pci_enable_acs() regardless of pdev->acs_cap
 2020-10-30 21:42 UTC  (3+ messages)

[PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
 2020-10-30 19:22 UTC  (4+ messages)
` [PATCH v5 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v5 15/15] PCI: Revoke mappings like devmem

[PATCH] dma-mapping: Fix 32-bit overflow with CONFIG_ARM_LPAE=n
 2020-10-30 18:44 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: pci: layerscape-pci: Add compatible strings for LX2160A rev2
 2020-10-30 18:31 UTC  (2+ messages)

[PATCH v3 3/6] resource: Introduce resource_union() for overlapping resources
 2020-10-30 17:25 UTC  (2+ messages)
` [PATCH v3 5/6] PCI/ACPI: Replace open coded variant of resource_union()

[PATCH 0/2] PCI: keembay: Add support for Intel Keem Bay
 2020-10-30 14:55 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: PCI: Add Intel Keem Bay PCIe controller
` [PATCH 2/2] PCI: keembay: Add support for Intel Keem Bay

[PATCH v2 0/3] dt-bindings: pci: rcar-pci-host: convert bindings to json-schema
 2020-10-30  5:29 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] dt-bindings: pci: rcar-pci-host: document r8a77965 bindings
` [PATCH v2 3/3] dt-bindings: pci: rcar-pci: Add device tree support for r8a774e1

[PATCH 0/3] dt-bindings: pci: rcar-pci-host: convert bindings to json-schema
 2020-10-30  5:04 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] dt-bindings: pci: rcar-pci-host: document r8a77965 bindings

[PATCH 00/13] PCI: dwc: Another round of clean-ups
 2020-10-29 22:29 UTC  (21+ messages)
` [PATCH 01/13] PCI: dwc/imx6: Drop setting PCI_MSI_FLAGS_ENABLE
` [PATCH 03/13] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
` [PATCH 05/13] PCI: dwc: Ensure all outbound ATU windows are reset
` [PATCH 06/13] PCI: dwc/dra7xx: Use the common MSI irq_chip
` [PATCH 07/13] PCI: dwc: Drop the .set_num_vectors() host op
` [PATCH 08/13] PCI: dwc: Move MSI interrupt setup into DWC common code
` [PATCH 09/13] PCI: dwc: Rework MSI initialization
` [PATCH 10/13] PCI: dwc: Move link handling into common code
` [PATCH 11/13] PCI: dwc: Move dw_pcie_msi_init() into core
` [PATCH 12/13] PCI: dwc: Move dw_pcie_setup_rc() to DWC common code

[PATCH v3 0/6] Add DW PCIe support for Exynos5433 SoCs
 2020-10-29 21:59 UTC  (8+ messages)
    ` [PATCH v3 1/6] dt-bindings: pci: drop samsung,exynos5440-pcie binding
    ` [PATCH v3 2/6] dt-bindings: pci: add the samsung,exynos-pcie binding
    ` [PATCH v3 3/6] dt-bindings: phy: add the samsung,exynos-pcie-phy binding
    ` [PATCH v3 4/6] phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 PCIe PHY
    ` [PATCH v3 5/6] pci: dwc: pci-exynos: rework the driver to support Exynos5433 variant
    ` [PATCH v3 6/6] arm64: dts: exynos: add the WiFi/PCIe support to TM2(e) boards

[PATCH 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2020-10-29 19:13 UTC  (4+ messages)
` [PATCH 1/5] misc: "
` [PATCH 4/5] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH 5/5] MAINTAINERS: Add Synopsys xData IP driver maintainer

[RFC PATCH 0/3] GPIO support on the Etron EJ168/EJ188/EJ198 xHCI controllers
 2020-10-29 17:11 UTC  (8+ messages)
` [RFC PATCH 2/3] dt-bindings: gpio: Add binding documentation for Etron EJ168/EJ188/EJ198

[PATCH V9 0/5] Intel Platform Monitoring Technology
 2020-10-29 16:09 UTC  (4+ messages)
` [PATCH V9 1/5] PCI: Add defines for Designated Vendor-Specific Extended Capability

[PATCH] PCI: pcie-rcar-host: Drop unused members from struct rcar_pcie_host
 2020-10-29 13:44 UTC  (2+ messages)

[PATCH] PCI/PM: Do not generate wakeup event when runtime resuming bus
 2020-10-29  9:24 UTC 

[PATCH V2 0/4] Enhancements to Tegra194 PCIe driver
 2020-10-29  5:18 UTC  (5+ messages)
` [PATCH V2 1/4] PCI: tegra: Fix ASPM-L1SS advertisement disable code
` [PATCH V2 2/4] PCI: tegra: Map configuration space as nGnRnE
` [PATCH V2 3/4] PCI: tegra: Set DesignWare IP version
` [PATCH V2 4/4] PCI: tegra: Handle error conditions properly

Kernel 5.9 IOMMU groups regression/change
 2020-10-29  7:53 UTC  (5+ messages)

[PATCH V5 0/2] Change vring space from nomal memory to dma coherent memory
 2020-10-29  2:03 UTC  (10+ messages)
      ` [EXT] "

[PATCH V8 0/5] Intel Platform Monitoring Technology
 2020-10-29  1:50 UTC  (3+ messages)


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