Linux PCI
[Prev Page][Next Page]
- Re: [patch 29/37] PCI/MSI: Use __msi_get_virq() in pci_get_vector(), (continued)
- [patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1,
Thomas Gleixner
- [patch 01/22] powerpc/4xx: Remove MSI support which never worked,
Thomas Gleixner
- [patch 02/22] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_attinity(),
Thomas Gleixner
- [patch 03/22] genirq/msi: Guard sysfs code,
Thomas Gleixner
- [patch 04/22] genirq/msi: Remove unused domain callbacks,
Thomas Gleixner
- [patch 05/22] genirq/msi: Fixup includes,
Thomas Gleixner
- [patch 06/22] PCI/MSI: Make pci_msi_domain_write_msg() static,
Thomas Gleixner
- [patch 07/22] PCI/MSI: Remove msi_desc_to_pci_sysdata(),
Thomas Gleixner
- [patch 09/22] MIPS: Octeon: Use arch_setup_msi_irq(),
Thomas Gleixner
- [patch 08/22] PCI/sysfs: Use pci_irq_vector(),
Thomas Gleixner
- [patch 11/22] x86/hyperv: Refactor hv_msi_domain_free_irqs(),
Thomas Gleixner
- [patch 12/22] PCI/MSI: Make arch_restore_msi_irqs() less horrible.,
Thomas Gleixner
- [patch 10/22] genirq/msi, treewide: Use a named struct for PCI/MSI attributes,
Thomas Gleixner
- [patch 13/22] PCI/MSI: Cleanup include zoo,
Thomas Gleixner
- [patch 14/22] PCI/MSI: Make msix_update_entries() smarter,
Thomas Gleixner
- [patch 16/22] PCI/MSI: Split out CONFIG_PCI_MSI independent part,
Thomas Gleixner
- [patch 21/22] genirq/msi: Handle PCI/MSI allocation fail in core code,
Thomas Gleixner
- [patch 22/22] PCI/MSI: Move descriptor counting on allocation fail to the legacy code,
Thomas Gleixner
- [patch 15/22] PCI/MSI: Move code into a separate directory,
Thomas Gleixner
- [patch 17/22] PCI/MSI: Split out !IRQDOMAIN code,
Thomas Gleixner
- [patch 20/22] PCI/MSI: Make pci_msi_domain_check_cap() static,
Thomas Gleixner
- [patch 18/22] PCI/MSI: Split out irqdomain code,
Thomas Gleixner
- [patch 19/22] PCI/MSI: Sanitize MSIX table map handling,
Thomas Gleixner
- Re: [patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1,
Jason Gunthorpe
- Re: [patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1,
Juergen Gross
- Re: [patch 00/22] genirq/msi, PCI/MSI: Spring cleaning - Part 1,
Cédric Le Goater
- [PATCH 0/2] PCI: mvebu: Add support for unbinding and unloading driver,
Pali Rohár
- [PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe,
Kishon Vijay Abraham I
- [PATCH v2 2/5] PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-mode",
Kishon Vijay Abraham I
- [PATCH v2 1/5] dt-bindings: PCI: ti,am65: Fix "ti,syscon-pcie-id"/"ti,syscon-pcie-mode" to take argument,
Kishon Vijay Abraham I
- [PATCH v2 3/5] PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0),
Kishon Vijay Abraham I
- [PATCH v2 5/5] PCI: keystone: Set DMA mask and coherent DMA mask,
Kishon Vijay Abraham I
- [PATCH v2 4/5] PCI: keystone: Add quirk to mark AM654 RC BAR flag as IORESOURCE_UNSET,
Kishon Vijay Abraham I
- Re: [PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe,
Kishon Vijay Abraham I
- Re: (subset) [PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe,
Lorenzo Pieralisi
- [RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier,
Shuai Xue
- [PATCH pci-fixes 0/2] PCI Aardvark controller fixes,
Marek Behún
- [PATCH 00/15] pci: mvebu: Various fixes,
Pali Rohár
- [PATCH 03/15] PCI: mvebu: Check that PCI bridge specified in DT has function number zero,
Pali Rohár
- [PATCH 01/15] PCI: mvebu: Check for valid ports,
Pali Rohár
- [PATCH 04/15] PCI: mvebu: Handle invalid size of read config request,
Pali Rohár
- [PATCH 05/15] PCI: mvebu: Disallow mapping interrupts on emulated bridges,
Pali Rohár
- [PATCH 15/15] PCI: mvebu: Fix support for DEVCAP2, DEVCTL2 and LNKCTL2 registers on emulated bridge,
Pali Rohár
- [PATCH 13/15] PCI: mvebu: Fix support for PCI_EXP_DEVCTL on emulated bridge,
Pali Rohár
- [PATCH 11/15] PCI: mvebu: Fix configuring secondary bus of PCIe Root Port via emulated bridge,
Pali Rohár
- [PATCH 12/15] PCI: mvebu: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge,
Pali Rohár
- [PATCH 02/15] PCI: mvebu: Check for errors from pci_bridge_emul_init() call,
Pali Rohár
- [PATCH 10/15] PCI: mvebu: Set PCI Bridge Class Code to PCI Bridge,
Pali Rohár
- [PATCH 09/15] PCI: mvebu: Setup PCIe controller to Root Complex mode,
Pali Rohár
- [PATCH 08/15] PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registers,
Pali Rohár
- [PATCH 06/15] PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridge,
Pali Rohár
- [PATCH 07/15] PCI: mvebu: Do not modify PCI IO type bits in conf_write,
Pali Rohár
- [PATCH 14/15] PCI: mvebu: Fix support for PCI_EXP_RTSTA on emulated bridge,
Pali Rohár
- Re: [PATCH 00/15] pci: mvebu: Various fixes,
Lorenzo Pieralisi
- [PATCH v4 08/12] dt-bindings: PCI: Add support for Airoha EN7532,
Felix Fietkau
- [PATCH v4 09/12] PCI: mediatek: allow selecting controller driver for airoha arch,
Felix Fietkau
- [PATCH 4.19 01/20] PCI: aardvark: Fix a leaked reference by adding missing of_node_put(),
Marek Behún
- [PATCH 4.14 02/24] PCI: aardvark: Fix a leaked reference by adding missing of_node_put(),
Marek Behún
- [PATCH 0/6] PCI: pci-bridge-emul: Various fixes,
Pali Rohár
- [PATCH 0/5] arm: ioremap: Remove pci_ioremap_io() and mvebu_pci_host_probe(),
Pali Rohár
- [PATCH] PCI: qcom: Fix warning generated due to the incorrect data type,
Manivannan Sadhasivam
- [helgaas-pci:next] BUILD SUCCESS ff81d75aa0e465f4a37e30da1d48f4cdd43a12ba,
kernel test robot
- [PATCH v3 0/3] PCI: apple: Assorted #PERST fixes,
Marc Zyngier
- [PATCH 0/4] Remove device * in struct,
Fan Fei
- [PATCH 0/7] PCI: Prefer of_device_get_match_data() over of_match_device(),
Fan Fei
- [RESEND v4 0/6] PCI: imx6: refine codes and add compliance tests mode support,
Richard Zhu
- [PATCH] PCI: brcmstb: Do not use __GENMASK,
Florian Fainelli
- Lockdep warning about ctrl->reset_lock in pciehp_check_presence/pciehp_ist on TB3 dock unplug,
Hans de Goede
- [PATCH] PCI: apple: Configure link speeds properly,
Hector Martin
- [PATCH v2] PCI: apple: Follow the PCIe specifications when resetting the port,
Marc Zyngier
- [PATCH 0/4] Auxiliary bus driver support for Intel PCIe VSEC/DVSEC,
David E. Box
- [PATCH] pci: Work around ASMedia ASM2824 PCIe link training failures,
Maciej W. Rozycki
- [helgaas-pci:pci/aspm] BUILD SUCCESS fa285baf844303d119d657d4f97e0777acd51b8e,
kernel test robot
- [helgaas-pci:pci/switchtec] BUILD SUCCESS b76521f6482d2a2a691e4eb1a496d55d73aea064,
kernel test robot
- [helgaas-pci:pci/hotplug] BUILD SUCCESS 23584c1ed3e15a6f4bfab8dc5a88d94ab929ee12,
kernel test robot
- Panic on boot on T5140 since 7d5ec3d3,
Rich
- [PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency,
Jakub Kicinski
- [PATCH 1/2] PCI/ASPM: Add ASPM BIOS override function,
David E. Box
- [PATCH 0/4] layerscape-pci binding updates,
Li Yang
- [PATCH 00/23] Add drivers for CXL ports and mem devices,
Ben Widawsky
- [PATCH 01/23] cxl: Rename CXL_MEM to CXL_PCI,
Ben Widawsky
- [PATCH 05/23] cxl/pci: Don't poll doorbell for mailbox access,
Ben Widawsky
- [PATCH 02/23] cxl: Flesh out register names,
Ben Widawsky
- [PATCH 04/23] cxl/pci: Implement Interface Ready Timeout,
Ben Widawsky
- [PATCH 03/23] cxl/pci: Extract device status check,
Ben Widawsky
- [PATCH 06/23] cxl/pci: Don't check media status for mbox access,
Ben Widawsky
- [PATCH 07/23] cxl/pci: Add new DVSEC definitions,
Ben Widawsky
- [PATCH 09/23] cxl: Introduce module_cxl_driver,
Ben Widawsky
- [PATCH 08/23] cxl/acpi: Map component registers for Root Ports,
Ben Widawsky
- [PATCH 12/23] cxl: Introduce endpoint decoders,
Ben Widawsky
- [PATCH 11/23] cxl/core: Document and tighten up decoder APIs,
Ben Widawsky
- [PATCH 10/23] cxl/core: Convert decoder range to resource,
Ben Widawsky
- [PATCH 17/23] cxl: Cache and pass DVSEC ranges,
Ben Widawsky
- [PATCH 14/23] cxl: Introduce topology host registration,
Ben Widawsky
- [PATCH 15/23] cxl/core: Store global list of root ports,
Ben Widawsky
- [PATCH 16/23] cxl/pci: Cache device DVSEC offset,
Ben Widawsky
- [PATCH 19/23] cxl/pci: Store component register base in cxlds,
Ben Widawsky
- [PATCH 18/23] cxl/pci: Implement wait for media active,
Ben Widawsky
- [PATCH 23/23] cxl/mem: Disable switch hierarchies for now,
Ben Widawsky
- [PATCH 22/23] cxl/mem: Introduce cxl_mem driver,
Ben Widawsky
- [PATCH 13/23] cxl/core: Move target population locking to caller,
Ben Widawsky
- [PATCH 20/23] cxl/port: Introduce a port driver,
Ben Widawsky
- [PATCH 21/23] cxl: Unify port enumeration for decoders,
Ben Widawsky
- [PATCH v9 0/7] PCI: brcmstb: root port turns on sub-device power,
Jim Quinlan
- [RFC PATCH v5 0/4] PCI/ASPM: Remove struct aspm_latency,
Saheed O. Bolarinwa
- [PATCH] dt-bindings: PCI: ti,j721e: Add device id for J721S2,
Aswath Govindraju
- [PATCH v4 0/1] PCI: Initial KUnit test fixture for resource assignment,
Naveen Naidu
- [PATCH v1 1/3] x86/quirks: Add missed include to satisfy static checker,
Andy Shevchenko
- [helgaas-pci:pci/errors] BUILD SUCCESS c78b9a9cbde5fe07ae7c3cc3789e43349db8c437,
kernel test robot
- Re: ERROR: modpost: "mips_cm_unlock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined!,
Randy Dunlap
- [PATCH 0/2] Add Switchtec Gen4 automotive device IDs and a tweak,
Kelvin Cao
- [PATCH RESEND] PCI/VPD: Add simple VPD read cache,
Heiner Kallweit
- [PATCH] PCI/VPD: Add simple VPD read cache,
Heiner Kallweit
- PCIe regression on APM Merlin (aarch64 dev platform) preventing NVME initialization,
Stéphane Graber
- [PATCH v3 0/1] PCI: Initial KUnit test fixture for resource assignment,
Naveen Naidu
- [PATCH] PCI: Change PCIe capability registers offset to hex,
Baruch Siach
- [PATCH v4 00/25] Unify PCI error response checking,
Naveen Naidu
- [PATCH v4 01/25] PCI: Add PCI_ERROR_RESPONSE and it's related definitions,
Naveen Naidu
- [PATCH v4 02/25] PCI: Set error response in config access defines when ops->read() fails,
Naveen Naidu
- [PATCH v4 03/25] PCI: Use PCI_SET_ERROR_RESPONSE() when device not found,
Naveen Naidu
- [PATCH v4 04/25] PCI: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 05/25] PCI: thunder: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 06/25] PCI: iproc: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 07/25] PCI: mediatek: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 08/25] PCI: exynos: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 09/25] PCI: histb: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 10/25] PCI: kirin: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 11/25] PCI: aardvark: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 12/25] PCI: mvebu: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 13/25] PCI: altera: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 14/25] PCI: rcar: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 15/25] PCI: rockchip: Remove redundant error fabrication when device read fails,
Naveen Naidu
- [PATCH v4 16/25] PCI/ERR: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 17/25] PCI: vmd: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 18/25] PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 19/25] PCI/DPC: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 20/25] PCI/PME: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 21/25] PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check read from hardware,
Naveen Naidu
- [PATCH v4 22/25] PCI: Use PCI_ERROR_RESPONSE to specify hardware error,
Naveen Naidu
- [PATCH v4 23/25] PCI: keystone: Use PCI_ERROR_RESPONSE to specify hardware error,
Naveen Naidu
- [PATCH v4 24/25] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error,
Naveen Naidu
- [PATCH v4 25/25] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error,
Naveen Naidu
- Re: [PATCH v4 00/25] Unify PCI error response checking,
Bjorn Helgaas
- [PATCH v6 0/2] PCI: hv: Hyper-V vPCI for arm64,
Sunil Muthuswamy
- [PATCH 18/19] mxser: move ids from pci_ids.h here,
Jiri Slaby
- [PATCH v6 0/8] Add the imx8m pcie phy driver and imx8mm pcie support,
Richard Zhu
- [PATCH] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault,
Lukas Wunner
- [PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices,
Logan Gunthorpe
- [PATCH v4 16/23] iov_iter: introduce iov_iter_get_pages_[alloc_]flags(),
Logan Gunthorpe
- [PATCH v4 19/23] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages(),
Logan Gunthorpe
- [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable(),
Logan Gunthorpe
- [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set,
Logan Gunthorpe
- [PATCH v4 20/23] block: set FOLL_PCI_P2PDMA in bio_map_user_iov(),
Logan Gunthorpe
- [PATCH v4 21/23] mm: use custom page_free for P2PDMA pages,
Logan Gunthorpe
- [PATCH v4 23/23] nvme-pci: allow mmaping the CMB in userspace,
Logan Gunthorpe
- [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL,
Logan Gunthorpe
- [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type(),
Logan Gunthorpe
- [PATCH v4 06/23] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers,
Logan Gunthorpe
- [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA,
Logan Gunthorpe
- [PATCH v4 09/23] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg,
Logan Gunthorpe
- [PATCH v4 08/23] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support,
Logan Gunthorpe
- [PATCH v4 15/23] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages,
Logan Gunthorpe
- [PATCH v4 07/23] dma-direct: support PCI P2PDMA pages in dma-direct map_sg,
Logan Gunthorpe
- [PATCH v4 13/23] RDMA/rw: drop pci_p2pdma_[un]map_sg(),
Logan Gunthorpe
- [PATCH v4 14/23] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg(),
Logan Gunthorpe
- [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions,
Logan Gunthorpe
- [PATCH v4 17/23] block: add check when merging zone device pages,
Logan Gunthorpe
- [PATCH v4 18/23] lib/scatterlist: add check when merging zone device pages,
Logan Gunthorpe
- [PATCH v4 05/23] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations,
Logan Gunthorpe
- [PATCH v4 22/23] PCI/P2PDMA: Introduce pci_mmap_p2pmem(),
Logan Gunthorpe
- [PATCH v4 12/23] RDMA/core: introduce ib_dma_pci_p2p_dma_supported(),
Logan Gunthorpe
- [PATCH] PCI: apple: Reset the port for 100ms on probe,
Marc Zyngier
- [PATCH] PCI: mt7621: declare 'mt7621_pci_ops' static,
Sergio Paracuellos
- [PATCH] PCI: apple: Enable clock gating,
Hector Martin
- [PATCH] PCI: apple: Fix REFCLK1 enable/poll logic,
Hector Martin
- [helgaas-pci:next] BUILD SUCCESS 45e8e14b69560171d72eab29a7dd102533e16265,
kernel test robot
- AER Errors,
Manish
- Re: Kernel 5.15 doesn't detect SATA drive on boot,
Damien Le Moal
[PATCH v5] PCI: vmd: Clean up domain before enumeration,
Nirmal Patel
[PATCH AUTOSEL 5.15 06/65] PCI: aardvark: Fix link training,
Sasha Levin
[PATCH v3] PCI: Add func1 DMA quirk for Marvell 88SE9125 SATA controller,
Yifeng Li
[PATCH v2] PCI: Add func1 DMA quirk for Marvell 88SE9125 SATA controller,
Yifeng Li
[PATCH v2] PCI: endpoint: Use DMA channel's 'dev' for dma_map_single(),
Kishon Vijay Abraham I
[PATCH] PCI: Make the pci_dev_present() stub a static inline,
Hans de Goede
[PATCH] PCI: Add func1 DMA quirk for Marvell 88SE9125 SATA controller,
Yifeng Li
[PATCH v2 0/6] Add support for HiSilicon PCIe Tune and Trace device,
Yicong Yang
[helgaas-pci:pci/enumeration] BUILD SUCCESS d2c64f98c3878b25e987b6b8f5100732c6426640,
kernel test robot
AER Strings,
Manish Raturi
Re: [Bug 215027] New: "PCIe Bus Error: severity=Corrected, type=Physical Layer" flood on Intel VMD + Samsung NVMe combination,
Bjorn Helgaas
[PATCH v4] PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled(),
marek . vasut
Re: Build regressions/improvements in v5.16-rc1,
Geert Uytterhoeven
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]