linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-05 03:19:49 to 2020-06-10 19:57:15 UTC [more...]

[RFC] Restrict the untrusted devices, to bind to only a set of "whitelisted" drivers
 2020-06-10 19:57 UTC  (25+ messages)

[RFC PATCH] pci: pci-mvebu: setup BAR0 to internal-regs
 2020-06-10 19:20 UTC  (7+ messages)

[PATCH v1 0/3] Preventing job distribution to isolated CPUs
 2020-06-10 16:12 UTC  (4+ messages)
` [Patch v1 1/3] lib: restricting cpumask_local_spread to only houskeeping CPUs
` [Patch v1 2/3] PCI: prevent work_on_cpu's probe to execute on isolated CPUs
` [Patch v1 3/3] net: restrict queuing of receive packets to housekeeping CPUs

[PATCH v6 00/12] Multiple fixes in PCIe qcom driver
 2020-06-10 16:06 UTC  (13+ messages)
` [PATCH v6 01/12] PCI: qcom: Add missing ipq806x clocks in PCIe driver
` [PATCH v6 02/12] dt-bindings: PCI: qcom: Add missing clks
` [PATCH v6 03/12] PCI: qcom: Change duplicate PCI reset to phy reset
` [PATCH v6 04/12] PCI: qcom: Add missing reset for ipq806x
` [PATCH v6 05/12] dt-bindings: PCI: qcom: Add ext reset
` [PATCH v6 06/12] PCI: qcom: Use bulk clk api and assert on error
` [PATCH v6 07/12] PCI: qcom: Define some PARF params needed for ipq8064 SoC
` [PATCH v6 08/12] PCI: qcom: Add support for tx term offset for rev 2.1.0
` [PATCH v6 09/12] PCI: qcom: Add ipq8064 rev2 variant
` [PATCH v6 10/12] dt-bindings: PCI: qcom: Add ipq8064 rev 2 variant
` [PATCH v6 11/12] PCI: qcom: Add Force GEN1 support
` [PATCH v6 12/12] PCI: qcom: Replace define with standard value

[PATCH v2 0/9] Raspberry Pi 4 USB firmware initialization rework
 2020-06-10 15:57 UTC  (23+ messages)
` [PATCH v2 1/9] dt-bindings: reset: Add a binding for the RPi Firmware reset controller
` [PATCH v2 2/9] reset: Add Raspberry Pi 4 firmware "
` [PATCH v2 3/9] ARM: dts: bcm2711: Add firmware usb reset node
` [PATCH v2 4/9] ARM: dts: bcm2711: Add reset controller to xHCI node
` [PATCH v2 5/9] usb: xhci-pci: Add support for reset controllers
` [PATCH v2 6/9] Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"
` [PATCH v2 7/9] usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4
` [PATCH v2 8/9] Revert "firmware: raspberrypi: Introduce vl805 init routine"
` [PATCH v2 9/9] Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"

close() on some Intel CNP-LP PCI devices takes up to 2.7 s
 2020-06-10  9:52 UTC  (3+ messages)

[RFC PATCH] PCI: Remove End-End TLP as PASID dependency
 2020-06-10  8:00 UTC  (3+ messages)

[PATCH v2 01/15] PCI/MSI: Forward MSI-X vector enable error code in pci_alloc_irq_vectors_affinity()
 2020-06-10  7:08 UTC  (29+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 01/15] PCI/MSI: "
  ` [PATCH v3 03/15] PCI: Use PCI_IRQ_MSI_TYPES where appropriate
  ` [PATCH v3 04/15] ahci: "
  ` [PATCH v3 05/15] crypto: inside-secure - "
  ` [PATCH v3 06/15] dmaengine: dw-edma: "
  ` [PATCH v3 07/15] drm/amdgpu: "
  ` [PATCH v3 08/15] IB/qib: "
  ` [PATCH v3 09/15] media: ddbridge: "
  ` [PATCH v3 10/15] vmw_vmci: Use PCI_IRQ_ALL_TYPES "
  ` [PATCH v3 11/15] mmc: sdhci: Use PCI_IRQ_MSI_TYPES "
  ` [PATCH v3 12/15] amd-xgbe: "
  ` [PATCH v3 13/15] aquantia: atlantic: Use PCI_IRQ_ALL_TYPES "
  ` [PATCH v3 14/15] net: hns3: Use PCI_IRQ_MSI_TYPES "
  ` [PATCH v3 15/15] scsi: Use PCI_IRQ_MSI_TYPES and PCI_IRQ_ALL_TYPES "
  ` [PATCH v3 02/15] PCI: Add macro for message signalled interrupt types

[PATCH] PCI: ERR: Don't override the status returned by error_detect()
 2020-06-10  4:07 UTC  (5+ messages)

[PATCH] PCI: Loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()
 2020-06-10  2:39 UTC 

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-06-09 16:49 UTC  (7+ messages)

R: [PATCH v5 11/11] PCI: qcom: Add Force GEN1 support
 2020-06-09 16:41 UTC  (4+ messages)
  ` R: "

[PATCH 0/8] PCI: Align return value of pcie capability accessors with other accessors
 2020-06-09 15:39 UTC  (9+ messages)
` [PATCH 1/8] PCI: Convert PCIBIOS_ error codes to non-PCI generic error codes
` [PATCH 2/8] "
` [PATCH 3/8] "
` [PATCH 4/8] "
` [PATCH 5/8] "
` [PATCH 6/8] "
` [PATCH 7/8] "
` [PATCH 8/8] PCI: Align return value of pcie capability accessors with other accessors

[PATCH] dt-bindings: pci: iommu: Convert to json-schema
 2020-06-09 16:26 UTC 

[PATCH v4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property
 2020-06-09 13:46 UTC  (3+ messages)

[PATCH 0/9] Raspberry Pi 4 USB firmware initialization rework
 2020-06-09 13:08 UTC  (19+ messages)
` [PATCH 1/9] dt-bindings: reset: Add a binding for the RPi Firmware USB reset
` [PATCH 2/9] reset: Add Raspberry Pi 4 firmware USB reset controller
` [PATCH 3/9] ARM: dts: bcm2711: Add firmware usb reset node
` [PATCH 4/9] ARM: dts: bcm2711: Add reset controller to xHCI node
` [PATCH 5/9] usb: xhci-pci: Add support for reset controllers
` [PATCH 6/9] Revert "USB: pci-quirks: Add Raspberry Pi 4 quirk"
` [PATCH 7/9] usb: host: pci-quirks: Bypass xHCI quirks for Raspberry Pi 4
` [PATCH 8/9] Revert "firmware: raspberrypi: Introduce vl805 init routine"
` [PATCH 9/9] Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"

[PATCH] PCI: Avoid FLR for AMD Starship USB 3.0
 2020-06-09 11:47 UTC  (6+ messages)

[PATCH AUTOSEL 5.7 239/274] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:05 UTC 

[PATCH AUTOSEL 5.4 148/175] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:18 UTC 

[PATCH AUTOSEL 4.19 089/106] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:22 UTC 

[PATCH AUTOSEL 4.14 60/72] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:24 UTC 

[PATCH AUTOSEL 4.9 42/50] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:26 UTC 

[PATCH AUTOSEL 4.4 31/37] PCI: Don't disable decoding when mmio_always_on is set
 2020-06-08 23:27 UTC 

[PATCH v8 0/2] Adding support for Versal CPM as Root Port driver
 2020-06-08 17:58 UTC  (4+ messages)
` [PATCH v8 1/2] PCI: xilinx-cpm: Add YAML schemas for Versal CPM Root Port
` [PATCH v8 2/2] PCI: xilinx-cpm: Add Versal CPM Root Port driver

[PATCH v5 00/14] Add PCIe support to TI's J721E SoC
 2020-06-08 15:58 UTC  (10+ messages)
` [PATCH v5 03/14] PCI: cadence: Convert all r/w accessors to perform only 32-bit accesses

Adding support for Relaxed ordering on a non-root device
 2020-06-08 12:44 UTC  (3+ messages)

[PATCH] gpio:asm28xx-18xx: new driver
 2020-06-08  8:57 UTC  (3+ messages)

[PATCH] [v2] PCI: rcar: Fix runtime PM imbalance on error
 2020-06-08  1:49 UTC  (2+ messages)

[PATCH v5 0/4] Simplify PCIe native ownership detection logic
 2020-06-07 16:20 UTC  (5+ messages)
` [PATCH v5 1/4] ACPI/PCI: Ignore _OSC negotiation result if pcie_ports_native is set
` [PATCH v5 2/4] ACPI/PCI: Ignore _OSC DPC negotiation result if pcie_ports_dpc_native "
` [PATCH v5 3/4] PCI/portdrv: Remove redundant pci_aer_available() check in DPC enable logic
` [PATCH v5 4/4] PCI/DPC: Move AER/DPC dependency checks out of DPC driver

[PATCH] PCI/IOV: Plug VF bus creation race
 2020-06-07  9:43 UTC 

[PATCH][v2] iommu: arm-smmu-v3: Copy SMMU table for kdump kernel
 2020-06-07  8:30 UTC  (3+ messages)

[PATCH] PCI: rcar: fix runtime pm imbalance on error
 2020-06-07  6:18 UTC  (3+ messages)
  `  "

[GIT PULL] PCI changes for v5.8
 2020-06-06 19:15 UTC  (3+ messages)

[PATCH v5 00/11] Multiple fixes in PCIe qcom driver
 2020-06-06 16:30 UTC  (3+ messages)
` [PATCH v5 07/11] PCI: qcom: Define some PARF params needed for ipq8064 SoC

[PATCH] PCI: rcar: handle the failure case of pm_runtime_get_sync
 2020-06-06 12:17 UTC  (2+ messages)

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-06-06 10:19 UTC  (12+ messages)

[pci:v5.8-merge] BUILD SUCCESS d1446bebeef8c96ce327bf8d4f91f8f67de40829
 2020-06-06  4:20 UTC 

[PATCH v4 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-06-05 21:41 UTC  (13+ messages)
` [PATCH v4 01/12] PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB
` [PATCH v4 02/12] ata: ahci_brcm: Fix use of BCM7216 reset controller
` [PATCH v4 03/12] dt-bindings: PCI: Add bindings for more Brcmstb chips
` [PATCH v4 04/12] PCI: brcmstb: Add bcm7278 register info
` [PATCH v4 05/12] PCI: brcmstb: Add suspend and resume pm_ops
` [PATCH v4 06/12] PCI: brcmstb: Add bcm7278 PERST support
` [PATCH v4 07/12] PCI: brcmstb: Add control of rescal reset
` [PATCH v4 09/12] PCI: brcmstb: Set internal memory viewport sizes
` [PATCH v4 10/12] PCI: brcmstb: Accommodate MSI for older chips
` [PATCH v4 11/12] PCI: brcmstb: Set bus max burst size by chip type
` [PATCH v4 12/12] PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match list

[PATCH v4 0/6] PCI: uniphier: Add features for UniPhier PCIe host controller
 2020-06-05 11:44 UTC  (8+ messages)
` [PATCH v4 1/6] PCI: dwc: Add msi_host_isr() callback
` [PATCH v4 2/6] PCI: uniphier: Add misc interrupt handler to invoke PME and AER
` [PATCH v4 3/6] dt-bindings: PCI: uniphier: Add iATU register description
` [PATCH v4 4/6] PCI: uniphier: Add iATU register support
` [PATCH v4 5/6] PCI: uniphier: Add error message when failed to get phy
` [PATCH v4 6/6] PCI: uniphier: Use devm_platform_ioremap_resource_byname()

[PATCH] gpio:asm28xx-18xx: new driver
 2020-06-05 10:13 UTC  (5+ messages)

[PATCH] PCI: tegra: handle failure case of pm_runtime_get_sync
 2020-06-05  5:58 UTC  (2+ messages)

[PATCH v2 1/2] PCI/ERR: Fix fatal error recovery for non-hotplug capable devices
 2020-06-05  4:47 UTC  (2+ messages)

[pci:next] BUILD SUCCESS 2bd81cd04a3f5eb873cc81fa16c469377be3b092
 2020-06-05  3:23 UTC 

[PATCH] PCI: dwc: pci-dra7xx: handle failure case of pm_runtime_get_sync
 2020-06-05  3:19 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).