public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 11:47:36 to 2026-03-17 17:58:59 UTC [more...]

[PATCH 00/17] KVM: arm64: More user_mem_abort() rework
 2026-03-17 17:58 UTC  (27+ messages)
` [PATCH 08/17] KVM: arm64: Kill topup_memcache from kvm_s2_fault
` [PATCH 09/17] KVM: arm64: Move VMA-related information to kvm_s2_fault_vma_info
` [PATCH 10/17] KVM: arm64: Kill logging_active from kvm_s2_fault
` [PATCH 11/17] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH 12/17] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH 13/17] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH 14/17] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH 15/17] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH 16/17] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH 17/17] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc

[PATCH 00/10] KVM: arm64: Adopt scoped resource management (guard) for EL1 and EL2
 2026-03-17 17:54 UTC  (13+ messages)
` [PATCH 03/10] KVM: arm64: Use guard(hyp_spinlock) in ffa.c
` [PATCH 04/10] KVM: arm64: Use guard(hyp_spinlock) in mm.c
` [PATCH 05/10] KVM: arm64: Use guard(hyp_spinlock) in pkvm.c
` [PATCH 06/10] KVM: arm64: Use guard(mutex) in mmu.c
` [PATCH 07/10] KVM: arm64: Use scoped resource management in arm.c
` [PATCH 08/10] KVM: arm64: Use guard(spinlock) in psci.c

[PATCH v7 0/5] Power Management for Raspberry Pi V3D GPU
 2026-03-17 17:52 UTC  (6+ messages)
` [PATCH v7 2/5] pmdomain: bcm: bcm2835-power: Increase ASB control timeout
` [PATCH v7 5/5] drm/v3d: Introduce Runtime Power Management

[PATCH 00/14] objtool/arm64: Port klp-build to arm64
 2026-03-17 17:52 UTC  (10+ messages)
` [PATCH 07/14] objtool: Extricate checksum calculation from validate_branch()
` [PATCH 14/14] klp-build: Support cross-compilation

[PATCH v2 0/7] ARM: dts: broadcom-bcmbca: Fixes amd I2C buses
 2026-03-17 17:50 UTC  (11+ messages)
` [PATCH v2 3/7] ARM: dts: bcm6846: Add I2C bus block
` [PATCH v2 4/7] ARM: dts: bcm6855: Add I2C bus blocks
` [PATCH v2 5/7] ARM: dts: bcm6878: Add I2C bus block
` [PATCH v2 6/7] ARM: dts: bcm63138: Add I2C block
` [PATCH v2 7/7] ARM: dts: bcm63148: "

[PATCH v2] of/iommu: support multiple iommu-map entries per input ID
 2026-03-17 17:36 UTC  (3+ messages)

[PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
 2026-03-17 17:27 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: clock: qcom: Add video clock controller on Eliza SoC
` [PATCH 2/7] dt-bindings: clock: qcom: document the Eliza GPU Clock Controller
` [PATCH 3/7] dt-bindings: clock: qcom: Add support for CAMCC for Eliza
` [PATCH 4/7] clk: qcom: videocc: Add video clock controller driver "
` [PATCH 5/7] clk: qcom: gpucc: Add GPU Clock Controller "
` [PATCH 6/7] clk: qcom: camcc: Add support for camera clock controller "
` [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC

[PATCH v1] PCI: imx6: Add force_suspend flag to override L1SS suspend skip
 2026-03-17 17:23 UTC  (2+ messages)

[PATCH 0/2] Add SPDIF support to RK3576
 2026-03-17 17:22 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
` (subset) [PATCH 0/2] Add SPDIF support to RK3576

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-17 17:22 UTC  (3+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration

[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
 2026-03-17 17:20 UTC  (3+ messages)

[PATCH v5 00/10] arm64: dts: lx2160a: fix pinmux issues, update SolidRun boards
 2026-03-17 17:20 UTC  (4+ messages)
` [PATCH v5 04/10] arm64: dts: lx2160a: rename pinmux nodes for readability

[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
 2026-03-17 17:12 UTC  (14+ messages)

[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
 2026-03-17 17:10 UTC  (7+ messages)
` [PATCH v1 01/13] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v1 02/13] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v1 11/13] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()

[PATCH v6 00/39] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-17 17:08 UTC  (25+ messages)
` [PATCH v6 04/39] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v6 19/39] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v6 20/39] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v6 22/39] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v6 24/39] KVM: arm64: Introduce set_direct_injection irq_op
` [PATCH v6 25/39] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v6 26/39] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v6 27/39] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v6 28/39] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v6 29/39] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v6 30/39] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v6 31/39] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v6 32/39] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v6 33/39] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v6 34/39] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v6 35/39] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v6 36/39] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v6 37/39] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v6 38/39] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v6 39/39] KVM: arm64: selftests: Add no-vgic-v5 selftest

[RFC PATCH 0/4] Rework SCMI transport drivers probing sequence
 2026-03-17 16:58 UTC  (5+ messages)
` [RFC PATCH 1/4] firmware: arm_scmi: Add transport instance handle
` [RFC PATCH 2/4] firmware: arm_scmi: Propagate "
` [RFC PATCH 3/4] firmware: arm_scmi: virtio: Rework transport probe sequence
` [RFC PATCH 4/4] firmware: arm_scmi: optee: "

[PATCH v4] media: verisilicon: Fix kernel panic due to __initconst misuse
 2026-03-17 16:51 UTC  (2+ messages)

[PATCH] lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEON
 2026-03-17 16:40 UTC  (6+ messages)

[PATCH net-next] net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()
 2026-03-17 16:40 UTC 

[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-03-17 16:40 UTC  (8+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH] lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEON
 2026-03-17 16:31 UTC  (2+ messages)

[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
 2026-03-17 16:22 UTC  (4+ messages)

[RFC PATCH v3 0/2] hwmon: emc2305: Support configurable fan PWM at shutdown
 2026-03-17 16:17 UTC  (2+ messages)

[PATCH v2] hwmon: (aspeed-g6-pwm-tach): remove redundant driver remove callback
 2026-03-17 15:59 UTC  (2+ messages)

[PATCH 0/3] TQMa93xx on MBa93xxLA-Mini support
 2026-03-17 15:50 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: add MBa93xxLA-MINI
` [PATCH 2/3] arm64: dts: freescale: add initial device tree for TQMa93xx/MBa93xxLA-MINI
` [PATCH 3/3] arm64: dts: freescale: imx93-tqma9352-mba93xxla-mini: Add WLAN/BT overlay

[PATCH v4 0/7] gpio: add pinctrl based generic gpio driver
 2026-03-17 15:38 UTC  (6+ messages)
` [PATCH v4 2/7] pinctrl: scmi: Add SCMI_PIN_INPUT_VALUE
` [PATCH v4 3/7] pinctrl: Delete PIN_CONFIG_OUTPUT_IMPEDANCE_OHMS support
` [PATCH v4 4/7] pinctrl-scmi: ignore PIN_CONFIG_PERSIST_STATE
` [PATCH v4 5/7] arm_scmi: pinctrl: allow PINCTRL_REQUEST to return EOPNOTSUPP

[PATCH] pinctrl: abx500: Fix type of 'argument' variable
 2026-03-17 15:27 UTC 

[PATCH v2 1/4] PCI: mvebu: Simplify with scoped for each OF child loop
 2026-03-17 15:26 UTC  (6+ messages)
` [PATCH v2 2/4] PCI: mvebu: Keep child node refcnt for probe duration
` [PATCH v2 3/4] PCI: pnv_php: Simplify with scoped for each OF child loop
` [PATCH v2 4/4] PCI: rpaphp: "

[PATCH] thermal/drivers/rockchip: Shut up eFuse prober defer warning
 2026-03-17 15:14 UTC  (2+ messages)

[PATCH 0/2] perf: tools: cs-etm: Fixes for CoreSight debug dump
 2026-03-17 15:09 UTC  (4+ messages)
` [PATCH 1/2] perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE trace

[PATCH] arm64: mm: Use generic enum pgtable_level
 2026-03-17 15:10 UTC  (6+ messages)

[PATCH] arm64/scs: Fix handling of advance_loc4
 2026-03-17 15:00 UTC  (5+ messages)

[GIT PULL] i.MX fixes for 7.0
 2026-03-17 14:57 UTC  (5+ messages)

[PATCH net-next 0/8] net: stmmac: improve PCS support
 2026-03-17 14:48 UTC  (4+ messages)

[PATCH] arm64: dts: rockchip: add SD/eMMC aliases for ArmSom Sige5
 2026-03-17 14:39 UTC 

[PATCH v3 0/9] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-17 14:34 UTC  (11+ messages)
` [PATCH v3 1/9] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v3 2/9] mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
` [PATCH v3 3/9] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v3 4/9] mtd: rawnand: sunxi: replace hard coded value by a define - take2
` [PATCH v3 5/9] mtd: rawnand: sunxi: make the code more self-explanatory
` [PATCH v3 6/9] mtd: rawnand: sunxi: remove dead code
` [PATCH v3 7/9] mtd: rawnand: sunxi: change error prone variable name
` [PATCH v3 8/9] mtd: rawnand: sunxi: fix typos in comments
` [PATCH v3 9/9] mtd: rawnand: sunxi: introduce maximize variable user data length

[PATCH net-next v2] net: airoha: select QDMA block according LAN/WAN configuration
 2026-03-17 14:31 UTC  (3+ messages)

[PATCH] pinctrl: mediatek: common: Fix probe failure for devices without EINT
 2026-03-17 14:28 UTC  (2+ messages)

[PATCH] device property: Make modifications of fwnode "flags" thread safe
 2026-03-17 14:27 UTC  (12+ messages)

[PATCH] firmware: arm_scmi: extract domain ID validation helpers
 2026-03-17 14:27 UTC  (4+ messages)

[PATCH v4 01/10] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
 2026-03-17 14:13 UTC  (2+ messages)

[PATCH RFC 0/8] Exynos850 CPU hotplug support and pmu_intr_gen cleanup
 2026-03-17 14:11 UTC  (7+ messages)
` [PATCH RFC 7/8] soc: samsung: exynos-pmu: add Exynos850 CPU hotplug support
` [PATCH RFC 8/8] arm64: dts: exynos850: add PMU interrupt generation node

[PATCH v13 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-17 14:02 UTC  (13+ messages)
` [PATCH v13 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v13 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v13 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v13 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v13 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v13 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v13 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v13 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v13 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v13 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v13 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v13 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
 2026-03-17 14:04 UTC  (6+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)

[PATCH 0/6] dmaengine: Add common dma_slave_config and split it into src and dst parts
 2026-03-17 13:56 UTC  (5+ messages)

[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-17 13:54 UTC  (3+ messages)
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock

[PATCH] staging: media: imx: fixed a brace coding style issue
 2026-03-17 13:44 UTC 

[PATCH] KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc()
 2026-03-17 13:44 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Allocate cmdq_batch on the heap
 2026-03-17 13:38 UTC  (3+ messages)

[PATCH 1/2] soc: xilinx: Fix race condition in event registration
 2026-03-17 13:35 UTC 

[PATCH v2 0/9] media: rockchip: rkcif: add support for rk3588 vicap
 2026-03-17 13:28 UTC  (9+ messages)
` [PATCH v2 1/9] Documentation: admin-guide: media: add "
` [PATCH v2 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture
` [PATCH v2 9/9] arm64: defconfig: enable designware mipi csi-2 receiver

[PATCH v3 00/17] cleanup in spi by use devm_clk_get_enabled
 2026-03-17 13:19 UTC  (3+ messages)
` [PATCH v3 01/17] spi: axiado: Use helper function devm_clk_get_enabled()

[PATCH] KVM: arm64: selftests: Avoid testing the IMPDEF behavior
 2026-03-17 13:15 UTC 

[PATCH v2 0/2] Fixes for stmmac driver
 2026-03-17 13:11 UTC  (7+ messages)
` [PATCH v2 1/2] net: stmmac: fix pinctrl management during suspend/resume

[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-03-17 13:11 UTC  (6+ messages)

[PATCH] net: stmmac: skip VLAN restore when VLAN hash ops are missing
 2026-03-17 13:05 UTC  (3+ messages)

[PATCH v2 1/1] clk: imx: pll14xx: Use unsigned format specifier
 2026-03-17 13:02 UTC  (2+ messages)

[PATCH v4 0/8] pinctrl: realtek: Core improvements and RTD1625 support
 2026-03-17 12:50 UTC  (9+ messages)
` [PATCH v4 1/8] pinctrl: realtek: Fix function signature for config argument
` [PATCH v4 2/8] dt-bindings: pincfg-node: Add input-threshold-voltage-microvolt property
` [PATCH v4 3/8] pinctrl: pinconf-generic: Add properties 'input-threshold-voltage-microvolt'
` [PATCH v4 4/8] dt-bindings: pinctrl: realtek: Improve 'realtek,duty-cycle' description
` [PATCH v4 5/8] dt-bindings: pinctrl: realtek: Add RTD1625 pinctrl binding
` [PATCH v4 6/8] pinctrl: realtek: add support for slew rate, input voltage and high VIL
` [PATCH v4 8/8] arm64: dts: realtek: Add pinctrl support for RTD1625

[PATCH v3 0/5] ASoC / rpmsg / remoteproc / soc: qcom: Constify buffer passed to send functions
 2026-03-17 12:36 UTC  (6+ messages)
` [PATCH v3 1/5] remoteproc: mtk_scp_ipi: Constify buffer passed to scp_ipi_send()
` [PATCH v3 2/5] remoteproc: mtk_scp: Constify buffer passed to scp_send_ipi()
` [PATCH v3 3/5] rpmsg: Constify buffer passed to send API
` [PATCH v3 4/5] ASoC: qcom:: Constify GPR packet being send over GPR interface
` [PATCH v3 5/5] media: platform: mtk-mdp3: Constify buffer passed to mdp_vpu_sendmsg()

[PATCH v2] arm64: dts: marvell: armada-37xx: drop 'marvell,usb-misc-reg' from USB host nodes
 2026-03-17 12:33 UTC 

[PATCH v2 0/4] drm: Support DMA per allocation kernel mappings
 2026-03-17 12:24 UTC  (5+ messages)
` [PATCH v2 2/4] drm: Introduce DRM_MODE_DUMB_KERNEL_MAP flag

[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-17 12:09 UTC  (8+ messages)
` [PATCH 3/4] arm64: errata: Work around early CME DVMSync acknowledgement


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