linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-08 21:35:56 to 2019-03-18 10:16:29 UTC [more...]

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

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

[PATCH 1/3] PCI: rcar: Replace unsigned long with u32 for register values
 2019-03-18  9:30 UTC  (16+ messages)
` [PATCH 2/3] PCI: rcar: Allow 64bit MSI addresses
` [PATCH 3/3] PCI: rcar: Clean up debug messages

[PATCH] PCI: tegra: Use the DMA-API to get the MSI address
 2019-03-18  8:46 UTC  (3+ messages)

[PATCH] arm64: dts: mt2712: Remove un-used property for PCIe
 2019-03-18  8:27 UTC 

[PATCH 1/2] PCI: rcar: Clean up remaining macros defining bits
 2019-03-18  8:19 UTC  (10+ messages)
` [PATCH 2/2] PCI: rcar: Replace unsigned long with u32 in register accessors

[PATCH v4 0/9] PCI: DWC/Keystone: MSI configuration cleanup
 2019-03-18  5:33 UTC  (7+ messages)
` [PATCH v4 3/9] PCI: keystone: Convert to using hierarchy domain for legacy interrupts

[GIT PULL] PCI changes for v5.1
 2019-03-18  4:33 UTC  (5+ messages)

[PATCH] hotplug/drc-info: ininitialize fndit to zero
 2019-03-16 21:40 UTC 

[PATCH v2] PCI: aardvark: Use LTSSM state to build link training flag
 2019-03-16 16:12 UTC 

[PATCH RESEND v1 0/3] PCI: ACPI: Implement support for _HPX Type 3 tables
 2019-03-15 19:29 UTC  (2+ messages)
` [PATCH v1 4/4] PCI/ACPI: Advertise HPX type 3 support via _OSC

[RFC PATCH 0/2] Fix system crash for accessing unmapped IO port regions
 2019-03-15 12:58 UTC  (10+ messages)
` [RFC PATCH 1/2] resource: Request IO port regions from children of ioport_resource
` [RFC PATCH 2/2] hwmon: (f71805f): Use request_region() in f71805f_init()

[PATCH] pci: pcie-rcar: fix a potential NULL pointer dereference
 2019-03-15 11:54 UTC  (7+ messages)
  ` [PATCH v2] "

[RFC 1/2] dt-bindings: imx6q-pcie: Add support for i.MX8QM/QXP PCIe
 2019-03-15  6:04 UTC  (9+ messages)
` [RFC 2/2] PCI: imx6: "

[PATCH] pci: endpoint: fix a potential NULL pointer dereference
 2019-03-15  5:07 UTC 

PCI: BUG in pci_epf_remove_cfs() from pci-epf-test
 2019-03-15  0:11 UTC 

Regression causes a hang on boot with a Comtrol PCI card
 2019-03-14 20:57 UTC  (3+ messages)

[RFC PATCH v1] PCI: qcom: Use quirk to override incorrect device class
 2019-03-14 13:18 UTC  (12+ messages)
      ` [PATCH v2] PCI: qcom: Use default config space read function

[PATCH] pci: pcie-xilinx: fix a missing-check bug for __get_free_pages
 2019-03-14  5:58 UTC 

[PATCH] pci: pci-tegra: fix a potential NULL pointer dereference
 2019-03-14  5:53 UTC 

[PATCH] pci/quirks: Add quirk to reset nvgpu at boot for the Lenovo ThinkPad P50
 2019-03-13 22:25 UTC  (4+ messages)

[PATCH] pci: aardvark: Wait for endpoint to be ready before training link
 2019-03-13 21:37 UTC 

[PATCHv4 00/28] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-03-13 14:51 UTC  (47+ messages)
` [PATCHv4 01/28] PCI: mobiveil: uniform the register accessors
` [PATCHv4 02/28] PCI: mobiveil: format the code without function change
` [PATCHv4 03/28] PCI: mobiveil: correct the returned error number
` [PATCHv4 04/28] PCI: mobiveil: remove flag MSI_FLAG_MULTI_PCI_MSI
` [PATCHv4 05/28] PCI: mobiveil: correct PCI base address in MEM/IO outbound windows
` [PATCHv4 06/28] PCI: mobiveil: replace the resource list iteration function
` [PATCHv4 07/28] PCI: mobiveil: use WIN_NUM_0 explicitly for CFG outbound window
` [PATCHv4 08/28] PCI: mobiveil: use the 1st inbound window for MEM inbound transactions
` [PATCHv4 09/28] PCI: mobiveil: correct inbound/outbound window setup routines
` [PATCHv4 10/28] PCI: mobiveil: fix the INTx process error
` [PATCHv4 11/28] PCI: mobiveil: only fix up the Class Code field
` [PATCHv4 12/28] PCI: mobiveil: move out the link up waiting from mobiveil_host_init
` [PATCHv4 13/28] PCI: mobiveil: move irq chained handler setup out of DT parse
` [PATCHv4 14/28] PCI: mobiveil: initialize Primary/Secondary/Subordinate bus number
` [PATCHv4 15/28] dt-bindings: pci: mobiveil: change gpio_slave and apb_csr to optional
` [PATCHv4 16/28] PCI: mobiveil: refactor Mobiveil PCIe Host Bridge IP driver
` [PATCHv4 17/28] PCI: mobiveil: fix the checking of valid device
` [PATCHv4 18/28] PCI: mobiveil: add link up condition check
` [PATCHv4 19/28] PCI: mobiveil: continue to initialize the host upon no PCIe link
` [PATCHv4 20/28] PCI: mobiveil: disabled IB and OB windows set by bootloader
` [PATCHv4 21/28] PCI: mobiveil: add Byte and Half-Word width register accessors
` [PATCHv4 22/28] PCI: mobiveil: make mobiveil_host_init can be used to re-init host
` [PATCHv4 23/28] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller
` [PATCHv4 24/28] PCI: mobiveil: add PCIe Gen4 RC driver for NXP Layerscape SoCs
` [PATCHv4 25/28] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011577
` [PATCHv4 26/28] PCI: mobiveil: ls_pcie_g4: add Workaround for A-011451
` [PATCHv4 27/28] arm64: dts: freescale: lx2160a: add pcie DT nodes
` [PATCHv4 28/28] arm64: defconfig: Enable CONFIG_PCI_LAYERSCAPE_GEN4

[PATCH v2] PCI: pciehp: Fix re-enabling the slot marked for safe removal
 2019-03-13 13:42 UTC  (3+ messages)

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

[PATCH v2 00/12] Support using MSI interrupts in ntb_transport
 2019-03-12 21:30 UTC  (8+ messages)
` [PATCH v2 07/12] NTB: Introduce functions to calculate multi-port resource index

WIP: PCIe on MSM8998
 2019-03-12 15:59 UTC  (3+ messages)

[PATCH] PCI: pciehp: Fix re-enabling the slot marked for safe removal
 2019-03-12 12:03 UTC  (3+ messages)

[PATCHv4 23/28] dt-bindings: pci: Add NXP Layerscape SoCs PCIe Gen4 controller
 2019-03-12  9:38 UTC 

[PATCH] PCI: imx6: Simplify Kconfig depends on
 2019-03-11 18:59 UTC 

[PATCH v2 0/4] PCI: Patch series to support Thunderbolt without any BIOS support
 2019-03-11 17:53 UTC  (2+ messages)

[PATCH v2 1/4] PCI: Consider alignment of hot-added bridges when distributing available resources
 2019-03-11 16:23 UTC  (4+ messages)
` [PATCH v2 2/4] PCI: Cleanup comments in setup-bus.c to meet kernel coding style guidelines
` [PATCH v2 3/4] PCI: Fix serious bug when sizing bridges with additional size
` [PATCH v2 4/4] PCI: modify kernel parameters to differentiate between MMIO and MMIO_PREF sizes

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-11 13:31 UTC  (22+ messages)
` [PATCH RFC v4 01/21] PCI: Fix writing invalid BARs during pci_restore_state()
` [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 04/21] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH RFC v4 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v4 06/21] PCI: Pause the devices with movable BARs during rescan
` [PATCH RFC v4 07/21] PCI: Wake up bridges during rescan when movable BARs enabled
` [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 10/21] PCI: Fix assigning of fixed prefetchable resources
` [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 RFC v4 13/21] PCI: Include fixed BARs into the bus size calculating
` [PATCH RFC v4 14/21] PCI: Don't reserve memory for hotplug when enabled movable BARs
` [PATCH RFC v4 15/21] PCI: Allow the failed resources to be reassigned later
` [PATCH RFC v4 16/21] PCI: Calculate fixed areas of bridge windows based on fixed BARs
` [PATCH RFC v4 17/21] PCI: Calculate boundaries for bridge windows
` [PATCH RFC v4 18/21] PCI: Make sure bridge windows include their fixed BARs
` [PATCH RFC v4 19/21] PCI: Prioritize fixed BAR assigning over the movable ones
` [PATCH RFC v4 20/21] PCI: pciehp: Add support for the movable BARs feature
` [PATCH RFC v4 21/21] powerpc/pci: Fix crash with enabled movable BARs

[PATCH v5 0/8] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-03-11 11:52 UTC  (9+ messages)
` [PATCH v5 1/8] powerpc/pci: Access PCI config space directly w/o pci_dn
` [PATCH v5 2/8] powerpc/powernv/pci: Suppress an EEH error when reading an empty slot
` [PATCH v5 3/8] powerpc/pci: Create pci_dn on demand
` [PATCH v5 4/8] powerpc/pci: Reduce code duplication in pci_add_device_node_info
` [PATCH v5 5/8] powerpc/pci/IOV: Add support for runtime enabling the VFs
` [PATCH v5 6/8] powerpc/pci: Don't rely on DT is the PCI_REASSIGN_ALL_BUS is set
` [PATCH v5 7/8] powerpc/powernv/pci: Hook up the writes to PCI_SECONDARY_BUS register
` [PATCH v5 8/8] powerpc/powernv/pci: Enable reassigning the bus numbers

[PATCH v2] PCI: xilinx-nwl: Fix Multi MSI data programming
 2019-03-11 11:45 UTC 

[PATCH V2] PCI: rcar: Add the initialization of PCIe link in resume_noirq
 2019-03-11 10:10 UTC  (6+ messages)

[RFC] Log PCIe service info with pci_dev, not pcie_device
 2019-03-11  9:50 UTC  (2+ messages)

Inquiry March-2019
 2019-03-09  9:50 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).