linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-07 16:45:49 to 2020-12-10 19:59:39 UTC [more...]

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-10 19:48 UTC  (21+ messages)
` [patch 02/30] genirq: Move status flag checks to core
` [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [patch 11/30] parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()
` [patch 12/30] s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()
` [patch 13/30] drm/i915/lpe_audio: Remove pointless irq_to_desc() usage
  ` [Intel-gfx] "
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [patch 17/30] NTB/msi: Use irq_has_action()
` [patch 19/30] PCI: mobiveil: Use irq_data_get_irq_chip_data()
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 22/30] net/mlx5: "
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts
` [patch 28/30] xen/events: Reduce irq_info::spurious_cnt storage size
` [patch 29/30] xen/events: Implement irq distribution
` [patch 30/30] genirq: Remove export of irq_to_desc()

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-10 19:58 UTC  (16+ messages)

[RFC PATCH 1/1] platform-msi: Add platform check for subdevice irq domain
 2020-12-10 19:15 UTC  (4+ messages)

[PATCH] PCI: rcar: Always allocate MSI addresses in 32bit space
 2020-12-10 18:11 UTC  (2+ messages)

[PATCH v3 0/2] brcmstb: initial work on BCM4908
 2020-12-10 18:04 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: brcmstb: add BCM4908 binding
` [PATCH v3 2/2] PCI: brcmstb: support BCM4908 with external PERST# signal controller

[PATCH v3 0/2] PCI: keembay: Add support for Intel Keem Bay
 2020-12-10 17:46 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: Add Intel Keem Bay PCIe controller
` [PATCH v3 2/2] PCI: keembay: Add support for Intel Keem Bay

[PATCH V2 0/2] brcmstb: initial work on BCM4908
 2020-12-10 17:27 UTC  (7+ messages)
` [PATCH V2 1/2] dt-bindings: PCI: brcmstb: add BCM4908 binding
` [PATCH V2 2/2] PCI: brcmstb: support BCM4908 with external PERST# signal controller

[RFC PATCH 00/15] Userspace P2PDMA with O_DIRECT NVMe devices
 2020-12-10 16:44 UTC  (8+ messages)
` [RFC PATCH 04/15] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL

[PATCH] PCI: Mark AMD Raven iGPU ATS as broken
 2020-12-10 16:25 UTC  (20+ messages)
        ` [EXTERNAL] "

[RESEND PATCH 0/4] PCI: J7: J7200/J721E PCIe bindings
 2020-12-10 14:39 UTC  (6+ messages)
` [RESEND PATCH 1/4] dt-bindings: pci: ti,j721e: Fix "ti,syscon-pcie-ctrl" to take argument
` [RESEND PATCH 2/4] dt-bindings: PCI: Add host mode dt-bindings for TI's J7200 SoC
` [RESEND PATCH 3/4] dt-bindings: PCI: Add EP "
` [RESEND PATCH 4/4] PCI: j721e: Get offset within "syscon" from "ti,syscon-pcie-ctrl" phandle arg

Recovering from AER: Uncorrected (Fatal) error
 2020-12-10 12:56 UTC  (9+ messages)

[PATCH v2 0/3] PCI: J721E: Fix Broken DT w.r.t SYSCON DT
 2020-12-10 12:39 UTC  (3+ messages)

[PATCH V4] PCI: rcar: Add L1 link state fix into data abort hook
 2020-12-10 12:12 UTC  (10+ messages)

[PATCH] PCI: dwc: Set 32-bit DMA mask for MSI target address allocation
 2020-12-10 11:48 UTC  (3+ messages)

[PATCH 0/3] Fixup PCIe support on sm8250
 2020-12-10  3:55 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: pci: qcom: Document ddrss_sf_tbu clock for sm8250
` [PATCH 2/3] PCI: qcom: add support for ddrss_sf_tbu clock
` [PATCH 3/3] arm64: dts: qcom: sm8250: add ddrss_sf_tbu clock to PCIe device nodes

[RFC PATCH v2 00/14] CXL 2.0 Support
 2020-12-10  3:32 UTC  (28+ messages)
` [RFC PATCH v2 01/14] docs: cxl: Add basic documentation
` [RFC PATCH v2 02/14] cxl/acpi: Add an acpi_cxl module for the CXL interconnect
` [RFC PATCH v2 03/14] cxl/acpi: add OSC support
` [RFC PATCH v2 04/14] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [RFC PATCH v2 05/14] cxl/mem: Map memory device registers
` [RFC PATCH v2 06/14] cxl/mem: Find device capabilities
` [RFC PATCH v2 07/14] cxl/mem: Implement polled mode mailbox
` [RFC PATCH v2 08/14] cxl/mem: Register CXL memX devices
` [RFC PATCH 09/14] cxl/mem: Add basic IOCTL interface
` [RFC PATCH 10/14] cxl/mem: Add send command
` [RFC PATCH 11/14] cxl/mem: Add a "RAW" "
` [RFC PATCH 12/14] cxl: Add basic debugging
` [RFC PATCH 13/14] MAINTAINERS: Add maintainers of the CXL driver
` [RFC PATCH 14/14] WIP/cxl/mem: Add get firmware for testing

[PATCH] PCI: Save/restore L1 PM Substate extended capability registers
 2020-12-09 19:48 UTC  (3+ messages)

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-09 19:24 UTC  (26+ messages)

[PATCH 1/2] PCI/ASPM: Store disabled ASPM states
 2020-12-09 17:50 UTC  (6+ messages)
` [PATCH 2/2] PCI/ASPM: Use capability to override ASPM via sysfs

[PATCH v2 0/6] brcmstb: add EP regulators and panic handler
 2020-12-09 14:01 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

[PATCH] PCI: Change CLS info in pci_apply_final_quirks to debug level
 2020-12-09 14:00 UTC 

[pci:pci/misc] BUILD SUCCESS 0aec75a5963e8d72c59a42055c5b5c524893b910
 2020-12-09 13:42 UTC 

[PATCH v2] dt-bindings: pci: rcar-pci-ep: Document missing interrupts property
 2020-12-09 10:12 UTC 

[PATCH] PCI: Remove pci_try_set_mwi
 2020-12-09 11:02 UTC  (7+ messages)

[pci:next] BUILD SUCCESS 171bbcf1e05f0ce5e7ae0a6313c2e2ebee2aad63
 2020-12-09  9:57 UTC 

[RESEND PATCH] PCI: qcom: Fix using uninitialized smmu_sid_base variable
 2020-12-09  2:45 UTC 

[PATCH] PCI: qcom: Fix using uninitialized smmu_sid_base variable
 2020-12-09  2:08 UTC 

[RFC PATCH 0/9] CXL 2.0 Support
 2020-12-09  0:48 UTC  (4+ messages)

[PATCH] PCI: Change message to debug level in pci_set_cacheline_size
 2020-12-08 22:39 UTC  (2+ messages)

[PATCH] PCI: Remove unused HAVE_PCI_SET_MWI
 2020-12-08 22:00 UTC  (2+ messages)

[PATCH/RFC] dt-bindings: pci: rcar-pci-ep: Document missing interrupts property
 2020-12-08 18:01 UTC  (2+ messages)

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-08 16:07 UTC  (6+ messages)
` [PATCH v6 1/5] "

[PATCH v6 0/3] Add PCIe support for SM8250 SoC
 2020-12-08 14:48 UTC  (5+ messages)
` [PATCH v6 1/3] dt-bindings: pci: qcom: Document PCIe bindings "
` [PATCH v6 2/3] PCI: qcom: Add SM8250 SoC support
` [PATCH v6 3/3] PCI: qcom: Add support for configuring BDF to SID mapping for SM8250

[pci:next] BUILD SUCCESS 2f378db5c89464cc00adaa755b6c04a54230edf2
 2020-12-08 13:55 UTC 

[PATCH] PCI: Don't try to read CLS from PCIe devices in pci_apply_final_quirks
 2020-12-08 13:26 UTC 

[PATCH] PCI: Don't bother PCIe devices with trying to set MWI
 2020-12-08 12:16 UTC 

[PATCH v5 0/5] Add PCIe support for SM8250 SoC
 2020-12-08 12:01 UTC  (5+ messages)

[PATCH V5 5/5] PCI: tegra: Disable LTSSM during L2 entry
 2020-12-08  6:12 UTC  (3+ messages)

[PATCH v12 0/5] Simplify PCIe native ownership
 2020-12-08  6:03 UTC  (4+ messages)

[PATCH v8 00/18] Implement NTB Controller using multiple PCI EP
 2020-12-08  4:46 UTC  (7+ messages)
` [PATCH v8 15/18] NTB: Add support for EPF PCI-Express Non-Transparent Bridge
` [PATCH v8 16/18] NTB: tool: Enable the NTB/PCIe link on the local or remote side of bridge

[v4,2/3] PCI: mediatek: Add new generation controller support
 2020-12-08  1:27 UTC  (2+ messages)

[PATCH] drivers: infiniband: save return value of pci_find_capability() in u8
 2020-12-07 23:19 UTC  (2+ messages)

pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
 2020-12-07 23:13 UTC  (3+ messages)

[PATCH] drivers: broadcom: save return value of pci_find_capability() in u8
 2020-12-07 23:00 UTC  (2+ messages)

[PATCH v2 1/2] Add save/restore of Precision Time Measurement capability
 2020-12-07 22:39 UTC  (2+ messages)
` [PATCH v2 2/2] PCI: Disable PTM during suspend to save power

[PATCH v2 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B
 2020-12-07 21:13 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi M4B

[PATCH v2 0/6] Add SR-IOV support in PCIe Endpoint Core
 2020-12-07 18:56 UTC  (3+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: pci-ep: Add binding to specify virtual function

[PATCH] drivers: block: save return value of pci_find_capability() in u8
 2020-12-07 18:38 UTC  (3+ messages)

[PATCH] drivers: block: save return value of pci_find_capability() in u8
 2020-12-07 18:35 UTC  (5+ messages)

[PATCH v18 0/4] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-12-07 18:01 UTC  (5+ messages)
` [PATCH v18 3/4] "
` [PATCH v18 4/4] Add Daire McNamara as maintainer for the Microchip PCIe driver

[PATCH v12 12/15] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
 2020-12-07 17:23 UTC  (2+ messages)

[PATCH V5 0/5] Enhancements to Tegra194 PCIe driver
 2020-12-07 16:44 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).