public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 13:13:50 to 2026-04-27 16:52:12 UTC [more...]

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

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-27 15:34 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: mm: Map the linear alias of text/rodata as tagged
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init
` [PATCH v4 03/15] arm64: mm: Preserve existing table mappings when mapping DRAM
` [PATCH v4 04/15] arm64: mm: Preserve non-contiguous descriptors "
` [PATCH v4 05/15] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v4 06/15] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v4 07/15] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v4 08/15] arm64: kfence: Avoid NOMAP tricks when mapping the early pool
` [PATCH v4 09/15] arm64: mm: Permit contiguous attribute for preliminary mappings
` [PATCH v4 10/15] arm64: Move fixmap page tables to end of kernel image
` [PATCH v4 11/15] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v4 12/15] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v4 13/15] arm64: mm: Unmap kernel data/bss entirely from "
` [PATCH v4 14/15] arm64: mm: Generalize manipulation code of read-only descriptors
` [PATCH v4 15/15] arm64: mm: Remap linear aliases of the fixmap page tables read-only

[PATCH 0/7] soc: sunxi: sram: Add H616 SRAM support
 2026-04-27 15:28 UTC  (3+ messages)
` (subset) "

[PATCH v6 0/4] firmware: ti_sci: Introduce BOARDCFG_MANAGED mode for Jacinto family
 2026-04-27 15:08 UTC  (3+ messages)
` [PATCH v6 3/4] clk: keystone: sci-clk: add restore_context() operation

[PATCH v3 0/3] at91: Remove of_platform_default_populate() calls
 2026-04-27 15:07 UTC  (5+ messages)
` [PATCH v3 3/3] ARM: at91: remove unnecessary of_platform_default_populate calls

[RFC PATCH 0/8] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-04-27 15:04 UTC  (2+ messages)

[PATCH v2 0/6] firmware: samsung: acpm: Various fixes for sashiko bug reports
 2026-04-27 15:04 UTC  (7+ messages)
` [PATCH v2 1/6] firmware: samsung: acpm: Fix cross-thread RX length corruption
` [PATCH v2 2/6] firmware: samsung: acpm: Fix mailbox channel leak on probe error
` [PATCH v2 3/6] firmware: samsung: acpm: Fix dummy stubs to return ERR_PTR
` [PATCH v2 4/6] firmware: samsung: acpm: Fix memory ordering race in RX path
` [PATCH v2 5/6] firmware: samsung: acpm: Fix out-of-bounds read and infinite loop "
` [PATCH v2 6/6] firmware: samsung: acpm: Fix infinite loop on sequence number exhaustion

[PATCH v6 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-04-27 14:52 UTC  (7+ messages)
` [PATCH v6 2/3] ARM: omap1: use platform_device_register_full() for GPIO devices on OMAP 16xx
` [PATCH v6 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

[PATCH] ARM: s3c: use gpio lookup table for LEDs
 2026-04-27 14:38 UTC  (2+ messages)

[PATCH v22 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2026-04-27 14:35 UTC  (7+ messages)
` [PATCH v22 4/8] drm: bridge: Cadence: Add MHDP8501 DP/HDMI driver
` [PATCH v22 5/8] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY

[PATCH v2 0/3] J722s: s2r: use ti,j7200-padconf
 2026-04-27 14:29 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: ti: k3-j722s: Use ti,j7200-padconf compatible
` [PATCH v2 2/3] arm64: dts: ti: k3-j722s: Add mcu domain peripherals specific to J722S
` [PATCH v2 3/3] arm64: dts: ti: k3-j722s: Add wakeup "

[PATCH v3 0/3] wireless: p54 devicetree conversion
 2026-04-27 14:23 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: net: add st,stlc45xx/p54spi binding
` [PATCH v3 2/3] ARM: dts: omap2: add stlc4560 spi-wireless node
` [PATCH v3 3/3] p54spi: convert to devicetree

[PATCH v2] arm64/irqflags: __always_inline the arch_local_irq_*() helpers
 2026-04-27 14:01 UTC  (2+ messages)
` [PATCH] arm64/daifflags: Make local_daif_*() helpers __always_inline

[PATCH v2] arm64: dts: rockchip: fix rk809 interrupt pin on rk3566-roc-pc
 2026-04-27 13:58 UTC 

[PATCH] arm64: dts: exynos850: Add syscon-poweroff node
 2026-04-27 13:52 UTC  (2+ messages)

[PATCH 0/7] Add MediaTek VCP remoteproc driver support
 2026-04-27 13:51 UTC  (3+ messages)
` [PATCH v4 1/7] dt-bindings: remoteproc: Add MediaTek mt8196 VCP binding

[PATCH] ARM: dts: exynos: Add bluetooth support to manta
 2026-04-27 13:49 UTC  (2+ messages)

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-27 13:49 UTC  (5+ messages)
` [PATCH v4 2/3] swiotlb: dma: its: "

[PATCH v2] arm64/irqflags: __always_inline the arch_local_irq_*() helpers
 2026-04-27 13:44 UTC  (2+ messages)

[PATCH] ACPI: arm64: cpuidle: Tolerate platforms with no deep PSCI idle states
 2026-04-27 13:44 UTC  (2+ messages)

[PATCH RFC] arm64/scs: Fix potential sign extension issue of advance_loc4
 2026-04-27 13:39 UTC  (2+ messages)

[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
 2026-04-27 13:29 UTC  (3+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()

[PATCH v2] arm64: smp: Do not mark secondary CPUs possible under nosmp
 2026-04-27 13:20 UTC  (2+ messages)

[PATCH] pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy()
 2026-04-27 13:13 UTC  (2+ messages)

[PATCH] pmdomain: core: Fix detach procedure for virtual devices in genpd
 2026-04-27 13:13 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