linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-27 08:39:00 to 2019-04-02 08:33:00 UTC [more...]

Lockdep warning in pciehp (v5.0-based kernel)
 2019-04-02  8:32 UTC  (2+ messages)

[PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998
 2019-04-02  8:08 UTC  (9+ messages)
` [PATCH v1 1/3] PCI: qcom: Setup PCIE20_PARF_BDF_TRANSLATE_N
` [PATCH v1 2/3] arm64: dts: qcom: msm8998: Add PCIe SMMU node
` [PATCH v1 3/3] arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes

[PATCH 00/10] Add Tegra194 PCIe support
 2019-04-02  7:17 UTC  (24+ messages)
` [PATCH 03/10] PCI: dwc: Move config space capability search API
` [PATCH 05/10] dt-bindings: PCI: tegra: Add device tree support for T194
` [PATCH 06/10] arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT
` [PATCH 09/10] PCI: tegra: Add Tegra194 PCIe support
` [PATCH 10/10] arm64: Add Tegra194 PCIe driver to defconfig

[v2 PATCH] PCI: mediatek: get optional clock by devm_clk_get_optional()
 2019-04-02  6:54 UTC  (2+ messages)

[PATCH V5 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-04-02  6:28 UTC  (8+ messages)
` [PATCH V5 2/6] PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
` [PATCH V5 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V5 4/6] PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
` [PATCH V5 5/6] PCI: rcar: Clean up debug messages
` [PATCH V5 6/6] PCI: rcar: Fix 64bit MSI message address handling

[PATCH 00/12] Include linux PCI docs into Sphinx TOC tree
 2019-04-01 23:03 UTC  (17+ messages)
` [PATCH 01/12] Documentation: add Linux PCI to "
` [PATCH 02/12] pci doc: convert PCI/pci.txt to rst format
` [PATCH 03/12] pci doc: convert PCI/PCIEBUS-HOWTO.txt "
` [PATCH 04/12] pci doc: convert PCI/pci-iov-howto.txt "
` [PATCH 05/12] pci doc: convert PCI/MSI-HOWTO.txt "
` [PATCH 06/12] pci doc: convert PCI/acpi-info.txt "
` [PATCH 07/12] pci doc: convert PCI/pci-error-recovery.txt "
` [PATCH 08/12] pci doc: convert PCI/pcieaer-howto.txt "
` [PATCH 09/12] pci doc: convert PCI/endpoint/pci-endpoint.txt "
` [PATCH 10/12] pci doc: convert PCI/endpoint/pci-endpoint-cfs.txt "
` [PATCH 11/12] pci doc: convert PCI/endpoint/pci-test-function.txt "
` [PATCH 12/12] pci doc: convert PCI/endpoint/pci-test-howto.txt "

[PATCH v4 0/2] Add IPROC PCIe new features
 2019-04-01 22:03 UTC  (11+ messages)
` [PATCH v4 2/2] PCI: iproc: Add outbound configuration for 32-bit I/O region

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-01 21:13 UTC  (7+ messages)

[PATCH] PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored
 2019-04-01 19:33 UTC 

[PATCH 1/2] PCI: Prevent 64-bit resources from being counted in 32-bit bridge region
 2019-04-01 19:22 UTC  (5+ messages)

[PATCH v2] PCI: xilinx-nwl: Fix Multi MSI data programming
 2019-04-01 17:00 UTC  (2+ messages)

[PATCH v2 0/7] QCS404 PCIe PHY and controller
 2019-04-01 15:13 UTC  (7+ messages)
` [PATCH v2 2/7] dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY
` [PATCH v2 6/7] PCI: qcom: Add QCS404 PCIe controller support

[PATCH v4 0/5] PCI: dwc: Support remove
 2019-04-01 13:50 UTC  (7+ messages)
` [PATCH v4 1/5] PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid
` [PATCH v4 2/5] PCI: dwc: Free the page for MSI IRQ in dw_pcie_free_msi()
` [PATCH v4 3/5] PCI: dwc: Free MSI in the error code path of dw_pcie_host_init()
` [PATCH v4 4/5] PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify the code
` [PATCH v4 5/5] PCI: dwc: Save root bus for driver remove

[PATCH 0/4] PCI, CPER: Trivial cleanups
 2019-04-01 13:43 UTC  (8+ messages)
` [PATCH 2/4] PCI: Fix comment typos
` [PATCH 4/4] CPER: Remove unnecessary use of user-space types

[PATCH] PCI: armada8k: Add PHYs support
 2019-04-01 13:12 UTC 

[RFC PATCH v1] PCI: qcom: Use quirk to override incorrect device class
 2019-04-01 11:12 UTC  (22+ messages)
      ` [PATCH v2] PCI: qcom: Use default config space read function
                    ` [PATCH v3] "
                        ` [PATCH v4] "
                              ` [PATCH v5] "

[PATCH 1/8] PCI: dwc: pci-dra7xx: fix a leaked reference by adding missing of_node_put
 2019-04-01 10:03 UTC  (2+ messages)

[PATCH V2] PCI: tegra: Use the DMA-API to get the MSI address
 2019-04-01  5:43 UTC  (3+ messages)

[PATCH v3 00/11] i.MX6, DesignWare PCI improvements
 2019-04-01  4:25 UTC  (12+ messages)
` [PATCH v3 01/11] PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()
` [PATCH v3 02/11] PCI: imx6: Remove redundant debug tracing
` [PATCH v3 03/11] PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()
` [PATCH v3 04/11] PCI: imx6: Remove PCIE_PL_PFLR_* constants
` [PATCH v3 05/11] PCI: dwc: imx6: Share PHY debug register definitions
` [PATCH v3 06/11] PCI: imx6: Make use of BIT() in constant definitions
` [PATCH v3 07/11] PCI: imx6: Simplify bit operations in PHY functions
` [PATCH v3 08/11] PCI: imx6: Simplify pcie_phy_poll_ack()
` [PATCH v3 09/11] PCI: imx6: Restrict PHY register data to 16-bit
` [PATCH v3 10/11] PCI: imx6: Use flags to indicate support for suspend
` [PATCH v3 11/11] PCI: imx6: Replace calls to udelay() with usleep_range()

[PATCH] PCI: mediatek: get optional clock by devm_clk_get_optional()
 2019-03-31 12:40 UTC  (4+ messages)

[PATCH] PCI: rockchip: fix bitwise operations on status and ROCKCHIP_PCIE_EP_CMD_STATUS_IS
 2019-03-30 16:38 UTC  (2+ messages)

[PATCH V4 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-03-30  7:45 UTC  (21+ messages)
` [PATCH V4 2/6] PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
` [PATCH V4 3/6] PCI: rcar: Replace various variable types with unsigned ones for register values
` [PATCH V4 4/6] PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)
` [PATCH V4 5/6] PCI: rcar: Clean up debug messages
` [PATCH V4 6/6] PCI: rcar: Fix 64bit MSI message address handling

Fixing the GHES driver vs not causing issues in the first place
 2019-03-29 21:37 UTC 

[PATCH 0/6] mm/devm_memremap_pages: Fix page release race
 2019-03-29 19:32 UTC  (11+ messages)
` [PATCH 1/6] drivers/base/devres: Introduce devm_release_action()
` [PATCH 2/6] mm/devm_memremap_pages: Introduce devm_memunmap_pages
` [PATCH 3/6] pci/p2pdma: Fix the gen_pool_add_virt() failure path
` [PATCH 4/6] lib/genalloc: Introduce chunk owners
` [PATCH 5/6] pci/p2pdma: Track pgmap references per resource, not globally
` [PATCH 6/6] mm/devm_memremap_pages: Fix final page put race

[PATCH v3 0/3] Add a quirk to work around link retrain errata of Pericom PCIe brigdes
 2019-03-29 19:24 UTC  (5+ messages)
` [PATCH v3 1/3] PCI/ASPM: Prepare stand-alone pcie_retrain_link() function
` [PATCH v3 2/3] PCI/ASPM: Work around link retrain errata of Pericom PCIe-to-PCI bridges
` [PATCH v3 3/3] PCI/ASPM: Trivial rework wait code in pcie_retrain_link()

[PATCH v2] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-29 16:36 UTC  (4+ messages)
` [PATCH v3] PCI: xilinx: Check for __get_free_pages() failure

[PATCH] PCI: rcar: don't shadow the 'irq' variable
 2019-03-29 16:23 UTC  (2+ messages)

[PATCH v2] pci: pcie-rcar: fix a potential NULL pointer dereference
 2019-03-29 16:22 UTC  (3+ messages)

[PATCH v3 0/3] PCIe Host request to reserve IOVA
 2019-03-29 13:21 UTC  (7+ messages)

[PATCH v2 0/3] Fix system crash for accessing unmapped IO port regions
 2019-03-29 12:22 UTC  (9+ messages)
` [RFC PATCH v2 1/3] resource: Request IO port regions from children of ioport_resource

[PATCH v3 0/5] PCI: dwc: Support remove
 2019-03-29 12:00 UTC  (4+ messages)
` [PATCH v3 3/5] PCI: dwc: Free MSI in the error code path of dw_pcie_host_init()

[PATCH V3] PCI: rcar: Add the initialization of PCIe link in resume_noirq()
 2019-03-29  9:52 UTC  (6+ messages)

[PATCH] PCI/IOV: update num_VFs earlier
 2019-03-29  8:00 UTC 

[PATCHv4 00/28] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-03-29  6:07 UTC  (8+ messages)
` [PATCHv4 16/28] PCI: mobiveil: refactor Mobiveil PCIe Host Bridge IP driver

PCI device appears intermittently
 2019-03-29  1:22 UTC 

[GIT PULL] PCI fixes for v5.1
 2019-03-28 21:15 UTC  (2+ messages)

[PATCH v5 0/8] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-03-28 12:44 UTC  (3+ messages)

[PATCH] PCI: al: add pcie-al.c
 2019-03-28 11:57 UTC  (14+ messages)
` [PATCH v2] PCI: al: Add Amazon Annapurna Labs PCIe host controller driver
    ` [PATCH v3] "

[PATCH] drivers: ntb: Kconfig: pedantic cleanups
 2019-03-28 11:45 UTC  (4+ messages)
` [PATCH v2] "

Spende an dich
 2019-03-27 23:39 UTC 

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-27 18:02 UTC  (23+ messages)
` [PATCH RFC v4 02/21] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH RFC v4 03/21] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH RFC v4 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v4 08/21] nvme-pci: Handle movable BARs
` [PATCH RFC v4 09/21] PCI: Mark immovable BARs with PCI_FIXED
` [PATCH RFC v4 11/21] PCI: Release and reassign the root bridge resources during rescan
` [PATCH RFC v4 12/21] PCI: Don't allow hotplugged devices to steal resources

[PATCH AUTOSEL 5.0 054/262] PCI: mediatek: Fix memory mapped IO range size computation
 2019-03-27 18:01 UTC  (3+ messages)
` [PATCH AUTOSEL 5.0 062/262] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
` [PATCH AUTOSEL 5.0 237/262] PCI: pciehp: Assign ctrl->slot_ctrl before writing it to hardware

[PATCH AUTOSEL 4.19 046/192] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
 2019-03-27 18:07 UTC 

r8169 not being recognized by different chipsets
 2019-03-27 18:15 UTC 

[PATCH AUTOSEL 4.14 032/123] PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()
 2019-03-27 18:14 UTC 

Device Description for FPGA Components on x86 system
 2019-03-27 17:17 UTC 

WIP: PCIe on MSM8998
 2019-03-27 17:05 UTC  (7+ messages)
    `  "

[PATCH 0/2] PCI/MSI: Remove unused interfaces
 2019-03-27 13:58 UTC  (2+ messages)

Question about Hotplug driver deadlock issue
 2019-03-27  9:00 UTC  (4+ 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).