linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-04 02:07:19 to 2021-05-07 15:03:17 UTC [more...]

[PATCH] PCI: don't power-off apple thunderbolt controller on s2idle
 2021-05-07 15:02 UTC  (10+ messages)

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-05-07 14:44 UTC  (56+ messages)
` [PATCH 01/42] PCI: aardvark: Fix kernel panic during PIO transfer
` [PATCH 02/42] PCI: aardvark: Fix checking for PIO Non-posted Request
` [PATCH 03/42] PCI: aardvark: Fix checking for PIO status
` [PATCH 04/42] PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO response
` [PATCH 05/42] PCI: pci-bridge-emul: Add PCIe Root Capabilities Register
` [PATCH 06/42] PCI: aardvark: Fix reporting CRS Software Visibility on emulated bridge
` [PATCH 07/42] PCI: aardvark: Fix link training
` [PATCH 08/42] PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
` [PATCH 09/42] PCI: aardvark: Fix PCIe Max Payload Size setting
` [PATCH 10/42] PCI: aardvark: Implement workaround for the readback value of VEND_ID
` [PATCH 11/42] PCI: aardvark: Do not touch status bits of masked interrupts in interrupt handler
` [PATCH 12/42] PCI: aardvark: Check for virq mapping when processing INTx IRQ
` [PATCH 13/42] PCI: aardvark: Remove irq_mask_ack callback for INTx interrupts
` [PATCH 14/42] PCI: aardvark: Don't mask irq when mapping
` [PATCH 15/42] PCI: aardvark: Change name of INTx irq_chip to advk-INT
` [PATCH 16/42] PCI: aardvark: Remove unneeded goto
` [PATCH 17/42] PCI: aardvark: Fix support for MSI interrupts
` [PATCH 18/42] PCI: aardvark: Correctly clear and unmask all "
` [PATCH 19/42] PCI: aardvark: Fix setting MSI address
` [PATCH 20/42] PCI: aardvark: Add support for more than 32 MSI interrupts
` [PATCH 21/42] PCI: aardvark: Add support for masking "
` [PATCH 22/42] PCI: aardvark: Enable MSI-X support
` [PATCH 23/42] PCI: aardvark: Fix support for ERR interrupt on emulated bridge
` [PATCH 24/42] PCI: aardvark: Fix support for PME "
` [PATCH 25/42] PCI: aardvark: Fix support for PME requester "
` [PATCH 26/42] PCI: aardvark: Fix support for bus mastering and PCI_COMMAND "
` [PATCH 27/42] PCI: aardvark: Disable bus mastering and mask all interrupts when unbinding driver
` [PATCH 28/42] PCI: aardvark: Free config space for emulated root bridge when unbinding driver to fix memory leak
` [PATCH 29/42] PCI: aardvark: Reset PCIe card and disable PHY when unbinding driver
` [PATCH 30/42] PCI: aardvark: Rewrite irq code to chained irq handler
` [PATCH 31/42] PCI: aardvark: Use separate INTA interrupt for emulated root bridge
` [PATCH 32/42] PCI: pci-bridge-emul: Add description for class_revision field
` [PATCH 33/42] PCI: pci-bridge-emul: Add definitions for missing capabilities registers
` [PATCH 34/42] PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge
` [PATCH 35/42] PCI: aardvark: Add support for PCI_BRIDGE_CTL_BUS_RESET "
` [PATCH 36/42] PCI: aardvark: Replace custom PCIE_CORE_ERR_CAPCTL_* macros by linux/pci_regs.h macros
` [PATCH 37/42] PCI: aardvark: Replace custom PCIE_CORE_INT_* macros by linux PCI_INTERRUPT_* values
` [PATCH 38/42] PCI: aardvark: Cleanup some register macros
` [PATCH 39/42] PCI: aardvark: Add comments for OB_WIN_ENABLE and ADDR_WIN_DISABLE
` [PATCH 40/42] PCI: pci-bridge-emul: re-arrange register tests
` [PATCH 41/42] PCI: pci-bridge-emul: add support for PCIe extended capabilities
` [PATCH 42/42] PCI: aardvark: Add support for Advanced Error Reporting registers on emulated bridge

[PATCH 0/1] iommu/of: Fix request and enable ACS for of_iommu_configure
 2021-05-07 12:49 UTC  (2+ messages)
` [PATCH 1/1] "

Question on guest enable msi fail when using GICv4/4.1
 2021-05-07 11:02 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: pci: convert faraday,ftpci100 to yaml
 2021-05-07 10:51 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: gemini: add device_type on pci

[PATCH 0/4 v2] IXP4xx PCI rework
 2021-05-07 10:35 UTC  (6+ messages)
` [PATCH 1/4 v2] ARM/ixp4xx: Move the virtual IObases
` [PATCH 2/4 v2] ARM/ixp4xx: Make NEED_MACH_IO_H optional
` [PATCH 3/4 v2] PCI: ixp4xx: Add device tree bindings for IXP4xx
` [PATCH 4/4 v2] PCI: ixp4xx: Add a new driver "

[PATCH] PCI: Fix accessing freed memory in pci_remove_resource_files
 2021-05-07 10:27 UTC 

[PATCH 0/3] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-05-07 10:17 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pci: qcom: Document PCIe bindings for SC720
` [PATCH 2/3] arm64: dts: qcom: sc7280: Add PCIe and PHY related nodes
` [PATCH 3/3] arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board

[RFC PATCH v3 0/4] PCI Data Object Exchange support + CXL CDAT
 2021-05-07  9:36 UTC  (4+ messages)
` [RFC PATCH v3 2/4] PCI/doe: Add Data Object Exchange support

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-05-07  9:11 UTC  (27+ messages)
` [PATCH v5 06/27] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v5 15/27] drm/scheduler: Fix hang when sched_entity released
` [PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit

Re: [RESEND v4 2/2] PCI: imx: clear vreg bypass when pcie vph voltage is 3v3
 2021-05-07  6:18 UTC 

Re: [RESEND v4 1/2] dt-bindings: imx6q-pcie: add one regulator used to power up pcie phy
 2021-05-07  5:56 UTC 

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-05-06 23:59 UTC  (4+ messages)
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg

[RFC v2 6/7] PCI: arm64: Allow pci_config_window::parent to be NULL
 2021-05-06 22:25 UTC  (2+ messages)

[RESEND v4 2/2] PCI: imx: clear vreg bypass when pcie vph voltage is 3v3
 2021-05-06 21:09 UTC  (2+ messages)

[PATCH] Add support for PCIe SSD status LED management
 2021-05-06 21:04 UTC  (7+ messages)

[RESEND v4 0/2] add one regulator used to power up pcie phy
 2021-05-06 21:01 UTC  (4+ messages)
` [RESEND v4 1/2] dt-bindings: imx6q-pcie: "

[PATCH 0/4] IXP4xx PCI rework
 2021-05-06 20:24 UTC  (8+ messages)
` [PATCH 1/4] ARM/ixp4xx: Move the UART and exp bus virtbases
` [PATCH 3/4] PCI: ixp4xx: Add device tree bindings for IXP4xx
` [PATCH 4/4] PCI: ixp4xx: Add a new driver "

`quirk_usb_handoff_xhci` takes 60 ms with ASM1042
 2021-05-06 15:59 UTC  (9+ messages)

[RFC v2 0/7] PCI: hv: Support host bridge probing on ARM64
 2021-05-06 10:52 UTC  (5+ messages)
` [RFC v2 1/7] PCI: Introduce pci_host_bridge::domain_nr

NVIDIA GPU fallen off the bus after exiting s2idle
 2021-05-06  9:46 UTC  (2+ messages)

[PATCH] PCI: tegra: Fix host initialization during resume
 2021-05-06  8:49 UTC  (2+ messages)

[PATCH v4 1/2] PCI: add AMD PCIe quirk for nvme shutdown opt
 2021-05-06  3:22 UTC  (3+ messages)

[PATCH v5 1/2] PCI: add AMD PCIe quirk for nvme shutdown opt
 2021-05-06  3:12 UTC  (2+ messages)
  ` [PATCH v5 2/2] nvme-pci: add AMD PCIe quirk for simple suspend/resume

[PATCH v9 1/2] dt-bindings: rockchip: Add DesignWare based PCIe controller
 2021-05-06  2:35 UTC  (2+ messages)
` [PATCH v9 2/2] PCI: rockchip: Add Rockchip RK356X host controller driver

[GIT PULL] PCI changes for v5.13
 2021-05-05 20:49 UTC  (2+ messages)

[PATCH v4 2/2] PCI: Enable NO_BUS_RESET quirk for Nvidia GPUs
 2021-05-05 20:40 UTC  (9+ messages)

[PATCH] PCI: endpoint: Make struct pci_epf_driver::remove return void
 2021-05-05 19:53 UTC  (2+ messages)

[PATCH] PCI: Disallow retraining link for Atheros QCA98xx chips on non-Gen1 PCIe bridges
 2021-05-05 16:33 UTC  (2+ messages)
` [PATCH v3] PCI: Disallow retraining link for Atheros "

[PATCH v5 1/4] PCI: Introduce pcim_alloc_irq_vectors()
 2021-05-05 16:27 UTC  (3+ messages)

xhci_pci & PCIe hotplug crash
 2021-05-05 15:39 UTC  (9+ messages)

[PATCH v4 2/2] PCI: Enable NO_BUS_RESET quirk for Nvidia GPUs
 2021-05-05 15:35 UTC  (4+ messages)

[PATCH v6 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-05-05 14:37 UTC  (17+ messages)
` [PATCH v6 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v6 2/6] clk: sifive: Use reset-simple "
` [PATCH v6 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v6 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v6 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v6 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

[PATCH v2 0/6] arm64: IPQ6018 PCIe support
 2021-05-05  9:18 UTC  (7+ messages)
` [PATCH v2 1/6] PCI: dwc: tegra: move GEN3_RELATED DBI register to common header
` [PATCH v2 2/6] PCI: qcom: add support for IPQ60xx PCIe controller
` [PATCH v2 3/6] phy: qcom-qmp: add QMP V2 PCIe PHY support for ipq60xx
` [PATCH v2 4/6] arm64: dts: ipq6018: Add pcie support
` [PATCH v2 5/6] dt-bindings: phy: qcom,qmp: Add IPQ60xx PCIe PHY bindings
` [PATCH v2 6/6] dt-bindings: pci: qcom: Document PCIe bindings for IPQ6018 SoC

[pci:next] BUILD SUCCESS 882862aaacefcb9f723b0f7817ddafc154465d8f
 2021-05-05  8:10 UTC 

[PATCH] PCI: cadence: Set LTSSM Detect Quiet state minimum delay as workaround for training defect
 2021-05-05  6:58 UTC  (2+ messages)

[PATCH] cxl: Rename mem to pci
 2021-05-04 18:57 UTC 

[PATCH 1/3] PCI: tegra: Fix OF node reference leak
 2021-05-04 17:18 UTC  (3+ messages)
` [PATCH 2/3] PCI: tegra: Use 'seq_puts' instead of 'seq_printf'
` [PATCH 3/3] PCI: tegra: make const array err_msg static

[PATCH tip:irq/core v1] genirq: remove auto-set of the mask when setting the hint
 2021-05-04 16:23 UTC  (4+ messages)

[PATCH v5 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-05-04 10:58 UTC  (5+ messages)

[PATCH -next] PCI: mediatek-gen3: Add missing MODULE_DEVICE_TABLE
 2021-05-04  7:28 UTC 

[pci:next] BUILD SUCCESS 19e1547b448cc1b693e60336c534977c40829415
 2021-05-04  6:57 UTC 


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