linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 16:04:00 to 2022-01-11 10:35:54 UTC [more...]

[PATCH 1/2] PCI: dra7xx: Fix link removal on probe error
 2022-01-11 10:35 UTC  (4+ messages)

[patch V2 00/31] genirq/msi, PCI/MSI: Spring cleaning - Part 3
 2022-01-11  9:02 UTC  (6+ messages)
` [patch V2 30/31] genirq/msi: Simplify sysfs handling
  ` [patch] genirq/msi: Populate sysfs entry only once

PCIe AER generates no interrupts on host (ZynqMP)
 2022-01-11  8:14 UTC  (9+ messages)

Wycena paneli fotowoltaicznych
 2022-01-11  7:45 UTC 

[PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe
 2022-01-11  6:23 UTC  (5+ messages)
` [PATCH v2 4/5] PCI: keystone: Add quirk to mark AM654 RC BAR flag as IORESOURCE_UNSET
` (subset) [PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe

[PATCH -next] PCI: hv: Unsigned comparison with less than zero
 2022-01-11  1:26 UTC 

[PATCH 00/13] CXL Region driver
 2022-01-11  0:05 UTC  (25+ messages)
` [PATCH 01/13] cxl/core: Rename find_cxl_port
` [PATCH 02/13] cxl/core: Track port depth
` [PATCH 03/13] cxl/region: Add region creation ABI
` [PATCH 04/13] cxl/region: Introduce concept of region configuration
` [PATCH 05/13] cxl/mem: Cache port created by the mem dev
` [PATCH 06/13] cxl/region: Introduce a cxl_region driver
` [PATCH 07/13] cxl/acpi: Handle address space allocation
` [PATCH 08/13] cxl/region: Address "
` [PATCH 09/13] cxl/region: Implement XHB verification
` [PATCH 10/13] cxl/region: HB port config verification
` [PATCH 11/13] cxl/region: Add infrastructure for decoder programming
` [PATCH 12/13] cxl/region: Record host bridge target list
` [PATCH 13/13] cxl: Program decoders for regions

[PATCH v6] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
 2022-01-10 21:25 UTC  (4+ messages)

[PATCH 2/2] platform: make platform_get_irq_byname_optional() optional
 2022-01-10 19:54 UTC 

[PATCH v2] PCI / thunderbolt: Add quirk to handle incorrect Supported Link Speeds
 2022-01-10 18:00 UTC 

[PATCH v3 1/3] x86/quirks: Replace QFLAG_APPLY_ONCE with static locals
 2022-01-10 17:37 UTC  (9+ messages)
` [PATCH v3 2/3] x86/quirks: Improve line wrap on quirk conditions
  ` [Intel-gfx] "
` [PATCH v3 3/3] x86/quirks: Fix stolen detection with integrated + discrete GPU
    ` [Intel-gfx] "

[PATCH v2 00/23] PCI: aardvark controller fixes BATCH 4
 2022-01-10 17:07 UTC  (30+ messages)
` [PATCH v2 01/23] PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_*
` [PATCH v2 02/23] PCI: aardvark: Fix reading MSI interrupt number
` [PATCH v2 03/23] PCI: aardvark: Fix support for MSI interrupts
` [PATCH v2 04/23] PCI: aardvark: Rewrite IRQ code to chained IRQ handler
` [PATCH v2 05/23] PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ
` [PATCH v2 06/23] PCI: aardvark: Make MSI irq_chip structures static driver structures
` [PATCH v2 07/23] PCI: aardvark: Make msi_domain_info structure a static driver structure
` [PATCH v2 08/23] PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node)
` [PATCH v2 09/23] PCI: aardvark: Refactor unmasking summary MSI interrupt
` [PATCH v2 10/23] PCI: aardvark: Add support for masking MSI interrupts
` [PATCH v2 11/23] PCI: aardvark: Fix setting MSI address
` [PATCH v2 12/23] PCI: aardvark: Enable MSI-X support
` [PATCH v2 13/23] PCI: aardvark: Add support for ERR interrupt on emulated bridge
` [PATCH v2 14/23] PCI: aardvark: Fix reading PCI_EXP_RTSTA_PME bit "
` [PATCH v2 15/23] PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME "
` [PATCH v2 16/23] PCI: aardvark: Add support for PME interrupts
` [PATCH v2 17/23] PCI: aardvark: Fix support for PME requester on emulated bridge
` [PATCH v2 18/23] PCI: aardvark: Use separate INTA interrupt for emulated root bridge
` [PATCH v2 19/23] PCI: aardvark: Remove irq_mask_ack callback for INTx interrupts
` [PATCH v2 20/23] PCI: aardvark: Don't mask irq when mapping
` [PATCH v2 21/23] PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy()
` [PATCH v2 22/23] PCI: aardvark: Update comment about link going down after link-up
` [PATCH v2 23/23] PCI: aardvark: Make main irq_chip structure a static driver structure

[PATCH] PCI: hv: Fix NUMA node assignment when kernel boots with parameters affecting NUMA topology
 2022-01-10 16:12 UTC  (4+ messages)

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-01-10 15:35 UTC  (7+ messages)
` [PATCH 16/16] PCI: "

100 ms boot time increase regression in acpi_init()/acpi_scan_bus()
 2022-01-10 11:29 UTC 

[PATCH] dt-bindings: Drop required 'interrupt-parent'
 2022-01-10 10:33 UTC  (7+ messages)

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2022-01-10  9:34 UTC  (5+ messages)

[PATCH 3/3] PCI: aardvark: Implement emulated root PCI bridge
 2022-01-10  9:17 UTC  (5+ messages)

"PCI/MSI: Mask MSI-X vectors only on success" (boot problem on c4.large)
 2022-01-10  8:10 UTC  (2+ messages)

[PATCH v2] PCI: mt7621: Add missing arch include 'asm/mips-cps.h' to avoid implicit function declarations
 2022-01-10  6:14 UTC 

[PATCH] PCI: dwc: Fix integrated MSI Receiver mask reg setting during resume
 2022-01-10  3:21 UTC  (2+ messages)

[PATCH net-next v6 1/8] PCI: Add Fungible Vendor ID to pci_ids.h
 2022-01-10  1:56 UTC 

[helgaas-pci:pci/misc] BUILD SUCCESS ccd36795be48956248dc308f4525c06c7f419d76
 2022-01-08 15:49 UTC 

[PATCH] PCI / thunderbolt: Add quirk to handle incorrect Supported Link Speeds
 2022-01-08 14:58 UTC  (3+ messages)

[PATCH v1] misc: pci_endpoint_test: Use a semicolon as the end of the statement
 2022-01-08  9:09 UTC 

[PATCH v8 00/10] vgaarb: Rework default VGA device selection
 2022-01-08  3:26 UTC  (3+ messages)

[PATCH] PCI: Correct misspelled words
 2022-01-08  2:45 UTC  (2+ messages)

[PATCH 08/15] PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE registers
 2022-01-07 23:46 UTC  (5+ messages)

[PATCH 05/15] PCI: mvebu: Disallow mapping interrupts on emulated bridges
 2022-01-07 23:11 UTC  (5+ messages)

[PATCH v1 0/4] PCI: brcmstb: Augment driver for MIPs SOCs
 2022-01-07 22:36 UTC  (3+ messages)

[PATCH 03/15] PCI: mvebu: Check that PCI bridge specified in DT has function number zero
 2022-01-07 21:58 UTC  (5+ messages)

[PATCH dt + pci 1/2] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
 2022-01-07 21:17 UTC  (4+ messages)
` [PATCH dt + pci 2/2] PCI: Add function for parsing `slot-power-limit-milliwatt` DT property

[PATCH 04/15] PCI: mvebu: Handle invalid size of read config request
 2022-01-07 19:15 UTC  (3+ messages)

[PATCH 00/11] PCI: mvebu: subsystem ids, AER and INTx
 2022-01-07 18:53 UTC  (11+ messages)
` [PATCH 10/11] PCI: mvebu: Implement support for legacy INTx interrupts

[PATCH net-next v5 1/8] PCI: add Fungible vendor ID to pci_ids.h
 2022-01-07 17:48 UTC  (2+ messages)

[PATCH v3 3/8] platform/x86/intel: Add Primary to Sideband (P2SB) bridge support
 2022-01-07 17:11 UTC  (4+ messages)

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-07 16:57 UTC  (4+ messages)

[helgaas-pci:next] BUILD SUCCESS c5897649436b563fae8c675c9ce684764f0361da
 2022-01-07 15:31 UTC 

[PATCH] PCI: iproc: Set all 24 bits of PCI class code
 2022-01-07 11:43 UTC  (3+ messages)

[PATCH] PCI: endpoint: set_msi: return -EINVAL when interrupts num is smaller than 1
 2022-01-07 10:41 UTC  (2+ messages)

[PATCH v3] PCI: mediatek: Assert PERST# for 100ms for power and clock to stabilize
 2022-01-07 10:22 UTC  (2+ messages)

[PATCH v11 0/7] PCI: brcmstb: root port turns on sub-device power
 2022-01-07 10:04 UTC  (6+ messages)
` [PATCH v11 3/7] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators
` [PATCH v11 6/7] PCI: brcmstb: Add control of subdevice "
` [PATCH v11 7/7] PCI: brcmstb: Do not turn off WOL regulators on suspend

[helgaas-pci:pci/vga] BUILD SUCCESS 0f4caffa12979152d2378edf5e88ea6b7fb6befd
 2022-01-07  9:40 UTC 

[RFC PATCH] PCI: Add "pci=reassign_all_bus" boot parameter
 2022-01-07  6:03 UTC  (2+ messages)

[PATCH] PCI/portdrv: Skip enabling AER on external facing ports
 2022-01-07  4:09 UTC  (3+ messages)

[RFC PATCH v2] PCI: Waiting command completed in get_port_device_capability()
 2022-01-07  3:22 UTC 

[PATCH v2] PCI: imx6: Allow to probe when dw_pcie_wait_for_link() fails
 2022-01-07  3:12 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: snps,dw-pcie-ep: Drop conflicting 'max-functions' schema
 2022-01-07  3:03 UTC 

[PATCH v5 09/14] PCI: portdrv: Suppress kernel DMA ownership auto-claiming
 2022-01-07  1:53 UTC  (3+ messages)

[PATCH v5 01/14] iommu: Add dma ownership management interfaces
 2022-01-07  1:50 UTC  (6+ messages)

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-01-07  1:19 UTC  (16+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 3/8] iommu: Extend iommu_at[de]tach_device() for multi-device groups
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()
` [PATCH v1 6/8] gpu/host1x: "

[PATCH v4 0/3] PCI: IPQ6018 PCIe controller support
 2022-01-06 23:54 UTC  (6+ messages)
` [PATCH v4 3/3] PCI: qcom: add support for IPQ60xx PCIe controller

[PATCH v2 0/2] x86/PCI: SiS PIRQ router updates
 2022-01-06 23:25 UTC  (2+ messages)

[PATCH v2 0/4] x86/PCI: Odd generic PIRQ router improvements
 2022-01-06 23:25 UTC  (2+ messages)

[PATCH v3] x86/PCI: Add support for the Intel 82378ZB/82379AB (SIO/SIO.A) PIRQ router
 2022-01-06 23:24 UTC  (2+ messages)

[PATCH v2 1/2] x86/quirks: Fix logic to apply quirk once
 2022-01-06 23:16 UTC  (4+ messages)

[PATCH v2 2/2] x86/quirks: better wrap quirk conditions
 2022-01-06 22:45 UTC  (3+ messages)

PCIe: readl()
 2022-01-06 22:18 UTC  (2+ messages)

[PATCHv6] PCI: layerscape: Change to use the DWC common link-up check function
 2022-01-06 20:42 UTC  (2+ messages)

[PATCH v8 04/10] vgaarb: Move framebuffer detection to ADD_DEVICE path
 2022-01-06 16:20 UTC  (2+ messages)


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