messages from 2025-12-17 10:19:50 to 2025-12-17 18:46:42 UTC [more...]
[PATCH bpf-next 0/2] bpf: Optimize recursion detection on arm64
2025-12-17 18:46 UTC (8+ messages)
` [PATCH bpf-next 1/2] bpf: move recursion detection logic to helpers
` [PATCH bpf-next 2/2] bpf: arm64: Optimize recursion detection by not using atomics
[PATCH 0/4] rtc: zynqmp: fixes for read and set offset
2025-12-17 18:33 UTC (9+ messages)
` [PATCH 2/4] rtc: zynqmp: rework read_offset
` [PATCH 3/4] rtc: zynqmp: rework set_offset
[PATCH v2 0/2] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
2025-12-17 18:20 UTC (3+ messages)
` [PATCH v2 1/2] arm64: mmu: don't allocate page while spliting linear mapping
` [PATCH v2 2/2] arm64: mmu: avoid allocating pages while installing ng-mapping for KPTI
[PATCH 00/12] ras: share firmware-first estatus handling
2025-12-17 17:49 UTC (15+ messages)
` [PATCH 01/12] ras: add estatus core interfaces
` [PATCH 02/12] ras: add estatus core implementation
` [PATCH 03/12] ras: add estatus vendor handling and processing
` [PATCH 04/12] ras: add estatus queuing and IRQ/NMI handling
` [PATCH 05/12] ras: flesh out estatus processing core
` [PATCH 06/12] efi/cper: adopt estatus iteration helpers
` [PATCH 07/12] ghes: prepare estatus hooks for shared handling
` [PATCH 08/12] ghes: add estatus provider ops
` [PATCH 09/12] ghes: route error handling through shared estatus core
` [PATCH 10/12] dt-bindings: ras: document estatus provider
` [PATCH 11/12] ras: add DeviceTree estatus provider driver
` [PATCH 12/12] doc: ras: describe firmware-first estatus flow
[PATCH v6 00/17] media: rkvdec: Add support for VDPU381 and VDPU383
2025-12-17 17:40 UTC (18+ messages)
` [PATCH v6 01/17] media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_[ls]t_rps controls
` [PATCH v6 02/17] media: v4l2-ctrls: Add hevc_ext_sps_[ls]t_rps controls
` [PATCH v6 03/17] media: visl: Add HEVC short and long term RPS sets
` [PATCH v6 04/17] media: rkvdec: Switch to using structs instead of writel
` [PATCH v6 05/17] media: rkvdec: Move cabac tables to their own source file
` [PATCH v6 06/17] media: rkvdec: Use structs to represent the HW RPS
` [PATCH v6 07/17] media: rkvdec: Move h264 functions to common file
` [PATCH v6 08/17] media: rkvdec: Move hevc "
` [PATCH v6 09/17] media: rkvdec: Add variant specific coded formats list
` [PATCH v6 10/17] media: rkvdec: Add RCB and SRAM support
` [PATCH v6 11/17] media: rkvdec: Support per-variant interrupt handler
` [PATCH v6 12/17] media: rkvdec: Enable all clocks without naming them
` [PATCH v6 13/17] media: rkvdec: Disable multicore support
` [PATCH v6 14/17] media: rkvdec: Add H264 support for the VDPU381 variant
` [PATCH v6 15/17] media: rkvdec: Add H264 support for the VDPU383 variant
` [PATCH v6 16/17] media: rkvdec: Add HEVC support for the VDPU381 variant
` [PATCH v6 17/17] media: rkvdec: Add HEVC support for the VDPU383 variant
[PATCH 0/4] Make MT8196 get its Mali GPU shader_present from nvmem
2025-12-17 17:20 UTC (6+ messages)
` [PATCH 1/4] dt-bindings: gpu: mali-valhall-csf: Add shader-present nvmem cell
` [PATCH 2/4] dt-bindings: power: mt8196-gpufreq: Describe nvmem provider ability
` [PATCH 3/4] drm/panthor: Implement reading shader_present from nvmem
` [PATCH 4/4] pmdomain: mediatek: mtk-mfg: Expose shader_present as nvmem cell
[PATCH 0/2] introduce pagetable_alloc_nolock()
2025-12-17 17:19 UTC (12+ messages)
[PATCH 00/32] KVM: arm64: Introduce vGIC-v5 with PPI support
2025-12-17 17:13 UTC (14+ messages)
` [PATCH 13/32] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH 15/32] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH 18/32] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH 17/32] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH 19/32] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
[PATCH v2 0/3] support batch checking of references and unmapping for large folios
2025-12-17 16:39 UTC (19+ messages)
` [PATCH v2 1/3] arm64: mm: support batch clearing of the young flag "
` [PATCH v2 2/3] mm: rmap: support batched checks of the references "
` [PATCH v2 3/3] mm: rmap: support batched unmapping for file "
[PATCH v9 00/21] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
2025-12-17 16:23 UTC (22+ messages)
` [PATCH v9 01/21] dt-bindings: arm: pmu: Add Apple A7-A11 SoC CPU PMU compatibles
` [PATCH v9 02/21] drivers/perf: apple_m1: Only init PMUv3 remap when EL2 is available
` [PATCH v9 03/21] drivers/perf: apple_m1: Support per-implementation event tables
` [PATCH v9 04/21] drivers/perf: apple_m1: Support a per-implementation number of counters
` [PATCH v9 05/21] drivers/perf: apple_m1: Support configuring counters for 32-bit EL0
` [PATCH v9 06/21] drivers/perf: apple_m1: Support per-implementation PMU startup
` [PATCH v9 07/21] drivers/perf: apple_m1: Support per-implementation event attr group
` [PATCH v9 08/21] drivers/perf: apple_m1: Add Apple A7 support
` [PATCH v9 09/21] drivers/perf: apple_m1: Add Apple A8/A8X support
` [PATCH v9 10/21] drivers/perf: apple_m1: Add A9/A9X support
` [PATCH v9 11/21] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH v9 12/21] drivers/perf: apple_m1: Add Apple A11 Support
` [PATCH v9 13/21] arm64: dts: apple: s5l8960x: Add CPU PMU nodes
` [PATCH v9 14/21] arm64: dts: apple: t7000: "
` [PATCH v9 15/21] arm64: dts: apple: t7001: "
` [PATCH v9 16/21] arm64: dts: apple: s800-0-3: "
` [PATCH v9 17/21] arm64: dts: apple: s8001: "
` [PATCH v9 18/21] arm64: dts: apple: t8010: "
` [PATCH v9 19/21] arm64: dts: apple: t8011: "
` [PATCH v9 20/21] arm64: dts: apple: t8012: "
` [PATCH v9 21/21] arm64: dts: apple: t8015: "
[PATCH v6 00/14] Nesting support for lazy MMU mode
2025-12-17 16:10 UTC (8+ messages)
` [PATCH v6 14/14] mm: Add basic tests for lazy_mmu
[PATCH] ARM: dts: intel: Drop pxa2xx
2025-12-17 16:04 UTC (3+ messages)
[PATCH 1/1] arm64: dts: mba8mx: Fix Ethernet PHY IRQ support
2025-12-17 15:52 UTC (2+ messages)
[PATCH 0/4] Add support for Amlogic S6/S7/S7D Reset
2025-12-17 15:51 UTC (3+ messages)
` [PATCH 2/4] arm64: dts: amlogic: Add S6 Reset Controller
[PATCH v20 0/6] Introduction of a remoteproc tee to load signed firmware
2025-12-17 15:39 UTC (7+ messages)
` [PATCH v20 1/6] dt-bindings: firmware: Add TEE remoteproc service binding
` [PATCH v20 2/6] dt-bindings: remoteproc: Add STM32 TEE-controlled rproc binding
` [PATCH v20 3/6] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v20 4/6] remoteproc: Introduce optional release_fw operation
` [PATCH v20 5/6] remoteproc: Add TEE support
` [PATCH v20 6/6] remoteproc: stm32: Add TEE-controlled STM32 driver
[PATCH RFC 00/16] Eliminate warnings for AST2500 and AST2600 EVB devicetrees
2025-12-17 15:37 UTC (3+ messages)
` [PATCH RFC 01/16] dt-bindings: hwmon: Convert aspeed,ast2400-pwm-tacho to DT schema
[PATCH v1] arm64/mpam: Replace the arm64.nompam parameter with arm64.mpam
2025-12-17 15:30 UTC (2+ messages)
[PATCH v12 00/46] arm64: Support for Arm CCA in KVM
2025-12-17 15:28 UTC (5+ messages)
` [PATCH v12 11/46] arm64: RMI: Activate realm on first VCPU run
[BUG][RT][ti-j72xx] spi: cadence-quadspi: boot failed with rtmutex deadlock detected
2025-12-17 15:09 UTC (2+ messages)
[PATCH v3 01/22] drm/bridge: add of_drm_find_and_get_bridge()
2025-12-17 14:31 UTC (3+ messages)
[PATCH v2 00/20] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
2025-12-17 14:26 UTC (34+ messages)
` [PATCH v2 01/20] dt-bindings: display: tilcdc: Convert to DT schema
` [PATCH v2 03/20] drm/tilcdc: Remove simulate_vesa_sync flag
` [PATCH v2 04/20] drm/tilcdc: Add support for DRM bus flags and simplify panel config
` [PATCH v2 05/20] drm/tilcdc: Convert legacy panel binding via DT overlay at boot time
` [PATCH v2 06/20] drm/tilcdc: Remove tilcdc panel driver
` [PATCH v2 10/20] drm/tilcdc: Remove unused encoder and connector tracking arrays
` [PATCH v2 11/20] drm/tilcdc: Rename external_encoder and external_connector to encoder and connector
` [PATCH v2 12/20] drm/tilcdc: Rename tilcdc_external to tilcdc_encoder
` [PATCH v2 13/20] drm/tilcdc: Remove the useless module list support
` [PATCH v2 14/20] drm/tilcdc: Modernize driver initialization and cleanup paths
` [PATCH v2 15/20] drm/tilcdc: Remove the use of drm_device private_data
` [PATCH v2 16/20] drm/bridge: tda998x: Remove component support
` [PATCH v2 17/20] drm/bridge: tda998x: Move tda998x_create/destroy into probe and remove
` [PATCH v2 18/20] drm/bridge: tda998x: Remove useless tda998x_connector_destroy wrapper
` [PATCH v2 19/20] drm/bridge: tda998x: Add support for DRM_BRIDGE_ATTACH_NO_CONNECTOR
` [PATCH v2 20/20] drm/tilcdc: "
[PATCH] ARM: omap2: Fix reference count leaks in omap_control_init()
2025-12-17 14:21 UTC
[PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
2025-12-17 14:21 UTC (2+ messages)
[PATCH v7 0/5] Add CCI and imx577 sensor support for monaco evk
2025-12-17 14:19 UTC (9+ messages)
` [PATCH v7 3/5] arm64: dts: qcom: monaco: Add camera MCLK pinctrl
` [PATCH v7 4/5] arm64: dts: qcom: monaco-evk: Add camera AVDD regulators
` [PATCH v7 5/5] arm64: dts: qcom: monaco-evk-camera: Add DT overlay
[PATCH v7 0/7] Add ASPEED PCIe Root Complex support
2025-12-17 14:07 UTC (3+ messages)
` [PATCH v7 2/7] dt-bindings: PCI: Add ASPEED PCIe RC support
[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
2025-12-17 14:00 UTC (9+ messages)
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
[PATCH v2 00/11] Add support for Multimedia Clock controllers for Kaanapali
2025-12-17 13:54 UTC (11+ messages)
` [PATCH v2 07/11] dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller
` [PATCH v2 11/11] clk: qcom: Add support for GPUCC and GXCLK for Kaanapali
[PATCH v2 0/3] Enable mdss1 Display Port for Qualcomm lemans-ride platform
2025-12-17 13:52 UTC (5+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: lemans: add mdss1 display device nodes
[PATCH] mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig
2025-12-17 13:45 UTC (2+ messages)
[PATCH] mmc: sdhci-of-arasan: Increase CD stable timeout to 2 seconds
2025-12-17 13:45 UTC (2+ messages)
[PATCH] dt-bindings: mmc: brcm,iproc-sdhci: Allow "dma-coherent" and "iommus" properties
2025-12-17 13:45 UTC (2+ messages)
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2025-12-17 13:39 UTC (3+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v2 0/4] ROCK 4D audio enablement
2025-12-17 13:34 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: input: adc-keys: allow linux,input-type property
[PATCH v5 00/15] media: rkvdec: Add support for VDPU381 and VDPU383
2025-12-17 13:34 UTC (7+ messages)
` [PATCH v5 01/15] media: uapi: HEVC: Add v4l2_ctrl_hevc_ext_sps_[ls]t_rps controls
[PATCH v9 0/2] Add Google Tensor SoC USB controller support
2025-12-17 13:24 UTC (5+ messages)
` [PATCH v9 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver
[PATCH v5] dt-bindings: arm: keystone: add boot_* mboxes to ti,sci
2025-12-17 12:57 UTC (3+ messages)
[PATCH v2] remoteproc: imx_dsp_rproc: Fix multiple start/stop operations
2025-12-17 12:57 UTC (3+ messages)
[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
2025-12-17 12:49 UTC (3+ messages)
[PATCH 0/3] Add clock support for CMU_MFD
2025-12-17 12:47 UTC (7+ messages)
` [PATCH 1/3] dt-bindings: clock: exynosautov920: add MFD clock definitions
` [PATCH 2/3] clk: samsung: exynosautov920: add clock support
` [PATCH 3/3] arm64: dts: exynosautov920: add CMU_MFD clock DT nodes
[PATCH] arm64: dts: xilinx: Drop "label" property on dlg,slg7xl45106
2025-12-17 12:44 UTC (4+ messages)
[PATCH 0/3] soc: imx: misc clean up and support i.MX9[4,52]
2025-12-17 12:42 UTC (4+ messages)
` [PATCH 1/3] soc: imx: Use device-managed APIs for i.MX9
` [PATCH 2/3] soc: imx: Use dev_err_probe() "
` [PATCH 3/3] soc: imx: Spport i.MX9[4,52]
[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
2025-12-17 12:17 UTC (3+ messages)
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface [qemu test failure]
ezmlm warning
2025-12-17 11:40 UTC
[PATCH] Bluetooth: btmtksdio: Use pm_ptr instead of #ifdef CONFIG_PM
2025-12-17 11:20 UTC
[PATCH v3 09/22] drm/bridge: simple-bridge: get/put the next bridge
2025-12-17 10:41 UTC (2+ messages)
[RFC net-next v4 0/3] Add RSS and LRO support
2025-12-17 10:26 UTC (4+ messages)
` [RFC net-next v4 1/3] net: ethernet: mtk_eth_soc: Add register definitions for RSS and LRO
` [RFC net-next v4 2/3] net: ethernet: mtk_eth_soc: Add RSS support
` [RFC net-next v4 3/3] net: ethernet: mtk_eth_soc: Add LRO support
[PATCH v3 22/22] drm/bridge: imx8qxp-pixel-link: get/put the next bridge
2025-12-17 10:25 UTC (2+ messages)
[PATCH v3 19/22] drm/bridge: imx8qxp-pixel-link: simplify freeing of the remote device_node
2025-12-17 10:25 UTC (2+ messages)
[PATCH v3 21/22] drm/bridge: imx8qxp-pixel-link: imx8qxp_pixel_link_find_next_bridge: return int, not ERR_PTR
2025-12-17 10:25 UTC (2+ messages)
[PATCH RFC v2 0/3] soc: Enable cache lockdown for HiSilicon L3 cache
2025-12-17 10:23 UTC (4+ messages)
` [PATCH RFC v2 1/3] soc cache: L3 cache driver for HiSilicon SoC
` [PATCH RFC v2 2/3] soc cache: L3 cache lockdown support "
` [PATCH RFC v2 3/3] Documentation: soc cache: Add documentation to HiSilicon SoC cache
ARMv7 Linux + Rust doesn't boot when compiling with only LLVM=1
2025-12-17 10:21 UTC (2+ messages)
[PATCH v3 20/22] drm/bridge: imx8qxp-pixel-link: remove excess error message
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 17/22] drm/bridge: imx8qxp-pxl2dpi: get/put the companion bridge
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 16/22] drm/bridge: imx8qxp-pxl2dpi: get/put the next bridge
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 15/22] drm/bridge: imx8qxp-pxl2dpi: imx8qxp_pxl2dpi_find_next_bridge: return int, not ERR_PTR
2025-12-17 10:20 UTC (2+ messages)
[PATCH v2 00/12] Add HDMI support for Mediatek Genio 510/700/1200-EVK and Radxa NIO-12L boards
2025-12-17 10:19 UTC (12+ messages)
` [PATCH v2 02/12] dt-bindings: phy: mediatek,hdmi-phy: Add support for MT8188 SoC
` [PATCH v2 03/12] dt-bindings: phy: mediatek,hdmi-phy: Document extra clocks for MT8195
` [PATCH v2 04/12] arm64: dts: mediatek: mt8195: Add DPI1, HDMI, HDMI PHY/DDC nodes
` [PATCH v2 05/12] arm64: dts: mediatek: mt8188: "
` [PATCH v2 06/12] arm64: dts: mediatek: mt8390-genio-common: Enable HDMI output
` [PATCH v2 07/12] arm64: dts: mediatek: mt8390-genio-common: Add HDMI sound output support
` [PATCH v2 08/12] arm64: dts: mediatek: mt8395-radxa-nio-12l: Enable HDMI output
` [PATCH v2 09/12] arm64: dts: mediatek: mt8395-radxa-nio-12l: Add HDMI sound output support
` [PATCH v2 10/12] arm64: dts: mediatek: mt8395-genio-common: Enable HDMI output
` [PATCH v2 11/12] arm64: dts: mediatek: mt8395-genio-common: Add HDMI sound output support
` [PATCH v2 12/12] arm64: defconfig: Enable Mediatek HDMIv2 driver
[PATCH v3 14/22] drm/bridge: imx8qxp-pxl2dpi: remove excess error message
2025-12-17 10:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).