Linux PCI
[Prev Page][Next Page]
- Re: [PATCH v3 8/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity, (continued)
- [PATCH] Revert "PCI: j721e: Drop redundant struct device *",
Christian Gmeiner
- [PATCH] PCI: Fix the ACPI power state during runtime resume,
Abhishek Sahu
- [PATCH 0/2] PCI: mt7621: address some kernel test robot reported warnings,
Sergio Paracuellos
- Re: [PATCH v2] PCI: Speed up device init by parsing capabilities all at once,
Greg KH
- [Question] why should alignment be added when doing kzalloc/dma_alloc in pci_endpoint_test_copy/write/read?,
Li Chen
- [PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support,
Dan Williams
- [PATCH v3 01/40] cxl: Rename CXL_MEM to CXL_PCI,
Dan Williams
- [PATCH v3 02/40] cxl/pci: Implement Interface Ready Timeout,
Dan Williams
- [PATCH v3 03/40] cxl/pci: Defer mailbox status checks to command timeouts,
Dan Williams
- [PATCH v3 04/40] cxl: Flesh out register names,
Dan Williams
- [PATCH v3 05/40] cxl/pci: Add new DVSEC definitions,
Dan Williams
- [PATCH v3 06/40] cxl/acpi: Map component registers for Root Ports,
Dan Williams
- [PATCH v3 07/40] cxl: Introduce module_cxl_driver,
Dan Williams
- [PATCH v3 08/40] cxl/core/port: Rename bus.c to port.c,
Dan Williams
- [PATCH v3 09/40] cxl/decoder: Hide physical address information from non-root,
Dan Williams
- [PATCH v3 10/40] cxl/core: Convert decoder range to resource,
Dan Williams
- [PATCH v3 11/40] cxl/core/port: Clarify decoder creation,
Dan Williams
- [PATCH v3 12/40] cxl/core: Fix cxl_probe_component_regs() error message,
Dan Williams
- [PATCH v3 13/40] cxl/core/port: Make passthrough decoder init implicit,
Dan Williams
- [PATCH v3 14/40] cxl/core: Track port depth,
Dan Williams
- [PATCH v3 15/40] cxl: Prove CXL locking,
Dan Williams
- [PATCH v3 16/40] cxl/core/port: Use dedicated lock for decoder target list,
Dan Williams
- [PATCH v3 17/40] cxl/port: Introduce cxl_port_to_pci_bus(),
Dan Williams
- [PATCH v3 18/40] cxl/pmem: Introduce a find_cxl_root() helper,
Dan Williams
- [PATCH v3 19/40] cxl/port: Up-level cxl_add_dport() locking requirements to the caller,
Dan Williams
- [PATCH v3 20/40] cxl/pci: Rename pci.h to cxlpci.h,
Dan Williams
- [PATCH v3 21/40] cxl/core: Generalize dport enumeration in the core,
Dan Williams
- [PATCH v3 24/40] cxl/port: Add a driver for 'struct cxl_port' objects,
Dan Williams
- [PATCH v3 25/40] cxl/core/port: Remove @host argument for dport + decoder enumeration,
Dan Williams
- [PATCH v3 26/40] cxl/pci: Store component register base in cxlds,
Dan Williams
- [PATCH v3 27/40] cxl/pci: Cache device DVSEC offset,
Dan Williams
- [PATCH v3 22/40] cxl/core/hdm: Add CXL standard decoder enumeration to the core,
Dan Williams
- [PATCH v3 23/40] cxl/core: Emit modalias for CXL devices,
Dan Williams
- [PATCH v3 28/40] cxl/pci: Retrieve CXL DVSEC memory info,
Dan Williams
- [PATCH v3 29/40] cxl/pci: Implement wait for media active,
Dan Williams
- [PATCH v3 30/40] cxl/pci: Emit device serial number,
Dan Williams
- [PATCH v3 31/40] cxl/memdev: Add numa_node attribute,
Dan Williams
- [PATCH v3 32/40] cxl/core/port: Add switch port enumeration,
Dan Williams
- [PATCH v3 33/40] cxl/mem: Add the cxl_mem driver,
Dan Williams
- [PATCH v3 34/40] cxl/core: Move target_list out of base decoder attributes,
Dan Williams
- [PATCH v3 35/40] cxl/core/port: Add endpoint decoders,
Dan Williams
- [PATCH v3 36/40] tools/testing/cxl: Mock dvsec_ranges(),
Dan Williams
- [PATCH v3 37/40] tools/testing/cxl: Fix root port to host bridge assignment,
Dan Williams
- [PATCH v3 38/40] tools/testing/cxl: Mock one level of switches,
Dan Williams
- [PATCH v3 39/40] tools/testing/cxl: Enumerate mock decoders,
Dan Williams
- [PATCH v3 40/40] tools/testing/cxl: Add a physical_node link,
Dan Williams
- [PATCH] PCI: mediatek: Change MSI interrupt processing sequence,
qizhong cheng
- Re: [PATCH] PCI: mediatek: Change MSI interrupt processing sequence,
Bjorn Helgaas
- <Possible follow-ups>
- Re: [PATCH] PCI: mediatek: Change MSI interrupt processing sequence,
Bjorn Helgaas
[PATCH v3 1/2] PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access(),
marek . vasut
[PATCH] PCI/MSI: msix_setup_msi_descs: Restore logic for msi_attrib.can_mask,
Josef Johansson
[PATCH v1] microblaze/PCI: Remove pci_phys_mem_access_prot() dead code,
Bjorn Helgaas
[PATCH pciutils 0/4] Support for PCI_FILL_PARENT,
Pali Rohár
[PATCH pciutils 0/4] Support for PCI_FILL_DRIVER,
Pali Rohár
[PATCH pciutils 0/5] Support for PROGIF, REVID and SUBSYS,
Pali Rohár
- [PATCH pciutils 1/5] libpci: Add new options for pci_fill_info: PROGIF, REVID and SUBSYS,
Pali Rohár
- [PATCH pciutils 3/5] libpci: generic: Implement SUBSYS also for PCI_HEADER_TYPE_BRIDGE,
Pali Rohár
- [PATCH pciutils 4/5] libpci: sysfs: Implement PROGIF, REVID and SUBSYS support,
Pali Rohár
- [PATCH pciutils 5/5] lspci: Retrieve prog if, subsystem ids and revision id via libpci,
Pali Rohár
- [PATCH pciutils 2/5] libpci: generic: Implement PROGIF, REVID and SUBSYS support,
Pali Rohár
- Re: [PATCH pciutils 0/5] Support for PROGIF, REVID and SUBSYS,
Martin Mareš
[PATCH v7 05/14] sizes.h: Add SZ_1T macro,
Christophe Leroy
[PATCH] PCI: endpoint fix misused goto label,
Li Chen
[PATCH v4] PCI: endpoint: Add prefetch BAR support,
Li Chen
[GIT PULL] PCI fixes for v5.17,
Bjorn Helgaas
[PATCH] arm64: dts: qcom: ipq6018: fix usb reference period,
Baruch Siach
[PATCH V3] misc: pci_endpoint_test: simplify endpoint test read and write operations,
Li Chen
[PATCH V2] misc: pci_endpoint_test: simplify endpoint test read and write operations,
Li Chen
[PATCH] misc: pci_endpoint_test: simplify endpoint test read and write operations,
Li Chen
Re: [PATCH] PCI: Speed up device init by parsing capabilities all at once,
Greg KH
[PATCH v3] PCI: endpoint: Add prefetch BAR support,
Li Chen
[PATCH] PCI: ACPI: Allow internal devices to be marked as untrusted,
Rajat Jain
[Patch v3] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology,
longli
[helgaas-pci:for-linus] BUILD SUCCESS 9c494ca4d3a535f9ca11ad6af1813983c1c6cbdd,
kernel test robot
[PATCH V2] PCI: endpoint: Add prefetch bar support,
Li Chen
[PATCH] PCI: endpoint: Add prefetch bar support,
Li Chen
Why does cdns_pcie_ep_set_bar use sz > SZ_2G for is_64bits in pcie-cadence-ep.c?,
Li Chen
[PATCH v3 0/2] Fully enable AER,
Stefan Roese
[helgaas-pci:pci/misc] BUILD SUCCESS 7329e2608d04e19161ea553ec435470ffea30ba7,
kernel test robot
[Patch v2] PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology,
longli
[PATCH 1/1] pciutils: Add decode support for Data Object Exchange Extended Capability,
Jonathan Cameron
[PATCH] PCI: Support BAR sizes up to 8TB,
Dongdong Liu
[RFC PATCH 0/3] Add PCIe enclosure management support,
Stuart Hayes
[PATCH v2 1/2] PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access(),
marek . vasut
[GIT PULL] More ACPI updates for v5.17-rc1,
Rafael J. Wysocki
[PATCH AUTOSEL 5.15 32/44] PCI/MSI: Decouple MSI[-X] disable from pcim_release(),
Sasha Levin
[PATCH AUTOSEL 5.16 36/52] PCI/MSI: Decouple MSI[-X] disable from pcim_release(),
Sasha Levin
[PATCH] PCI: Forbid RPM on ACPI systems before 5.0 only,
Heiner Kallweit
[PATCH] pci: imx: disable reglator when imx6_pcie_probe fails,
Xiaolei Wang
[PATCH v2 0/2] Fully enable AER,
Stefan Roese
[PATCH 1/2] PCI: rcar: Finish transition to L1 state in rcar_pcie_config_access(),
marek . vasut
[PATCH] PCI: vmd: Remove useless DMA-32 fallback configuration,
Christophe JAILLET
[PATCH] PCI/AER: Update the link to the aer-inject tool,
Yicong Yang
[helgaas-pci:v5.17-merge] BUILD SUCCESS 868fafd67742e7a2418ce48b44b96f3a6231486d,
kernel test robot
[helgaas-pci:next] BUILD SUCCESS 87c71931633bd15e9cfd51d4a4d9cd685e8cdb55,
kernel test robot
[GIT PULL] PCI changes for v5.17,
Bjorn Helgaas
[helgaas-pci:pci/host/mt7621] BUILD SUCCESS 44ddb791f8f41f5f9f2ab4280a27c179ca7a8aed,
kernel test robot
[PATCH v4 0/2] Add support to register platform service IRQ,
Stefan Roese
[PATCH v5 1/5] x86/quirks: Fix stolen detection with integrated + discrete GPU,
Lucas De Marchi
[PATCH] PCI/portdrv: Don't disable AER reporting in get_port_device_capability(),
Stefan Roese
[PATCH v3 0/2] Add support to register platform service IRQ,
Stefan Roese
[helgaas-pci:pci/host/brcmstb] BUILD SUCCESS 11ed8b8624b8085f706864b4addcd304b1e4fc38,
kernel test robot
[PATCH v2] phy: freescale: pcie: cosmetic clean-up,
Marcel Ziswiler
[helgaas-pci:pci/hotplug] BUILD SUCCESS 085a9f43433f30cbe8a1ade62d9d7827c3217f4d,
kernel test robot
[helgaas-pci:pci/host/hv] BUILD SUCCESS d9932b46915664c88709d59927fa67e797adec56,
kernel test robot
[PATCH v2 00/15] CXL Region driver,
Ben Widawsky
- [PATCH v2 02/15] cxl/core: Track port depth,
Ben Widawsky
- [PATCH v2 03/15] cxl/region: Add region creation ABI,
Ben Widawsky
- [PATCH v2 01/15] cxl/core: Rename find_cxl_port,
Ben Widawsky
- [PATCH v2 04/15] cxl/region: Introduce concept of region configuration,
Ben Widawsky
- [PATCH v2 05/15] cxl/mem: Cache port created by the mem dev,
Ben Widawsky
- [PATCH v2 06/15] cxl/region: Introduce a cxl_region driver,
Ben Widawsky
- [PATCH v2 07/15] cxl/acpi: Handle address space allocation,
Ben Widawsky
- [PATCH v2 08/15] cxl/region: Address space allocation,
Ben Widawsky
- [PATCH v2 09/15] cxl/region: Implement XHB verification,
Ben Widawsky
- [PATCH v2 10/15] cxl/region: HB port config verification,
Ben Widawsky
- [PATCH v2 11/15] cxl/region: Add infrastructure for decoder programming,
Ben Widawsky
- [PATCH v2 12/15] cxl/region: Collect host bridge decoders,
Ben Widawsky
- [PATCH v2 13/15] cxl: Program decoders for regions,
Ben Widawsky
- [PATCH v2 15/15] cxl/region: Create an nd_region,
Ben Widawsky
- [PATCH v2 14/15] cxl/pmem: Convert nvdimm bridge API to use memdev,
Ben Widawsky
- Re: [PATCH v2 00/15] CXL Region driver,
Ben Widawsky
Re: [RFC PATCH 2/2] cxl/mem: Add CDAT table reading from DOE,
Zayd Qumsieh
[helgaas-pci:next] BUILD SUCCESS 48b86bf05c60d5aae088ebdcfdab700aee12b413,
kernel test robot
[RESEND PATCH v2 1/4] PCI: Add setup_platform_service_irq hook to struct pci_host_bridge,
Stefan Roese
[helgaas-pci:pci/enumeration] BUILD SUCCESS 346865f0745357f9f4704614ce1d9a8e6f27dbc4,
kernel test robot
[helgaas-pci:pci/resource] BUILD SUCCESS 500b55b05d0a21c4adddf4c3b29ee6f32b502046,
kernel test robot
[helgaas-pci:pci/hotplug] BUILD SUCCESS 42a46c70045915bcbdced3e694dc5825d124fb5c,
kernel test robot
[helgaas-pci:pci/misc] BUILD SUCCESS 560dbc4654fa013fadcbcd9647904051d6fadc11,
kernel test robot
[PATCH] fixup! PCI: brcmstb: Add control of subdevice voltage regulators,
Jim Quinlan
[PATCH -next v2] PCI: hv: Fix an ignored error return from bitmap_find_free_region(),
Yang Li
Re: [bug report] PCI: brcmstb: Add control of subdevice voltage regulators,
Lorenzo Pieralisi
[PATCH -next] PCI: hv: Unsigned comparison with less than zero,
Yang Li
[PATCH 2/2] platform: make platform_get_irq_byname_optional() optional,
Sergey Shtylyov
[PATCH v2] PCI / thunderbolt: Add quirk to handle incorrect Supported Link Speeds,
Sanrio Alvares
100 ms boot time increase regression in acpi_init()/acpi_scan_bus(),
Paul Menzel
[PATCH v2] PCI: mt7621: Add missing arch include 'asm/mips-cps.h' to avoid implicit function declarations,
weirongguang
[PATCH net-next v6 1/8] PCI: Add Fungible Vendor ID to pci_ids.h,
Dimitris Michailidis
[PATCH v2 00/23] PCI: aardvark controller fixes BATCH 4,
Marek Behún
- [PATCH v2 01/23] PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*,
Marek Behún
- [PATCH v2 02/23] PCI: aardvark: Fix reading MSI interrupt number,
Marek Behún
- [PATCH v2 03/23] PCI: aardvark: Fix support for MSI interrupts,
Marek Behún
- [PATCH v2 04/23] PCI: aardvark: Rewrite IRQ code to chained IRQ handler,
Marek Behún
- [PATCH v2 05/23] PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ,
Marek Behún
- [PATCH v2 06/23] PCI: aardvark: Make MSI irq_chip structures static driver structures,
Marek Behún
- [PATCH v2 07/23] PCI: aardvark: Make msi_domain_info structure a static driver structure,
Marek Behún
- [PATCH v2 08/23] PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node),
Marek Behún
- [PATCH v2 09/23] PCI: aardvark: Refactor unmasking summary MSI interrupt,
Marek Behún
- [PATCH v2 10/23] PCI: aardvark: Add support for masking MSI interrupts,
Marek Behún
- [PATCH v2 11/23] PCI: aardvark: Fix setting MSI address,
Marek Behún
- [PATCH v2 12/23] PCI: aardvark: Enable MSI-X support,
Marek Behún
- [PATCH v2 14/23] PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit on emulated bridge,
Marek Behún
- [PATCH v2 13/23] PCI: aardvark: Add support for ERR interrupt on emulated bridge,
Marek Behún
- [PATCH v2 16/23] PCI: aardvark: Add support for PME interrupts,
Marek Behún
- [PATCH v2 15/23] PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge,
Marek Behún
- [PATCH v2 17/23] PCI: aardvark: Fix support for PME requester on emulated bridge,
Marek Behún
- [PATCH v2 18/23] PCI: aardvark: Use separate INTA interrupt for emulated root bridge,
Marek Behún
- [PATCH v2 19/23] PCI: aardvark: Remove irq_mask_ack callback for INTx interrupts,
Marek Behún
- [PATCH v2 20/23] PCI: aardvark: Don't mask irq when mapping,
Marek Behún
- [PATCH v2 21/23] PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy(),
Marek Behún
- [PATCH v2 22/23] PCI: aardvark: Update comment about link going down after link-up,
Marek Behún
- [PATCH v2 23/23] PCI: aardvark: Make main irq_chip structure a static driver structure,
Marek Behún
- Re: (subset) [PATCH v2 00/23] PCI: aardvark controller fixes BATCH 4,
Lorenzo Pieralisi
[helgaas-pci:pci/misc] BUILD SUCCESS ccd36795be48956248dc308f4525c06c7f419d76,
kernel test robot
[PATCH v1] misc: pci_endpoint_test: Use a semicolon as the end of the statement.,
Ming Wang
[PATCH] PCI: Correct misspelled words,
Krzysztof Wilczyński
Re: [PATCH 3/3] PCI: aardvark: Implement emulated root PCI bridge,
Bjorn Helgaas
[PATCH v3 1/3] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals,
Lucas De Marchi
"PCI/MSI: Mask MSI-X vectors only on success" (boot problem on c4.large),
Andrea Righi
[helgaas-pci:next] BUILD SUCCESS c5897649436b563fae8c675c9ce684764f0361da,
kernel test robot
[helgaas-pci:pci/vga] BUILD SUCCESS 0f4caffa12979152d2378edf5e88ea6b7fb6befd,
kernel test robot
[PATCH net-next v5 1/8] PCI: add Fungible vendor ID to pci_ids.h,
Dimitris Michailidis
[RFC PATCH v2] PCI: Waiting command completed in get_port_device_capability(),
Yao Hongbo
[PATCH] dt-bindings: Drop required 'interrupt-parent',
Rob Herring
[PATCH] dt-bindings: PCI: snps,dw-pcie-ep: Drop conflicting 'max-functions' schema,
Rob Herring
[PATCH 00/13] CXL Region driver,
Ben Widawsky
- [PATCH 02/13] cxl/core: Track port depth,
Ben Widawsky
- [PATCH 01/13] cxl/core: Rename find_cxl_port,
Ben Widawsky
- [PATCH 03/13] cxl/region: Add region creation ABI,
Ben Widawsky
- [PATCH 05/13] cxl/mem: Cache port created by the mem dev,
Ben Widawsky
- [PATCH 04/13] cxl/region: Introduce concept of region configuration,
Ben Widawsky
- [PATCH 06/13] cxl/region: Introduce a cxl_region driver,
Ben Widawsky
- [PATCH 07/13] cxl/acpi: Handle address space allocation,
Ben Widawsky
- [PATCH 08/13] cxl/region: Address space allocation,
Ben Widawsky
- [PATCH 09/13] cxl/region: Implement XHB verification,
Ben Widawsky
- [PATCH 10/13] cxl/region: HB port config verification,
Ben Widawsky
- [PATCH 11/13] cxl/region: Add infrastructure for decoder programming,
Ben Widawsky
- [PATCH 12/13] cxl/region: Record host bridge target list,
Ben Widawsky
- [PATCH 13/13] cxl: Program decoders for regions,
Ben Widawsky
- Re: [PATCH 00/13] CXL Region driver,
Ben Widawsky
[PATCH] PCI: hv: Fix NUMA node assignment when kernel boots with parameters affecting NUMA topology,
longli
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]