linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-12 06:28:09 to 2023-05-17 03:02:17 UTC [more...]

[PATCH v10 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-05-17  3:01 UTC  (4+ messages)
` [PATCH v10 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH v10 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH v10 3/4] dmaengine: dw-edma: Add support for native HDMA

[PATCH v3 1/3] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
 2023-05-17  2:35 UTC  (15+ messages)
` [PATCH v3 2/3] drivers/perf: add "
` [PATCH v4 0/4] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
` [PATCH v4 1/4] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v4 2/4] PCI: move Alibaba Vendor ID linux/pci_ids.h
` [PATCH v4 3/4] drivers/perf: add DesignWare PCIe PMU driver
` [PATCH v4 4/4] MAINTAINERS: add maintainers for "

[PATCH v3 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-05-17  0:02 UTC  (5+ messages)
` [PATCH v3 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH] dt-bindings: xilinx: Switch xilinx.com emails to amd.com
 2023-05-16 23:16 UTC  (5+ messages)

[PATCH 00/20] x86: address -Wmissing-prototype warnings
 2023-05-16 21:44 UTC  (22+ messages)
` [PATCH 01/20] x86: move prepare_ftrace_return prototype to header
` [PATCH 02/20] x86: ce4100: Mark local functions as 'static'
` [PATCH 03/20] x86: apic: hide unused safe_smp_processor_id on UP
` [PATCH 04/20] x86: avoid unneeded __div64_32 function definition
` [PATCH 05/20] x86: head: add dummy prototype for mk_early_pgtbl_32
` [PATCH 06/20] x86: math-emu: include asm/fpu/regset.h
` [PATCH 07/20] x86: doublefault: avoid missing-prototype warnings
` [PATCH 08/20] x86: highmem: include asm/numa.h for set_highmem_pages_init
` [PATCH 09/20] x86: platform_quirks: include linux/pnp.h for arch_pnpbios_disabled
` [PATCH 10/20] x86: xen: add missing prototypes
` [PATCH 11/20] x86: entry: add do_SYSENTER_32() prototype
` [PATCH 12/20] x86: qspinlock-paravirt: fix mising-prototype warnings
` [PATCH 13/20] x86: hibernate: declare global functions in suspend.h
` [PATCH 14/20] x86: fbdev: include asm/fb.h as needed
` [PATCH 15/20] x86: mce: add copy_mc_fragile_handle_tail prototype
` [PATCH 16/20] x86: vdso: include vdso/processor.h
` [PATCH 17/20] x86: usercopy: include arch_wb_cache_pmem declaration
` [PATCH 18/20] x86: ioremap: add early_memremap_pgprot_adjust prototype
` [PATCH 19/20] x86: purgatory: include header for warn() declaration
` [PATCH 20/20] x86: olpc: avoid missing-prototype warnings

[PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-16 20:17 UTC  (61+ messages)
` [PATCH v4 01/41] kgdb: add HAS_IOPORT dependency
` [PATCH v4 02/41] ata: add HAS_IOPORT dependencies
` [PATCH v4 03/41] char: impi, tpm: depend on HAS_IOPORT
` [PATCH v4 04/41] comedi: add HAS_IOPORT dependencies
` [PATCH v4 05/41] counter: "
` [PATCH v4 06/41] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [PATCH v4 07/41] drm: handle HAS_IOPORT dependencies
` [PATCH v4 08/41] firmware: dmi-sysfs: handle HAS_IOPORT=n
` [PATCH v4 09/41] gpio: add HAS_IOPORT dependencies
` [PATCH v4 10/41] hwmon: "
` [PATCH v4 11/41] i2c: "
` [PATCH v4 12/41] iio: ad7606: Kconfig: "
` [PATCH v4 13/41] Input: "
` [PATCH v4 14/41] Input: gameport: add ISA and "
` [PATCH v4 15/41] leds: add "
` [PATCH v4 16/41] media: "
` [PATCH v4 17/41] misc: "
` [PATCH v4 18/41] mISDN: "
` [PATCH v4 19/41] mpt fusion: "
` [PATCH v4 20/41] net: handle "
` [PATCH v4 21/41] parport: PC style parport depends on HAS_IOPORT
` [PATCH v4 22/41] PCI: Make quirk using inw() depend "
` [PATCH v4 23/41] PCI/sysfs: Make I/O resource "
` [PATCH v4 24/41] pcmcia: add HAS_IOPORT dependencies
` [PATCH v4 25/41] platform: "
` [PATCH v4 26/41] pnp: "
` [PATCH v4 27/41] power: "
` [PATCH v4 28/41] rtc: "
` [PATCH v4 29/41] scsi: "
` [PATCH v4 30/41] sound: "
` [PATCH v4 31/41] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO
` [PATCH v4 32/41] staging: add HAS_IOPORT dependencies
` [PATCH v4 33/41] tty: serial: handle "
` [PATCH v4 34/41] usb: add "
` [PATCH v4 35/41] usb: uhci: handle "
` [PATCH v4 36/41] usb: pci-quirks: "
` [PATCH v4 37/41] fbdev: atyfb: Remove unused clock determination
` [PATCH v4 38/41] video: handle HAS_IOPORT dependencies
` [PATCH v4 39/41] watchdog: add "
` [PATCH v4 40/41] wireless: "
` [PATCH v4 41/41] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH] PCI: dwc: keystone: Free IRQ in `ks_pcie_remove` and the error handling section of `ks_pcie_probe`
 2023-05-16 19:49 UTC  (2+ messages)

[REGRESSION] Asus X541UAK hangs on suspend and poweroff (v6.1.6 onward)
 2023-05-16 19:32 UTC  (3+ messages)

[PATCH] PCI: Only put >= 2015 root ports into D3 on Intel
 2023-05-16 14:29 UTC  (3+ messages)

[PATCH] PCI/portdrv: Avoid enabling AER on Thunderbolt devices
 2023-05-16 14:14 UTC  (2+ messages)

[PATCH 0/2] PCI: pciehp: Add support for OS-First Hotplug
 2023-05-16 10:14 UTC  (10+ messages)
` [PATCH 1/2] PCI: pciehp: Add support for OS-First Hotplug and AER/DPC

[PATCH v2 0/2] PCI: pciehp: Add support for native AER and DPC handling on async remove
 2023-05-16 10:10 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: pciehp: Add support for async hotplug with native AER and DPC/EDR

[Patch v8 0/8] Tegra234 Memory interconnect support
 2023-05-16  7:42 UTC  (7+ messages)
` [Patch v8 1/8] memory: tegra: add interconnect support for DRAM scaling in Tegra234

[PATCH v3 0/7] Add support for MHI Endpoint function driver
 2023-05-16  3:38 UTC  (6+ messages)
` [PATCH v3 7/7] PCI: endpoint: Add PCI Endpoint function driver for MHI bus

[PATCH 01/17] PCI: Add concurrency safe clear_and_set variants for LNKCTL{,2}
 2023-05-15 22:12 UTC  (8+ messages)

[PATCH v1] drivers: pci: introduce configurable delay for Rockchip PCIe bus scan
 2023-05-15 20:52 UTC  (9+ messages)

[PATCH v4 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-15 15:10 UTC 

[PATCH V3 0/6] Add PCIe support for IPQ9574
 2023-05-15 13:15 UTC  (13+ messages)
` [PATCH V3 4/6] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes
` [PATCH V3 5/6] arm64: dts: qcom: ipq9574: Enable PCIe PHYs and controllers

[PATCH 0/2] Regression in s2idle for family 19h model 78h
 2023-05-15 12:26 UTC  (10+ messages)
` [PATCH 1/2] amd_nb: Add PCI ID "

[PATCH v2 0/2] Fixup changes to pci_epf_type_add_cfs()
 2023-05-15  7:43 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: endpoint: Improve pci_epf_type_add_cfs()
` [PATCH v2 2/2] PCI: endpoint: Add kdoc description of pci_epf_type_add_cfs()

[PATCH V5 0/3] PCI: designware-ep: Fix DBI access before core init
 2023-05-15  7:40 UTC  (5+ messages)

[PATCH 0/2] Fixup changes to pci_epf_type_add_cfs()
 2023-05-15  7:32 UTC  (7+ messages)
` [PATCH 1/2] PCI: endpoint: Improve pci_epf_type_add_cfs()
` [PATCH 2/2] PCI: endpoint: Add kdoc description of pci_epf_type_add_cfs()

[bug report] PCI: endpoint: Automatically create a function specific attributes group
 2023-05-15  4:22 UTC  (6+ messages)

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-05-14 20:54 UTC  (3+ messages)

[PATCH v3 1/1] PCI: layerscape: Add the endpoint linkup notifier support
 2023-05-14 13:46 UTC  (2+ messages)

[PATCH 0/2] Add support to build pci-j721e as a kernel module
 2023-05-13 18:46 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: cadence: Add support to build pcie-cadence library "
` [PATCH v2 2/2] PCI: j721e: Add support to build pci-j721e "

[PATCH 0/3] Add support to build pci-j721e as a kernel module
 2023-05-13 18:39 UTC  (8+ messages)
` [PATCH 1/3] PCI: cadence: Add support to build pcie-cadence library "
` [PATCH 2/3] PCIE: j721e: Add support to build pci-j721e "
` [PATCH 3/3] arm64: defconfig: enable J721e PCIe controller
    ` [EXTERNAL] "

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-05-12 19:48 UTC  (4+ messages)

[PATCH v2 0/3] Add support for Xilinx XDMA Soft IP as Root Port
 2023-05-12 19:32 UTC  (11+ messages)
` [PATCH v2 1/3] Move error interrupt bits to a common header
` [PATCH v2 2/3] dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe Root Port Bridge
` [PATCH v2 3/3] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver

[PATCH v4] PCI: dwc: Wait for link up only if link is started
 2023-05-12 17:00 UTC  (3+ messages)

[PATCH v1] drivers: pci: introduce configurable delay for Rockchip PCIe bus scan
 2023-05-12 16:40 UTC  (3+ messages)

[PATCH 1/1] PCI: endpoint: pci-epf-vntb: fix typo span in comments
 2023-05-12 14:51 UTC  (4+ messages)
  ` [EXT] "

[PATCH v3 1/2] PCI: dwc: Implement general suspend/resume functionality for L2/L3 transitions
 2023-05-12 14:47 UTC  (2+ messages)

[PATCH 0/3] Add RC-to-EP doorbell with platform MSI controller
 2023-05-12 14:45 UTC  (2+ messages)

[pci:for-linus] BUILD SUCCESS 3b8803494a0612acdeee714cb72aa142b1e05ce5
 2023-05-12 11:43 UTC 

[PATCH RESEND v5 00/14] PCI: dwc: Relatively simple fixes and cleanups
 2023-05-12 10:23 UTC  (10+ messages)
` [PATCH RESEND v5 01/14] PCI: dwc: Fix erroneous version type test helper
` [PATCH RESEND v5 02/14] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH RESEND v5 05/14] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH RESEND v5 06/14] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()

[PATCH net v2] vsock: avoid to close connected socket after the timeout
 2023-05-12  9:10 UTC  (2+ messages)

[PATCH v3 0/2] KingFisher: support regulators for PCIe
 2023-05-12  8:27 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: rcar-pci-host: add optional regulators
` [PATCH v3 2/2] PCI: rcar-host: add support for "


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