linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 10:35:41 to 2020-10-01 01:43:07 UTC [more...]

[PATCH V7 0/5] Intel Platform Monitoring Technology
 2020-10-01  1:42 UTC  (2+ messages)
` [PATCH V7 3/5] platform/x86: Intel PMT class driver

[PATCH v3 01/18] irqchip: Add IMS (Interrupt Message Storage) driver
 2020-10-01  1:07 UTC  (14+ messages)
` [PATCH v3 02/18] iommu/vt-d: Add DEV-MSI support
` [PATCH v3 05/18] dmaengine: idxd: add IMS support in base driver
  ` [PATCH v3 04/18] dmaengine: idxd: add interrupt handle request support
  ` [PATCH v3 11/18] dmaengine: idxd: ims setup for the vdcm

[PATCH v2] of: address: Work around missing device_type property in pcie nodes
 2020-09-30 23:48 UTC  (7+ messages)

[PATCH 0/2] PCI/PM: Fix D2 transition delay
 2020-09-30 23:15 UTC  (5+ messages)
` [PATCH 1/2] PCI/PM: Remove unused PCI_PM_BUS_WAIT
` [PATCH 2/2] PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"

[PATCH] MAINTAINERS: Add me as a reviewer for PCI aardvark
 2020-09-30 22:49 UTC  (2+ messages)

pcie-spear13xx.c sparse warnings
 2020-09-30 22:44 UTC 

sparse warnings
 2020-09-30 22:39 UTC  (2+ messages)

of_match[] warnings
 2020-09-30 22:37 UTC 

[PATCH v7 00/13] Add RCEC handling to PCI/AER
 2020-09-30 22:15 UTC  (15+ messages)
` [PATCH v7 01/13] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v7 02/13] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v7 03/13] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v7 04/13] PCI/ERR: Rename reset_link() to reset_subordinate_device()
` [PATCH v7 05/13] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
` [PATCH v7 06/13] PCI/ERR: Limit AER resets "
` [PATCH v7 07/13] PCI/AER: Extend AER error handling to RCECs
` [PATCH v7 08/13] PCI/AER: Apply function level reset to RCiEP on fatal error
` [PATCH v7 09/13] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v7 10/13] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v7 11/13] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v7 12/13] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v7 13/13] PCI/AER: Add RCEC AER error injection support

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-30 22:12 UTC  (38+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations
` [PATCH v4 19/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v4 20/29] modpost: lto: strip .lto from module names
` [PATCH v4 21/29] scripts/mod: disable LTO for empty.c
` [PATCH v4 22/29] efi/libstub: disable LTO
` [PATCH v4 23/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v4 24/29] arm64: vdso: disable LTO
` [PATCH v4 25/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v4 26/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v4 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v4 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v4 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH v7 04/13] PCI/ERR: Rename reset_link() to reset_subordinate_device()
 2020-09-30 22:03 UTC 

[PATCH v7 04/13] PCI/ERR: Rename reset_link() to reset_subordinate_device()
 2020-09-30 22:06 UTC 

[PATCH v2 0/5] Add PCIe support for SM8250 SoC
 2020-09-30 21:56 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: phy: qcom,qmp: Add SM8250 PCIe PHY bindings
` [PATCH v2 2/5] phy: qcom-qmp: Add SM8250 PCIe QMP PHYs
` [PATCH v2 3/5] dt-bindings: pci: qcom: Document PCIe bindings for SM8250 SoC
` [PATCH v2 4/5] PCI: qcom: Add SM8250 SoC support
` [PATCH v2 5/5] PCI: qcom: Add support for configuring BDF to SID mapping for SM8250

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2020-09-30 20:57 UTC  (3+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-30 18:47 UTC  (13+ messages)
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI

[PATCH] PCI: keystone: Enable compile-testing on !ARM
 2020-09-30 18:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] PCI: cadence: Retrain Link to work around Gen2 training defect
 2020-09-30 18:21 UTC 

[PATCH 0/2] PCI: aardvark: Fix comphy with old ATF
 2020-09-30 18:17 UTC  (5+ messages)
` [PATCH 1/2] phy: marvell: comphy: Convert internal SMCC firmware return codes to errno
` [PATCH 2/2] PCI: aardvark: Fix initialization with old Marvell's Arm Trusted Firmware

[PATCH v2] MAINTAINERS: Add missing documentation references to PCI Endpoint Subsystem
 2020-09-30 18:15 UTC  (2+ messages)

[PATCH V2 0/7] Add PCIe support for IPQ8074
 2020-09-30 18:13 UTC  (3+ messages)
` [PATCH V2 6/7] PCI: qcom: Add ipq8074 PCIe controller support

[PATCH v2] PCI: Cadence: Add quirk for Gen2 controller to do autonomous speed change
 2020-09-30 17:11 UTC  (7+ messages)

[PATCH] PCI: layerscape: Change back to the default error response behavior
 2020-09-30 15:42 UTC  (6+ messages)

[PATCH v7 00/18] Implement NTB Controller using multiple PCI EP
 2020-09-30 15:35 UTC  (19+ messages)
` [PATCH v7 01/18] Documentation: PCI: Add specification for the *PCI NTB* function device
` [PATCH v7 02/18] PCI: endpoint: Make *_get_first_free_bar() take into account 64 bit BAR
` [PATCH v7 03/18] PCI: endpoint: Add helper API to get the 'next' unreserved BAR
` [PATCH v7 04/18] PCI: endpoint: Make *_free_bar() to return error codes on failure
` [PATCH v7 05/18] PCI: endpoint: Remove unused pci_epf_match_device()
` [PATCH v7 06/18] PCI: endpoint: Add support to associate secondary EPC with EPF
` [PATCH v7 07/18] PCI: endpoint: Add support in configfs to associate two EPCs "
` [PATCH v7 08/18] PCI: endpoint: Add pci_epc_ops to map MSI irq
` [PATCH v7 09/18] PCI: endpoint: Add pci_epf_ops for epf drivers to expose function specific attrs
` [PATCH v7 10/18] PCI: endpoint: Allow user to create sub-directory of 'EPF Device' directory
` [PATCH v7 11/18] PCI: cadence: Implement ->msi_map_irq() ops
` [PATCH v7 12/18] PCI: cadence: Configure LM_EP_FUNC_CFG based on epc->function_num_map
` [PATCH v7 13/18] PCI: endpoint: Add EP function driver to provide NTB functionality
` [PATCH v7 14/18] PCI: Add TI J721E device to pci ids
` [PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v7 16/18] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge
` [PATCH v7 17/18] Documentation: PCI: Add configfs binding documentation for pci-ntb endpoint function
` [PATCH v7 18/18] Documentation: PCI: Add userguide for PCI endpoint NTB function

[PATCH v6 0/4] Spilt PCIe node to comply with hardware design
 2020-09-30 15:23 UTC  (3+ messages)
` [PATCH v6 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base and irq

[PATCH] PCI: dwc: Added link up check in map_bus of dw_child_pcie_ops
 2020-09-30 15:01 UTC  (11+ messages)

[PATCH v3 0/4] PCI: dwc: Move iATU register mapping to common framework
 2020-09-30 12:49 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: PCI: uniphier: Add iATU register description
` [PATCH v3 2/4] dt-bindings: PCI: uniphier-ep: "
` [PATCH v3 3/4] PCI: dwc: Add common iATU register support
` [PATCH v3 4/4] PCI: keystone: Remove iATU register mapping

[pci:pci/enumeration] BUILD SUCCESS 2a87f534d1988f10eb6ca3ce4971003a74d297f3
 2020-09-30  9:36 UTC 

[PATCH 1/2] PCI/ASPM: Add helper to enable ASPM link
 2020-09-30  8:24 UTC  (2+ messages)
` [PATCH 2/2] PCI: vmd: Enable ASPM for mobile platforms

[PATCH V2 0/4] Change vring space from nomal memory to dma coherent memory
 2020-09-30  7:30 UTC  (17+ messages)
` [PATCH V2 1/4] misc: vop: change the way of allocating vring
` [PATCH V2 2/4] misc: vop: do not allocate and reassign the used ring
` [PATCH V2 3/4] misc: vop: simply return the saved dma address instead of virt_to_phys
` [PATCH V2 4/4] misc: vop: mapping kernel memory to user space as noncached

[pci:pci/pm] BUILD SUCCESS 3cefb044ebf93eb0fc0aeebfb26fa50f6d72c240
 2020-09-30  7:17 UTC 

[PATCH v6 0/5] Fix DPC hotplug race and enhance error handling
 2020-09-30  7:05 UTC  (6+ messages)
` [PATCH v6 1/5] PCI/ERR: get device before call device driver to avoid NULL pointer dereference
` [PATCH v6 2/5] PCI/DPC: define a function to check and wait till port finish DPC handling
` [PATCH v6 3/5] PCI: pciehp: check and wait port status out of DPC before handling DLLSC and PDC
` [PATCH v6 4/5] PCI: only return true when dev io state is really changed
` [PATCH v6 5/5] PCI/ERR: don't mix io state not changed and no driver together

[PATCH v2 0/4] PCI: dwc: Move iATU register mapping to common framework
 2020-09-30  5:16 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: PCI: uniphier-ep: Add iATU register description

[PATCH 0/5 V2] Fix DPC hotplug race and enhance error handling
 2020-09-30  2:20 UTC  (7+ messages)
` [PATCH 2/5 V2] PCI: pciehp: check and wait port status out of DPC before handling DLLSC and PDC

[PATCH 0/5] Fix DPC hotplug race and enhance error hanlding
 2020-09-30  2:07 UTC  (7+ messages)
  ` [PATCH 3/5] PCI/ERR: get device before call device driver to avoid null pointer reference

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-30  1:23 UTC  (10+ messages)
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value

[PATCH v5 0/2] PCI: dwc: fix two MSI issues
 2020-09-30  1:15 UTC  (3+ messages)
` [PATCH v5 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v5 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume

[PATCH v2] PCI: hv: Fix hibernation in case interrupts are not re-created
 2020-09-30  0:38 UTC  (3+ messages)

[PATCH v2] PCI: Unify ECAM constants in native PCI Express drivers
 2020-09-29 22:04 UTC  (3+ messages)

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-29 21:23 UTC  (4+ messages)

[PATCH] Use maximum latency when determining L1/L0s ASPM v2
 2020-09-29 21:13 UTC  (10+ messages)

[PATCH] PCI: Rename d3_delay in the pci_dev struct to align with PCI specification
 2020-09-29 19:17 UTC  (2+ messages)

[PATCH V6 0/5] Intel Platform Monitoring Technology
 2020-09-29 19:12 UTC  (4+ messages)
` [PATCH V6 3/5] platform/x86: Intel PMT class driver

[PATCH 0/3] PCI: Minimizing resource assignment algorithm
 2020-09-29 17:48 UTC  (5+ messages)
` [PATCH 2/3] PCI: Introduce a minimizing "

[PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() to housekeeping CPUs
 2020-09-29 17:46 UTC  (3+ messages)

[PATCH v3 0/6] Add virtio-iommu built-in topology
 2020-09-29 17:28 UTC  (7+ messages)

[PATCH v2 00/40] PCI: dwc: Driver clean-ups
 2020-09-29 14:32 UTC  (6+ messages)

[pci:pci/misc] BUILD SUCCESS 84023a61014848f69609cc826ce28ed874bbb69e
 2020-09-29 10:43 UTC 

[PATCH v4 0/2] PCI: dwc: fix two MSI issues
 2020-09-29 10:34 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
` [PATCH v4 2/2] PCI: dwc: Fix MSI page leakage in suspend/resume


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