linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-01 04:52:45 to 2019-03-12 21:30:26 UTC [more...]

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

[RFC PATCH v1] PCI: qcom: Use quirk to override incorrect device class
 2019-03-12 17:34 UTC  (4+ messages)

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

[PATCHv4 00/28] PCI: refactor Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2019-03-12 13:34 UTC  (43+ 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] PCI: tegra: Use the DMA-API to get the MSI address
 2019-03-12 13:03 UTC 

[PATCH v2] PCI: pciehp: Fix re-enabling the slot marked for safe removal
 2019-03-12 12:20 UTC  (2+ 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  (3+ messages)

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

[GIT PULL] PCI changes for v5.1
 2019-03-09 23:15 UTC  (2+ messages)

Inquiry March-2019
 2019-03-09  9:50 UTC 

[PATCH 1/6] PCI: mobiveil: Add the EP mode support
 2019-03-08  6:55 UTC  (3+ messages)

[PATCH RESEND v1 0/3] PCI: ACPI: Implement support for _HPX Type 3 tables
 2019-03-07 21:38 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] PCI / ACPI: Do not export pci_get_hp_params()
` [PATCH RESEND v1 2/3] PCI / ACPI: Remove the need for 'struct hotplug_params'
` [PATCH RESEND v1 3/3] PCI / ACPI: Implement Type 3 _HPX record

[PATCH V2 0/1] Proposal of a patch to work around link retrain errata of Pericom PCIe brigdes
 2019-03-07 15:16 UTC  (4+ messages)
` [PATCH V2 1/1] PCI/ASPM: Work around link retrain errata of Pericom PCIe-to-PCI bridges

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

[PATCH v1 1/5] PCI/IOV: Add support to verify PF/VF spec compliance
 2019-03-06 22:11 UTC  (5+ messages)
` [PATCH v1 2/5] PCI/ATS: Fix PRI PF/VF dependency issues
` [PATCH v1 3/5] PCI/ATS: Fix PASID "
` [PATCH v1 4/5] PCI/ATS: For PF/VF skip ATS initalization if spec check failed
` [PATCH v1 5/5] PCI/ATS: Fix ATS PF/VF dependency issues

[PATCH v1 0/5] Fix PF/VF dependency issues
 2019-03-06 22:11 UTC 

[PATCH] drivers: ntb: Kconfig: pedantic cleanups
 2019-03-06 22:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] PCI: reword the description of kconfig symbol PCIEPORTBUS
 2019-03-06 21:34 UTC  (2+ messages)

[PATCH] PCI: dwc: skip MSI init if MSIs have been explicitly disabled
 2019-03-06 15:59 UTC  (10+ messages)

[PATCH 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2019-03-05 23:16 UTC  (2+ messages)

[PATCH v3] PCI: portdrv: Report degraded links via link bandwidth notification
 2019-03-05 21:45 UTC  (2+ messages)

[PATCH v2] PCI: Fix "try" semantics of bus and slot reset
 2019-03-05 21:44 UTC  (2+ messages)

[PATCH] PCI: aardvark: Use LTSSM state to build link training flag
 2019-03-05 21:23 UTC 

[PATCH 0/3] pci-hyperv: fix memory leak and add pci_destroy_slot()
 2019-03-05 18:27 UTC  (5+ messages)
` [PATCH 1/3] PCI: hv: Fix a memory leak in hv_eject_device_work()
` [PATCH 2/3] PCI: hv: Add hv_pci_remove_slots() when we unload the driver
` [PATCH 3/3] PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary

[PATCH 1/2] PCI: Prevent 64-bit resources from being counted in 32-bit bridge region
 2019-03-04 23:58 UTC  (8+ messages)

[PATCH] PCI: tegra: Do not allocate MSI target memory
 2019-03-04  8:37 UTC  (8+ messages)

[PATCH v6 0/3] Add Stratix 10 PCIe Root Port support
 2019-03-04  6:55 UTC  (6+ messages)
` [PATCH v6 1/3] PCI: altera: Add Stratix 10 PCIe support

[PATCH][RFC] PCI: rcar: Add bus notifier so we can limit the DMA range
 2019-03-03 17:48 UTC  (6+ messages)

[PATCH v2] PCIE/PME: fix possible use-after-free on remove
 2019-03-02  0:11 UTC  (2+ messages)

[PATCH] PCI: imx6: Don't request "pci_aux" clock on i.MX7
 2019-03-01 19:36 UTC  (3+ messages)

[PATCH] pcie: qcom: Add support for sdm845 PCIe controller
 2019-03-01 18:44 UTC  (3+ messages)

[PATCH -next] PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' static
 2019-03-01 15:29 UTC  (3+ messages)

[PATCH v5 0/3] PCI: hv: Refactor hv_irq_unmask() to use hv_vpset and cpumask_to_vpset()
 2019-03-01 11:55 UTC  (5+ messages)
` [PATCH v5 1/3] PCI: hv: Add __aligned(8) to struct retarget_msi_interrupt
` [PATCH v5 2/3] PCI: hv: Replace hv_vp_set with hv_vpset
` [PATCH v5 3/3] PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()

[PATCH v3 0/2] PCI: mediatek: enable whole MMIO range and enlarge the PCIe2AHB window size
 2019-03-01 11:30 UTC  (2+ messages)

[PATCH v2 0/5] PCI: dwc: Support remove
 2019-03-01  5:06 UTC  (6+ 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 v4 0/2] Add IPROC PCIe new features
 2019-03-01  4:52 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: iproc: Add CRS check in config read
` [PATCH v4 2/2] PCI: iproc: Add outbound configuration for 32-bit I/O region


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