linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-09 11:51:23 to 2020-12-13 05:11:38 UTC [more...]

[PATCH v8 1/2] PCI/ERR: Call pci_bus_reset() before calling ->slot_reset() callback
 2020-12-13  5:09 UTC  (2+ messages)

[PATCH 1/3] PCI/ASPM: Use the path max in L1 ASPM latency check
 2020-12-12 23:47 UTC  (2+ messages)

[PATCH] PCI: rcar: Always allocate MSI addresses in 32bit space
 2020-12-12 19:13 UTC  (3+ messages)

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

[PATCH v2 0/4] arm64: rockchip: Fix PCIe ep-gpios requirement and Add Nanopi M4B
 2020-12-12 15:18 UTC  (4+ messages)
` [PATCH v2 1/4] PCI: rockchip: Make 'ep-gpios' DT property optional

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-12 13:22 UTC  (66+ messages)
` [patch 01/30] genirq: Move irq_has_action() into core code
` [patch 02/30] genirq: Move status flag checks to core
` [patch 03/30] genirq: Move irq_set_lockdep_class() "
` [patch 04/30] genirq: Provide irq_get_effective_affinity()
` [patch 05/30] genirq: Annotate irq stats data races
` [patch 06/30] parisc/irq: Simplify irq count output for /proc/interrupts
` [patch 07/30] genirq: Make kstat_irqs() static
` [patch 08/30] genirq: Provide kstat_irqdesc_cpu()
` [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 18/30] PCI: xilinx-nwl: Use irq_data_get_irq_chip_data()
` [patch 19/30] PCI: mobiveil: "
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 24/30] xen/events: Remove unused bind_evtchn_to_irq_lateeoi()
` [patch 25/30] xen/events: Remove disfunct affinity spreading
` [patch 26/30] xen/events: Use immediate affinity setting
` [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()

[pci:pci/enumeration] BUILD SUCCESS b051b15edbc552758191b6da5956da0c807b9edc
 2020-12-12 11:25 UTC 

[PATCH v4 0/2] PCI: cadence: Retrain Link to work around Gen2
 2020-12-12  7:07 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: pci: Retrain Link to work around Gen2 training defect
` [PATCH v4 2/2] PCI: cadence: "

Get Back To Me
 2020-12-11 20:26 UTC 

[PATCH] drivers: block: skd: remove skd_pci_info()
 2020-12-12  1:59 UTC  (4+ messages)

[PATCH] PCI: ACPI: Fix up ACPI companion lookup for device 0 on the root bus
 2020-12-11 23:21 UTC  (3+ messages)

[PATCH v2] PCI: Make sure the bus bridge powered on when scanning bus
 2020-12-11 22:27 UTC  (2+ messages)

[PATCH v9 00/16] Add support for Clang LTO
 2020-12-11 19:45 UTC  (21+ messages)
` [PATCH v9 01/16] tracing: move function tracer options to Kconfig
` [PATCH v9 02/16] kbuild: add support for Clang LTO
` [PATCH v9 03/16] kbuild: lto: fix module versioning
` [PATCH v9 04/16] kbuild: lto: limit inlining
` [PATCH v9 05/16] kbuild: lto: merge module sections
` [PATCH v9 06/16] kbuild: lto: add a default list of used symbols
` [PATCH v9 07/16] init: lto: ensure initcall ordering
` [PATCH v9 08/16] init: lto: fix PREL32 relocations
` [PATCH v9 09/16] PCI: Fix PREL32 relocations for LTO
` [PATCH v9 10/16] modpost: lto: strip .lto from module names
` [PATCH v9 11/16] scripts/mod: disable LTO for empty.c
` [PATCH v9 12/16] efi/libstub: disable LTO
` [PATCH v9 13/16] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v9 14/16] arm64: vdso: disable LTO
` [PATCH v9 15/16] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v9 16/16] arm64: allow LTO to be selected

[PATCH V2] PCI: dwc: Add support to configure for ECRC
 2020-12-11 17:17 UTC  (7+ messages)

[RFC HACK PATCH] PCI: dwc: layerscape: Hack around enumeration problems with Honeycomb LX2K
 2020-12-11 17:05 UTC  (3+ messages)

[PATCH] PCI: fix use-after-free in pci_register_host_bridge
 2020-12-11 15:46 UTC  (2+ messages)

[pci:pci/enumeration] BUILD SUCCESS 0af6e21eed2778e68139941389460e2a00d6ef8e
 2020-12-11  9:27 UTC 

[pci:pci/ptm] BUILD SUCCESS a697f072f5da8d75467be81bec918eb479405615
 2020-12-11  8:48 UTC 

[pci:next] BUILD SUCCESS 86e4522bcf26c4c5550c226620d80024e65b66da
 2020-12-11  5:55 UTC 

[pci:pci/virtualization] BUILD SUCCESS a2da5d8cc0b0ba637bdca8887f5ecc72f18c7e81
 2020-12-11  5:48 UTC 

[pci:pci/ecam] BUILD SUCCESS ae78d161dd571beca1fcfa4eeaf5ed8bb18323ff
 2020-12-11  5:40 UTC 

[pci:pci/misc] BUILD SUCCESS 23bb0d9a9fe70a8ff23f53af822f2c6e6f261818
 2020-12-11  4:31 UTC 

[PATCH v3 0/2] brcmstb: initial work on BCM4908
 2020-12-11  3:56 UTC  (4+ 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 v2] dt-bindings: pci: rcar-pci-ep: Document missing interrupts property
 2020-12-11  3:27 UTC  (2+ messages)

[PATCH v4 1/1] PCI/ERR: don't clobber status after reset_link()
 2020-12-10 22:41 UTC  (2+ messages)

[PATCH v2 pci-next] PCI: Keep both device name and resource name for config space remaps
 2020-12-10 21:22 UTC  (2+ messages)

[v2] PCI: Add pci reset quirk for Huawei Intelligent NIC virtual function
 2020-12-10 21:31 UTC  (3+ messages)

[Patch v2 1/1] PCI: pciehp: Add support for handling MRL events
 2020-12-10 20:57 UTC  (4+ messages)

[PATCH v2 1/2] Add save/restore of Precision Time Measurement capability
 2020-12-10 20:48 UTC  (2+ messages)

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

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

[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  (5+ messages)
` [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  (7+ messages)

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

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

[PATCH 0/3] Fixup PCIe support on sm8250
 2020-12-10  3:55 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: pci: qcom: Document ddrss_sf_tbu clock for sm8250

[RFC PATCH v2 00/14] CXL 2.0 Support
 2020-12-10  3:32 UTC  (13+ messages)
` [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 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  (11+ 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 


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