linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-28 09:02:24 to 2020-09-30 15:23:39 UTC [more...]

[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 V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-09-30 15:20 UTC  (14+ messages)
` [patch V2 24/46] PCI: vmd: Mark VMD irqdomain with DOMAIN_BUS_VMD_MSI
` [patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable

[PATCH v2 0/5] Add PCIe support for SM8250 SoC
 2020-09-30 15:09 UTC  (6+ 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] PCI: layerscape: Change back to the default error response behavior
 2020-09-30 15:07 UTC  (5+ messages)

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

[PATCH 0/2] PCI/PM: Fix D2 transition delay
 2020-09-30 13:42 UTC  (4+ 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 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

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-30  9:58 UTC  (32+ 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

[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  (6+ messages)
` [PATCH v2 2/4] dt-bindings: PCI: uniphier-ep: Add iATU register description
` [PATCH v2 3/4] PCI: dwc: Add common iATU register support

[PATCH 0/5 V2] Fix DPC hotplug race and enhance error handling
 2020-09-30  2:20 UTC  (16+ messages)
` [PATCH 1/5 V2] PCI: define a function to check and wait till port finish DPC handling
` [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  (15+ 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 v2 RESEND 0/1] PCI: pcie_bus_config can be set at build time
 2020-09-29 21:31 UTC  (3+ messages)
` [PATCH v2 RESEND 1/1] "

[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  (14+ 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  (9+ messages)
` [PATCH V6 1/5] PCI: Add defines for Designated Vendor-Specific Extended Capability
` [PATCH V6 2/5] mfd: Intel Platform Monitoring Technology support
` [PATCH V6 3/5] platform/x86: Intel PMT class driver
` [PATCH V6 4/5] platform/x86: Intel PMT Telemetry capability driver
` [PATCH V6 5/5] platform/x86: Intel PMT Crashlog "

[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 0/4] isolation: limit msix vectors to housekeeping CPUs
 2020-09-29 17:46 UTC  (7+ messages)
` [PATCH v4 1/4] sched/isolation: API to get number of "
` [PATCH v4 2/4] sched/isolation: Extend nohz_full to isolate managed IRQs
` [PATCH v4 3/4] i40e: Limit msix vectors to housekeeping CPUs
` [PATCH v4 4/4] PCI: Limit pci_alloc_irq_vectors() "

[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

[PATCH] rpadlpar_io:Add MODULE_DESCRIPTION entries to kernel modules
 2020-09-29  0:55 UTC  (4+ messages)

[PATCH] PCI: shpchp: Remove unused assignment to variable rc
 2020-09-28 22:28 UTC  (2+ messages)

[PATCH 14/14] PCI/P2PDMA: drop double zeroing
 2020-09-28 22:24 UTC  (2+ messages)

[PATCH next-queue v1 1/3] Revert "PCI: Make pci_enable_ptm() private"
 2020-09-28 22:32 UTC  (3+ messages)

[PATCH] PCI: Fix comparison to bool warning in pci.c
 2020-09-28 22:18 UTC  (2+ messages)

[PATCH -next] xen: Fix a previous prototype warning in xen.c
 2020-09-28 22:39 UTC  (2+ messages)

[PATCH v6 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-09-28 21:36 UTC  (2+ messages)

[PATCH v3 1/1] PCI/ERR: Fix reset logic in pcie_do_recovery() call
 2020-09-28 18:32 UTC  (23+ messages)

[v3,0/3] PCI: mediatek: Add new generation controller support
 2020-09-28 17:29 UTC  (3+ messages)
` [v3,1/3] dt-bindings: PCI: mediatek: Add YAML schema

[PATCH v6 07/10] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-09-28 17:27 UTC  (2+ messages)

[PATCH] PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't ready
 2020-09-28 17:05 UTC  (5+ messages)

[PATCH] pci: meson: build as module by default
 2020-09-28 16:34 UTC  (2+ messages)

[PATCH v6 06/10] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
 2020-09-28 16:20 UTC  (2+ messages)

[PATCH] [-next] PCI: DWC: Fix cast truncates bits from constant value
 2020-09-28 11:42 UTC  (3+ messages)

[PATCH 0/6] VMD MSI Remapping Bypass
 2020-09-28 11:32 UTC  (4+ messages)
` [PATCH 5/6] x86/apic/msi: Use Real PCI DMA device when configuring IRTE

[PATCH -next] PCI: tegra: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-28 11:09 UTC  (2+ messages)

[PATCH V2] PCI: rcar: Add L1 link state fix into data abort hook
 2020-09-28  9:35 UTC  (2+ messages)

[PATCH 0/2] Fix pci_iounmap() on !CONFIG_GENERIC_IOMAP
 2020-09-28  9:31 UTC  (5+ messages)
` [PATCH v2 0/3] "

[PATCH] PCI: hv: Document missing hv_pci_protocol_negotiation() parameter
 2020-09-28  9:02 UTC  (2+ 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).