linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-03 17:35:03 to 2025-12-04 12:02:52 UTC [more...]

[PATCH v3 0/9] KVM: arm64: Add support for FEAT_IDST
 2025-12-04 12:02 UTC  (17+ messages)
` [PATCH v3 1/9] arm64: Repaint ID_AA64MMFR2_EL1.IDS description
` [PATCH v3 2/9] KVM: arm64: Add trap routing for GMID_EL1
` [PATCH v3 3/9] KVM: arm64: Add a generic synchronous exception injection primitive
` [PATCH v3 4/9] KVM: arm64: Handle FEAT_IDST for sysregs without specific handlers
` [PATCH v3 5/9] KVM: arm64: Handle CSSIDR2_EL1 and SMIDR_EL1 in a generic way
` [PATCH v3 6/9] KVM: arm64: Force trap of GMID_EL1 when the guest doesn't have MTE
` [PATCH v3 7/9] KVM: arm64: pkvm: Add a generic synchronous exception injection primitive
` [PATCH v3 8/9] KVM: arm64: pkvm: Report optional ID register traps with a 0x18 syndrome
` [PATCH v3 9/9] KVM: arm64: selftests: Add a test for FEAT_IDST

[PATCH v2 0/3] Add support for exynos5250-manta (Google Nexus 10)
 2025-12-04 12:02 UTC  (8+ messages)
` [PATCH v2 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot

[PATCH] regulator: fixed: fix GPIO descriptor leak on register failure
 2025-12-04 11:59 UTC 

[PATCH v5 00/12] Nesting support for lazy MMU mode
 2025-12-04 11:53 UTC  (17+ messages)
` [PATCH v5 02/12] x86/xen: simplify flush_lazy_mmu()
` [PATCH v5 06/12] mm: introduce generic lazy_mmu helpers
` [PATCH v5 07/12] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v5 08/12] mm: enable lazy_mmu sections to nest
` [PATCH v5 09/12] arm64: mm: replace TIF_LAZY_MMU with in_lazy_mmu_mode()

[PATCH net v2] net: stmmac: Fix E2E delay mechanism
 2025-12-04 11:19 UTC  (3+ messages)

[PATCH] soc: mediatek: SVS: Fix a reference leak bug in svs_add_device_link()
 2025-12-04 11:04 UTC 

[PATCH v4 00/26] genirq: Add support for percpu_devid IRQ affinity
 2025-12-04 10:56 UTC  (3+ messages)
` [PATCH v4 16/26] genirq: Allow per-cpu interrupt sharing for non-overlapping affinities

[PATCH 0/7] perf cs-etm/arm-spe: Remove hard coded config fields
 2025-12-04 10:55 UTC  (8+ messages)
` [PATCH 2/7] perf tools: apply evsel__set_config_if_unset() to all "
` [PATCH 4/7] perf cs-etm: Don't use hard coded config bits when setting up ETMCR

[PATCH v6 0/2] Add Qualcomm extended CTI support
 2025-12-04 10:47 UTC  (12+ messages)
` [PATCH v6 1/2] coresight: cti: Convert trigger usage fields to dynamic bitmaps and arrays
` [PATCH v6 2/2] coresight: cti: Add Qualcomm extended CTI support

Alternative to arm64.nopauth cmdline for disabling Pointer Authentication
 2025-12-04 10:36 UTC  (3+ messages)

[PATCH] printk/nbcon: Restore IRQ in atomic flush after each emitted record
 2025-12-04 10:20 UTC  (4+ messages)

[PATCH] ARM: omap1: avoid symbol clashes in fiq handler
 2025-12-04  9:53 UTC 

[PATCH] drm/imx: select DRM_DISPLAY_HELPER as needed
 2025-12-04  9:47 UTC  (2+ messages)

[PATCH v2 00/11] Add support for Multimedia Clock controllers for Kaanapali
 2025-12-04  9:34 UTC  (12+ messages)
` [PATCH v2 07/11] dt-bindings: clock: qcom: document the Kaanapali GPU Clock Controller
` [PATCH v2 08/11] clk: qcom: dispcc: Add support for display clock controller Kaanapali
` [PATCH v2 10/11] clk: qcom: Add support for VideoCC driver for Kaanapali

[PATCH v6 0/9] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2025-12-04  9:22 UTC  (13+ messages)
` [PATCH v6 1/9] coresight: core: Refactoring ctcu_get_active_port and make it generic
` [PATCH v6 2/9] coresight: core: add a new API to retrieve the helper device
` [PATCH v6 6/9] dt-bindings: arm: add an interrupt property for Coresight CTCU

[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
 2025-12-04  9:17 UTC  (4+ messages)

[PATCH v3 1/3] media: v4l2-mem2mem: Add a kref to the v4l2_m2m_dev structure
 2025-12-04  9:08 UTC  (3+ messages)
` [PATCH v3 2/3] pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask for 8mq vpu
` [PATCH v3 3/3] media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC

i2c-xiic driver changes from Cisco
 2025-12-04  8:47 UTC  (2+ messages)

[PATCH v9 00/16] arm64: entry: Convert to Generic Entry
 2025-12-04  8:21 UTC  (17+ messages)
` [PATCH v9 01/16] arm64: Remove unused _TIF_WORK_MASK
` [PATCH v9 02/16] arm64/ptrace: Split report_syscall()
` [PATCH v9 03/16] arm64/ptrace: Return early for ptrace_report_syscall_entry() error
` [PATCH v9 04/16] arm64/ptrace: Refactor syscall_trace_enter/exit()
` [PATCH v9 05/16] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v9 06/16] arm64: syscall: Rework el0_svc_common()
` [PATCH v9 07/16] arm64/ptrace: Not check _TIF_SECCOMP/SYSCALL_EMU for syscall_exit_work()
` [PATCH v9 08/16] arm64/ptrace: Do not report_syscall_exit() for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v9 09/16] arm64/ptrace: Expand secure_computing() in place
` [PATCH v9 10/16] arm64/ptrace: Use syscall_get_arguments() helper
` [PATCH v9 11/16] entry: Split syscall_exit_to_user_mode_work() for arch reuse
` [PATCH v9 12/16] entry: Add arch_ptrace_report_syscall_entry/exit()
` [PATCH v9 13/16] arm64: entry: Convert to generic entry
` [PATCH v9 14/16] arm64: Inline el0_svc_common()
` [PATCH v9 15/16] entry: Inline syscall_exit_work()
` [PATCH v9 16/16] selftests: sud_test: Support aarch64

[v3 PATCH] arm64: mm: Fix kexec failure after pte_mkwrite_novma() change
 2025-12-04  8:16 UTC  (3+ messages)

[PATCH mt76 00/11] mt76: mt7996: preliminary support for MT7996 NPU offloading
 2025-12-04  8:10 UTC  (12+ messages)
` [PATCH mt76 01/11] wifi: mt76: mt7996: Fix NPU stop procedure
` [PATCH mt76 02/11] wifi: mt76: npu: Add missing rx_token_size initialization
` [PATCH mt76 03/11] wifi: mt76: always enable RRO queues for non-MT7992 chipset
` [PATCH mt76 04/11] wifi: mt76: mt7996: Fix BAND2 tx queues initialization when NPU is enabled
` [PATCH mt76 05/11] wifi: mt76: mt7996: Fix wdma_idx for MT7996 device if "
` [PATCH mt76 06/11] wifi: mt76: mt7996: Add mt7992_npu_txrx_offload_init routine
` [PATCH mt76 07/11] wifi: mt76: mt7996: Rename mt7996_npu_rxd_init() in mt7992_npu_rxd_init()
` [PATCH mt76 08/11] wifi: mt76: mt7996: Add NPU support for MT7996 chipset
` [PATCH mt76 09/11] wifi: mt76: mt7996: Integrate NPU in RRO session management
` [PATCH mt76 10/11] wifi: mt76: mt7996: Integrate MT7996 init configuration for NPU
` [PATCH mt76 11/11] wifi: mt76: mt7996: Integrate MT7996 dma "

[PATCH V2] arm64: dts: imx8qm-ss-dma: correct the dma channels of lpuart
 2025-12-04  7:44 UTC  (3+ messages)

[PATCH] ALSA: Do not build obsolete API
 2025-12-04  7:39 UTC  (2+ messages)

[PATCH v3 0/7] riscv: pmu: Add support for Control Transfer Records Ext
 2025-12-04  7:23 UTC  (4+ messages)
` [PATCH v3 6/7] riscv: pmu: Integrate CTR Ext support in riscv_pmu_dev driver

[PATCH net] net: stmmac: fix the crash issue for zero copy XDP_TX action
 2025-12-04  7:13 UTC 

[RESEND PATCH v11 00/11] Add Type-C DP support for RK3399 EVB IND board
 2025-12-04  6:31 UTC  (12+ messages)
` [RESEND PATCH v11 01/11] usb: typec: Set the bus also for the port and plug altmodes
` [RESEND PATCH v11 02/11] usb: typec: Export typec bus and typec altmode device type
` [RESEND PATCH v11 03/11] drm/bridge: Implement generic USB Type-C DP HPD bridge
` [RESEND PATCH v11 04/11] drm/bridge: aux: Add drm_aux_bridge_register_from_node()
` [RESEND PATCH v11 05/11] dt-bindings: phy: rockchip: rk3399-typec-phy: Support mode-switch
` [RESEND PATCH v11 06/11] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support
` [RESEND PATCH v11 07/11] phy: rockchip: phy-rockchip-typec: Add DRM AUX bridge
` [RESEND PATCH v11 08/11] drm/rockchip: cdn-dp: Support handle lane info without extcon
` [RESEND PATCH v11 09/11] drm/rockchip: cdn-dp: Add multiple bridges to support PHY port selection
` [RESEND PATCH v11 10/11] arm64: dts: rockchip: Add missing dp_out port for RK3399 CDN-DP
` [RESEND PATCH v11 11/11] arm64: dts: rockchip: rk3399-evb-ind: Add support for DisplayPort

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

[PATCH v3 0/8] Add NMI Support to RISC-V via SSE
 2025-12-04  5:28 UTC  (7+ messages)
` [PATCH v3 5/8] riscv: smp: use NMI for CPU stop
    ` [External] "
` [PATCH v3 8/8] drivers: firmware: riscv: add unknown nmi support
    ` [External] "

[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
 2025-12-04  5:00 UTC  (3+ messages)
  ` [External] "

[PATCH RESEND v5 0/3] coresight-tnoc: Add support for Interconnect TNOC
 2025-12-04  4:43 UTC  (4+ messages)
` [PATCH RESEND v5 1/3] dt-bindings: arm: qcom: Add Coresight "
` [PATCH RESEND v5 2/3] coresight-tnoc: add platform driver to support "
` [PATCH RESEND v5 3/3] coresight-tnoc: Add runtime PM support for "

[PATCH v20 5/7] firmware: drivers: imx: adds miscdev
 2025-12-04  4:28 UTC  (2+ messages)

[PATCH] arm64: dts: imx95: Use GPU_CGC as core clock for GPU
 2025-12-04  3:25 UTC  (7+ messages)

[PATCH v2 0/2] dmaengine: Add cleanup to simple code
 2025-12-04  1:30 UTC  (8+ messages)
` [PATCH v2 1/2] dmaengine: Add cleanup FREE defines for dma_async_tx_descriptor
` [PATCH v2 2/2] i2c: lpi2c: Use cleanup helper for dma_async_tx_descriptor error handling

[PATCH RFC net-next 00/15] net: stmmac: rk: cleanups galore
 2025-12-04  0:51 UTC  (6+ messages)

[PATCH] net: stmmac: fix oops when split header is enabled
 2025-12-04  0:37 UTC  (2+ messages)

[PATCH v5 0/2] Add device tree for NVIDIA BMC MSX4 CX8 switchboard
 2025-12-04  0:29 UTC  (2+ messages)

[PATCH 00/10] KVM: selftests: Convert to kernel-style types
 2025-12-04  0:04 UTC  (5+ messages)

[PATCH 0/2] Fixup HDMI PLL for phy-rockchip-samsung-hdptx
 2025-12-03 23:54 UTC  (3+ messages)
` [PATCH 1/2] phy: rockchip: samsung-hdptx: Pre-compute HDMI PLL config for 461.10125 MHz output
` [PATCH 2/2] phy: rockchip: samsung-hdptx: Cleanup TMDS PLL config table

[PATCH] pinctrl: single: Fix incorrect type for error return variable
 2025-12-03 23:20 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: firmware: arm,scmi: Document arm,poll-transport property
 2025-12-03 22:53 UTC  (11+ messages)

[PATCH 1/3] dt-bindings: display/ti: Simplify dma-coherent property
 2025-12-03 22:52 UTC  (2+ messages)

Proposal: Officially allow "incomplete" trees as a base
 2025-12-03 22:37 UTC  (4+ messages)

[DONOTAPPLY RFC PATCH v2 0/4] WiFi support for samsung,coreprimevelte
 2025-12-03 21:50 UTC  (7+ messages)
` [DONOTAPPLY RFC PATCH v2 1/4] dt-bindings: mwifiex: document use with the SD8777 chipset
` [DONOTAPPLY RFC PATCH v2 3/4] DONOTMERGE: net: mwifiex: fix timeouts with the SD8777 chip
` [DONOTAPPLY RFC PATCH v2 4/4] arm64: dts: samsung,coreprimevelte: add wifi node

[PATCH 0/2] media: nxp: Add CSI Pixel Formatter support
 2025-12-03 21:45 UTC  (5+ messages)
` [PATCH 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 driver
  ` [PATCH 2/2] media: nxp: Add i.MX9 CSI pixel formatter v4l2 drivery

[PATCH QUESTION] arm64: configs: Add Snapdragon 845 config fragment
 2025-12-03 21:35 UTC  (2+ messages)

[PATCH 0/4] media: platform: nxp: Trivial cleanup pathces
 2025-12-03 21:31 UTC  (5+ messages)
` [PATCH 4/4] media: nxp: use cleanup __free(fwnode_handle) simplify code

[PATCH v2 00/22] media: platform: rga: Add RGA3 support
 2025-12-03 21:21 UTC  (4+ messages)
` [PATCH v2 01/22] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3

[PATCH v5 0/5] Add support for Ezurio MediaTek platforms
 2025-12-03 21:20 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: vendor-prefixes: Add Ezurio LLC
` [PATCH v5 2/5] dt-bindings: arm: mediatek: Add Ezurio Tungsten entries
` [PATCH v5 3/5] arm64: dts: mediatek: mt8188: switch mmc nodes to interrupts-extended
` [PATCH v5 4/5] arm64: dts: mediatek: add device tree for Tungsten 510 board
` [PATCH v5 5/5] arm64: dts: mediatek: add device tree for Tungsten 700 board

[PATCH v4 0/5] media: imx8qxp: add parallel camera support
 2025-12-03 21:01 UTC  (11+ messages)

[PATCH 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2025-12-03 20:25 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: serial: mediatek,uart: Add compatible for MT8189 SoC
` [PATCH 2/4] dt-bindings: arm: mediatek: add compatibles for Mediatek Genio 520/720-EVK boards
` [PATCH 3/4] arm64: dts: mediatek: add device-tree for Genio 720-EVK board

[PATCHv4 bpf-next 4/9] ftrace: Add update_ftrace_direct_add function
 2025-12-03 20:25 UTC  (3+ messages)

[PATCHv4 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2025-12-03 20:23 UTC  (4+ messages)
` [PATCHv4 bpf-next 1/9] ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag

[PATCH] arm64: dts: rockchip: add SPDIF audio to Beelink A1
 2025-12-03 20:23 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: usb: Add Microchip LAN969x support
 2025-12-03 19:22 UTC  (7+ messages)
` [PATCH 2/4] dt-bindings: arm: Document Microchip LAN969x
` [PATCH 3/4] include: dt-bindings: add LAN969x clock bindings
` [PATCH 4/4] arm64: dts: microchip: add LAN969x support

[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-12-03 19:09 UTC  (2+ messages)

[PATCH 0/4] Add HDMI 2.0 support to DW HDMI QP TX
 2025-12-03 18:27 UTC  (5+ messages)
` [PATCH 1/4] drm/bridge: Add ->detect_ctx hook and drm_bridge_detect_ctx()
` [PATCH 2/4] drm/bridge-connector: Switch to using ->detect_ctx hook
` [PATCH 3/4] drm/bridge: dw-hdmi-qp: Add high TMDS clock ratio and scrambling support
` [PATCH 4/4] drm/rockchip: dw_hdmi_qp: Do not send HPD events for all connectors

[PATCH 00/16] media: platform: rga: Add RGA3 support
 2025-12-03 18:17 UTC  (5+ messages)
` [PATCH 16/16] media: rockchip: rga: add rga3 support

[PATCH 1/2] remoteproc: imx_dsp_rproc: Skip RP_MBOX_SUSPEND_SYSTEM when mailbox TX channel is uninitialized
 2025-12-03 18:09 UTC  (6+ messages)
` [PATCH 2/2] remoteproc: imx_dsp_rproc: Wait for suspend ACK only if WAIT_FW_READY is set

[PATCH 0/2] efi/arm64: Simplify SVE/SME state preserve/restore
 2025-12-03 18:02 UTC  (5+ messages)
` [PATCH 1/2] lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq context

[PATCH v20 0/7] firmware: imx: driver for NXP secure-enclave
 2025-12-03 18:02 UTC  (6+ messages)
` [PATCH v20 3/7] firmware: imx: add driver for NXP EdgeLock Enclave

[GIT PULL 1/2] samsung: drivers: second late for v6.19
 2025-12-03 17:59 UTC  (2+ messages)
` [GIT PULL 2/2] ARM: dts: samsung: fixes "

[PATCH 1/3] i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
 2025-12-03 17:38 UTC  (2+ messages)

[PATCH v6 00/34] arm_mpam: Add basic mpam driver
 2025-12-03 17:34 UTC  (5+ messages)


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