Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-18 17:13:54 to 2026-05-19 06:52:20 UTC [more...]

[PATCH v6 0/9] unwind, arm64: add sframe unwinder for kernel
 2026-05-19  6:49 UTC  (8+ messages)
` [PATCH v6 1/9] sframe: Allow kernelspace sframe sections
` [PATCH v6 2/9] arm64, unwind: build kernel with sframe V3 info
` [PATCH v6 3/9] arm64: entry: add unwind info for call_on_irq_stack()
` [PATCH v6 4/9] arm64, crypto/lib: Annotate leaf functions with CFI info
` [PATCH v6 7/9] sframe: Introduce in-kernel SFRAME_VALIDATION
` [PATCH v6 8/9] sframe: Initialize debug info for kernel sections
` [PATCH v6 9/9] unwind: arm64: Use sframe to unwind interrupt frames

[PATCH] ARM: move Risc PC-specific <asm/hardware/iomd.h> header into mach-rpc
 2026-05-19  6:51 UTC  (2+ messages)

Arm32: correct string.h functions for "int" -> "unsigned char" conversion
 2026-05-19  6:44 UTC 

[PATCH 00/13] drm/meson: dw-hdmi: Misc cleanup and use CEC notifier helpers
 2026-05-19  6:38 UTC  (16+ messages)
` [PATCH 01/13] drm/meson: dw-hdmi: Report connector status based on HPD bit
` [PATCH 02/13] drm/meson: dw-hdmi: Protect from possible NULL pointer dereference
` [PATCH 03/13] drm/meson: dw-hdmi: Call dw_hdmi_remove() consistently
` [PATCH 04/13] drm/meson: dw-hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH 05/13] drm/meson: encoder_hdmi: Use CEC phys addr from display_info
` [PATCH 06/13] drm/meson: encoder_hdmi: Use bridge connector CEC notifier
` [PATCH 07/13] drm/meson: encoder_hdmi: Report ycbcr_420_allowed from encoder
` [PATCH 08/13] drm/meson: dw-hdmi: Use local dev variable consistently in bind()
` [PATCH 09/13] drm/meson: dw-hdmi: Use devm_clk_get_enabled() helper
` [PATCH 10/13] drm/meson: dw-hdmi: Use dev_err_probe() to report errors
` [PATCH 11/13] drm/bridge: dw-hdmi: Export dw_hdmi_schedule_hpd_work() helper
` [PATCH 12/13] drm/meson: dw-hdmi: Use "
` [PATCH 13/13] drm/meson: dw-hdmi: Use suspend_late/resume_early/resume_noirq pm ops

[PATCH v7 00/23] drm: bridge: dw_hdmi: Misc enable/disable, CEC and EDID cleanup
 2026-05-19  6:35 UTC  (32+ messages)
` [PATCH v7 01/23] drm: bridge: dw_hdmi: Disable scrambler feature when not supported
` [PATCH v7 02/23] drm: bridge: dw_hdmi: Only notify connected status on HPD interrupt
` [PATCH v7 03/23] drm: bridge: dw_hdmi: Free IRQ before CEC adapter is unregistered
` [PATCH v7 04/23] drm: bridge: dw_hdmi: Hold bridge ref until connector cleanup
` [PATCH v7 05/23] drm: bridge: dw_hdmi: Call poweron/poweroff from atomic enable/disable
` [PATCH v7 06/23] drm: bridge: dw_hdmi: Use passed mode instead of stored previous_mode
` [PATCH v7 07/23] drm: bridge: dw_hdmi: Fold poweron and setup functions
` [PATCH v7 08/23] drm: bridge: dw_hdmi: Remove previous_mode and mode_set
` [PATCH v7 09/23] drm: bridge: dw_hdmi: Unregister CEC notifier during connector cleanup
` [PATCH v7 10/23] drm: bridge: dw_hdmi: Invalidate CEC phys addr from connector detect
` [PATCH v7 11/23] drm: bridge: dw_hdmi: Remove cec_notifier_mutex
` [PATCH v7 12/23] drm: bridge: dw_hdmi: Extract dw_hdmi_connector_status_update()
` [PATCH v7 13/23] drm: bridge: dw_hdmi: Use dw_hdmi_connector_status_update()
` [PATCH v7 14/23] drm: bridge: dw_hdmi: Use display_info is_hdmi and has_audio
` [PATCH v7 15/23] drm: bridge: dw_hdmi: Use generic CEC notifier helpers
` [PATCH v7 16/23] drm: bridge: dw_hdmi: Update EDID and CEC phys addr in bridge detect()
` [PATCH v7 17/23] drm: bridge: dw_hdmi: Declare bridge CEC notifier support
` [PATCH v7 18/23] drm: bridge: dw_hdmi: Drop call to drm_bridge_hpd_notify()
` [PATCH v7 19/23] drm: bridge: dw_hdmi: Use delayed_work to debounce hotplug event
` [PATCH v7 20/23] drm: bridge: dw_hdmi: Rework HDP and RXSENSE interrupt handling
` [PATCH v7 21/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_setup_rx_sense()
` [PATCH v7 22/23] drm: bridge: dw_hdmi: Remove the empty dw_hdmi_phy_update_hpd()
` [PATCH v7 23/23] drm: bridge: dw_hdmi: Merge top and bottom half IRQ handlers

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-19  6:31 UTC  (9+ messages)
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
` [PATCH v14 14/44] arm64: RMI: Basic infrastructure for creating a realm

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-05-19  6:29 UTC  (11+ messages)
` [PATCH v5 3/8] arm64: entry: add unwind info for various kernel entries
` [PATCH v5 8/8] unwind: arm64: Use sframe to unwind interrupt frames

[PATCH v2 0/5] mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()
 2026-05-19  6:15 UTC  (4+ messages)
` [PATCH v2 2/5] arm64/mm: drop vmemmap_pmd helpers and use generic code

[PATCH] ACPI: Use LIST_HEAD() to initialize on stack list head
 2026-05-19  5:54 UTC 

[PATCH next] firmware: imx: fix use after free in init_device_context()
 2026-05-19  6:13 UTC 

[PATCH V14 02/12] PCI: host-generic: Add common helpers for parsing Root Port properties
 2026-05-19  6:07 UTC  (6+ messages)

[PATCH net-next v2 0/2] Add ICSSG firmware stats related to HSR
 2026-05-19  5:55 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: ti: icssg: Add HSR and LRE PA statistics

[PATCH] arm64: dts: imx943-evk: Fix PCIe EP vpcie-supply
 2026-05-19  5:54 UTC 

[PATCH v2 0/4] drm/verisilicon: add Nuvoton MA35D1 DCU Lite support
 2026-05-19  5:51 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: display: verisilicon,dc: generalize for single-output variants
` [PATCH v2 2/4] drm/verisilicon: add model ID constants and DCU Lite chip identity
` [PATCH v2 3/4] drm/verisilicon: introduce per-variant hardware ops table
` [PATCH v2 4/4] drm/verisilicon: add Nuvoton MA35D1 DCU Lite display controller support

[PATCH] arm64: dts: imx943-evk-sdwifi: add a new dtso to support SDIW612 WiFi
 2026-05-19  5:39 UTC 

[PATCH v3 0/4] PCI: Add DOE support for endpoint
 2026-05-19  5:30 UTC  (11+ messages)
` [PATCH v3 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
` [PATCH v3 3/4] PCI: endpoint: Add API for DOE initialization and setup in EPC core

[PATCH 0/2] spi: aspeed: Fix __iomem annotation and VLA parameter
 2026-05-19  5:24 UTC  (5+ messages)
` [PATCH 1/2] spi: aspeed: Fix missing __iomem annotation in output transfer path
` [PATCH] spi: aspeed: Replace VLA parameter with flat pointer in calibration helper

[PATCH v4 00/24] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-05-19  3:39 UTC  (25+ messages)
` [PATCH v4 01/24] PCI: Don't suspend IOMMU when probing reset capability
` [PATCH v4 02/24] PCI: Propagate FLR return values to callers
` [PATCH v4 03/24] iommu: Convert gdev->blocked from bool to enum gdev_blocked
` [PATCH v4 04/24] iommu: Pass in reset result to pci_dev_reset_iommu_done()
` [PATCH v4 05/24] iommu: Add reset_device_done callback for hardware fault recovery
` [PATCH v4 06/24] iommu: Defer iommu_group free via kfree_rcu()
` [PATCH v4 07/24] iommu: Defer __iommu_group_free_device() to be outside group->mutex
` [PATCH v4 08/24] iommu: Change group->devices to RCU-protected list
` [PATCH v4 09/24] iommu: Add group pointer to struct group_device
` [PATCH v4 10/24] iommu: Add __iommu_group_block_device helper
` [PATCH v4 11/24] iommu: Add iommu_report_device_broken() to quarantine a broken device
` [PATCH v4 12/24] iommu/arm-smmu-v3: Mark ATC invalidate timeouts via lockless bitmap
` [PATCH v4 13/24] iommu/arm-smmu-v3: Skip remaining GERROR causes on SFM
` [PATCH v4 14/24] iommu/arm-smmu-v3: Introduce per-cmdq cmdq_err_handler callback
` [PATCH v4 15/24] iommu/arm-smmu-v3: Co-clear pending CMDQ_ERR when CMD_SYNC times out
` [PATCH v4 16/24] iommu/arm-smmu-v3: Co-clear pending CMDQ_ERR when queue_has_space() fails
` [PATCH v4 17/24] iommu/arm-smmu-v3: Add master in arm_smmu_inv for ATS entries
` [PATCH v4 18/24] iommu/arm-smmu-v3: Introduce master->ats_broken flag
` [PATCH v4 19/24] iommu/arm-smmu-v3: Add invs and has_ats to struct arm_smmu_cmdq_batch
` [PATCH v4 20/24] iommu/arm-smmu-v3: Introduce arm_smmu_cmdq_batch_issue() wrapper
` [PATCH v4 21/24] iommu/arm-smmu-v3: Move arm_smmu_invs_for_each_entry to header
` [PATCH v4 22/24] iommu/arm-smmu-v3: Introduce master->ats_invs
` [PATCH v4 23/24] iommu/arm-smmu-v3: Serialize STE.EATS and ats_broken updates
` [PATCH v4 24/24] iommu/arm-smmu-v3: Block ATS upon an ATC invalidation timeout

[REGRESSION] Bluetooth: MT7922 fails to initialize after "Bluetooth: btmtk: validate WMT event SKB length before struct access"
 2026-05-19  5:04 UTC  (2+ messages)

[PATCH] media: mediatek: mdp: avoid double free on video register failure
 2026-05-19  4:14 UTC  (4+ messages)

[PATCH v2 0/3] Add support for Baijie Helper A133 board
 2026-05-19  3:33 UTC  (11+ messages)
` [PATCH v2 3/3] arm64: dts: allwinner: A133: add "

[PATCH v3 0/3] pinctrl: aspeed: Add AST2700 SoC1 support
 2026-05-19  3:14 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc1-pinctrl

[soc:soc/dt] BUILD SUCCESS 6cf3cf025848f2b13ddf1db0577a5f178492a3ff
 2026-05-19  3:04 UTC 

[PATCH 0/5] arm64: dts: freescale: Add IMX-AUD-IO daughter board support
 2026-05-19  2:56 UTC  (6+ messages)
` [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
    `  "

[PATCH v4 0/2] Add Meta(Facebook) ventura2 BMC(AST2600)
 2026-05-19  2:48 UTC  (5+ messages)
` [PATCH v4 2/2] ARM: dts: aspeed: ventura2: Add Meta ventura2 BMC

[PATCH v7 0/3] Mediatek MT8189 JPEG support
 2026-05-19  2:42 UTC  (3+ messages)

[PATCH 0/2] Add Meta Rainiera6 BMC support
 2026-05-19  2:38 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dt-bindings: arm: aspeed: Add Meta Rainiera6 board
  ` [PATCH v2 2/2] ARM: dts: aspeed: rainiera6: Add Meta Rainiera6 BMC

[PATCH v3 0/2] Add ASRock Rack B650D4U BMC
 2026-05-19  2:30 UTC  (4+ messages)
` [PATCH v3 2/2] ARM: dts: aspeed: "

[PATCH v3 0/7] media: synopsys: enhancements and i.MX95 support
 2026-05-19  2:20 UTC  (3+ messages)

[PATCH v5] arm64: dts: imx95: Correct PCIe outbound address space configuration
 2026-05-19  2:22 UTC 

[PATCH v8 0/3] Mediatek MT8189 JPEG support
 2026-05-19  2:17 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: media: mediatek-jpeg-decoder: add MT8189 compatible string
` [PATCH v8 2/3] dt-bindings: media: mediatek-jpeg-encoder: "
` [PATCH v8 3/3] media: mediatek: jpeg: add compatible for MT8189 SoC

[PATCH v1] virt: arm-cca-guest: use raw variant of smp_processor_id() in arm_cca_report_new()
 2026-05-19  2:12 UTC  (5+ messages)

[PATCH v4 0/6] media: synopsys: enhancements and i.MX95 support
 2026-05-19  2:07 UTC  (7+ messages)
` [PATCH v4 1/6] media: synopsys: Fix IPI using hardcoded datatype
` [PATCH v4 2/6] media: synopsys: Add support for RAW16 Bayer formats
` [PATCH v4 3/6] media: synopsys: Add support for multiple streams
` [PATCH v4 4/6] media: synopsys: Add PHY stopstate wait for i.MX93
` [PATCH v4 5/6] media: dt-bindings: add NXP i.MX95 compatible string
` [PATCH v4 6/6] media: synopsys: Add support for i.MX95

[PATCH v2] ARM: dts: aspeed: anacapa: correct SGPIO names for monitoring
 2026-05-19  1:57 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: Constrain clocks for newer Qualcomm variants
 2026-05-19  1:26 UTC  (2+ messages)

[PATCH] ASoC: mediatek: mt2701: fix snprintf bounds
 2026-05-19  1:04 UTC 

[PATCH] ASoC: mediatek: mt2701: allocate i2s_path with priv
 2026-05-19  1:04 UTC 

[PATCH] clk: sunxi-ng: Use of_device_get_match_data()
 2026-05-19  0:39 UTC 

[PATCH 0/8] drm/panthor: Protected mode support for Mali CSF GPUs
 2026-05-19  0:36 UTC  (11+ messages)
` [PATCH 4/8] drm/panthor: Add support for protected memory allocation in panthor

[PATCH] fbdev: atmel_lcdfb: Use of_device_get_match_data()
 2026-05-19  0:36 UTC 

[PATCH] KVM: arm64: vgic: free private_irqs when init fails after allocation
 2026-05-19  0:26 UTC  (3+ messages)

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-18 23:26 UTC  (8+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages

[PATCH 1/2] soc: bcm2835: raspberrypi-firmware: Add voltage domain IDs
 2026-05-18 22:17 UTC  (4+ messages)
` [PATCH v3 0/3] raspberrypi-hwmon voltage support and teardown fix
  ` [PATCH v3 1/3] soc: bcm2835: raspberrypi-firmware: Add voltage domain IDs

[PATCH] clk: stm32: allow STM32MP COMPILE_TEST builds
 2026-05-18 22:12 UTC 

[PATCH] arm64: dts: allwinner: sun50i-a64: Enable DT overlays
 2026-05-18 22:04 UTC 

[PATCH] Bluetooth: btmtk: fix urb->setup_packet leak in error paths
 2026-05-18 21:50 UTC  (2+ messages)

[PATCH] usb: gadget: aspeed_udc: avoid past-the-end iterator in dequeue
 2026-05-18 21:43 UTC  (2+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-18 21:21 UTC  (14+ messages)

[PATCH] firmware: smccc: Fix Arm SMCCC SOC_ID name call
 2026-05-18 21:14 UTC  (9+ messages)

[PATCH] fbdev: imxfb: Use of_device_get_match_data()
 2026-05-18 21:13 UTC 

cleanup the RAID6 P/Q library v3
 2026-05-18 21:12 UTC  (2+ messages)

[PATCH v2] firmware: arm_ffa: honor descriptor size in PARTITION_INFO_GET_REGS
 2026-05-18 20:31 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-05-18 19:43 UTC  (9+ messages)
` [PATCH 1/8] iommu/arm-smmu-v3: Pass the parameters for the invalidation in a struct
` [PATCH 2/8] iommu/arm-smmu-v3: Move pgsize out of arm_smmu_inv
` [PATCH 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used
` [PATCH 5/8] iommu/arm-smmu-v3: Precompute the invalidation commands
` [PATCH 6/8] iommu/arm-smmu-v3: Populate the tlbi at the top of the call chain
` [PATCH 7/8] iommu/arm-smmu-v3: Change how the tlbi describes the invalidation
` [PATCH 8/8] iommu/arm-smmu-v3: Support the DS expansion of RIL's SCALE

[PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format
 2026-05-18 19:37 UTC  (12+ messages)
` [PATCH v2 01/11] drm/rockchip: dw_hdmi: Use of_device_get_match_data() to get match data
` [PATCH v2 02/11] drm/rockchip: dw_hdmi: Use local dev variable consistently in bind()
` [PATCH v2 03/11] drm/rockchip: dw_hdmi: Use drmres helpers for encoder resources
` [PATCH v2 04/11] drm/rockchip: dw_hdmi: Inline resource lookup into bind()
` [PATCH v2 05/11] drm/rockchip: dw_hdmi: Hold a reference to the dw-hdmi bridge
` [PATCH v2 06/11] drm/rockchip: dw_hdmi: Remove empty encoder helper funcs
` [PATCH v2 07/11] drm/rockchip: dw_hdmi: Clean up whitespace
` [PATCH v2 08/11] drm/rockchip: dw_hdmi: Set output_port for RK3568/RK3566
` [PATCH v2 09/11] drm/rockchip: dw_hdmi: Configure HDMI PHY in atomic_mode_set()
` [PATCH v2 10/11] drm/rockchip: dw_hdmi: Propagate bus format to display driver
` [PATCH v2 11/11] drm/rockchip: dw_hdmi: Use resume_early pm ops for system suspend

[PATCH v02] mailbox: pcc: report errors for PCC clients
 2026-05-18 19:30 UTC 

[PATCH] mailbox: mtk-adsp: fix UAF during device teardown
 2026-05-18 19:04 UTC  (2+ messages)

[PATCH] mailbox: exynos: Drop unused register definitions
 2026-05-18 19:00 UTC  (2+ messages)

[PATCH v6 0/4] Update the thermal support for imx93
 2026-05-18 18:50 UTC  (2+ messages)

[PATCH v4 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
 2026-05-18 18:07 UTC  (3+ messages)
` [PATCH v4 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
` [PATCH v4 2/2] phy: rockchip: inno-hdmi: Remove deprecated way to configure TMDS rate

[PATCH] thermal: imx: do not split quoted string across lines
 2026-05-18 17:56 UTC  (2+ messages)

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-18 17:54 UTC  (2+ messages)

[PATCH] iommu: Allow device driver to use its own PASID space for SVA
 2026-05-18 17:52 UTC  (3+ messages)

[PATCH v1] regulator: Use named initializers for arrays of i2c_device_data
 2026-05-18 17:13 UTC  (4+ messages)


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