linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 08:23:17 to 2021-04-02 05:31:21 UTC [more...]

[PATCH v3 1/2] PCI: xilinx-nwl: Enable coherent PCIe DMA traffic using CCI
 2021-04-02  5:31 UTC  (4+ messages)

[PATCH v5 00/18] Add support for Clang CFI
 2021-04-01 23:32 UTC  (19+ messages)
` [PATCH v5 01/18] add "
` [PATCH v5 02/18] cfi: add __cficanonical
` [PATCH v5 03/18] mm: add generic function_nocfi macro
` [PATCH v5 04/18] module: ensure __cfi_check alignment
` [PATCH v5 05/18] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v5 06/18] kthread: "
` [PATCH v5 07/18] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v5 08/18] bpf: disable CFI in dispatcher functions
` [PATCH v5 09/18] treewide: Change list_sort to use const pointers
` [PATCH v5 10/18] lkdtm: use function_nocfi
` [PATCH v5 11/18] psci: use function_nocfi for cpu_resume
` [PATCH v5 12/18] arm64: implement function_nocfi
` [PATCH v5 13/18] arm64: use function_nocfi with __pa_symbol
` [PATCH v5 14/18] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v5 15/18] arm64: add __nocfi to __apply_alternatives
` [PATCH v5 16/18] arm64: ftrace: use function_nocfi for ftrace_call
` [PATCH v5 17/18] KVM: arm64: Disable CFI for nVHE
` [PATCH v5 18/18] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v2 0/8] CXL Port Enumeration
 2021-04-01 21:34 UTC  (10+ messages)
` [PATCH v2 1/8] cxl/mem: Move some definitions to mem.h
` [PATCH v2 2/8] cxl/mem: Introduce 'struct cxl_regs' for "composable" CXL devices
` [PATCH v2 3/8] cxl/core: Rename bus.c to core.c
` [PATCH v2 4/8] cxl/core: Refactor CXL register lookup for bridge reuse
` [PATCH v2 5/8] cxl/acpi: Introduce ACPI0017 driver and cxl_root
` [PATCH v2 6/8] cxl/Kconfig: Default drivers to CONFIG_CXL_BUS
` [PATCH v2 7/8] cxl/port: Introduce cxl_port objects
` [PATCH v2 8/8] cxl/acpi: Add module parameters to stand in for ACPI tables

[PATCH v4 0/6] PCI: brcmstb: add slot0 device regulators and panic handler
 2021-04-01 21:21 UTC  (7+ messages)
` [PATCH v4 1/6] PCI: brcmstb: Check return value of clk_prepare_enable()
` [PATCH v4 2/6] dt-bindings: PCI: Add bindings for Brcmstb endpoint device voltage regulators
` [PATCH v4 3/6] PCI: brcmstb: Add control of slot0 "
` [PATCH v4 4/6] PCI: brcmstb: Do not turn off regulators if EP can wake up
` [PATCH v4 5/6] PCI: brcmstb: Give 7216 SOCs their own config type
` [PATCH v4 6/6] PCI: brcmstb: Add panic/die handler to RC driver

[PATCH v2] PCI: Coalesce contiguous regions for host bridges
 2021-04-01 13:12 UTC 

[PATCH v2] PCI/VPD: Silence warning if optional VPD PROM is missing
 2021-04-01 18:57 UTC  (2+ messages)

[PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library
 2021-04-01 18:44 UTC  (7+ messages)

[PATCH] PCI: merge slot and bus reset implementations
 2021-04-01 16:56 UTC  (3+ messages)

[rfc, PATCH v1 0/7] PCI: introduce p2sb helper
 2021-04-01 18:32 UTC  (7+ messages)
` [PATCH v1 3/7] PCI: New Primary to Sideband (P2SB) bridge support library

[PATCH v3 00/14] PCI/MSI: Getting rid of msi_controller, and other cleanups
 2021-04-01 12:07 UTC  (22+ messages)
` [PATCH v3 01/14] PCI: tegra: Convert to MSI domains
` [PATCH v3 02/14] PCI: rcar: Don't allocate extra memory for the MSI capture address
` [PATCH v3 03/14] PCI: rcar: Convert to MSI domains
` [PATCH v3 04/14] PCI: xilinx: Don't allocate extra memory for the MSI capture address
` [PATCH v3 05/14] PCI: xilinx: Convert to MSI domains
` [PATCH v3 06/14] PCI: hv: Drop msi_controller structure
` [PATCH v3 07/14] PCI/MSI: Drop use of msi_controller from core code
` [PATCH v3 08/14] PCI/MSI: Kill msi_controller structure
` [PATCH v3 09/14] PCI/MSI: Kill default_teardown_msi_irqs()
` [PATCH v3 10/14] PCI/MSI: Let PCI host bridges declare their reliance on MSI domains
` [PATCH v3 11/14] PCI/MSI: Make pci_host_common_probe() declare its "
` [PATCH v3 12/14] PCI: mediatek: Advertise lack of built-in MSI handling
` [PATCH v3 13/14] PCI/MSI: Document the various ways of ending up with NO_MSI
` [PATCH v3 14/14] PCI: Refactor HT advertising of NO_MSI flag

[PATCH v2 00/15] acpi: fix some coding style issues
 2021-04-01 17:29 UTC  (15+ messages)
` [PATCH v2 04/15] ACPI: table: replace __attribute__((packed)) by __packed

[PATCH 0/3] PCI/VPD: Some improvements
 2021-04-01 16:48 UTC  (5+ messages)
` [PATCH 1/3] PCI/VPD: Change pci_vpd_init return type to void
` [PATCH 2/3] PCI/VPD: Remove argument off from pci_vpd_find_tag
` [PATCH 3/3] PCI/VPD: Improve and simplify pci_vpd_find_tag

[PATCH] PCI/VPD: Silence warning if optional VPD PROM is missing
 2021-04-01 12:04 UTC  (4+ messages)

[PATCH v4 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01 16:54 UTC  (11+ messages)
` [PATCH v4 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v4 2/6] clk: sifive: Use reset-simple "
` [PATCH v4 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v4 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v4 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v4 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

[PATCH] PCI: Don't try to read CLS from PCIe devices in pci_apply_final_quirks
 2021-04-01 16:20 UTC  (4+ messages)

Are back to back PCIe BAR allocations supported by Linux?
 2021-04-01 12:03 UTC 

[PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count
 2021-04-01 11:49 UTC  (15+ messages)

[PATCH] PCI: ACPI: PM: Fix debug message in acpi_pci_set_power_state()
 2021-04-01 10:46 UTC  (3+ messages)

[pci:pci/pm] BUILD SUCCESS 96ff775c35a2c0414efc4ce07b43399b04996691
 2021-04-01  9:33 UTC 

[PATCH v2 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01  6:16 UTC  (3+ messages)

[pci:pci/enumeration] BUILD SUCCESS 0a0b5f4b43671f8f128eb438edacee0a1d113385
 2021-04-01  5:57 UTC 

pci_do_recovery not handling fata errors
 2021-04-01  2:22 UTC  (7+ messages)
      ` [External] : "

[PATCH v3 0/6] Add SiFive FU740 PCIe host controller driver support
 2021-04-01  1:38 UTC  (9+ messages)
` [PATCH v3 1/6] clk: sifive: Add pcie_aux clock in prci driver for PCIe driver
` [PATCH v3 2/6] clk: sifive: Use reset-simple "
` [PATCH v3 3/6] MAINTAINERS: Add maintainers for SiFive FU740 "
` [PATCH v3 4/6] dt-bindings: PCI: Add SiFive FU740 PCIe host controller
` [PATCH v3 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver
` [PATCH v3 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC

[PATCH v4 00/17] Add support for Clang CFI
 2021-03-31 21:46 UTC  (19+ messages)
` [PATCH v4 01/17] add "
` [PATCH v4 02/17] cfi: add __cficanonical
` [PATCH v4 03/17] mm: add generic function_nocfi macro
` [PATCH v4 04/17] module: ensure __cfi_check alignment
` [PATCH v4 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v4 06/17] kthread: "
` [PATCH v4 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v4 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v4 09/17] treewide: Change list_sort to use const pointers
` [PATCH v4 10/17] lkdtm: use function_nocfi
` [PATCH v4 11/17] psci: use function_nocfi for cpu_resume
` [PATCH v4 12/17] arm64: implement function_nocfi
` [PATCH v4 13/17] arm64: use function_nocfi with __pa_symbol
` [PATCH v4 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v4 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v4 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v4 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

PCI trouble on mvebu (Turris Omnia)
 2021-03-31 16:53 UTC  (14+ messages)

Interrupts in pci-aardvark
 2021-03-31 15:33 UTC  (7+ messages)

[PATCH v3 0/6] PCI: brcmstb: add EP regulators and panic handler
 2021-03-31 11:46 UTC  (6+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

[PATCH v4 0/3] PCI: Disable parity checking
 2021-03-31 11:26 UTC  (6+ messages)
` [PATCH v4 1/3] PCI: Add pci_disable_parity()
` [PATCH v4 2/3] IB/mthca: Disable parity reporting
` [PATCH v4 3/3] ARM: iop32x: disable N2100 PCI "

[pci:pci/vpd] BUILD SUCCESS f349223f076e4c2d44ccf89d19056acbda3076f5
 2021-03-31 10:22 UTC 

[PATCH] PCI: xgene: fix a mistake about cfg address
 2021-03-31  9:35 UTC  (3+ messages)

[PATCH -next] PCI: mediatek: Add missing MODULE_DEVICE_TABLE
 2021-03-31  8:59 UTC 

[PATCH] PCI: Try to find two continuous regions for child resource
 2021-03-31  8:53 UTC  (3+ messages)

[PATCH -next] PCI: endpoint: fix missing destroy_workqueue()
 2021-03-31  8:40 UTC 

[pci:next] BUILD SUCCESS a305a5b25e60b76947c858c629ba2bb3d62735b1
 2021-03-31  7:59 UTC 

Bidding invitation
 2021-03-31  7:11 UTC 

[PATCH v8 0/2] PCI: keembay: Add support for Intel Keem Bay
 2021-03-31  5:28 UTC  (4+ messages)
` [PATCH v8 2/2] "

[PATCH v2 2/6] clk: sifive: Use reset-simple in prci driver for PCIe driver
 2021-03-31  0:24 UTC  (2+ messages)

[PATCH v2 6/6] riscv: dts: Add PCIe support for the SiFive FU740-C000 SoC
 2021-03-31  0:24 UTC  (2+ messages)

[PATCH RESEND] PCI/VPD: Remove pci_set_vpd_size
 2021-03-30 22:07 UTC  (2+ messages)

[PATCH v2 0/2] PCI/VPD: Improve handling binary sysfs attribute
 2021-03-30 21:53 UTC  (2+ messages)

[PATCH v2] PCI/VPD: Remove not any longer needed Broadcom NIC quirk
 2021-03-30 21:52 UTC  (2+ messages)

[PATCH] PCI: pciehp: Ignore Link Down/Up caused by DPC
 2021-03-30 20:53 UTC  (2+ messages)

[PATCH] PCI: Don't use Printk in raw_spinlocks
 2021-03-30 20:53 UTC  (3+ messages)

[PATCH V2] dt-bindings: PCI: hisi: Delete the obsolete HiSilicon PCIe file
 2021-03-30 16:05 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: hisi: Delete the useless HiSilicon PCIe file
 2021-03-30 16:01 UTC  (2+ messages)

How long should be PCIe card in Warm Reset state?
 2021-03-30 15:22 UTC  (10+ messages)

[v5] PCI: Add reset quirk for Huawei Intelligent NIC virtual function
 2021-03-30 12:48 UTC  (2+ messages)

[PATCH] PCI: Allow drivers to claim exclusive access to config regions
 2021-03-30 12:20 UTC  (4+ messages)

[PATCH 0/6] PCI: Add legacy interrupt support in Keystone
 2021-03-30  9:29 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: PCI: ti,am65: Add PCIe host mode dt-bindings for TI's AM65 SoC

[RESEND v4 0/2] add one regulator used to power up pcie phy
 2021-03-30  8:08 UTC  (2+ messages)
` [RESEND v4 1/2] dt-bindings: imx6q-pcie: "


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