linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-29 16:05:33 to 2019-04-04 19:55:05 UTC [more...]

[PATCH V2 00/16] Add Tegra194 PCIe support
 2019-04-04 19:54 UTC  (2+ messages)
` [PATCH V2 01/16] PCI: Add #defines for PCIe spec r4.0 features

[PATCH 00/10] Add Tegra194 PCIe support
 2019-04-04 19:53 UTC  (33+ 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 08/10] phy: tegra: Add PCIe PIPE2UPHY support
` [PATCH 09/10] PCI: tegra: Add Tegra194 PCIe support

[PATCH v2] PCI: pciehp: Fix re-enabling the slot marked for safe removal
 2019-04-04 19:44 UTC  (2+ messages)

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-04 19:14 UTC 

[PATCH v3 0/4] Fix system crash for accessing unmapped IO port regions
 2019-04-04 18:58 UTC  (9+ messages)
` [RFC PATCH v3 1/4] resource: Request IO port regions from children of ioport_resource
` [PATCH v3 2/4] lib: logic_pio: Use logical PIO low-level accessors for !CONFIG_INDIRECT_PIO
` [PATCH v3 3/4] lib: logic_pio: Reject accesses to unregistered CPU MMIO regions
` [PATCH v3 4/4] lib: logic_pio: Fix up some prints

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

[PATCH] PCI: imx6: Allow async probe
 2019-04-04 17:32 UTC  (2+ messages)

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-04 17:16 UTC  (12+ messages)

[PATCH V5 1/6] PCI: rcar: Clean up remaining macros defining bits
 2019-04-04 16:27 UTC  (17+ 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] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
 2019-04-04 14:17 UTC  (8+ messages)

[PATCH 0/2] PCI: dwc: Export symbols to support module build
 2019-04-04 12:20 UTC  (3+ messages)
` [PATCH 1/2] PCI: dwc: Add API support to de-initialize host
` [PATCH 2/2] PCI: dwc: Export APIs to support .remove() implementation

[PATCH v2] PCI: xilinx-nwl: Fix Multi MSI data programming
 2019-04-04 11:51 UTC  (6+ messages)

[PATCH 0/2] tools: Fixes for pcitest
 2019-04-04 11:06 UTC  (3+ messages)
` [PATCH 1/2] tools: PCI: Add 'h' in optstring of getopt()
` [PATCH 2/2] tools: PCI: Handle pcitest.sh independently from pcitest

[PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998
 2019-04-04 10:01 UTC  (13+ 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 v5 0/8] PCI: DWC/Keystone: MSI configuration cleanup
 2019-04-04  7:42 UTC  (5+ messages)
` [PATCH v5 8/8] PCI: dwc: Do not write to MSI control registers if the platform doesn't use it

[PATCH V32 10/27] PCI: Lock down BAR access when the kernel is locked down
 2019-04-04  0:32 UTC 

[PATCH net] r8169: switch off ASPM by default and add sysfs attribute to control ASPM
 2019-04-03 20:10 UTC  (9+ messages)

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

[PATCH 00/12] Include linux PCI docs into Sphinx TOC tree
 2019-04-03 15:39 UTC  (14+ messages)
` [PATCH 02/12] pci doc: convert PCI/pci.txt to rst format
` [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 v4 0/5] PCI: dwc: Support remove
 2019-04-03 13:36 UTC  (3+ messages)

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-03 11:28 UTC  (3+ messages)

[PATCH v3 0/3] Add Microchip/Microsemi PolarFire SoC PCIe support
 2019-04-02 18:23 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: PCI: microsemi: Add DT Bindings for Microsemi PCIe host controller
` [PATCH v3 3/3] PCI: microsemi: Add host driver for Microsemi PCIe controller

r8169 not being recognized by different chipsets
 2019-04-02 13:25 UTC  (2+ messages)

[PATCH v2 0/2] PCI: Describe external-facing ports in device tree
 2019-04-02 13:15 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: Add external-facing PCIe port property
` [PATCH v2 2/2] PCI: OF: Support external-facing property

PCI device appears intermittently
 2019-04-02 13:09 UTC  (2+ messages)

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

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

[v2 PATCH] PCI: mediatek: get optional clock by devm_clk_get_optional()
 2019-04-02  6:54 UTC  (2+ 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 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 0/4] PCI, CPER: Trivial cleanups
 2019-04-01 13:43 UTC  (7+ 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 

[PATCH v2] PCI: qcom: Use default config space read function
 2019-04-01 11:12 UTC  (13+ messages)
      ` [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  (2+ 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  (4+ 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  (8+ messages)
` [PATCH 3/6] pci/p2pdma: Fix the gen_pool_add_virt() failure path
` [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  (3+ 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)


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