linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-14 10:09:43 to 2023-12-19 17:46:48 UTC [more...]

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2023-12-19 17:45 UTC  (14+ messages)
` [RFC PATCH v3 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v3 02/17] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v3 04/17] ACPI: Add fw_devlink support for ACPI fwnode for IRQ dependency
` [RFC PATCH v3 05/17] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v3 06/17] pnp.h: Reconfigure IRQ in pnp_irq() to support deferred probe
` [RFC PATCH v3 07/17] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v3 08/17] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v3 09/17] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v3 10/17] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v3 11/17] irqchip: riscv-aplic: "
` [RFC PATCH v3 12/17] irqchip: irq-sifive-plic: "
` [RFC PATCH v3 13/17] ACPI: bus: Add RINTC IRQ model for RISC-V

[PATCH 1/1] PCI: dwc: Fix BAR0 wrong map to iATU6 after root complex reinit endpoint
 2023-12-19 14:38 UTC  (5+ messages)

[PATCH v2 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer fail when BAR1 is fixed size
 2023-12-19 14:24 UTC 

[PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-19 11:38 UTC  (6+ messages)
` [PATCH v2 1/3] arch/x86: Move UAPI setup structures into setup_data.h
` [PATCH v2 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode
` [PATCH v2 3/3] arch/x86: Do not include <asm/bootparam.h> in several header files

[PATCH v4 00/16] Cleanup IRQ type definitions
 2023-12-19 10:07 UTC  (12+ messages)
` [PATCH v4 06/16] PCI: portdrv: Use PCI_IRQ_INTX

[PATCH v3 0/6] PCI: controllers: tidy code up
 2023-12-19  9:54 UTC  (13+ messages)
` [PATCH v3 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops
` [PATCH v3 2/6] PCI: dwc: Rename to .init in struct dw_pcie_ep_ops
` [PATCH v3 3/6] PCI: dwc: Rename to .get_dbi_offset "
` [PATCH v3 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
` [PATCH v3 5/6] PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning
` [PATCH v3 6/6] PCI: rcar-gen4: "

[PATCH v3 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-19  7:44 UTC  (11+ messages)
` [PATCH v3 1/2] PCI: make pci_dev_is_disconnected() helper public for
` [PATCH v3 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[PATCH 1/1] PCI: endpoint: pci-epf-vntb: Fix transfer fail when BAR1 is fixed size
 2023-12-19  6:17 UTC 

[PATCH] misc: pci_endpoint_test: Remove usage of the deprecated ida_simple_xx() API
 2023-12-19  6:15 UTC 

[PATCH] dw-xdata: Remove usage of the deprecated ida_simple_xx() API
 2023-12-19  6:09 UTC 

[pci:controller/xilinx] BUILD SUCCESS b642e081f46cc95c7f1468cab1ea3c2d5e11fdab
 2023-12-19  3:32 UTC 

[pci:controller/dwc] BUILD SUCCESS 2217fffcd63f86776c985d42e76daa43a56abdf1
 2023-12-19  2:32 UTC 

[PATCH 1/5] PCI: endpoint: Make pci_epf_ops in pci_epf_driver const
 2023-12-18 22:43 UTC  (2+ messages)

ACPI Error: AE_ERROR, Returned by Handler for [PCI_Config] (20230628/evregion-300), method \_SB.PCI0._INI
 2023-12-18 17:33 UTC 

[PATCH] misc: pci_endpoint_test: Use a unique test pattern for each BAR
 2023-12-18 16:18 UTC  (3+ messages)

[PATCH v4 00/15] PCI: imx6: Clean up and add imx95 pci support
 2023-12-18 14:35 UTC  (22+ messages)
` [PATCH v4 01/15] PCI: imx6: Simplify clock handling by using bulk_clk_*() function
` [PATCH v4 02/15] PCI: imx6: Simplify phy handling by using by using IMX6_PCIE_FLAG_HAS_PHY
` [PATCH v4 03/15] PCI: imx6: Simplify reset handling by using by using *_FLAG_HAS_*_RESET
` [PATCH v4 04/15] PCI: imx6: Using "linux,pci-domain" as slot ID
` [PATCH v4 05/15] PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
` [PATCH v4 06/15] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
` [PATCH v4 07/15] PCI: imx6: Simplify switch-case logic by involve init_phy callback
` [PATCH v4 08/15] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v4 09/15] dt-bindings: imx6q-pcie: remove reg and reg-name
` [PATCH v4 10/15] dt-bindings: imx6q-pcie: Add imx95 pcie compatible string
` [PATCH v4 11/15] PCI: imx6: Add iMX95 PCIe support
` [PATCH v4 12/15] PCI: imx6: Clean up get addr_space code
` [PATCH v4 13/15] PCI: imx6: Add epc_features in imx6_pcie_drvdata
` [PATCH v4 14/15] dt-bindings: imx6q-pcie: Add iMX95 pcie endpoint compatible string
` [PATCH v4 15/15] PCI: imx6: Add iMX95 Endpoint (EP) function support

[PATCH v4 00/16] Cleanup IRQ type definitions
 2023-12-18 10:10 UTC  (2+ messages)

[pci:controller/kirin] BUILD SUCCESS 9f5077ef8f8157270f51f4ebd782c985d56d33c6
 2023-12-18  4:07 UTC 

[PATCH 0/2] Improvements to system power consumption at S5
 2023-12-18  3:41 UTC  (9+ messages)
` [PATCH 2/2] PCI/portdrv: Place PCIe port hierarchy into D3cold at shutdown

[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
 2023-12-18  3:04 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
  ` [PATCH v2 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
  ` [PATCH v2 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH -next] PCI: xilinx-xdma: Remove redundant dev_err()
 2023-12-18  2:23 UTC  (2+ messages)

[PATCH v2] PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
 2023-12-18  1:17 UTC  (4+ messages)

[PATCH v2 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-17 11:38 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: make pci_dev_is_disconnected() helper public for
` [PATCH v2 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[pci:enumeration-logging] BUILD SUCCESS 95140c2fbfdf3b6ca98578e5bdbc82d9922f08b9
 2023-12-17  5:02 UTC 

[pci:next] BUILD SUCCESS ab9345f3fb21e9563da4d6234c6e380cc691b4ad
 2023-12-17  3:42 UTC 

[pci:aer] BUILD SUCCESS d95ef17f64225dcdf347438098f8f14f1de9a3e8
 2023-12-17  3:40 UTC 

[PATCH v2] PCI: kirin: Use devm_kasprintf()
 2023-12-17  3:08 UTC  (2+ messages)

[pci:controller/dwc] BUILD SUCCESS edd6ae1022a659b47586b64fa93c615ee14efd94
 2023-12-17  2:16 UTC 

[pci:dt-bindings] BUILD SUCCESS 41f757713ac38ae2f63bc02d5653aac254c5bdbf
 2023-12-17  2:14 UTC 

[pci:controller/remove-void-return] BUILD SUCCESS a5eee68931fcc6ecabd35651fed0c31439078e67
 2023-12-17  2:14 UTC 

[pci:for-linus] BUILD SUCCESS 5df12742b7e3aae2594a30a9d14d5d6e9e7699f4
 2023-12-16 22:02 UTC 

[PATCH v3 00/35] bitops: add atomic find_bit() operations
 2023-12-16 21:48 UTC  (2+ messages)

[PATCH v7 RESEND 0/3] Add support for Xilinx XDMA Soft IP as Root Port
 2023-12-16 21:32 UTC  (2+ messages)

[PATCH v5 RESEND 0/4] increase ecam size value to discover 256 buses during
 2023-12-16 21:31 UTC  (2+ messages)

[PATCH v2 0/1] PCI: qcom-ep: Fix the BAR size programming
 2023-12-16 21:29 UTC  (2+ messages)

[PATCH V2 0/4] NTB function for PCIe RC to EP connection
 2023-12-16 10:11 UTC  (9+ messages)
` [PATCH v2 1/4] PCI: designware-ep: Allow pci_epc_set_bar() update inbound map address

[GIT PULL] PCI fixes for v6.7
 2023-12-16  4:07 UTC  (2+ messages)

[PATCH 0/3] PCI: Convert to platform remove callback returning void (part II)
 2023-12-16  0:44 UTC  (2+ messages)

[PATCH v1] PCI: dwc: convert SOC_SIFIVE to ARCH_SIFIVE
 2023-12-16  0:24 UTC  (2+ messages)

[PATCH v2] dt-bindings: PCI: qcom: document the SM8650 PCIe Controller
 2023-12-16  0:14 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: dwc: rockchip: document optional pcie reference clock input
 2023-12-16  0:10 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: qcom: Correct reset-names property
 2023-12-16  0:03 UTC  (4+ messages)

[PATCH v3 1/4] dt-bindings: PCI: qcom: adjust iommu-map for different SoC
 2023-12-15 23:55 UTC  (6+ messages)
` [PATCH v3 2/4] dt-bindings: PCI: qcom: correct clocks for SC8180x

[Regression] Commit 40613da52b13 ("PCI: acpiphp: Reassign resources on bridge if necessary")
 2023-12-15 23:35 UTC  (7+ messages)

[PATCH v2] x86/pci: Stop requiring ECAM to be declared in E820, ACPI or EFI
 2023-12-15 22:03 UTC 

[PATCH] pci/iov: fix kobject_uevent() ordering in sriov_enable()
 2023-12-15 22:11 UTC  (3+ messages)

[pci:controller/rcar] BUILD SUCCESS 6797e4da2dd1e2c8dc8cec73447c77abe2a7655b
 2023-12-15 21:06 UTC 

[pci:for-linus] BUILD SUCCESS 9ad2ae63cdcad59b243e9ef548398c73e733c8df
 2023-12-15 19:57 UTC 

[PATCH RFC v2] platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
 2023-12-15 16:13 UTC  (13+ messages)

[PATCH] x86/pci: Stop requiring MMCONFIG to be declared in E820, ACPI or EFI for newer systems
 2023-12-15 15:48 UTC  (5+ messages)

[PATCH v2 0/2] Attach DT nodes to existing PCI devices
 2023-12-15 13:52 UTC  (11+ messages)

[PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h
 2023-12-15 12:16 UTC  (7+ messages)
` [PATCH 1/3] arch/x86: Move struct pci_setup_rom into pci_setup.h
` [PATCH 2/3] arch/x86: Add <asm/ima-efi.h> for arch_ima_efi_boot_mode

[PATCH] PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()
 2023-12-15 11:00 UTC  (3+ messages)

[PATCH 00/10] Add PCIe support for Qualcomm IPQ5332
 2023-12-15 10:38 UTC  (21+ messages)
` [PATCH 01/10] dt-bindings: clock: Add separate clocks for PCIe and USB for Combo PHY
` [PATCH 02/10] clk: qcom: ipq5332: "
` [PATCH 03/10] arm64: dts: qcom: ipq5332: Add separate entry for USB pipe clock
` [PATCH 05/10] dt-bindings: phy: qcom,uniphy-pcie: Add ipq5332 bindings
` [PATCH 06/10] phy: qcom: ipq5332: Add support for g3x1 and g3x2 PCIe PHYs
` [PATCH 07/10] dt-bindings: PCI: qcom: Add IPQ5332 SoC
` [PATCH 09/10] arm64: dts: qcom: ipq5332: Add PCIe related nodes

[PATCH] Revert "PCI: acpiphp: Reassign resources on bridge if necessary"
 2023-12-15  9:13 UTC  (3+ messages)

SCSI hotplug issues with UEFI VM with guest kernel >= 6.5
 2023-12-15  7:41 UTC  (2+ messages)

[PATCH v2] PCI: mediatek-gen3: Fix translation window
 2023-12-15  6:08 UTC  (3+ messages)

[PATCH RFC 0/2] fix vt-d hard lockup when hotplug ATS capable device
 2023-12-15  1:51 UTC  (10+ messages)
` [PATCH 2/2] iommu/vt-d: don's issue devTLB flush request when device is disconnected

[PATCH v2 0/6] PCI: controllers: tidy code up
 2023-12-15  1:20 UTC  (12+ messages)
` [PATCH v2 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
` [PATCH v2 5/6] PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning

[PATCH v2] PCI: vmd: Enable Hotplug based on BIOS setting on VMD rootports
 2023-12-14 22:22 UTC  (3+ messages)

[PATCH v3] PCI/portdrv: Allow AER service only for Root Ports & RCECs
 2023-12-14 21:47 UTC  (4+ messages)

[pci:controller/cadence] BUILD SUCCESS 9ca59b45ecf3b1ab24e21294aa598837761dd1e8
 2023-12-14 19:58 UTC 

[pci:controller/vmd] BUILD SUCCESS 991801bc4722e287035e907a0202954a2ffb2798
 2023-12-14 19:58 UTC 

[PATCH v5 RESEND 0/2] PCI: rcar: support regulators for PCIe
 2023-12-14 19:27 UTC  (5+ messages)

[PATCH] pci: rcar-gen4: Replace of_device.h with explicit of.h include
 2023-12-14 19:22 UTC  (4+ messages)

[PATCH v2 1/6] PCI/ASPM: Add locked helper for enabling link state
 2023-12-14 17:28 UTC  (2+ messages)

[PATCH v2] PCI: Prevent device from doing RPM when it's unplugged
 2023-12-14 17:16 UTC  (2+ messages)

[PATCH v12 0/5] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
 2023-12-14 11:26 UTC  (3+ messages)

[PATCH 0/9] bus: mhi: ep: Add async read/write support
 2023-12-14 10:55 UTC  (8+ messages)
` [PATCH 6/9] PCI: epf-mhi: Enable MHI "

[PATCH V2 0/4] PCI: imx6: Add pci host wakeup support
 2023-12-14 10:15 UTC  (4+ 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).