public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 15:43:44 to 2026-04-27 17:07:47 UTC [more...]

[PATCH] staging: media: imx: remove unnecessary braces from single statement if block
 2026-04-27 17:06 UTC 

Patch "arm64/mm: Enable batched TLB flush in unmap_hotplug_range()" has been added to the 7.0-stable tree
 2026-04-27 16:55 UTC 

Patch "arm64/mm: Enable batched TLB flush in unmap_hotplug_range()" has been added to the 6.18-stable tree
 2026-04-27 16:54 UTC 

Patch "arm64/mm: Enable batched TLB flush in unmap_hotplug_range()" has been added to the 6.12-stable tree
 2026-04-27 16:54 UTC 

[PATCH v8 0/4] Add Qualcomm extended CTI support
 2026-04-27 16:59 UTC  (3+ messages)
` [PATCH v8 1/4] coresight: cti: Convert trigger usage fields to dynamic bitmaps and arrays

[PATCH v2] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27 16:57 UTC 

[PATCH] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27 16:51 UTC 

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-27 16:48 UTC  (8+ messages)
` [PATCH RFC v2 1/2] arm64: vdso: Prepare for robust futex unlock support
` [PATCH RFC v2 2/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 16:39 UTC  (4+ messages)
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-04-27 16:37 UTC  (7+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v4 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v4 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH] spi: axiado: replace usleep_range() with udelay() in IRQ path
 2026-04-27 16:33 UTC 

[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
 2026-04-27 16:20 UTC  (44+ messages)
` [PATCH 01/43] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH 02/43] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH 03/43] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH 04/43] irqchip/gic-v5: Provide IRS config frame attrs to KVM
` [PATCH 05/43] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH 06/43] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH 08/43] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH 09/43] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH 10/43] KVM: arm64: gic-v5: Implement VPE "
` [PATCH 11/43] KVM: arm64: gic-v5: Make VPEs valid in vgic_v5_reset()
` [PATCH 12/43] KVM: arm64: gic-v5: Clear db_fired flag before making VPE non-resident
` [PATCH 13/43] KVM: arm64: gic-v5: Make VPEs (non-)resident in vgic_load/put
` [PATCH 14/43] KVM: arm64: gic-v5: Request VPE doorbells when going non-resident
` [PATCH 15/43] KVM: arm64: gic-v5: Handle doorbells in kvm_vgic_vcpu_pending_irq()
` [PATCH 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 19/43] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH 20/43] KVM: arm64: gic-v5: Add IRS IODEV to iodev_types and generic MMIO handlers
` [PATCH 21/43] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH 22/43] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH 23/43] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH 24/43] KVM: arm64: gic-v5: Call IRS init/teardown from vgic_v5 init/teardown
` [PATCH 25/43] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH 26/43] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH 27/43] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH 28/43] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH 29/43] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH 30/43] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH 31/43] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH 32/43] KVM: arm64: gic-v5: Support SPI injection
` [PATCH 33/43] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH 34/43] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH 35/43] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace set/get interface
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH 37/43] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH 38/43] KVM: arm64: gic-v5: Add VGIC_GRP_IRS_REGS/VGIC_GRP_IST to UAPI
` [PATCH 39/43] KVM: arm64: gic-v5: Plumb in has/set/get_attr for sysregs & IRS MMIO regs
` [PATCH 40/43] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH 41/43] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH 42/43] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH 43/43] Documentation: KVM: Add the VGICv5 IRS save/restore sequences

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-27 16:12 UTC  (10+ messages)

[PATCH] remoteproc: xlnx: check remote node state
 2026-04-27 16:15 UTC  (3+ messages)

[PATCH v1 0/3] Add root port reset to support link recovery
 2026-04-27 16:04 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v2 0/1] dts: ti: k3-j7: Reserve memory for LPM metadata
 2026-04-27 16:03 UTC  (2+ messages)
` [PATCH v2 1/1] arm64: dts: ti: k3-j7: Reserve memory for LPM meta data

[PATCH 1/3] ASoC: arm: pxa2xx: remove platform_data processing
 2026-04-27 15:58 UTC  (6+ messages)
` [PATCH 2/3] ASoC: pxa2xx: push gpio usage into arch code
` [PATCH 3/3] ASoC: pxa: integrate sound/arm/pxa2xx into sound/soc/pxa2xx

[PATCH 1/1] scsi: ufs: remove ucd_rsp_dma_addr and ucd_prdt_dma_addr from ufshcd_lrb
 2026-04-27 15:55 UTC  (2+ messages)

[PATCH] usb: udc: pxa: remove unused platform_data
 2026-04-27 15:43 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox