Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-13 07:46:08 to 2026-05-13 13:53:45 UTC [more...]

[PATCH v3 0/2] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-13 13:53 UTC  (5+ messages)
` [PATCH v3 1/2] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v3 2/2] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH v2 00/11] add mcf54415 DAC driver
 2026-05-13 13:53 UTC  (13+ messages)
` [PATCH v2 01/11] m68k: mcf5441x: fix clocks numbering
` [PATCH v2 02/11] m68k: mcf5441x: add clock for DAC channel 1
` [PATCH v2 03/11] m68k: mcf5441x: setup DAC clock name as per driver name
` [PATCH v2 04/11] m68k: defconfig: update stmark2 defconfig
` [PATCH v2 05/11] m68k: add DAC modules base addresses
` [PATCH v2 06/11] m68k: mcf5441x: add CCM registers
` [PATCH v2 07/11] m68k: mcf5441x: add CCR MISCCR2 bitfields
` [PATCH v2 08/11] m68k: stmark2: add mcf5441x DAC platform devices
` [PATCH v2 09/11] m68k: stmark2: use ioport.h macros for resources
` [PATCH v2 10/11] m68k: stmark2: enable DACs outputs
` [PATCH v2 11/11] iio: dac: add mcf54415 DAC

[PATCH 0/4] Describe coresight on R-Mobile APE6
 2026-05-13 13:38 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: clock: renesas,cpg-clocks: Document ZT/ZTR trace clock "
` [PATCH 2/4] clk: renesas: r8a73a4: Implement "
` [PATCH 3/4] ARM: dts: renesas: r8a73a4: Add "
` [PATCH 4/4] ARM: dts: renesas: r8a73a4: Describe coresight "

[PATCH v4] dt-bindings: i2c: convert davinci i2c to dt-schema
 2026-05-13 13:37 UTC  (2+ messages)

[PATCH v2 00/16] drm/tidss: Add BeagleY-AI display support (and some more)
 2026-05-13 13:17 UTC  (17+ messages)
` [PATCH v2 01/16] dt-bindings: display: ti: Move ti,am62l-dss binding to a new binding file
` [PATCH v2 02/16] dt-bindings: display: ti,am65x-dss: Simplify binding
` [PATCH v2 03/16] dt-bindings: display: ti,am625-oldi: Add optional power-domain for OLDI
` [PATCH v2 04/16] dt-bindings: display: ti,am65x-dss: Add ti,dpi-io-ctrl
` [PATCH v2 05/16] dt-bindings: display: ti,am65x-dss: Add AM62P DSS
` [PATCH v2 06/16] drm/tidss: Remove extra pm_runtime_mark_last_busy
` [PATCH v2 07/16] drm/tidss: oldi: Remove define for unused register OLDI_LB_CTRL
` [PATCH v2 08/16] drm/tidss: Add mechanism to detect DPI output
` [PATCH v2 09/16] drm/tidss: Add external data and sync signal edge configuration
` [PATCH v2 10/16] drm/tidss: Add support for DPIENABLE bit
` [PATCH v2 11/16] drm/tidss: oldi: Fix OLDI signal polarities
` [PATCH v2 12/16] drm/tidss: oldi: Convert OLDI to an aux driver
` [PATCH v2 13/16] drm/tidss: Add support for AM62P display subsystem
` [PATCH v2 14/16] arm64: dts: ti: k3-am62p-j722s-common-main: Make main_conf a syscon
` [PATCH v2 15/16] arm64: dts: ti: k3-am62p-j722s-common-main: Add support for DSS
` [PATCH v2 16/16] arm64: dts: ti: beagley-ai: Enable HDMI display and audio

[PATCH] arm64: dts: imx8mp-kontron: Reduce EERAM SPI clock frequency
 2026-05-13 13:25 UTC 

[PATCH v6 00/11] drm/bridge: handle refcounting for bridge-only callers of drm_of_find_panel_or_bridge()
 2026-05-13 13:24 UTC  (3+ messages)
` [PATCH v6 03/11] drm/msm/hdmi: switch to of_drm_get_bridge_by_endpoint()

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-13 13:17 UTC  (45+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 11/44] arm64: RMI: Check for RMI support at KVM init
` [PATCH v14 12/44] arm64: RMI: Check for LPA2 support
` [PATCH v14 13/44] arm64: RMI: Define the user ABI
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm
` [PATCH v14 15/44] kvm: arm64: Don't expose unsupported capabilities for realm guests
` [PATCH v14 16/44] KVM: arm64: Allow passing machine type in KVM creation
` [PATCH v14 17/44] arm64: RMI: RTT tear down
` [PATCH v14 18/44] arm64: RMI: Activate realm on first VCPU run
` [PATCH v14 19/44] arm64: RMI: Allocate/free RECs to match vCPUs
` [PATCH v14 20/44] arm64: RMI: Support for the VGIC in realms
` [PATCH v14 21/44] KVM: arm64: Support timers in realm RECs
` [PATCH v14 22/44] arm64: RMI: Handle realm enter/exit
` [PATCH v14 23/44] arm64: RMI: Handle RMI_EXIT_RIPAS_CHANGE
` [PATCH v14 24/44] KVM: arm64: Handle realm MMIO emulation
` [PATCH v14 25/44] KVM: arm64: Expose support for private memory
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents
` [PATCH v14 27/44] arm64: RMI: Set RIPAS of initial memslots
` [PATCH v14 28/44] arm64: RMI: Create the realm descriptor
` [PATCH v14 29/44] arm64: RMI: Runtime faulting of memory
` [PATCH v14 30/44] KVM: arm64: Handle realm VCPU load
` [PATCH v14 31/44] KVM: arm64: Validate register access for a Realm VM
` [PATCH v14 32/44] KVM: arm64: Handle Realm PSCI requests
` [PATCH v14 33/44] KVM: arm64: WARN on injected undef exceptions
` [PATCH v14 34/44] arm64: RMI: allow userspace to inject aborts
` [PATCH v14 35/44] arm64: RMI: support RSI_HOST_CALL
` [PATCH v14 36/44] arm64: RMI: Allow checking SVE on VM instance
` [PATCH v14 37/44] arm64: RMI: Prevent Device mappings for Realms
` [PATCH v14 38/44] arm64: RMI: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v14 39/44] arm64: RMI: Set breakpoint parameters through SET_ONE_REG
` [PATCH v14 40/44] arm64: RMI: Propagate max SVE vector length from RMM
` [PATCH v14 41/44] arm64: RMI: Configure max SVE vector length for a Realm
` [PATCH v14 42/44] arm64: RMI: Provide register list for unfinalized RMI RECs
` [PATCH v14 43/44] arm64: RMI: Provide accurate register list
` [PATCH v14 44/44] arm64: RMI: Enable realms to be created

[PATCH v5 0/5] PCI: qcom: Add D3cold support
 2026-05-13 13:20 UTC  (3+ messages)
` [PATCH v5 4/5] PCI: dwc: Use common D3cold eligibility helper in suspend path

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-13 13:03 UTC  (8+ messages)

[PATCH RFC] printk: remove BOOT_PRINTK_DELAY
 2026-05-13 13:04 UTC  (4+ messages)

[PATCH v7 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
 2026-05-13 12:59 UTC  (3+ messages)

[PATCH] perf arm-spe: Don't warn about the discard bit if it doesn't exist
 2026-05-13 12:55 UTC  (3+ messages)

[PATCH 0/2] KVM: arm64: nv: Reduce FP/SVE overhead on exception/exception return
 2026-05-13 12:49 UTC  (4+ messages)
` [PATCH 2/2] KVM: arm64: nv: Don't save/restore FP register during a nested ERET or exception

[PATCH v4 0/8] media: rockchip: rkcif: add support for rk3588 vicap
 2026-05-13 12:48 UTC  (3+ messages)
` [PATCH v4 2/8] media: dt-bindings: add rockchip "

[PATCH v8 0/4] firmware: ti_sci: Introduce BOARDCFG_MANAGED mode for Jacinto family
 2026-05-13 12:46 UTC  (5+ messages)
` [PATCH v8 1/4] firmware: ti_sci: add BOARDCFG_MANAGED mode support
` [PATCH v8 2/4] firmware: ti_sci: add support for restoring IRQs during resume
` [PATCH v8 3/4] clk: keystone: sci-clk: add restore_context() operation
` [PATCH v8 4/4] firmware: ti_sci: add support for restoring clock context during resume

[PATCH v4 0/6] Exynos-pmu: Generalise cpu{hotplug,idle},PMU intr gen and add Exynos850 CPU hotplug
 2026-05-13 12:37 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: soc: move,rename google,gs101-pmu-intr-gen and add exynos850
` [PATCH v4 2/6] dt-bindings: soc: samsung: exynos-pmu: Require pmu-intr-gen-syscon for Exynos850
` [PATCH v4 3/6] soc: samsung: exynos-pmu: generalise gs101-specific cpu{idle,hotplug} for Exynos SoCs
` [PATCH v4 4/6] soc: samsung: exynos-pmu: add Exynos850 CPU hotplug support
` [PATCH v4 5/6] MAINTAINERS: add Exynos850 PMU entry
` [PATCH v4 6/6] arm64: dts: exynos850: add PMU interrupt generation node

[PATCH v2 0/3] Khadas VIM4 PWM status LED support
 2026-05-13 12:37 UTC  (7+ messages)
` [PATCH v2 1/3] arm64: dts: amlogic: t7: Fix pwm_ao_c pinmux definitions
` [PATCH v2 2/3] arm64: dts: amlogic: t7: khadas-vim4: reorder root node
` [PATCH v2 3/3] arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED
` (subset) [PATCH v2 0/3] Khadas VIM4 PWM status LED support

[PATCH v2] arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
 2026-05-13 12:37 UTC  (2+ messages)

[PATCH 2/2] arm64: dts: amlogic: t7: Fix missing required reset property
 2026-05-13 12:37 UTC  (2+ messages)
` (subset) "

[PATCH net-next v6 00/12] net: airoha: Support multiple net_devices connected to the same GDM port
 2026-05-13 12:26 UTC  (9+ messages)
` [PATCH net-next v6 04/12] net: airoha: Move airoha_qdma pointer in airoha_gdm_dev struct
` [PATCH net-next v6 08/12] net: airoha: Support multiple net_devices for a single FE GDM port
` [PATCH net-next v6 11/12] net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configuration

[PATCH 00/16] arm64: Use EL2 virtual timer when running VHE
 2026-05-13 12:19 UTC  (4+ messages)
` [PATCH 01/16] ACPI: GTDT: Parse information related to the EL2 virtual timer

[PATCH] arm64: proton-pack: use sysfs_emit in sysfs show functions
 2026-05-13 11:57 UTC 

[PATCH v2 0/3] Add GPADC support for A523
 2026-05-13 11:53 UTC  (4+ messages)
` [PATCH v2 2/3] iio: adc: sun20i-gpadc: add A523 gpadc support

[PATCH] iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bits
 2026-05-13 11:42 UTC  (10+ messages)

[PATCH] arm64: dts: allwinner: Cubie A5E: enable SPI flash
 2026-05-13 10:58 UTC  (4+ messages)

[PATCH] iio: adc: sun20i-gpadc: support non-contiguous channel lookups
 2026-05-13 10:53 UTC  (2+ messages)

[PATCH] ASoC: sun4i-spdif: Use guard() for spin locks
 2026-05-13 10:50 UTC 

[PATCH v4 0/2] Switch Arm CCA to use an auxiliary device instead of a platform device
 2026-05-13 10:47 UTC  (12+ messages)
` [PATCH v4 1/2] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH v4 2/2] coco: guest: arm64: Drop dummy RSI platform device stub

[PATCH] drivers: altera_edac: Guard SDRAM irq2 retrieval for Arria10 only
 2026-05-13 10:45 UTC  (6+ messages)

[PATCH 0/4] ASoC: stm: Use guard() for mutex & spin locks
 2026-05-13 10:43 UTC  (5+ messages)
` [PATCH 1/4] ASoC: stm: stm32_adfsdm: Use guard() for mutex locks
` [PATCH 2/4] ASoC: stm: stm32_i2s: Use guard() for spin locks
` [PATCH 3/4] ASoC: stm: stm32_sai_sub: Use guard() for mutex & "
` [PATCH 4/4] ASoC: stm: stm32_spdifrx: Use guard() for "

[PATCH] clk: rockchip: allow COMPILE_TEST builds
 2026-05-13 10:37 UTC  (2+ messages)

[PATCH v5 0/2] arm64: dts: imx8dxl: Add SolidRun SoM and HummingBoard
 2026-05-13 10:32 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: fsl: Add SolidRun i.MX8DXL "
` [PATCH v5 2/2] arm64: dts: imx8dxl: Add SolidRun "

[PATCH 0/3] arm64: dts: imx93-11x11-evk: Add DY1212W-4856 LVDS panel
 2026-05-13 10:29 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: soc: imx: fsl,imx93-media-blk-ctrl: Allow LVDS Display Bridge child node
` [PATCH 2/3] arm64: dts: imx93: Add LVDS Display Bridge support
` [PATCH 3/3] arm64: dts: imx93-11x11-evk: Add DY1212W-4856 LVDS panel

[PATCH v4 00/15] arm64: Unmap linear alias of kernel data/bss
 2026-05-13 10:28 UTC  (9+ messages)
` [PATCH v4 02/15] mm: Make empty_zero_page __ro_after_init

[PATCH 0/4] i.MX LDB DT cleanups
 2026-05-13 10:26 UTC  (8+ messages)
` [PATCH 2/4] Revert "dt-bindings: display: bridge: ldb: Fill in reg property"

[PATCH 0/2] Khadas VIM4 PWM status LED support
 2026-05-13 10:26 UTC  (7+ messages)
` [PATCH 1/2] arm64: dts: amlogic: t7: Fix pwm_ao_c pinmux definitions
` [PATCH 2/2] arm64: dts: amlogic: t7: khadas-vim4: add PWM-driven status LED

[RFC PATCH 0/4] arm64: realm: Support for probing RSI earlier
 2026-05-13 10:17 UTC  (5+ messages)

[PATCH v3 0/3] i2c: xiic: fix SMBus block read and PEC support
 2026-05-13 10:09 UTC  (4+ messages)
` [PATCH v3 1/3] i2c: xiic: preserve PEC byte length in SMBus block read setup
` [PATCH v3 2/3] i2c: xiic: defer RX_FULL until all trailing bytes are in FIFO
` [PATCH v3 3/3] i2c: xiic: don't clobber msg->len to signal block-read completion

[PATCH] coresight: trbe: Hide enable_sink sysfs file
 2026-05-13  9:54 UTC  (4+ messages)

[PATCH v2 0/6] devfreq: Add refcounts for governor modules
 2026-05-13  9:38 UTC  (7+ messages)
` [PATCH v2 1/6] devfreq: Use mutex guard in governor_store()
` [PATCH v2 2/6] devfreq: Use mutex guard in devfreq_add/remove_governor()
` [PATCH v2 3/6] devfreq: Factor out devfreq_set_governor()
` [PATCH v2 4/6] devfreq: Add module owner to devfreq governor
` [PATCH v2 5/6] devfreq: Get and put module refcount when switching governor
` [PATCH v2 6/6] devfreq: Get module refcount in try_then_request_governor()

[PATCH] pmdomain: ti_sci: add wakeup constraint to parent devices of wakeup source
 2026-05-13  9:40 UTC  (4+ messages)

[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
 2026-05-13  9:39 UTC  (2+ messages)

[PATCH v3 00/13] driver core / pmdomain: Add support for fined grained sync_state
 2026-05-13  9:35 UTC  (11+ messages)
` [PATCH v3 02/13] driver core: Enable suppliers to implement fine grained sync_state support
` [PATCH v3 06/13] pmdomain: core: Add initial "

[PATCH 00/10] Add support for A9 family clock controller
 2026-05-13  9:19 UTC  (7+ messages)
` [PATCH 09/10] clk: amlogic: Add A9 peripherals clock controller driver
` [PATCH 10/10] clk: amlogic: Add A9 AO "

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-13  9:18 UTC  (7+ messages)
` [PATCH v7 08/20] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH v7 09/20] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH v2 0/5] rockchip: Add USB 2.0 support for RK3528
 2026-05-13  9:09 UTC  (3+ messages)
` [PATCH v2 3/5] dt-bindings: phy: rockchip,inno-usb2phy: Add compatible "

[PATCH v5 00/29] media: platform: rga: Add RGA3 support
 2026-05-13  9:09 UTC  (4+ messages)
` [PATCH v5 18/29] media: rockchip: rga: check scaling factor

[PATCH] clk: scpi: pass child node to of_clk_del_provider() in remove
 2026-05-13  9:09 UTC 

[PATCH v5 00/10] Add eDP support for RK3576
 2026-05-13  7:44 UTC  (6+ messages)
` [PATCH v5 01/10] dt-bindings: display: rockchip: analogix-dp: Fix hclk as third clock for RK3588
` [PATCH v5 04/10] arm64: dts: rockchip: Add missing hclk for RK3588 eDP1
` [PATCH v5 05/10] drm/rockchip: analogix_dp: Enable hclk for RK3588
` [PATCH v5 08/10] drm/bridge: analogix_dp: Rename and simplify is_rockchip()
` [PATCH v5 09/10] drm/bridge: analogix_dp: Add support for RK3576

[PATCH 0/3] Subject: [PATCH 0/3] gpio: add support for Axiado SGPIO controller
 2026-05-13  8:59 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: gpio: add "

[PATCH v5 0/6] drm/mediatek: Add PQ components support for MT8196
 2026-05-13  8:03 UTC  (3+ messages)
` [PATCH v5 4/6] dt-bindings: display: mediatek: tdshp: Add "

[PATCH] clk: imx: Add audio PLL debugfs for K-divider control
 2026-05-13  8:01 UTC  (3+ messages)

[PATCH 00/15] drm/tidss: Add BeagleY-AI display support (and some more)
 2026-05-13  7:55 UTC  (4+ messages)
` [PATCH 03/15] dt-bindings: mfd: syscon: Add ti,am625-dss-dpi0-clk-ctrl compatible

[PATCH v3 00/21] objtool/arm64: Port klp-build to arm64
 2026-05-13  7:37 UTC  (5+ messages)
` [PATCH v3 10/21] objtool: Ignore jumps to the end of the function for checksum runs
` [PATCH v3 11/21] objtool: Allow empty alternatives


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