linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-16 16:17:20 to 2022-11-17 16:35:49 UTC [more...]

[PATCH v5 11/11] arm64: dts: mt7986: add BPI-R3 nand/nor overlays
 2022-11-17 16:33 UTC 

[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-17 16:32 UTC  (22+ messages)
` [Patch v3 01/14] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [Patch v3 02/14] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [Patch v3 03/14] x86/hyperv: Reorder code in prep for subsequent patch
` [Patch v3 04/14] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [Patch v3 05/14] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently
` [Patch v3 06/14] init: Call mem_encrypt_init() after Hyper-V hypercall init is done
` [Patch v3 07/14] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [Patch v3 08/14] swiotlb: Remove bounce buffer remapping for Hyper-V
` [Patch v3 09/14] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [Patch v3 10/14] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [Patch v3 11/14] hv_netvsc: Remove second mapping of send and recv buffers
` [Patch v3 12/14] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [Patch v3 13/14] PCI: hv: Add hypercalls to read/write MMIO space
` [Patch v3 14/14] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

[PATCH v5 00/11] Add BananaPi R3
 2022-11-17 16:27 UTC  (11+ messages)
` [PATCH v5 01/11] arm64: dts: mt7986: move wed_pcie node
` [PATCH v5 02/11] dt-bindings: phy: mediatek,tphy: add support for mt7986
` [PATCH v5 03/11] dt-bindings: usb: mtk-xhci: "
` [PATCH v5 04/11] dt-bindings: PCI: mediatek-gen3: add SoC based clock config
` [PATCH v5 05/11] dt-bindings: PCI: mediatek-gen3: add support for mt7986
` [PATCH v5 06/11] arm64: dts: mt7986: add spi related device nodes
` [PATCH v5 07/11] arm64: dts: mt7986: add usb "
` [PATCH v5 08/11] arm64: dts: mt7986: add mmc "
` [PATCH v5 09/11] arm64: dts: mt7986: add pcie "
` [PATCH v5 10/11] arm64: dts: mt7986: add Bananapi R3

[RFC PATCH 0/9] dt-bindings: cleanup titles
 2022-11-17 16:13 UTC  (20+ messages)
` [RFC PATCH 1/9] dt-bindings: drop redundant part of title of shared bindings
` [RFC PATCH 2/9] dt-bindings: memory-controllers: ti,gpmc-child: drop redundant part of title
` [RFC PATCH 3/9] dt-bindings: clock: st,stm32mp1-rcc: add proper title
` [RFC PATCH 4/9] dt-bindings: drop redundant part of title (end)
` [RFC PATCH 5/9] dt-bindings: drop redundant part of title (end, part two)
` [RFC PATCH 7/9] dt-bindings: drop redundant part of title (beginning)
` [RFC PATCH 8/9] dt-bindings: clock: drop redundant part of title
` [RFC PATCH 9/9] dt-bindings: drop redundant part of title (manual)

[patch 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2022-11-17 15:58 UTC  (30+ messages)
` [patch 01/33] genirq/msi: Rearrange MSI domain flags
` [patch 02/33] genirq/msi: Provide struct msi_parent_ops
` [patch 12/33] PCI/MSI: Add support for per device MSI[X] domains
` [patch 13/33] x86/apic/vector: Provide MSI parent domain
` [patch 19/33] genirq/msi: Provide msi_desc::msi_data
` [patch 21/33] genirq/msi: Provide msi_domain_alloc_irq_at()
` [patch 22/33] genirq/msi: Provide MSI_FLAG_MSIX_ALLOC_DYN
` [patch 24/33] PCI/MSI: Provide prepare_desc() MSI domain op
` [patch 27/33] genirq/msi: Provide constants for PCI/IMS support

[patch 01/20] genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags
 2022-11-17 15:56 UTC  (14+ messages)
` [patch 02/20] genirq/irqdomain: Rename irq_domain::dev to irq_domain::pm_dev
` [patch 03/20] genirq/msi: Create msi_api.h
` [patch 08/20] genirq/msi: Make MSI descriptor iterators device domain aware
` [patch 10/20] genirq/msi: Rename msi_add_msi_desc() to msi_insert_msi_desc()

[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
 2022-11-17 15:00 UTC  (76+ messages)
` [patch 01/39] PCI/MSI: Check for MSI enabled in __pci_msix_enable()
` [patch 02/39] iommu/vt-d: Remove bogus check for multi MSI-X
` [patch 03/39] iommu/amd: "
` [patch 04/39] genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()
` [patch 05/39] genirq/msi: Remove filter from msi_free_descs_free_range()
` [patch 06/39] genirq/msi: Add missing kernel doc to msi_next_desc()
` [patch 07/39] genirq/msi: Make __msi_domain_alloc_irqs() static
` [patch 08/39] genirq/msi: Provide msi_domain_ops::post_free()
` [patch 09/39] powerpc/pseries/msi: Use msi_domain_ops::msi_post_free()
` [patch 10/39] genirq/msi: Make __msi_domain_free_irqs() static
` [patch 11/39] genirq/irqdomain: Move bus token enum into a seperate header
` [patch 12/39] genirq/msi: Add bus token to struct msi_domain_info
` [patch 13/39] PCI/MSI: Use msi_domain_info::bus_token
` [patch 14/39] PCI/MSI: Let the MSI core free descriptors
` [patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
` [patch 16/39] genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
` [patch 17/39] PCI/MSI: Get rid of externs in msi.h
` [patch 18/39] PCI/MSI: Move mask and unmask helpers to msi.h
` [patch 30/39] PCI/MSI: Move pci_msi_restore_state() to api.c
` [patch 31/39] Documentation: PCI: Add reference to PCI/MSI device driver APIs
` [patch 33/39] PCI/MSI: Sanitize MSI-X checks
` [patch 34/39] PCI/MSI: Reject multi-MSI early
` [patch 35/39] PCI/MSI: Reject MSI-X early
` [patch 36/39] PCI/MSI: Validate MSIX contiguous restriction early
` [patch 37/39] PCI/MSI: Remove redundant msi_check() callback
` [patch 38/39] genirq/msi: Remove msi_domain_ops::msi_check()
` [patch 39/39] x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORS

[PATCH 1/9] arm64: dts: qcom: ipq8074: fix Gen2 PCIe QMP PHY
 2022-11-17 14:39 UTC  (11+ messages)
` [PATCH 2/9] arm64: dts: qcom: ipq8074: fix Gen3 "
` [PATCH 3/9] arm64: dts: qcom: ipq8074: correct Gen2 PCIe ranges
` [PATCH 4/9] arm64: dts: qcom: ipq8074: set Gen2 PCIe pcie max-link-speed
` [PATCH 5/9] dt-bindings: PCI: qcom: alphabetically sort compatibles
` [PATCH 6/9] dt-bindings: PCI: qcom: document IPQ8074 Gen3 port
` [PATCH 7/9] PCI: qcom: add support for "
` [PATCH 8/9] arm64: dts: qcom: ipq8074: fix Gen3 PCIe node
` [PATCH 9/9] arm64: dts: qcom: ipq8074: correct PCIe QMP PHY output clock names

[PATCH 1/2] dt-bindings: PCI: qcom: Add SM8550 to binding
 2022-11-17 12:53 UTC  (3+ messages)

[PATCH v2 0/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST
 2022-11-17  8:55 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: Drop of_match_ptr() to avoid unused variables
` [PATCH v2 2/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST

[helgaas-pci:pci/doe] BUILD SUCCESS a4ff8e7a71601321f7bf7b58ede664dc0d774274
 2022-11-17  8:48 UTC 

[PATCH v3 0/4] Add TLP filter support and some fixes for HiSilicon PCIe PMU
 2022-11-17  8:41 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/perf: hisi: Fix some event id for hisi-pcie-pmu
` [PATCH v3 2/4] docs: perf: Fix PMU instance name of hisi-pcie-pmu
` [PATCH v3 3/4] Documentation: perf: Indent filter options list "
` [PATCH v3 4/4] drivers/perf: hisi: Add TLP filter support

[PATCH v7 00/20] PCI: dwc: Add generic resources and Baikal-T1 support
 2022-11-17  7:59 UTC  (5+ messages)
` [PATCH v7 01/20] dt-bindings: imx6q-pcie: Fix clock names for imx6sx and imx8mq

[PATCH v2] pci: fix device presence detection for VFs
 2022-11-17  5:36 UTC  (5+ messages)

[PATCH 1/2] PCI: loongson: add skip-scan property for child DT node
 2022-11-17  4:12 UTC  (2+ messages)

[PATCH V6] PCI: loongson: Skip scanning disabled child devices
 2022-11-17  2:09 UTC 

[PATCH V5] PCI: loongson: Skip scanning unavailable child devices
 2022-11-17  2:05 UTC  (3+ messages)

[PATCH v5] PCI/ACPI: PCI/ACPI: Validate devices with power resources support D3
 2022-11-16 23:28 UTC  (2+ messages)

[patch 25/33] PCI/MSI: Provide post-enable dynamic allocation interfaces for MSI-X
 2022-11-16 22:43 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
 2022-11-16 21:55 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: PCI: qcom: unify clock order between MSM8996 and MSM8998

[PATCH] MAINTAINERS: Include PCI bindings in host bridge entry
 2022-11-16 21:53 UTC 

[PATCH] PCI/doe: Fix work struct declaration
 2022-11-16 21:10 UTC  (4+ messages)

[PATCH V2 1/1] PCI/DOE: Fix maximum data object length miscalculation
 2022-11-16 20:29 UTC  (5+ messages)

[patch 28/33] PCI/MSI: Provide IMS (Interrupt Message Store) support
 2022-11-16 20:17 UTC  (2+ messages)

[patch 29/33] PCI/MSI: Provide pci_ims_alloc/free_irq()
 2022-11-16 20:14 UTC  (2+ messages)

[patch 14/33] PCI/MSI: Remove unused pci_dev_has_special_msi_domain()
 2022-11-16 20:13 UTC  (2+ messages)

[patch 23/33] PCI/MSI: Split MSIX descriptor setup
 2022-11-16 20:13 UTC  (2+ messages)

[patch 10/33] PCI/MSI: Split __pci_write_msi_msg()
 2022-11-16 20:10 UTC  (2+ messages)

[External] Re: [PATCH v1] PCI: Set no io resource for bridges that behind VMD controller
 2022-11-16 17:42 UTC  (2+ messages)

[patch 32/39] PCI/MSI: Reorder functions in msi.c
 2022-11-16 17:10 UTC  (3+ messages)

[patch 27/39] PCI/MSI: Move pci_disable_msix() to api.c
 2022-11-16 17:09 UTC  (3+ messages)

[patch 23/39] PCI/MSI: Move pci_alloc_irq_vectors_affinity() to api.c
 2022-11-16 17:07 UTC  (3+ messages)

[patch 22/39] PCI/MSI: Move pci_alloc_irq_vectors() to api.c
 2022-11-16 17:06 UTC  (3+ messages)

[patch 20/39] PCI/MSI: Move pci_enable_msi() API to api.c
 2022-11-16 17:05 UTC  (3+ messages)

[patch 15/39] PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN
 2022-11-16 17:04 UTC  (2+ messages)

[PATCH v1 8/9] PCI: microchip: Partition inbound address translation
 2022-11-16 17:01 UTC  (3+ messages)

[PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
 2022-11-16 16:41 UTC  (2+ messages)

[PATCH v2 00/12] Drivers: hv: Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-11-16 16:38 UTC  (5+ messages)
` [PATCH v2 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms

[patch 28/39] PCI/MSI: Move pci_irq_get_affinity() to api.c
 2022-11-16 16:35 UTC  (2+ messages)

[patch 29/39] PCI/MSI: Move pci_msi_enabled() to api.c
 2022-11-16 16:26 UTC  (2+ messages)

[patch 26/39] PCI/MSI: Move pci_msix_vec_count() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 25/39] PCI/MSI: Move pci_free_irq_vectors() to api.c
 2022-11-16 16:24 UTC  (2+ messages)

[patch 24/39] PCI/MSI: Move pci_irq_vector() to api.c
 2022-11-16 16:23 UTC  (2+ messages)

[patch 21/39] PCI/MSI: Move pci_enable_msix_range() to api.c
 2022-11-16 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).