linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 19:42:13 to 2020-04-15 16:18:42 UTC [more...]

[PATCH 0/8] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-04-15 16:18 UTC  (10+ messages)
` [PATCH 1/8] PCI: aardvark: Set controller speed from Device Tree max-link-speed
` [PATCH 2/8] dts: espressobin: Define max-link-speed for pcie0
` [PATCH 3/8] PCI: aardvark: Start link training immediately after enabling link training
` [PATCH 4/8] PCI: aardvark: Do not overwrite Link Status register and ASPM Control bits in Link Control register
` [PATCH 5/8] PCI: aardvark: Set final controller speed based on negotiated link speed
` [PATCH 6/8] PCI: aardvark: Add support for issuing PERST via GPIO
` [PATCH 7/8] dts: aardvark: Route pcie reset pin to gpio function and define reset-gpios for pcie
` [PATCH 8/8] PCI: aardvark: Add FIXME for code which access PCIE_CORE_CMD_STATUS_REG

[PATCH AUTOSEL 5.6 025/129] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 16:11 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 084/129] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH] PCI: dwc: intel: make intel_pcie_cpu_addr() static
 2020-04-15 13:09 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 017/106] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 11:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 072/106] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH AUTOSEL 5.4 12/84] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 55/84] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH RFC] dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
 2020-04-15 12:13 UTC  (2+ messages)

[PATCH] PCI: tegra: Fix reporting GPIO error value
 2020-04-15 11:17 UTC  (4+ messages)

[PATCH 0/7] PM: sleep: core: Rearrange the handling of driver power management flags
 2020-04-15  9:51 UTC  (12+ messages)
` [PATCH 1/7] PM: sleep: core: Simplify the SMART_SUSPEND flag handling
` [PATCH 2/7] PM: sleep: core: Fold functions into their callers
` [PATCH 3/7] PM: sleep: core: Do not skip callbacks in the resume phase
` [PATCH 4/7] PM: sleep: core: Rename dev_pm_may_skip_resume()
` [PATCH 5/7] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
` [PATCH 6/7] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
` [PATCH 7/7] Documentation: PM: sleep: Update driver flags documentation

[PATCH] PCI/PM: Call .bridge_d3() hook only if non-NULL
 2020-04-15  7:29 UTC  (2+ messages)

[PATCH v5 0/2] pciutils: Add basic decode support for CXL DVSEC
 2020-04-15  0:47 UTC  (3+ messages)
` [PATCH v5 1/2] pciutils: Decode available DVSEC details
` [PATCH v5 2/2] pciutils: Decode Compute eXpress Link DVSEC

[PATCH 0/4] PCI: Don't select Kconfig symbols by default
 2020-04-15  0:20 UTC  (6+ messages)
` [PATCH 1/4] PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST "
` [PATCH 2/4] PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST "
` [PATCH 3/4] PCI/AER: Don't select CONFIG_PCIEAER "
` [PATCH 4/4] PCI/ASPM: Don't select CONFIG_PCIEASPM "

[PATCH] PCI: Move Apex Edge TPU class quirk to fix BAR assignment
 2020-04-15  0:17 UTC 

[PATCH v4 0/2] pciutils: Add basic decode support for CXL DVSEC
 2020-04-14 21:01 UTC  (5+ messages)
` [PATCH v4 1/2] pciutils: Decode available DVSEC details
` [PATCH v4 2/2] pciutils: Decode Compute eXpress Link DVSEC

[PATCH 0/5] PCI Bridge Emulation changes for v5.8
 2020-04-14 20:30 UTC  (6+ messages)
` [PATCH 1/5] PCI: pci-bridge-emul: Fix PCIe bit conflicts
` [PATCH 2/5] PCI: pci-bridge-emul: Fix Root Cap/Status comment
` [PATCH 3/5] PCI: pci-bridge-emul: Convert to GENMASK and BIT
` [PATCH 4/5] PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0
` [PATCH 5/5] PCI: pci-bridge-emul: Eliminate the 'reserved' member

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-14 18:09 UTC  (29+ messages)
` [PATCH v5 01/25] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v5 02/25] iommu/sva: Manage process address spaces
` [PATCH v5 03/25] iommu: Add a page fault handler
` [PATCH v5 04/25] iommu/sva: Search mm by PASID
` [PATCH v5 05/25] iommu/iopf: Handle mm faults
` [PATCH v5 06/25] iommu/sva: Register page fault handler
` [PATCH v5 07/25] arm64: mm: Add asid_gen_match() helper
` [PATCH v5 08/25] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v5 09/25] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v5 10/25] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v5 11/25] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v5 12/25] iommu/arm-smmu-v3: Share process page tables
` [PATCH v5 13/25] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v5 14/25] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v5 15/25] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v5 16/25] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v5 17/25] iommu/arm-smmu-v3: Implement mm operations
` [PATCH v5 18/25] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v5 19/25] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v5 20/25] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v5 21/25] dt-bindings: document stall property for IOMMU masters
` [PATCH v5 22/25] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v5 23/25] PCI/ATS: Add PRI stubs
` [PATCH v5 24/25] PCI/ATS: Export PRI functions
` [PATCH v5 25/25] iommu/arm-smmu-v3: Add support for PRI

[PATCH v2 00/10] Multiple fixes in PCIe qcom driver
 2020-04-14 17:09 UTC  (6+ messages)
` [PATCH v2 09/10] devicetree: bindings: pci: add ipq8064 rev 2 variant to qcom,pcie
` [PATCH v2 10/10] PCIe: qcom: add Force GEN1 support

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 14/33] docs: pci: boot-interrupts.rst: improve html output

[PATCH 0/4] Move tx-deempth and tx swing to pci.txt
 2020-04-14 12:51 UTC  (14+ messages)
` [PATCH 1/4] devicetree: bindings: pci: document tx-deempth tx swing and rx-eq property
    ` R: "
` [PATCH 2/4] drivers: pci: dwc: pci-imx6: update binding to generic name
    ` R: "
` [PATCH 3/4] arm: dts: imx6: update pci "
` [PATCH 4/4] devicetree: bindings: pci: fsl,imx6q-pcie: rename tx deemph and swing

[BUG] PCI: rockchip: rk3399: pcie switch support
 2020-04-14 12:28 UTC  (5+ messages)

[PATCH 0/3] PCI: Modularize host-generic
 2020-04-14 10:22 UTC  (5+ messages)
` [PATCH 1/3] PCI: Constify struct pci_ecam_ops
` [PATCH 2/3] PCI: host-generic: Support building as modules
` [PATCH 3/3] PCI: host-generic: Eliminate pci_host_common_probe wrappers

[PATCH v2 10/10] PCI / ACPI: Whitelist D3 for more PCIe hotplug ports
 2020-04-14  6:27 UTC  (5+ messages)

[PATCH] PCI: vmd: Filter resource type bits from shadow register
 2020-04-13 16:55 UTC  (2+ messages)

[PATCH 0/1] Real DMA dev DMA domain patch
 2020-04-13 16:08 UTC  (9+ messages)
` [PATCH 1/1] iommu/vt-d: use DMA domain for real DMA devices and subdevices

[PATCH v2 0/3] virtio-iommu on x86 and non-devicetree platforms
 2020-04-13 13:22 UTC  (3+ messages)
` [PATCH v2 1/3] iommu/virtio: Add topology description to virtio-iommu config space

[PATCH v2] ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable
 2020-04-13 13:09 UTC 

[PATCH] ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable
 2020-04-13 13:08 UTC  (3+ messages)

[PATCH 0/5] Loongson64 Generic PCI driver
 2020-04-13  9:31 UTC  (7+ messages)
` [PATCH v3 1/5] PCI: OF: Don't remap iospace on unsupported platform
  ` [PATCH v3 2/5] PCI: Add Loongson PCI Controller support
  ` [PATCH v3 3/5] dt-bindings: Document Loongson PCI Host Controller
  ` [PATCH v3 4/5] MIPS: DTS: Loongson64: Add PCI Controller Node
  ` [PATCH v3 5/5] MIPS: Loongson64: Switch to generic PCI driver

[PATCH v2] MAINTAINERS: correct typo in new NXP LAYERSCAPE GEN4
 2020-04-13  7:06 UTC 

[PATCH AUTOSEL 5.6 135/149] PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling path
 2020-04-11 23:03 UTC  (2+ messages)
` [PATCH AUTOSEL 5.6 149/149] PCI: Use ioremap(), not phys_to_virt() for platform ROM

[PATCH AUTOSEL 5.5 109/121] PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling path
 2020-04-11 23:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 121/121] PCI: Use ioremap(), not phys_to_virt() for platform ROM

[PATCH AUTOSEL 5.4 108/108] PCI: Use ioremap(), not phys_to_virt() for platform ROM
 2020-04-11 23:09 UTC 

[PATCH AUTOSEL 4.19 66/66] PCI: Use ioremap(), not phys_to_virt() for platform ROM
 2020-04-11 23:12 UTC 

[RFC PATCH] PCI: rcar: Fix incorrect programming of OB windows
 2020-04-11 17:27 UTC  (5+ messages)

[PATCH 0/3] PCI: cadence: Deprecate inbound/outbound specific bindings
 2020-04-11  2:21 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: "

[PATCH] Replace -EINVAL with PCIBIOS_BAD_REGISTER_NUMBER
 2020-04-11  2:10 UTC  (5+ messages)

[PATCH v3 0/2] pciutils: Add basic decode support for CXL
 2020-04-10 23:24 UTC  (3+ messages)
` [PATCH v3 1/2] lspci: Add available DVSEC details
` [PATCH v3 2/2] lspci: Add basic decode support for Compute eXpress Link

[PATCH v2] Replace -EINVAL with a positive error number
 2020-04-10 20:42 UTC  (2+ messages)

[PATCH v3] Replace -EINVAL with a positive error number
 2020-04-10 19:37 UTC 

[PATCH 07/11] PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionality
 2020-04-10 19:30 UTC  (2+ messages)

[PATCH][next] PCI: endpoint: functions/pci-epf-test: fix leak of buf in pci_epf_test_write()
 2020-04-10 18:48 UTC 

[PATCH] Replace -EINVAL with a positive error number
 2020-04-10 17:03 UTC 

[PATCH] dt-bindings: pci: rcar: add r8a77961 support
 2020-04-10  9:54 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 39/68] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-04-10  3:46 UTC 

[PATCH AUTOSEL 5.5 29/56] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-04-10  3:47 UTC 

[PATCH AUTOSEL 5.4 21/46] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-04-10  3:48 UTC 

[PATCH AUTOSEL 4.19 13/32] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-04-10  3:49 UTC 

[PATCH AUTOSEL 4.14 09/22] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-04-10  3:50 UTC 

[PATCH v7 0/8] Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs
 2020-04-10  0:12 UTC  (6+ messages)
` [PATCH v7 7/8] PCI: Add Renesas R8A774C0 device ID

[PATCH v2 0/1] pciutils: Add available DVSEC Details
 2020-04-09 21:30 UTC  (2+ messages)
` [PATCH v2 1/1] lspci: Add available DVSEC details

[Patch 0/1] pciutils: Add available DVSEC Details
 2020-04-09 21:13 UTC  (4+ messages)
` [Patch 1/1] lspci: Add available DVSEC details

Problem with PCIe enumeration of Google/Coral TPU Edge module on Linux
 2020-04-09 20:07 UTC  (10+ messages)

double-freed irq when suspending with Thinkpad Thunderbolt Dock attached
 2020-04-09 16:23 UTC 

[PATCH] xen/pci: remove redundant assignment to variable irq
 2020-04-09 11:41 UTC 

[PATCH v7 6/8] PCI: rcar: Add support for R-Car PCIe controller in endpoint mode
 2020-04-09 10:14 UTC  (3+ messages)

[PATCH v7 2/8] PCI: rcar: Move shareable code to a common file
 2020-04-09 10:06 UTC  (3+ messages)

[PATCH v7 4/8] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
 2020-04-09 10:12 UTC  (3+ messages)

[RFC Patch 1/1] lspci: Add basic decode support for Compute eXpress Link
 2020-04-08 21:47 UTC  (3+ messages)

[v7 PATCH 1/6] ACPI / APEI: Add support to queuing up the non-fatal HW errors and notify
 2020-04-08 19:41 UTC  (3+ messages)
` [RFC PATCH] ACPI / APEI: ghes_gdata_pool_init() can be static


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