linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-08 06:09:59 to 2025-01-08 12:42:55 UTC [more...]

[PATCH v9 00/11] VOP Support for rk3576
 2025-01-08 11:52 UTC  (3+ messages)
` [PATCH v9 05/11] drm/rockchip: vop2: Support for different layer select configuration between VPs
` [PATCH v9 07/11] drm/rockchip: vop2: Register the primary plane and overlay plane separately

[PATCH v2 0/5] Support clock and reset unit of Rockchip RK3528
 2025-01-08 11:46 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: clock: Document clock and reset unit of RK3528
` [PATCH v2 2/5] clk: rockchip: Add PLL flag ROCKCHIP_PLL_FIXED_MODE
` [PATCH v2 3/5] clk: rockchip: Add clock controller driver for RK3528 SoC
` [PATCH v2 4/5] arm64: dts: rockchip: Add clock generators "
` [PATCH v2 5/5] arm64: dts: rockchip: Add UART clocks "

[PATCH v2 00/12] Tracefs support for pKVM
 2025-01-08 11:45 UTC  (13+ messages)
` [PATCH v2 01/12] ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
` [PATCH v2 02/12] ring-buffer: Introducing ring-buffer remote
` [PATCH v2 03/12] ring-buffer: Expose buffer_data_page material
` [PATCH v2 04/12] KVM: arm64: Support unaligned fixmap in the nVHE hyp
` [PATCH v2 05/12] KVM: arm64: Add clock support "
` [PATCH v2 06/12] KVM: arm64: Add tracing support for the pKVM hyp
` [PATCH v2 07/12] KVM: arm64: Add hyp tracing to tracefs
` [PATCH v2 08/12] KVM: arm64: Add clock for hyp tracefs
` [PATCH v2 09/12] KVM: arm64: Add raw interface "
` [PATCH v2 10/12] KVM: arm64: Add trace "
` [PATCH v2 11/12] KVM: arm64: Add support for hyp events
` [PATCH v2 12/12] KVM: arm64: Add kselftest for tracefs hyp tracefs

[PATCH v3 0/5] add sof support on imx95
 2025-01-08 11:41 UTC  (4+ messages)
` [PATCH v3 1/5] ASoC: dt-bindings: add common binding for NXP audio processors

[PATCH] dt-bindings: soc: Add new board description for Versal NET
 2025-01-08 11:33 UTC 

[PATCH v2] arm64: kvm: Introduce nvhe stack size constants
 2025-01-08 11:30 UTC  (2+ messages)

[PATCH v2] KVM: arm64: Fix nVHE stacktrace VA bits mask
 2025-01-08 11:30 UTC  (2+ messages)

[PATCH v4 00/34] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2025-01-08 11:27 UTC  (35+ messages)
` [PATCH v4 01/34] dt-bindings: display: mediatek: dpi: Add MT8195 and MT8188 compat
` [PATCH v4 02/34] drm/mediatek: mtk_dpi: Add support for Pattern Generator in debugfs
` [PATCH v4 03/34] drm/mediatek: mtk_dpi: Use an array for pixclk factor calculation
` [PATCH v4 04/34] drm/mediatek: mtk_dpi: Move pixel clock setting flow to function
` [PATCH v4 05/34] drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
` [PATCH v4 06/34] drm/mediatek: Add support for MT8195 Digital Parallel Interface
` [PATCH v4 07/34] dt-bindings: display: mediatek: Add binding for HDMIv2 DDC
` [PATCH v4 08/34] dt-bindings: display: mediatek: Add binding for MT8195 HDMI-TX v2
` [PATCH v4 09/34] drm/mediatek: mtk_cec: Switch to register as module_platform_driver
` [PATCH v4 10/34] drm/mediatek: mtk_hdmi_ddc: "
` [PATCH v4 11/34] drm/mediatek: mtk_hdmi: Convert to module_platform_driver macro
` [PATCH v4 12/34] drm/mediatek: mtk_hdmi: Unregister audio platform device on failure
` [PATCH v4 13/34] drm/mediatek: hdmi: Use regmap instead of iomem for main registers
` [PATCH v4 14/34] drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
` [PATCH v4 15/34] drm/mediatek: mtk_hdmi: Disgregate function mtk_hdmi_audio_set_param()
` [PATCH v4 16/34] drm/mediatek: mtk_hdmi: Move audio params selection to new function
` [PATCH v4 17/34] drm/mediatek: mtk_hdmi: Move plugged_cb/codec_dev setting "
` [PATCH v4 18/34] drm/mediatek: mtk_hdmi: Move N/CTS "
` [PATCH v4 19/34] drm/mediatek: mtk_hdmi: Move vendor/product strings to drm_bridge
` [PATCH v4 20/34] drm/mediatek: mtk_hdmi: Use dev_err_probe() in mtk_hdmi_dt_parse_pdata()
` [PATCH v4 21/34] drm/mediatek: mtk_hdmi: Move CEC device parsing in new function
` [PATCH v4 22/34] drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmi
` [PATCH v4 23/34] drm/mediatek: mtk_hdmi: Move output init to mtk_hdmi_register_audio_driver()
` [PATCH v4 24/34] drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_add
` [PATCH v4 25/34] drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEP
` [PATCH v4 26/34] drm/mediatek: mtk_hdmi: Remove goto in mtk_hdmi_clk_enable_audio()
` [PATCH v4 27/34] drm/mediatek: mtk_hdmi: Cleanup function mtk_hdmi_resume()
` [PATCH v4 28/34] drm/mediatek: mtk_hdmi: Improve mtk_hdmi_get_all_clk() flexibility
` [PATCH v4 29/34] drm/mediatek: mtk_hdmi: Split driver and add common probe function
` [PATCH v4 30/34] drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridge
` [PATCH v4 31/34] drm/mediatek: mtk_hdmi_common: Add OP_HDMI if helper funcs assigned
` [PATCH v4 32/34] drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188
` [PATCH v4 33/34] drm/mediatek: mtk_hdmi_common: Add var to enable interlaced modes
` [PATCH v4 34/34] drm/mediatek: mtk_hdmi_v2: Add debugfs ops and implement ABIST

[PATCH v2] irqchip: gic-v3: Handle failure case of CPU enters low power state
 2025-01-08 11:22 UTC  (2+ messages)

[PATCH v4 0/3] soc: samsung: usi: implement support for USIv1
 2025-01-08 10:08 UTC  (9+ messages)
` [PATCH v4 1/3] dt-bindings: soc: samsung: usi: add USIv1 and samsung,exynos8895-usi
` [PATCH v4 2/3] soc: samsung: usi: implement support for USIv1 and exynos8895

[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-01-08 11:15 UTC  (5+ messages)

[PATCH v2] coresight: prevent deactivate active config while enable the config
 2025-01-08 11:08 UTC  (4+ messages)

[PATCH v2 0/4] dev_err_probe usage for imx8qxp DPU pipeline
 2025-01-08 11:06 UTC  (10+ messages)
` [PATCH v2 1/4] drm/bridge: imx8qxp-pxl2dpi: Use dev_err_probe
` [PATCH v2 3/4] drm/bridge: imx-ldb-helper: "

[PATCH v2] arm64: dts: rockchip: orangepi-5-plus: Enable USB 3.0 ports
 2025-01-08 11:03 UTC  (2+ messages)

[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
 2025-01-08 11:03 UTC  (21+ messages)
` [PATCH v5 01/17] Revert "mm: pgtable: make ptlock be freed by RCU"
` [PATCH v5 02/17] riscv: mm: Skip pgtable level check in {pud,p4d}_alloc_one
` [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v5 04/17] mm: pgtable: add statistics for P4D level page table
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d "
` [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v5 08/17] arm: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 09/17] arm64: "
` [PATCH v5 10/17] riscv: "
` [PATCH v5 11/17] x86: pgtable: convert __tlb_remove_table() to use struct ptdesc
` [PATCH v5 12/17] x86: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
` [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
` [PATCH v5 15/17] mm: pgtable: completely move pagetable_dtor() to generic tlb_remove_table()
` [PATCH v5 16/17] mm: pgtable: move __tlb_remove_table_one() in x86 to generic file
` [PATCH v5 17/17] mm: pgtable: introduce generic pagetable_dtor_free()

[PATCH net-next v3 00/18] net: stmmac: clean up and fix EEE implementation
 2025-01-08 10:58 UTC  (8+ messages)
` [PATCH net-next v3 02/18] net: stmmac: move tx_lpi_timer tracking to phylib
` [PATCH net-next v3 04/18] net: stmmac: use unsigned int for eee_timer

[PATCH v4 0/7] Rockchip: add Rockchip rk3576 EVB1 board
 2025-01-08 10:57 UTC  (4+ messages)
` [PATCH v4 2/7] dt-bindings: PCI: dw: rockchip: Add rk3576 support
` (subset) [PATCH v4 0/7] Rockchip: add Rockchip rk3576 EVB1 board

[RESEND PATCH v1] dt-bindings: soc: rockchip: add rk3576 hdptxphy grf syscon
 2025-01-08 10:57 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: rockchip: Add H96 Max V58 (RK3588 based TV box)
 2025-01-08 10:57 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: arm: rockchip: Add H96 Max V58 TV box
` [PATCH v2 2/3] arm64: dts: rockchip: Add SPDIF nodes to RK3588(s) device trees
` [PATCH v2 3/3] arm64: dts: rockchip: Add H96 Max V58 TV Box based on RK3588 SoC
` (subset) [PATCH v2 0/3] arm64: dts: rockchip: Add H96 Max V58 (RK3588 based TV box)

[PATCH v4 0/3] Apple DWI backlight driver
 2025-01-08 10:53 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: leds: backlight: apple,dwi-bl: Add Apple DWI backlight
` [PATCH v4 2/3] backlight: dwi_bl: Add Apple DWI backlight driver
` [PATCH v4 3/3] MAINTAINERS: Add entries for Apple DWI backlight controller

[PATCH v4] arm64: mm: Populate vmemmap/linear at the page level for hotplugged sections
 2025-01-08 10:52 UTC  (5+ messages)

[PATCH v2 2/3] Bluetooth: Get rid of cmd_timeout and use the reset callback
 2025-01-08 10:48 UTC 

[PATCH 0/3] Support tuning the RX sampling swap of the MAC
 2025-01-08 10:43 UTC  (12+ messages)
` [PATCH 2/3] net: stmmac: qcom-ethqos: Enable RX programmable swap on qcs615

[RFC PATCH v2 00/15] pkeys-based page table hardening
 2025-01-08 10:32 UTC  (16+ messages)
` [RFC PATCH v2 01/15] mm: Introduce kpkeys
` [RFC PATCH v2 02/15] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v2 03/15] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v2 04/15] arm64: Introduce por_set_pkey_perms() helper
` [RFC PATCH v2 05/15] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v2 06/15] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v2 07/15] arm64: Enable kpkeys
` [RFC PATCH v2 08/15] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v2 09/15] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v2 10/15] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v2 11/15] mm: Map page tables with privileged pkey
` [RFC PATCH v2 12/15] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v2 13/15] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v2 14/15] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v2 15/15] mm: Add basic tests for kpkeys_hardened_pgtables

[PATCH v3] Documentation: Update the behaviour of "kvm-arm.mode"
 2025-01-08 10:19 UTC  (2+ messages)

[PATCH v5 0/2] Make i.MX9 OCOTP work as accessing controller
 2025-01-08 10:15 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: nvmem: imx-ocotp: Introduce #access-controller-cells
` [PATCH v5 2/2] nvmem: imx-ocotp-ele: Support accessing controller for i.MX9

[PATCH 0/5] TQMa8Xx update
 2025-01-08  9:58 UTC  (4+ messages)
` [PATCH 1/5] arm64: dts: imx8-ss-hsio: Wire up DMA IRQ for PCIe

[GIT,PULL,1/3] MediaTek ARM64 DTS updates for v6.14
 2025-01-08 10:08 UTC  (3+ messages)
` [GIT,PULL,2/3] MediaTek driver "
` [GIT,PULL,3/3] MediaTek ARM64 defconfig "

[PATCH v2 0/5] perf: arm_spe: Add format option for discard mode
 2025-01-08 10:08 UTC  (4+ messages)
` [PATCH v2 1/5] "

[PATCH 0/7] Raspberry Pi HEVC decoder driver
 2025-01-08  9:52 UTC  (5+ messages)
` [PATCH 2/7] docs: uapi: media: Document Raspberry Pi NV12 column format

[PATCH v6 0/5] PCI: mediatek-gen3: mtk_pcie_en7581_power_up() code
 2025-01-08  9:50 UTC  (6+ messages)
` [PATCH v6 1/5] PCI: mediatek-gen3: rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_power_up()
` [PATCH v6 2/5] PCI: mediatek-gen3: Move reset/assert callbacks in .power_up()
` [PATCH v6 3/5] PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581_power_up()
` [PATCH v6 4/5] PCI: mediatek-gen3: Move reset delay "
` [PATCH v6 5/5] PCI: mediatek-gen3: rely on msleep() "

[PATCH v2 0/4] Google Pixel 6 (oriole): max77759 fuel gauge enablement and driver support
 2025-01-08  9:49 UTC  (3+ messages)
` [PATCH v2 1/4] power: supply: add support for max77759 fuel gauge

[PATCH net-next 00/17] net: stmmac: clean up and fix EEE implementation
 2025-01-08  9:42 UTC  (7+ messages)
` [PATCH net-next v2 03/17] net: stmmac: use correct type for tx_lpi_timer

[PATCH v5 5/6] PCI: mediatek-gen3: Add reset delay in mtk_pcie_en7581_power_up()
 2025-01-08  9:41 UTC  (3+ messages)

[PATCH v2 0/5] add support for T7 family clock controller
 2025-01-08  9:40 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: clock: add Amlogic T7 PLL "
` [PATCH v2 2/5] dt-bindings: clock: add Amlogic T7 SCMI "
` [PATCH v2 3/5] dt-bindings: clock: add Amlogic T7 peripherals "
` [PATCH v2 4/5] clk: meson: t7: add support for the T7 SoC PLL clock
` [PATCH v2 5/5] clk: meson: t7: add t7 clock peripherals controller driver

[PATCH net-next v3 0/3] Add Multicast Filtering support for VLAN interface
 2025-01-08  9:40 UTC  (6+ messages)
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC mode

[PATCH] dt-bindings: timer: Correct indentation and style in DTS example
 2025-01-08  9:38 UTC  (2+ messages)

[PATCH v5 0/3] mailbox: add Samsung Exynos driver
 2025-01-08  9:38 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: mailbox: add google,gs101-mbox

[PATCH net-next v6 0/8] fix two bugs related to page_pool
 2025-01-08  9:37 UTC  (6+ messages)
` [PATCH net-next v6 1/8] page_pool: introduce page_pool_get_pp() API

[PATCH RESEND] drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
 2025-01-08  9:35 UTC 

[PATCH v3 00/33] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2025-01-08  9:23 UTC  (4+ messages)
` [PATCH v3 14/33] drm/mediatek: mtk_hdmi: Move audio params selection to new function

[PATCH 0/2] arm64: dts: rockchip: Add H96 Max V58 (RK3588 based TV box)
 2025-01-08  9:16 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: Add H96 Max V58 TV box

[PATCH 0/5] add support for T7 family clock controller
 2025-01-08  9:10 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: clock: add Amlogic T7 PLL "

[PATCH v3 16/28] ARM: module: Use RCU in all users of __module_text_address()
 2025-01-08  9:04 UTC  (2+ messages)
` [PATCH v3 17/28] arm64: "

[PATCH v3] arm64: dts: ti: k3-am69-sk: Add USB SuperSpeed support
 2025-01-08  8:59 UTC 

[PATCH v5 0/2] Add support for nuvoton ma35d1 keypad controller
 2025-01-08  8:55 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: input: Add Nuvoton MA35D1 keypad

[PATCH 1/3] arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells
 2025-01-08  8:34 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string
` [PATCH 3/3] arm64: dts: mediatek: mt8173: Fix some node names

[PATCH 0/5] PCI: mediatek-gen3: Add MT8196 support
 2025-01-08  7:30 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: "

[PATCH v11 0/9] TI K3 M4F support on AM62 and AM64 SoCs
 2025-01-08  7:31 UTC  (3+ messages)
` [PATCH v11 9/9] arm64: defconfig: Enable TI K3 M4 remoteproc driver

[PATCH net-next RFC 0/5] net: phy: Introduce a port representation
 2025-01-08  8:12 UTC  (12+ messages)

[PATCH 1/2] dt-bindings: spi: rockchip-sfc: Add rockchip,fspi compatible
 2025-01-08  7:03 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/2] fix some binding check errors for marvell
 2025-01-08  8:25 UTC  (2+ messages)

[PATCH] arm64: dts: marvell: cn9131-cf-solidwan: fix cp1 comphy links
 2025-01-08  8:18 UTC  (2+ messages)

[GIT PULL] arm/omap: drivers: updates for v6.14
 2025-01-08  8:13 UTC  (2+ messages)

[PATCH] serial: amba-pl011: Implement nbcon console
 2025-01-08  8:13 UTC  (2+ messages)

[PATCH net-next] net: airoha: Fix channel configuration for ETS Qdisc
 2025-01-08  7:52 UTC  (2+ messages)

[RFC PATCH 0/6] Introduce flexible CLOSID/RMID translation
 2025-01-08  6:45 UTC  (5+ messages)
` [RFC PATCH 4/6] arm_mpam: "

[PATCH] dt-bindings: usb: Correct indentation and style in DTS example
 2025-01-08  6:41 UTC  (2+ messages)

[PATCH] nvmem: mtk-efuse: Enable GPU speed bin post-processing for MT8188
 2025-01-08  6:36 UTC  (9+ messages)

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-08  6:26 UTC  (2+ messages)

[PATCH v2] arm64: dts: add cpu cache information to ExynosAuto-v920
 2025-01-08  5:50 UTC 


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