public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-28 09:10:08 to 2026-04-28 16:02:12 UTC [more...]

[PATCH v2 00/28] KVM: s390: Introduce arm64 KVM
 2026-04-28 15:56 UTC  (29+ messages)
` [PATCH v2 01/28] VFIO: take reference to the KVM module
` [PATCH v2 02/28] KVM, vfio: remove symbol_get(kvm_get_kvm_safe) from vfio
` [PATCH v2 03/28] KVM, vfio: remove symbol_get(kvm_put_kvm) "
` [PATCH v2 04/28] arm64: Provide arm64 UAPI for other host architectures
` [PATCH v2 05/28] arm64: Extract sysreg definitions
` [PATCH v2 06/28] arm64: Provide arm64 API for non-native architectures
` [PATCH v2 07/28] KVM: arm64: Provide arm64 KVM "
` [PATCH v2 08/28] arm64: Extract pstate definitions from ptrace
` [PATCH v2 09/28] KVM: arm64: Share kvm_emulate definitions
` [PATCH v2 10/28] KVM: arm64: Make some arm64 KVM code shareable
` [PATCH v2 11/28] KVM: arm64: Access elements of vcpu_gp_regs individually
` [PATCH v2 12/28] KVM: arm64: Share reset general register code
` [PATCH v2 13/28] KVM: arm64: Extract & share ipa size shift calculation
` [PATCH v2 14/28] MAINTAINERS: Add Steffen as reviewer for KVM/arm64
` [PATCH v2 15/28] KVM: s390: Move s390 kvm code into a subdirectory
` [PATCH v2 16/28] KVM: S390: Refactor gmap
` [PATCH v2 17/28] KVM: Make device name configurable
` [PATCH v2 18/28] KVM: Remove KVM_MMIO as config option
` [PATCH v2 19/28] KVM: s390: Prepare kvm-s390 for a second kvm module
` [PATCH v2 20/28] s390: Introduce Start Arm Execution instruction
` [PATCH v2 21/28] KVM: s390: arm64: Introduce host definitions
` [PATCH v2 22/28] s390/hwcaps: Report SAE support as hwcap
` [PATCH v2 23/28] KVM: s390: Add basic arm64 kvm module
` [PATCH v2 24/28] KVM: s390: arm64: Implement required functions
` [PATCH v2 25/28] KVM: s390: arm64: Implement vm/vcpu create destroy
` [PATCH v2 26/28] KVM: s390: arm64: Implement vCPU IOCTLs
` [PATCH v2 27/28] KVM: s390: arm64: Implement basic page fault handler
` [PATCH v2 28/28] KVM: s390: arm64: Enable KVM_ARM64 config and Kbuild

[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
 2026-04-28 15:55 UTC  (10+ messages)
` [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 07/43] KVM: arm64: gic-v5: Create & manage VM and VPE tables

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-04-28 15:52 UTC  (13+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
        ` [EXT] "

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-28 15:46 UTC  (17+ messages)

[PATCH v3 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-04-28 15:41 UTC  (14+ messages)
` [PATCH v3 01/11] drm/bridge: drm_bridge_get/put(): ignore ERR_PTR
` [PATCH v3 02/11] drm/bridge: add of_drm_get_bridge_by_endpoint()
` [PATCH v3 03/11] drm/msm/hdmi: switch to of_drm_get_bridge_by_endpoint()
` [PATCH v3 04/11] drm/hisilicon/kirin: "
` [PATCH v3 05/11] drm/bridge: chrontel-ch7033: "
` [PATCH v3 06/11] drm/bridge: lontium-lt9611uxc: "
` [PATCH v3 07/11] drm/bridge: lt9611: "
` [PATCH v3 08/11] drm/bridge: adv7511: "
` [PATCH v3 09/11] drm/bridge: lt8713sx: "
` [PATCH v3 10/11] drm: zynqmp_dp: "
` [PATCH v3 11/11] drm: of: forbid bridge-only calls to drm_of_find_panel_or_bridge()

[arm-platforms:kvm-arm64/no-lazy-vgic-init 22/26] include/kvm/arm_pmu.h:134:46: warning: no return statement in function returning non-void
 2026-04-28 15:40 UTC 

[PATCH v3 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-28 15:35 UTC  (3+ messages)
` [PATCH v3 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read

[PATCH] iommu/rockchip: disable fetch dte time limit
 2026-04-28 15:29 UTC  (5+ messages)

[PATCH 6.6.y] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()
 2026-04-28 15:24 UTC 

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-28 15:22 UTC  (13+ messages)
` [PATCH v4 2/3] swiotlb: dma: its: "
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH v2 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-04-28 15:19 UTC  (32+ messages)
` [PATCH v2 01/11] drm/bridge: drm_bridge_get/put(): ignore ERR_PTR
` [PATCH v2 02/11] drm/bridge: add of_drm_get_bridge_by_endpoint()
` [PATCH v2 03/11] drm/msm/hdmi: switch to of_drm_get_bridge_by_endpoint()
` [PATCH v2 04/11] drm/hisilicon/kirin: "
` [PATCH v2 05/11] drm/bridge: chrontel-ch7033: "
` [PATCH v2 06/11] drm/bridge: lontium-lt9611uxc: "
` [PATCH v2 07/11] drm/bridge: lt9611: "
` [PATCH v2 08/11] drm/bridge: adv7511: "
` [PATCH v2 09/11] drm/bridge: lt8713sx: "
` [PATCH v2 10/11] drm: zynqmp_dp: "
` [PATCH v2 11/11] drm: of: forbid bridge-only calls to drm_of_find_panel_or_bridge()

[PATCH v2] arm: mediatek: MAINTAINERS: Include SoC bindings
 2026-04-28 15:07 UTC  (2+ messages)

[PATCH v4 0/3] Add i.MX94 remoteproc support and reset vector handling improvements
 2026-04-28 15:05 UTC  (2+ messages)

[PATCH 0/2] remoteproc: xlnx: add auto-boot support
 2026-04-28 14:38 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: xlnx: add auto boot feature

[PATCH 0/8] KVM: arm64: EL2 synchronisation and pKVM stage-2 error propagation fixes
 2026-04-28 14:36 UTC  (13+ messages)
` [PATCH 1/8] KVM: arm64: Make EL2 exception entry and exit context-synchronization events
` [PATCH 2/8] KVM: arm64: Synchronise HCR_EL2 writes on the guest exit path
` [PATCH 3/8] KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
` [PATCH 4/8] KVM: arm64: Fix __deactivate_fgt macro parameter typo
` [PATCH 5/8] KVM: arm64: Propagate stage-2 map failure on host->guest share
` [PATCH 6/8] KVM: arm64: Propagate stage-2 map failure on host->guest donation
` [PATCH 7/8] KVM: arm64: Propagate stage-2 map failure on guest->host share
` [PATCH 8/8] KVM: arm64: Propagate stage-2 map failure on guest->host unshare

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-04-28 14:33 UTC  (10+ 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 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 net] net: airoha: Move entries to queue head in case of DMA mapping failure in airoha_dev_xmit()
 2026-04-28 14:27 UTC  (3+ messages)

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-28 14:10 UTC  (10+ messages)
` [PATCH v5 05/10] drm/bridge: dw-hdmi-qp: Add HDMI 2.0 SCDC scrambling and high TMDS clock ratio support
` [PATCH v5 09/10] drm/rockchip: dw_hdmi_qp: Register HPD IRQ after connector setup
` [PATCH v5 10/10] drm/rockchip: dw_hdmi_qp: Restrict HPD event to the affected connector

[PATCH net v4] net: dsa: mt7530: fix .get_stats64 sleeping in atomic context
 2026-04-28 14:10 UTC 

[GIT PULL 3/4] i.MX dt binding changes for v7.1
 2026-04-28 14:03 UTC  (3+ messages)
` [GIT PULL 2/4] i.MX arm dts "

[PATCH RESEND] firmware: imx: sm-misc: Make scmi_imx_misc_ctrl_nb variable static
 2026-04-28 13:57 UTC 

[PATCH 0/5] remoteproc: add Cortex-A Core remoteproc support on i.MX platforms
 2026-04-28 13:49 UTC  (5+ messages)
` [PATCH 3/5] drivers: remoteproc: imx: add autoboot support for A-core remoteproc
` [PATCH 5/5] remoteproc: imx: use device node name as processor name

[PATCH] arm64/entry: Fix arm64-specific rseq brokenness (was: Re: [REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64) and tcmalloc everywhere
 2026-04-28 13:40 UTC  (3+ messages)
  ` [PATCH] arm64/entry: Fix arm64-specific rseq brokenness

[PATCH] pwm: atmel-tcb: Remove unneeded semicolon
 2026-04-28 13:36 UTC  (2+ messages)

[RESEND PATCH v2 1/2] PCI: mvebu: Simplify with scoped for each OF child loop
 2026-04-28 13:27 UTC  (2+ messages)
` [RESEND PATCH v2 2/2] PCI: mvebu: Keep child node refcnt for probe duration

[PATCH v2] crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
 2026-04-28 13:24 UTC  (6+ messages)

[RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
 2026-04-28 13:21 UTC  (11+ messages)

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

[PATCH v2 0/6] firmware: samsung: acpm: Various fixes for sashiko bug reports
 2026-04-28 13:04 UTC  (6+ messages)
` [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 v21 00/13] Implement PSCI reboot mode driver for PSCI resets
 2026-04-28 13:03 UTC  (9+ messages)
` [PATCH v21 07/13] power: reset: Add psci-reboot-mode driver
` [PATCH v21 08/13] mfd: core: Add firmware-node support to MFD cells

[PATCH] arm64: dts: ti: k3-j721s2-som-p0: add bootph-pre-ram property to pmic@4c
 2026-04-28 12:57 UTC  (4+ messages)

[QUESTION] Is the ARM SMMU v3 implementation designed to always ignore SSID when SSID_VALID == 0?
 2026-04-28 12:51 UTC  (4+ messages)

[PATCH V1 0/3] ACPI/IORT: Honor Root Complex PASID descriptors on SMMUv3
 2026-04-28 12:32 UTC  (4+ messages)
` [PATCH V1 1/3] ACPICA: IORT: Add Root Complex PASID Flags field

[PATCH v3] gpu: ipu-v3: clean up kernel-doc warnings
 2026-04-28 12:22 UTC  (2+ messages)

[PATCH v22 0/8] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2026-04-28 12:21 UTC  (5+ messages)
` [PATCH v22 5/8] dt-bindings: phy: Add Freescale iMX8MQ DP and HDMI PHY

[PATCH 0/2] coresight: ete: Always save state on power down
 2026-04-28 12:18 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] coresight: etm4x: Refactor pm_save_enable handling

[PATCH] pinctrl: qcom: Make important drivers default
 2026-04-28 12:06 UTC  (3+ messages)

[PATCH 0/4] samsung,coreprimevelte dt fixes
 2026-04-28 11:52 UTC  (3+ messages)
` [PATCH 1/4] arm64: dts: marvell: samsung-coreprimevelte: Increase touchscreen voltage

[PATCH AUTOSEL 7.0-6.12] tty: serial: samsung_tty: avoid dev_dbg deadlock
 2026-04-28 11:13 UTC  (6+ messages)
` [PATCH AUTOSEL 7.0-6.18] mfd: mt6397: Properly fix CID of MT6328, MT6331 and MT6332
` [PATCH AUTOSEL 7.0-5.10] dt-bindings: arm64: add Marvell 7k COMe boards
` [PATCH AUTOSEL 7.0-5.10] tty: serial: imx: keep dma request disabled before dma transfer setup
` [PATCH AUTOSEL 7.0-5.10] arm64: cputype: Add C1-Pro definitions

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-28 11:00 UTC  (2+ messages)

[PATCH net v6] net: stmmac: Prevent NULL deref when RX memory exhausted
 2026-04-28 10:50 UTC  (3+ messages)

[PATCH] pinctrl: mediatek: common-v1: Directly modify registers to set GPIO direction
 2026-04-28 10:48 UTC  (2+ messages)

[PATCH] pinctrl: mediatek: paris: Directly modify registers to set GPIO direction
 2026-04-28 10:44 UTC  (2+ messages)

[PATCH v5 0/1] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-28 10:41 UTC  (3+ messages)
` [PATCH v5 1/1] crypto: atmel-sha204a - fix blocking and non-blocking rng logic

[PATCH] iommu/arm-smmu-qcom: Add glymur MDSS to ACTLR client table
 2026-04-28 10:26 UTC  (2+ messages)

[PATCH v2] kselftest/arm64: Fix build failure with GCC-15
 2026-04-28 10:15 UTC  (6+ messages)

[PATCH] crypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204A
 2026-04-28 10:05 UTC  (3+ messages)

[PATCH v8 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
 2026-04-28  9:49 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc0-pinctrl
` [PATCH v8 2/3] dt-bindings: mfd: aspeed,ast2x00-scu: Describe AST2700 SCU0
` [PATCH v8 3/3] pinctrl: aspeed: Add AST2700 SoC0 support

[PATCH v2 0/3] ASoC: soc-core: Add core support for ignoring suspend on selected DAPM widgets
 2026-04-28  9:53 UTC  (4+ messages)
` [PATCH v2 3/3] ASoC: fsl: imx-rpmsg: Switch to core ignore-suspend-widgets support
    `  "

[PATCH] pinctrl: meson: amlogic-a4: fix deadlock issue
 2026-04-28  9:50 UTC  (2+ messages)

[PATCH 0/5] Google Nexus 10 display support
 2026-04-28  9:44 UTC  (7+ messages)
` [PATCH 2/5] drm/panel-edp: Add support for Samsung LTL101DL02-002 panel
` [PATCH 5/5] ARM: dts: exynos: Add display support for exynos5250-manta

[PATCH] firmware: samsung: fix stale response flag in acpm_prepare_xfer()
 2026-04-28  9:32 UTC  (4+ messages)

[PATCH v4 00/11] thermal: samsung: Add support for Google GS101 TMU
 2026-04-28  9:25 UTC  (4+ messages)
` [PATCH v4 02/11] firmware: samsung: acpm: Consolidate transfer initialization helper

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-28  9:25 UTC  (3+ messages)
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()

[PATCH 0/4] pinctrl: More compile testing
 2026-04-28  9:12 UTC  (4+ messages)
` [PATCH 4/4] ARM: realtek: MAINTAINERS: Include pin controller drivers

[PATCH v5 00/12] Add support for SCMIv4.0 Powercap Extensions
 2026-04-28  9:09 UTC  (7+ messages)
` [PATCH v5 07/12] include: trace: Add new parameter to trace_scmi_fc_call
` [PATCH v5 08/12] powercap: arm_scmi: Enable multiple constraints support
` [PATCH v5 09/12] firmware: arm_scmi: add Powercap MAI get/set support
` [PATCH v5 10/12] powercap: arm_scmi: Create synthetic parent node for multi-instance
` [PATCH v5 11/12] powercap: arm_scmi: Add get_power_uw to synthetic node
` [PATCH v5 12/12] powercap: arm_scmi: Synthetic zone enable/disable


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