linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-08 00:00:43 to 2020-02-13 16:52:22 UTC [more...]

[PATCH 00/10] PCI/ATS: Device-tree support and other improvements
 2020-02-13 16:50 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: PCI: generic: Add ats-supported property
` [PATCH 02/11] PCI: Add ats_supported host bridge flag
` [PATCH 03/11] PCI: OF: Check whether the host bridge supports ATS
` [PATCH 04/11] ACPI/IORT: Check ATS capability in root complex node
` [PATCH 05/11] PCI/ATS: Gather checks into pci_ats_supported()
` [PATCH 06/11] iommu/amd: Use pci_ats_supported()
` [PATCH 07/11] iommu/arm-smmu-v3: "
` [PATCH 08/11] iommu/vt-d: "
` [PATCH 09/11] ACPI/IORT: Drop ATS fwspec flag
` [PATCH 10/11] arm64: dts: fast models: Enable PCIe ATS for Base RevC FVP
` [PATCH 11/11] Documentation: Generalize the "pci=noats" boot parameter

[PATCH 0/3] PCI: brcmstb: Add Broadcom STB support
 2020-02-13 15:54 UTC  (11+ messages)
` [PATCH 1/3] PCI: brcmstb: Enable ARCH_BRCMSTB
` [PATCH 2/3] PCI: brcmstb: Add regulator support
` [PATCH 3/3] PCI: brcmstb: Drop clk_put when probe fails and remove

[PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-13 12:41 UTC  (12+ messages)
` [PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks
` [PATCH 2/7] vfio/pci: Implement match ops
` [PATCH 3/7] vfio/pci: Introduce VF token
` [PATCH 4/7] vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
` [PATCH 5/7] vfio/pci: Add sriov_configure support
` [PATCH 6/7] vfio/pci: Remove dev_fmt definition
` [PATCH 7/7] vfio/pci: Cleanup .probe() exit paths

[PATCH v3 0/9] Improve link speed presentation process
 2020-02-13 11:36 UTC  (10+ messages)
` [PATCH v3 1/9] PCI: add 32 GT/s decoding in some macros
` [PATCH v3 2/9] PCI: Make pci_bus_speed_strings[] public
` [PATCH v3 3/9] PCI: Remove PCIe suffix in pci_bus_speed_strings[]
` [PATCH v3 4/9] PCI: Add comments for link speed info arrays
` [PATCH v3 5/9] PCI: Refactor and rename PCIE_SPEED2STR macro
` [PATCH v3 6/9] PCI: Refactor bus_speed_read() with PCI_SPEED2STR macro
` [PATCH v3 7/9] PCI: Add PCIe suffix when display PCIe slot bus speed
` [PATCH v3 8/9] PCI: Add PCIE_LNKCAP2_SLS2SPEED macro
` [PATCH v3 9/9] PCI: Reduce redundancy in current_link_speed_show()

[PATCH 0/4] iommu: Finish off PASID support for Arm SMMUv3
 2020-02-13 10:14 UTC  (5+ messages)
` [PATCH 1/4] PCI/ATS: Export symbols of PASID functions
` [PATCH 2/4] iommu/arm-smmu-v3: Add support for PCI PASID
` [PATCH 3/4] iommu/arm-smmu-v3: Batch context descriptor invalidation
` [PATCH 4/4] iommu/arm-smmu-v3: Write level-1 descriptors atomically

[PATCH v3 0/3] PCI: hv: Generify pci-hyperv.c
 2020-02-13  8:05 UTC  (11+ messages)
` [PATCH v3 1/3] PCI: hv: Move hypercall related definitions into tlfs header
` [PATCH v3 2/3] PCI: hv: Move retarget related structures "
` [PATCH v3 3/3] PCI: hv: Introduce hv_msi_entry

[PATCH v2 0/6] Add Rockchip new PCIe controller and combo phy support
 2020-02-13  6:10 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: add binding for Rockchip combo phy using an Innosilicon IP
` [PATCH v2 2/6] phy/rockchip: inno-combophy: Add initial support
` [PATCH v2 3/6] PCI: dwc: Skip allocating own MSI domain if using external MSI domain
` [PATCH v2 4/6] dt-bindings: rockchip: Add DesignWare based PCIe controller
` [PATCH v2 5/6] PCI: rockchip: add "
  ` [PATCH v2 6/6] MAINTAINERS: Update PCIe drivers for Rockchip

[PATCH v2] PCI: Make pci_bus_speed_strings[] public
 2020-02-13  6:07 UTC  (3+ messages)

[PATCHv10 00/13] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-13  4:06 UTC  (14+ messages)
` [PATCHv10 01/13] PCI: mobiveil: Introduce a new structure mobiveil_root_port
` [PATCHv10 02/13] PCI: mobiveil: Move the host initialization into a function
` [PATCHv10 03/13] PCI: mobiveil: Collect the interrupt related operations "
` [PATCHv10 04/13] PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driver
` [PATCHv10 05/13] PCI: mobiveil: Add callback function for interrupt initialization
` [PATCHv10 06/13] PCI: mobiveil: Add callback function for link up check
` [PATCHv10 07/13] PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init host
` [PATCHv10 08/13] PCI: mobiveil: Add 8-bit and 16-bit CSR register accessors
` [PATCHv10 09/13] PCI: mobiveil: Add Header Type field check
` [PATCHv10 10/13] dt-bindings: PCI: Add NXP Layerscape SoCs PCIe Gen4 controller
` [PATCHv10 11/13] PCI: mobiveil: Add PCIe Gen4 RC driver for NXP Layerscape SoCs
` [PATCHv10 12/13] arm64: dts: lx2160a: Add PCIe controller DT nodes
` [PATCHv10 13/13] arm64: defconfig: Enable CONFIG_PCIE_LAYERSCAPE_GEN4

[PATCH] PCI: hv: Replace zero-length array with flexible-array member
 2020-02-13  3:43 UTC  (2+ messages)

[pci:pci/hotplug] BUILD REGRESSION c4e85e3f147644d222f7d2da21a812f8ff3b7cbc
 2020-02-13  3:34 UTC 

[PATCH] PCI: Replace zero-length array with flexible-array member
 2020-02-13  0:52 UTC 

[pci:pci/misc] BUILD SUCCESS e3cdcfcea363edadebf94576c29d33a441fd5a6f
 2020-02-13  1:35 UTC 

"Plug non-maskable MSI affinity race" triggers a warning with CPU hotplugs
 2020-02-13  0:44 UTC  (3+ messages)

[pci:pci/review/cpumask] BUILD REGRESSION 50fcb29e443db489b159054e9d5f4d8663812da2
 2020-02-12 22:07 UTC 

[PATCH v14 0/5] Add Error Disconnect Recover (EDR) support
 2020-02-12 17:26 UTC  (8+ messages)
` [PATCH v14 1/5] PCI/ERR: Update error status after reset_link()
` [PATCH v14 2/5] PCI/DPC: Remove pcie_device reference from dpc_dev structure
` [PATCH v14 3/5] PCI/EDR: Export AER, DPC and error recovery functions
` [PATCH v14 4/5] PCI/DPC: Add Error Disconnect Recover (EDR) support
` [PATCH v14 5/5] PCI/ACPI: Enable EDR support

[RFC][pci/pm] pci config space save restore issues during suspend/resume
 2020-02-12 14:16 UTC  (4+ messages)

[PATCH v7 16/26] PCI: Ignore PCIBIOS_MIN_MEM
 2020-02-12 14:13 UTC  (3+ messages)

[PATCH v4 0/6] Add support for PCIe controller to work in endpoint mode on R-Car SoCs
 2020-02-12 14:04 UTC  (13+ messages)
` [PATCH v4 1/6] PCI: rcar: Preparation for adding endpoint support
` [PATCH v4 2/6] PCI: rcar: Fix calculating mask for PCIEPAMR register
` [PATCH v4 3/6] PCI: endpoint: Add support to handle multiple base for mapping outbound memory
` [PATCH v4 4/6] dt-bindings: PCI: rcar: Add bindings for R-Car PCIe endpoint controller
` [PATCH v4 5/6] PCI: rcar: Add support for rcar PCIe controller in endpoint mode
` [PATCH v4 6/6] misc: pci_endpoint_test: Add Device ID for RZ/G2E PCIe controller

[PATCH v7 17/26] PCI: hotplug: Ignore the MEM BAR offsets from BIOS/bootloader
 2020-02-12 12:29 UTC  (2+ messages)

[PATCH v2 0/5] PCI: Endpoint: Miscellaneous improvements
 2020-02-12 11:25 UTC  (6+ messages)
` [PATCH v2 1/5] PCI: endpoint: Use notification chain mechanism to notify EPC events to EPF
` [PATCH v2 2/5] PCI: endpoint: Replace spinlock with mutex
` [PATCH v2 3/5] PCI: endpoint: Protect concurrent access to memory allocation "
` [PATCH v2 4/5] PCI: endpoint: Protect concurrent access to pci_epf_ops "
` [PATCH v2 5/5] PCI: endpoint: Assign function number for each PF in EPC core

pcie: kernel log - BAR 15: no space for... BAR 15: failed to assign
 2020-02-12  8:12 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: Convert Cadence PCIe RC/EP to DT Schema
 2020-02-12  2:02 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: PCI: cadence: Add PCIe RC/EP DT schema for Cadence PCIe
` [PATCH 2/2] dt-bindings: PCI: Convert PCIe Host/Endpoint in Cadence platform to DT schema

PCI: bus resource allocation error
 2020-02-11 19:43 UTC  (4+ messages)

[PATCH v4 0/3] PCI: pciehp: Do not turn off slot if presence comes up after link
 2020-02-11 19:31 UTC  (7+ messages)

[RFC PATCH 0/7] vfio/pci: SR-IOV support
 2020-02-11 18:03 UTC  (5+ messages)
  ` [dpdk-dev] "

[PATCHv9 00/12] PCI: Recode Mobiveil driver and add PCIe Gen4 driver for NXP Layerscape SoCs
 2020-02-11 15:14 UTC  (21+ messages)

pcie: kernel log - BAR 15: no space for... BAR 15: failed to assign
 2020-02-11 14:40 UTC  (4+ messages)

[pci:pci/hotplug 2/3] drivers/pci/hotplug/pciehp_hpc.c:268:12: error: 'ctrl' undeclared; did you mean 'to_ctrl'?
 2020-02-11 14:20 UTC  (2+ messages)

[pci:pci/review/cpumask 1/5] arch/s390/include/asm/topology.h:81:9: error: return from incompatible pointer type
 2020-02-11  0:52 UTC 

[PATCH v2] PCI: pciehp: Make sure pciehp_isr clears interrupt events
 2020-02-10 23:21 UTC  (6+ messages)

[PATCH] PCI/ACPI: make array pcie_to_hpx3_type static const, makes object smaller
 2020-02-10 22:39 UTC  (2+ messages)

[PATCH v3] PCI: pciehp: Make sure pciehp_isr clears interrupt events
 2020-02-10 21:40 UTC  (5+ messages)

[pci:pci/review/cpumask 5/5] arch/ia64/include/asm/topology.h:29:24: warning: pointer type mismatch in conditional expression
 2020-02-10 20:49 UTC 

[pci:pci/review/cpumask 1/5] arch/arm64/include/asm/numa.h:26:9: error: 'node_to_cpumask_map' undeclared; did you mean 'free_cpumask_var'?
 2020-02-10 19:49 UTC 

[LSF/MM TOPIC] get_user_pages() for PCI BAR Memory
 2020-02-10 18:39 UTC  (6+ messages)

[pci:pci/review/cpumask 1/5] arch/x86/include/asm/topology.h:69:9: error: 'node_to_cpumask_map' undeclared; did you mean 'free_cpumask_var'?
 2020-02-10 17:31 UTC 

[RFC 0/9] PCIe Hotplug Slot Emulation driver
 2020-02-10 17:09 UTC  (10+ messages)
` [RFC 1/9] PCI: pci-bridge-emul: Update PCIe register behaviors
` [RFC 3/9] PCI: pci-bridge-emul: Provide a helper to set behavior
` [RFC 5/9] PCI: Add pcie_port_slot_emulated stub
` [RFC 6/9] PCI: pciehp: Expose the poll loop to other drivers

"oneshot" interrupt causes another interrupt to be fired erroneously in Haswell system
 2020-02-10 16:32 UTC  (10+ messages)
  `  "
      `  "

system generating an NMI due to 80696f991424d ("PCI: pciehp: Tolerate Presence Detect hardwired to zero")
 2020-02-08 20:31 UTC  (5+ messages)

[RFC PATCH] PCI: rcar: Fix incorrect programming of OB windows
 2020-02-08 18:41 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).