linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-16 12:38:42 to 2020-11-18 23:29:24 UTC [more...]

[PATCH] PCI: Add sysfs attribute for PCI device power state
 2020-11-18 23:28 UTC  (3+ messages)

[PATCH] x86/gpu: add JSL stolen memory support
 2020-11-18 23:14 UTC  (7+ messages)

[PATCH] lspci: Add PCIe 6.0 data rate (64 GT/s) support
 2020-11-18 22:56 UTC 

[PATCH] PCI: Decode PCIe 64 GT/s link speed
 2020-11-18 22:49 UTC 

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-11-18 22:36 UTC  (17+ messages)

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-18 22:07 UTC  (18+ messages)
` [PATCH v7 01/17] tracing: move function tracer options to Kconfig
` [PATCH v7 02/17] kbuild: add support for Clang LTO
` [PATCH v7 03/17] kbuild: lto: fix module versioning
` [PATCH v7 04/17] kbuild: lto: limit inlining
` [PATCH v7 05/17] kbuild: lto: merge module sections
` [PATCH v7 06/17] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v7 07/17] init: lto: ensure initcall ordering
` [PATCH v7 08/17] init: lto: fix PREL32 relocations
` [PATCH v7 09/17] PCI: Fix PREL32 relocations for LTO
` [PATCH v7 10/17] modpost: lto: strip .lto from module names
` [PATCH v7 11/17] scripts/mod: disable LTO for empty.c
` [PATCH v7 12/17] efi/libstub: disable LTO
` [PATCH v7 13/17] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v7 14/17] arm64: vdso: disable LTO
` [PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v7 16/17] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v7 17/17] arm64: allow LTO_CLANG and THINLTO to be selected

5.10 regression, many XHCI swiotlb buffer is full / DMAR: Device bounce map failed errors on thunderbolt connected XHCI controller
 2020-11-18 21:43 UTC  (2+ messages)

[PATCH] PCI/PM: Do not generate wakeup event when runtime resuming bus
 2020-11-18 21:22 UTC  (5+ messages)

[PATCH 0/3] PCI: J721E: Fix Broken DT w.r.t SYSCON DT
 2020-11-18 21:14 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argument
` [PATCH 2/3] PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg
` [PATCH 3/3] arm64: dts: ti: k3-j721e-main: Remove "syscon" nodes added for pcieX_ctrl

[RFC PATCH] PCI/DPC: Fix info->id initialization in dpc_process_error()
 2020-11-18 19:33 UTC  (2+ messages)

[PATCH] PCI: Add sysfs attribute for PCI device power state
 2020-11-18 19:19 UTC  (2+ messages)

[RFC PATCH 0/9] CXL 2.0 Support
 2020-11-18 17:58 UTC  (34+ messages)
` [RFC PATCH 1/9] cxl/acpi: Add an acpi_cxl module for the CXL interconnect
` [RFC PATCH 2/9] cxl/acpi: add OSC support
` [RFC PATCH 3/9] cxl/mem: Add a driver for the type-3 mailbox
` [RFC PATCH 4/9] cxl/mem: Map memory device registers
` [RFC PATCH 5/9] cxl/mem: Find device capabilities
` [RFC PATCH 6/9] cxl/mem: Initialize the mailbox interface
` [RFC PATCH 7/9] cxl/mem: Implement polled mode mailbox
` [RFC PATCH 8/9] cxl/mem: Register CXL memX devices

[PATCH v17 0/3] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-11-18 17:04 UTC  (8+ messages)
` [PATCH v17 3/3] "

[PATCH V2 0/2] Add support to handle prefetchable memory
 2020-11-18 16:18 UTC  (4+ messages)
` [PATCH V2 1/2] PCI: of: Warn if non-prefetchable memory aperture size is > 32-bit
` [PATCH V2 2/2] PCI: dwc: Add support to program ATU for >4GB memory

[PATCH v11 00/16] Add RCEC handling to PCI/AER
 2020-11-18 16:11 UTC  (31+ messages)
` [PATCH v11 01/16] AER: aer_root_reset() non-native handling
` [PATCH v11 02/16] PCI/RCEC: Add RCEC class code and extended capability
` [PATCH v11 03/16] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v11 04/16] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v11 05/16] PCI/ERR: Rename reset_link() to reset_subordinates()
` [PATCH v11 06/16] PCI/ERR: Simplify by using pci_upstream_bridge()
` [PATCH v11 07/16] PCI/ERR: Simplify by computing pci_pcie_type() once
` [PATCH v11 08/16] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
` [PATCH v11 09/16] PCI/ERR: Avoid negated conditional for clarity
` [PATCH v11 10/16] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
` [PATCH v11 11/16] PCI/ERR: Limit AER resets in pcie_do_recovery()
` [PATCH v11 12/16] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v11 13/16] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v11 14/16] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v11 15/16] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v11 16/16] PCI/AER: Add RCEC AER error injection support

[PATCH] PCI: dwc: Support multiple ATU memory regions
 2020-11-18 16:06 UTC  (2+ messages)

[Intel-wired-lan] [PATCH next-queue v2 3/3] igc: Add support for PTP getcrosststamp()
 2020-11-18 15:55 UTC  (6+ messages)

[PATCH v2 1/2] PCI: Disable MSI for Pericom PCIe-USB adapter
 2020-11-18 14:11 UTC  (3+ messages)

[RFC PATCH V2] acpi/irq: Add stacked IRQ domain support to PCI interrupt link
 2020-11-18 14:05 UTC  (9+ messages)

[pci:pci/misc] BUILD SUCCESS 44848aae1003703a5e4257ac436ef004ce2d905b
 2020-11-18 13:48 UTC 

[pci:pci/err] BUILD SUCCESS 113d1dab7f25896cc4e7a1b034314d0609100ed6
 2020-11-18 13:48 UTC 

[PATCH 0/3] Add support to handle prefetchable memory
 2020-11-18 10:29 UTC  (8+ messages)
        ` [PATCH 0/3] Add support to handle prefetchable memoryg

pci_alloc_irq_vectors fails ENOSPC for XPS 13 9310
 2020-11-18 10:22 UTC  (21+ messages)

[PATCH v2 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B
 2020-11-18  8:49 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: rockchip: Make 'ep-gpios' DT property optional
` [PATCH v2 2/4] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4B
` [PATCH v2 3/4] arm64: dts: rockchip: nanopi4: Move ep-gpios property to nanopc-t4
` [PATCH v2 4/4] arm64: dts: rockchip: rk3399: Add NanoPi M4B

[v4,0/3] PCI: mediatek: Add new generation controller support
 2020-11-18  8:29 UTC  (4+ messages)
` [v4,1/3] dt-bindings: PCI: mediatek: Add YAML schema
` [v4,2/3] PCI: mediatek: Add new generation controller support
` [v4,3/3] MAINTAINERS: update entry for MediaTek PCIe controller

remove dma_virt_ops v2
 2020-11-17 19:41 UTC  (12+ messages)

[PATCH] PCI: Change return type of pci_find_capability()
 2020-11-17 19:17 UTC 

[PATCH v6 0/7] resource: introduce union(), intersection() API
 2020-11-17 17:08 UTC  (4+ messages)

Time to re-enable Runtime PM per default for PCI devcies?
 2020-11-17 16:57 UTC  (3+ messages)

[PATCH] PCI: dwc: Set 32-bit DMA mask for MSI target address allocation
 2020-11-17 16:53 UTC 

[PATCH v2 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2020-11-17 15:11 UTC  (4+ messages)

[PATCH] PCI/MSI: Set device flag indicating only 32-bit MSI support
 2020-11-17 14:57 UTC 

[PATCH] PCI: Disable PTM during suspend on Intel PCI bridges
 2020-11-17 12:54 UTC  (6+ messages)

[RFC PATCH] acpi/irq: Add stacked IRQ domain support to PCI interrupt link
 2020-11-17 11:53 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-17  9:21 UTC  (16+ messages)

[PATCH] PCI: dwc/meson: Use PTR_ERR_OR_ZERO
 2020-11-17  8:36 UTC  (2+ messages)

[PATCH v2] Expose PCIe SSD Status LED Management DSM in sysfs
 2020-11-17  7:07 UTC  (5+ messages)

[PATCH v2] PCI: dwc: fix error return code in dw_pcie_host_init()
 2020-11-17  6:56 UTC  (2+ messages)

[PATCH] PCI: dwc: fix error return code in dw_pcie_host_init()
 2020-11-17  6:54 UTC  (3+ messages)

[PATCH v3 0/2] avoid inserting duplicate IDs in dynids list
 2020-11-17  5:44 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: move pci_match_device() ahead of new_id_store()
` [PATCH v3 2/2] PCI: avoid duplicate IDs in dynamic IDs list

[PATCH 1/4] PCI: rockchip: make ep_gpio optional
 2020-11-17  3:45 UTC  (3+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-11-16 23:22 UTC  (9+ messages)
` REGRESSION: "
      ` iommu/vt-d: Cure VF irqdomain hickup

[PATCH V3] AER: aer_root_reset() non-native handling
 2020-11-16 17:10 UTC  (2+ messages)

[PATCH] PCI: tegra: Use PTR_ERR_OR_ZERO
 2020-11-16 17:01 UTC  (2+ messages)

[PATCH] PCI: dwc: kirin: Use PTR_ERR_OR_ZERO
 2020-11-16 16:44 UTC 

[PATCH v2 1/2] PCI: Disable MSI for Pericom PCIe-USB adapter
 2020-11-16 16:24 UTC  (4+ messages)

[PATCH v7 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
 2020-11-16 15:45 UTC  (11+ messages)

Corporate and Personal Loan::,
 2020-11-13 16:08 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).