messages from 2022-11-14 23:29:56 to 2022-11-16 18:43:29 UTC [more...]
[Patch v3 00/14] Add PCI pass-thru support to Hyper-V Confidential VMs
2022-11-16 18:41 UTC (5+ 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 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
2022-11-16 18:41 UTC (3+ messages)
` [patch 01/33] genirq/msi: Rearrange MSI domain flags
[patch 01/20] genirq/msi: Move IRQ_DOMAIN_MSI_NOMASK_QUIRK to MSI flags
2022-11-16 18:36 UTC (10+ 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] PCI/doe: Fix work struct declaration
2022-11-16 18:20 UTC (9+ messages)
[PATCH V5] PCI: loongson: Skip scanning unavailable child devices
2022-11-16 18:14 UTC (3+ messages)
[PATCH V2 1/1] PCI/DOE: Fix maximum data object length miscalculation
2022-11-16 18:07 UTC (5+ messages)
[patch 00/39] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 1 cleanups
2022-11-16 18:05 UTC (75+ 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 v1] PCI: Set no io resource for bridges that behind VMD controller
2022-11-16 17:42 UTC (6+ messages)
` [External] "
[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 v1 0/9] PCI: microchip: Partition address translations
2022-11-16 17:01 UTC (14+ messages)
` [PATCH v1 1/9] PCI: microchip: Align register, offset, and mask names with hw docs
` [PATCH v1 2/9] PCI: microchip: Correct the DED and SEC interrupt bit offsets
` [PATCH v1 3/9] PCI: microchip: Enable event handlers to access bridge and ctrl ptrs
` [PATCH v1 4/9] PCI: microchip: Clean up initialisation of interrupts
` [PATCH v1 5/9] PCI: microchip: Gather MSI information from hardware config registers
` [PATCH v1 6/9] PCI: microchip: Re-partition code between probe() and init()
` [PATCH v1 7/9] PCI: microchip: Partition outbound address translation
` [PATCH v1 8/9] PCI: microchip: Partition inbound "
` [PATCH v1 9/9] riscv: dts: microchip: add parent ranges and dma-ranges for IKRD v2022.09
[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)
[patch 19/39] PCI/MSI: Move pci_disable_msi() to api.c
2022-11-16 16:16 UTC (2+ messages)
[PATCH v3 0/8] PCI/phy: Add support for PCI on sm8350 platform
2022-11-16 14:50 UTC (10+ messages)
` [PATCH v3 1/8] dt-bindings: PCI: qcom: Add sm8350 to bindings
` [PATCH v3 2/8] dt-bindings: phy: qcom,qmp-pcie: add sm8350 bindings
` [PATCH v3 7/8] arm64: dts: qcom: sm8350: add PCIe devices
` [PATCH v3 8/8] arm64: dts: qcom: sm8350-hdk: enable "
[PATCH v2 0/8] PCI/phy: Add support for PCI on sm8350 platform
2022-11-16 14:26 UTC (5+ messages)
` [PATCH v2 7/8] arm64: dts: qcom: sm8350: add PCIe devices
[PATCH 1/2] dt-bindings: PCI: qcom: Add SM8550 to binding
2022-11-16 13:34 UTC (5+ messages)
` [PATCH 2/2] pci: dwc: pcie-qcom: Add support for SM8550 PCIEs
[PATCH v5] PCI/ACPI: PCI/ACPI: Validate devices with power resources support D3
2022-11-16 12:00 UTC (4+ messages)
[PATCH v2] pci: fix device presence detection for VFs
2022-11-16 11:16 UTC (5+ messages)
[helgaas-pci:pci/kbuild-pending] BUILD SUCCESS 72b5e7c401a146bed3ec292c3bfe6fedd572497a
2022-11-16 10:04 UTC
[PATCH v2] PCI: dwc: use devm_request_irq to avoid missing free_irq()
2022-11-16 9:51 UTC
[PATCH v2 1/2] PCI: Take multifunction devices into account when distributing resources
2022-11-16 9:47 UTC (4+ messages)
` [PATCH v2 2/2] Revert "Revert "PCI: Distribute available resources for root buses, too""
[PATCH v2] PCI: vmd: Clean up some inconsistent indenting
2022-11-16 9:23 UTC
[PATCH v4 10/11] arm64: dts: mt7986: add Bananapi R3
2022-11-16 9:06 UTC (3+ messages)
[helgaas-pci:next] BUILD SUCCESS 3d6750ce8b7f20dca801dcdcbeeffea034c759dd
2022-11-16 6:25 UTC
[helgaas-pci:pci/kbuild] BUILD SUCCESS 3acd7e68605f0976f2166ed023f6b10b6c57d662
2022-11-16 6:25 UTC
[PATCH v3 0/4] PCI: Add pci_dev_for_each_resource() helper and
2022-11-16 4:03 UTC (2+ messages)
[helgaas-pci:pci/hotplug] BUILD SUCCESS e67ad9354a9b7621341adec4ac2c63d5269f835d
2022-11-16 3:55 UTC
[PATCH] PCI: vmd: Clean up some inconsistent indenting
2022-11-16 3:47 UTC (4+ messages)
[PATCH] PCI: dwc: add missing free_irq() in ks_pcie_remove() and error path in ks_pcie_probe()
2022-11-16 2:34 UTC (2+ messages)
[RFC 0/4] pci/sriov: support VFs dynamic addition
2022-11-16 0:52 UTC (17+ messages)
IORESOURCE_WINDOW for PCI-to-PCI bridges
2022-11-15 22:15 UTC (2+ messages)
[PATCH 0/2] PCI: Drop controller CONFIG_OF dependencies
2022-11-15 21:04 UTC (8+ messages)
` [PATCH 2/2] "
[PATCH v16 0/7] pci-epf-vntb clean up
2022-11-15 20:49 UTC (6+ messages)
` [PATCH v16 4/7] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [EXT] "
[PATCH V3 0/2] Add ECAM aperture for Tegra234
2022-11-15 18:00 UTC (5+ messages)
` [PATCH V3 1/2] dt-bindings: PCI: tegra234: Add ECAM support
[v2 PATCH] PCI: aardvark: switch to using devm_gpiod_get_optional()
2022-11-15 18:00 UTC (2+ messages)
[PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
2022-11-15 17:46 UTC (7+ messages)
` [PATCH 2/4] dt-bindings: PCI: qcom: unify clock order between MSM8996 and MSM8998
` [PATCH 3/4] arm64: dts: msm8998: add MSM8998 specific compatible
` [PATCH 4/4] arm64: dts: msm8998: unify PCIe clock order withMSM8996
` (subset) [PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
[PATCH v7 00/20] PCI: dwc: Add generic resources and Baikal-T1 support
2022-11-15 16:26 UTC (11+ messages)
` [PATCH v7 15/20] PCI: dwc: Introduce dma-ranges property support for RC-host
` [PATCH v7 20/20] PCI: dwc: Add Baikal-T1 PCIe controller support
[PATCH v6 0/5] PCI: add 4x lane support for pci-j721e controllers
2022-11-15 15:37 UTC (7+ messages)
` [PATCH v6 1/5] dt-bindings: PCI: ti,j721e-pci-*: add checks for num-lanes
` [PATCH v6 2/5] PCI: j721e: Add per platform maximum lane settings
` [PATCH v6 3/5] PCI: j721e: Add PCIe 4x lane selection support
` [PATCH v6 4/5] dt-bindings: PCI: ti,j721e-pci-*: add j784s4-pci-* compatible strings
` [PATCH v6 5/5] PCI: j721e: add j784s4 PCIe configuration
[PATCH v4 0/2] add hotplug depedency info
2022-11-15 15:29 UTC (4+ messages)
` [PATCH v4 1/2] pci: hotplug: add dependency info to Kconfig
` [PATCH v4 2/2] pci: pcie: "
[PATCH v3 0/2] add hotplug depedency info
2022-11-15 11:02 UTC (4+ messages)
` [PATCH v3 1/2] pci: hotplug: add dependency info to Kconfig
` [PATCH v3 2/2] pci: pcie: "
[PATCH] acpi,pci: warn about duplicate IRQ routing entries returned from _PRT
2022-11-15 8:36 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/2] add hotplug depedency info
2022-11-15 7:23 UTC (5+ messages)
` [PATCH v2 1/2] pci: hotplug: add dependency info to Kconfig
[PATCH v4 0/14] Add i.MX PCIe EP mode support
2022-11-15 4:42 UTC (2+ messages)
[PATCH v2 5/5] ACPI/PCI: Config PCIe devices's AER register
2022-11-15 3:13 UTC
[PATCH v2 4/5] ACPI/PCI: Add pci_acpi_program_hest_aer_params()
2022-11-15 3:12 UTC
[PATCH v2 3/5] ACPI/PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
2022-11-15 3:12 UTC
[PATCH v2 1/5] ACPI/APEI: Add apei_hest_parse_aer()
2022-11-15 3:11 UTC
[PATCH v2 2/5] ACPI/APEI: Remove static from apei_hest_parse()
2022-11-15 3:11 UTC
[PATCH v2 0/5] Parse the PCIe AER and set to relevant registers
2022-11-15 3:11 UTC
[PATCH v1] soc: imx: imx8mp-blk-ctrl: Add PCIe SYSPLL configurations
2022-11-15 2:25 UTC (5+ messages)
[lpieralisi-pci:pci/dwc] BUILD SUCCESS 1d26a55fbeb9c24bb24fa84595c56efee8783f35
2022-11-14 23:29 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox