linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 03:51:18 to 2021-05-09 04:38:41 UTC [more...]

[PATCH] PCI: xgene: Fix a non-compliant kernel-doc
 2021-05-09  4:38 UTC  (2+ messages)

[PATCH] PCI: microchip: Make the struct event_descs static
 2021-05-09  4:19 UTC 

[PATCH] PCIe: qcom: Add support to control pipe clk mux
 2021-05-09  2:35 UTC  (2+ messages)

[PATCH] PCI/sysfs: Move to kstrtobool() to handle user input
 2021-05-09  1:50 UTC 

Question on guest enable msi fail when using GICv4/4.1
 2021-05-08  9:15 UTC  (7+ messages)

[PATCH] PCI: don't power-off apple thunderbolt controller on s2idle
 2021-05-08  8:48 UTC  (12+ messages)

[PATCH v3 0/8] CXL Port Enumeration and Plans for v5.14
 2021-05-08  2:24 UTC  (10+ messages)
` [PATCH 1/8] cxl/mem: Move some definitions to mem.h
` [PATCH 2/8] cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devices
` [PATCH 3/8] cxl/core: Rename bus.c to core.c
` [PATCH 4/8] cxl/core: Refactor CXL register lookup for bridge reuse
` [PATCH 5/8] cxl/acpi: Introduce ACPI0017 driver and cxl_root
` [PATCH 6/8] cxl/Kconfig: Default drivers to CONFIG_CXL_BUS
` [PATCH 7/8] cxl/port: Introduce cxl_port objects
` [PATCH 8/8] cxl/acpi: Add module parameters to stand in for ACPI tables

[PATCH 0/1] iommu/of: Fix request and enable ACS for of_iommu_configure
 2021-05-08  1:32 UTC  (4+ messages)
` [PATCH 1/1] "

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

[PATCH v2] PCI/VPD: Use unaligned access helpers in pci_vpd_read
 2021-05-07 22:29 UTC 

[PATCH] PCI: Fix accessing freed memory in pci_remove_resource_files
 2021-05-07 22:07 UTC  (2+ messages)

[PATCH] PCI/VPD: Use unaligned access helpers in pci_vpd_read
 2021-05-07 21:18 UTC  (4+ messages)

[PATCH 0/3] Add DT bindings and DT nodes for PCIe and PHY in SC7280
 2021-05-07 20:06 UTC  (6+ 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

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-05-07 18:00 UTC  (32+ 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

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-05-07 16:41 UTC  (60+ 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 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 "

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  (3+ messages)
` [PATCH 3/4] PCI: ixp4xx: Add device tree bindings for IXP4xx

`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  (4+ 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  (8+ 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 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
 2021-05-05 14:37 UTC  (4+ messages)

[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 v6 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
 2021-05-05  5:22 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).