linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-12 16:12:10 to 2024-12-12 21:25:14 UTC [more...]

[PATCH v2 00/13] iommufd: Add vIOMMU infrastructure (Part-3: vIRQ)
 2024-12-12 21:23 UTC  (16+ messages)
` [PATCH v2 01/13] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v2 03/13] iommufd: Rename IOMMUFD_OBJ_FAULT to IOMMUFD_OBJ_EVENTQ_IOPF
` [PATCH v2 05/13] iommufd: Add IOMMUFD_OBJ_EVENTQ_VIRQ and IOMMUFD_CMD_VIRQ_ALLOC
` [PATCH v2 06/13] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v2 07/13] iommufd/viommu: Add iommufd_viommu_report_irq helper

[PATCH mm-unstable v2 00/16] mm: Introduce arch_mmap_hint()
 2024-12-12 21:13 UTC  (8+ messages)
` [PATCH mm-unstable v2 01/16] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable v2 05/16] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable v2 16/16] mm: Respect mmap hint before THP alignment if allocation is possible

[PATCH 0/3] Add Samsung SPEEDY serial bus host controller driver
 2024-12-12 21:09 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: soc: samsung: exynos-speedy: Document SPEEDY host controller bindings
` [PATCH 2/3] soc: samsung: Add a driver for Samsung SPEEDY host controller
` [PATCH 3/3] MAINTAINERS: Add entry for the Samsung Exynos "

[PATCH v3 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
 2024-12-12 21:00 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: thermal: fsl,imx91-tmu: add bindings for NXP i.MX91 thermal module
` [PATCH v3 2/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit

[PATCH v2 0/8] phy: rockchip: samsung-hdptx: Support high color depth management
 2024-12-12 20:03 UTC  (9+ messages)
` [PATCH v2 1/8] phy: Add HDMI configuration options
` [PATCH v2 2/8] phy: hdmi: Add color depth configuration
` [PATCH v2 3/8] phy: rockchip: samsung-hdptx: Fix clock ratio setup
` [PATCH v2 4/8] phy: rockchip: samsung-hdptx: Drop unused lcpll_config
` [PATCH v2 5/8] phy: rockchip: samsung-hdptx: Setup TMDS char rate via phy_configure_opts_hdmi
` [PATCH v2 6/8] phy: rockchip: samsung-hdptx: Add high color depth management
` [PATCH v2 7/8] phy: rockchip: samsung-hdptx: Cleanup internal rate handling
` [PATCH v2 8/8] phy: rockchip: samsung-hdptx: Avoid Hz-hHz unit conversion overhead

[PATCH 0/4] Move RISC-V IMSIC driver to the common MSI lib
 2024-12-12 19:51 UTC  (7+ messages)
` [PATCH 1/4] irqchip/riscv-imsic: Handle non-atomic MSI updates for device

[RFC PATCH v2 00/58] KVM: Arm SMMUv3 driver for pKVM
 2024-12-12 19:44 UTC  (61+ messages)
` [RFC PATCH v2 01/58] iommu/io-pgtable-arm: Split the page table driver
` [RFC PATCH v2 02/58] iommu/io-pgtable-arm: Split initialization
` [RFC PATCH v2 03/58] iommu/io-pgtable: Add configure() operation
` [RFC PATCH v2 04/58] iommu/arm-smmu-v3: Move some definitions to arm64 include/
` [RFC PATCH v2 05/58] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH v2 06/58] iommu/arm-smmu-v3: Move some functions to arm-smmu-v3-common.c
` [RFC PATCH v2 07/58] iommu/arm-smmu-v3: Move queue and table allocation "
` [RFC PATCH v2 08/58] iommu/arm-smmu-v3: Move firmware probe to arm-smmu-v3-common
` [RFC PATCH v2 09/58] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH v2 10/58] iommu/arm-smmu-v3: Move common irq code to common file
` [RFC PATCH v2 11/58] KVM: arm64: pkvm: Add pkvm_udelay()
` [RFC PATCH v2 12/58] KVM: arm64: Add __pkvm_{use, unuse}_dma()
` [RFC PATCH v2 13/58] KVM: arm64: Introduce IOMMU driver infrastructure
` [RFC PATCH v2 14/58] KVM: arm64: pkvm: Add IOMMU hypercalls
` [RFC PATCH v2 15/58] KVM: arm64: iommu: Add a memory pool for the IOMMU
` [RFC PATCH v2 16/58] KVM: arm64: iommu: Add domains
` [RFC PATCH v2 17/58] KVM: arm64: iommu: Add {attach, detach}_dev
` [RFC PATCH v2 18/58] KVM: arm64: iommu: Add map/unmap() operations
` [RFC PATCH v2 19/58] KVM: arm64: iommu: support iommu_iotlb_gather
` [RFC PATCH v2 20/58] KVM: arm64: Support power domains
` [RFC PATCH v2 21/58] KVM: arm64: pkvm: Add __pkvm_host_add_remove_page()
` [RFC PATCH v2 22/58] KVM: arm64: pkvm: Support SCMI power domain
` [RFC PATCH v2 23/58] KVM: arm64: iommu: Support power management
` [RFC PATCH v2 24/58] KVM: arm64: iommu: Support DABT for IOMMU
` [RFC PATCH v2 25/58] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH v2 26/58] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH v2 27/58] KVM: arm64: smmu-v3: Setup command queue
` [RFC PATCH v2 28/58] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH v2 29/58] KVM: arm64: smmu-v3: Setup event queue
` [RFC PATCH v2 30/58] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH v2 31/58] KVM: arm64: smmu-v3: Support io-pgtable
` [RFC PATCH v2 32/58] KVM: arm64: smmu-v3: Add {alloc/free}_domain
` [RFC PATCH v2 33/58] KVM: arm64: smmu-v3: Add TLB ops
` [RFC PATCH v2 34/58] KVM: arm64: smmu-v3: Add context descriptor functions
` [RFC PATCH v2 35/58] KVM: arm64: smmu-v3: Add attach_dev
` [RFC PATCH v2 36/58] KVM: arm64: smmu-v3: Add detach_dev
` [RFC PATCH v2 37/58] iommu/io-pgtable: Generalize walker interface
` [RFC PATCH v2 38/58] iommu/io-pgtable-arm: Add post table walker callback
` [RFC PATCH v2 39/58] drivers/iommu: io-pgtable: Add IO_PGTABLE_QUIRK_UNMAP_INVAL
` [RFC PATCH v2 40/58] KVM: arm64: smmu-v3: Add map/unmap pages and iova_to_phys
` [RFC PATCH v2 41/58] KVM: arm64: smmu-v3: Add DABT handler
` [RFC PATCH v2 42/58] iommu/arm-smmu-v3-kvm: Add host driver for pKVM
` [RFC PATCH v2 43/58] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH v2 44/58] iommu/arm-smmu-v3-kvm: Validate device features
` [RFC PATCH v2 45/58] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH v2 46/58] KVM: arm64: Add function to topup generic allocator
` [RFC PATCH v2 47/58] KVM: arm64: Add macro for SMCCC call with all returns
` [RFC PATCH v2 48/58] iommu/arm-smmu-v3-kvm: Add function to topup IOMMU allocator
` [RFC PATCH v2 49/58] iommu/arm-smmu-v3-kvm: Add IOMMU ops
` [RFC PATCH v2 50/58] iommu/arm-smmu-v3-kvm: Add map, unmap and iova_to_phys operations
` [RFC PATCH v2 51/58] iommu/arm-smmu-v3-kvm: Support PASID operations
` [RFC PATCH v2 52/58] iommu/arm-smmu-v3-kvm: Add IRQs for the driver
` [RFC PATCH v2 53/58] iommu/arm-smmu-v3-kvm: Probe power domains
` [RFC PATCH v2 54/58] iommu/arm-smmu-v3-kvm: Enable runtime PM
` [RFC PATCH v2 55/58] drivers/iommu: Add deferred map_sg operations
` [RFC PATCH v2 56/58] KVM: arm64: iommu: Add hypercall for map_sg
` [RFC PATCH v2 57/58] iommu/arm-smmu-v3-kvm: Implement sg operations
` [RFC PATCH v2 58/58] iommu/arm-smmu-v3-kvm: Support command queue batching

[PATCH] coresight: docs: Remove target sink from examples
 2024-12-12 19:38 UTC  (4+ messages)

[PATCH] arm64: defconfig: Enable Amazon Elastic Network Adaptor
 2024-12-12 19:36 UTC 

[PATCH v1 1/1] arm64: dts: rockchip: Add USB-C support to ROCK 5B
 2024-12-12 19:20 UTC  (4+ messages)

[PATCH] perf vendor events arm64: Update N2/V2 events from source
 2024-12-12 18:53 UTC  (3+ messages)

[PATCH v3 0/7] drm/vc4: Fixup DT and DT binding issues from recent patchset
 2024-12-12 18:38 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: display: bcm2711-hdmi: Add interrupt details for BCM2712
` [PATCH v3 2/7] dt-bindings: display: Fix BCM2835 HVS bindings "
` [PATCH v3 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property
` [PATCH v3 4/7] dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: Drop interrupt-controller requirement
` [PATCH v3 5/7] arm64: dts: broadcom: Rename bcm2712 interrupt controllers
` [PATCH v3 6/7] arm64: dts: broadcom: Correct hdmi device node names
` [PATCH v3 7/7] arm64: dts: broadcom: Remove intc controller on BCM2712

[PATCH v6 0/5] Add CMN PLL clock controller driver for IPQ9574
 2024-12-12 18:33 UTC  (7+ messages)
` [PATCH v6 2/5] clk: qcom: Add CMN PLL clock controller driver for IPQ SoC
` [PATCH v6 4/5] arm64: dts: qcom: Add CMN PLL node for IPQ9574 SoC
` [PATCH v6 5/5] arm64: dts: qcom: Update IPQ9574 xo_board_clk to use fixed factor clock

[PATCH 0/2] Update MT8188 OVL compatible from MT8183 to MT8195
 2024-12-12 18:24 UTC  (5+ messages)
` [PATCH 2/2] dts: arm64: mediatek: mt8188: Update "

[PATCH v7 0/5] Coresight: Add Coresight TMC Control Unit driver
 2024-12-12 18:19 UTC  (3+ messages)
` [PATCH v7 3/5] dt-bindings: arm: Add Coresight TMC Control Unit hardware

[PATCH v2 0/7] drm/vc4: Fixup DT and DT binding issues from recent patchset
 2024-12-12 18:14 UTC  (9+ messages)
` [PATCH v2 1/7] dt-bindings: display: bcm2711-hdmi: Add interrupt details for BCM2712
` [PATCH v2 2/7] dt-bindings: display: Fix BCM2835 HVS bindings "
` [PATCH v2 3/7] dt-bindings: gpio: brcmstb: permit gpio-line-names property
` [PATCH v2 4/7] dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: Drop interrupt-controller requirement
` [PATCH v2 5/7] arm64: dts: broadcom: Rename bcm2712 interrupt controllers
` [PATCH v2 6/7] arm64: dts: broadcom: Correct hdmi device node names
` [PATCH v2 7/7] arm64: dts: broadcom: Remove intc controller on BCM2712

[PATCH v2 0/8] Add GCE support for MT8196
 2024-12-12 18:06 UTC  (8+ messages)
` [PATCH v2 1/8] dt-bindings: mailbox: mediatek: Add GCE header file "

Raspberry Pi 3B: Failed to create device link with soc:firmware:gpio
 2024-12-12 18:13 UTC  (3+ messages)

[PATCH 0/2] arm64: stacktrace: Fixes
 2024-12-12 18:08 UTC  (2+ messages)

[PATCH v4 0/3] mailbox: add Samsung Exynos driver
 2024-12-12 17:53 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: mailbox: add google,gs101-mbox bindings

[PATCH v2] arm64: signal: Ensure signal delivery failure is recoverable
 2024-12-12 17:51 UTC  (7+ messages)

[PATCH 0/2] Make i.MX9 OCOTP work as accessing controller
 2024-12-12 17:45 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: nvmem: imx-ocotp: Introduce #access-controller-cells
` [PATCH 2/2] nvmem: imx-ocotp-ele: Support accessing controller for i.MX9

[PATCH 5.4 110/321] perf cs-etm: Dont flush when packet_queue fills up
 2024-12-12 15:00 UTC 

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-12 17:29 UTC  (4+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH 5.10 190/459] perf cs-etm: Dont flush when packet_queue fills up
 2024-12-12 14:58 UTC 

[PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices
 2024-12-12 17:19 UTC  (9+ messages)
` [PATCH v9 1/9] HID: hid-sensor-hub: don't use stale platform-data on remove

[RFC PATCH 0/6] Introduce flexible CLOSID/RMID translation
 2024-12-12 17:06 UTC  (3+ messages)
` [RFC PATCH 1/6] arm_mpam: Clean up config update checks in mpam_apply_config()

[PATCH 5.15 241/565] perf cs-etm: Dont flush when packet_queue fills up
 2024-12-12 14:57 UTC 

[GIT PULL] iommu/arm-smmu: Fix for 6.13-rc
 2024-12-12 16:26 UTC  (2+ messages)

[RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 0/5] arm_mpam: Introduce the Narrow-PARTID feature for MPAM driver
 2024-12-12 16:19 UTC  (8+ messages)
` [RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 2/5] arm_mpam: Read monitor value with new closid/rmid pair
` [RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 4/5] arm_mpam: Automatically synchronize the configuration of all sub-monitoring groups
` [RFC PATCH mpam mpam/snapshot/v6.12-rc1 v3 5/5] arm_mpam: Adapting the closid/rmid matching determination functions

[PATCH v6 00/43] arm64: Support for Arm CCA in KVM
 2024-12-12 16:54 UTC  (45+ messages)
` [PATCH v6 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v6 02/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v6 03/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v6 04/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v6 05/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v6 06/43] arm64: RME: Check for RME support at KVM init
` [PATCH v6 07/43] arm64: RME: Define the user ABI
` [PATCH v6 08/43] arm64: RME: ioctls to create and configure realms
` [PATCH v6 09/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v6 10/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v6 11/43] arm64: RME: RTT tear down
` [PATCH v6 12/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v6 13/43] KVM: arm64: vgic: Provide helper for number of list registers
` [PATCH v6 14/43] arm64: RME: Support for the VGIC in realms
` [PATCH v6 15/43] KVM: arm64: Support timers in realm RECs
` [PATCH v6 16/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v6 17/43] arm64: RME: Handle realm enter/exit
` [PATCH v6 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v6 19/43] arm64: RME: Allow populating initial contents
` [PATCH v6 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v6 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v6 22/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v6 23/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v6 24/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v6 25/43] arm64: Don't expose stolen time for realm guests
` [PATCH v6 26/43] arm64: rme: allow userspace to inject aborts
` [PATCH v6 27/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v6 28/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v6 29/43] arm64: RME: Always use 4k pages for realms
` [PATCH v6 30/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v6 31/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v6 32/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v6 33/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v6 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v6 35/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v6 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v6 37/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v6 38/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v6 39/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v6 40/43] arm64: RME: Provide accurate register list
` [PATCH v6 41/43] arm64: kvm: Expose support for private memory
` [PATCH v6 42/43] KVM: arm64: Expose KVM_ARM_VCPU_REC to user space
` [PATCH v6 43/43] KVM: arm64: Allow activating realms

[PATCH v2 0/2] media: verisilicon: fix reference padding issue
 2024-12-12 16:15 UTC  (3+ messages)

[net-next v1] net: wwan: t7xx: Fix FSM command timeout issue
 2024-12-12 16:15 UTC  (2+ messages)

[PATCH 6.1 261/772] perf cs-etm: Dont flush when packet_queue fills up
 2024-12-12 14:53 UTC 

[RESEND RFC PATCH v1 0/5] Initial BBML2 support for contpte_convert()
 2024-12-12 16:03 UTC  (8+ messages)
` [RESEND RFC PATCH v1 2/5] arm64: Add BBM Level 2 cpu feature

[PATCH v2 0/4] arm64: exynos: gs101: add ACPM related nodes
 2024-12-12 16:00 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: exynos: gs101: add SRAM node
` [PATCH v2 2/4] arm64: dts: exynos: gs101: add AP to APM mailbox node
` [PATCH v2 3/4] arm64: dts: exynos: gs101: add ACPM protocol node
` [PATCH v2 4/4] arm64: defconfig: enable ACPM protocol and Exynos mailbox


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