public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-27 07:43:13 to 2026-04-27 10:41:23 UTC [more...]

[PATCH v5 00/10] Add HDMI 2.0 support to DW HDMI QP TX
 2026-04-27 10:41 UTC  (7+ messages)
` [PATCH v5 06/10] drm/bridge: dw-hdmi-qp: Rate limit i2c read error messages
` [PATCH v5 07/10] drm/rockchip: dw_hdmi_qp: Add missing newlines in dev_err_probe() messages
` [PATCH v5 08/10] drm/rockchip: dw_hdmi_qp: Use local dev variable consistently in bind()

[PATCH v8 0/6] Add support for Orange Pi 5 Pro
 2026-04-27 10:37 UTC  (2+ messages)

[PATCH v4 0/3] Enforce host page-size alignment for shared buffers
 2026-04-27 10:33 UTC  (5+ messages)
` [PATCH v4 2/3] swiotlb: dma: its: "
` [PATCH v4 3/3] coco: guest: arm64: Query host IPA-change alignment via RHI

[PATCH] pinctrl: mediatek: moore: implement gpio_chip::get_direction()
 2026-04-27 10:32 UTC  (6+ messages)
` Aw: "

[PATCH] pinctrl: qcom: Make important drivers default
 2026-04-27 10:18 UTC  (2+ messages)

[PATCH v2 0/4] ARM: pxa: attach software nodes to the GPIO controllers
 2026-04-27 10:14 UTC  (5+ messages)
` [PATCH v2 1/4] ARM: pxa: statify platform device definitions in spitz board file
` [PATCH v2 2/4] ARM: pxa: spitz: attach software nodes to their target GPIO controllers
` [PATCH v2 3/4] ARM: pxa: pxa25x: attach software node to its target GPIO controller
` [PATCH v2 4/4] ARM: pxa: pxa27x: "

[PATCH v2 0/3]: fix unnecessary includes and add missing ones across multiple drivers
 2026-04-27 10:10 UTC  (12+ messages)
` [PATCH 1/3] iio: adc: xilinx-xadc: remove unnecessary includes and add missing ones
` [PATCH 2/3] iio: buffer: industrialio-triggered-buffer: fix includes with IWYU
` [PATCH 3/3] iio: common: st_sensors: "

[PATCH] media: cedrus: clean up media device on probe failure
 2026-04-27 10:00 UTC 

[PATCH] iio: adc: meson-saradc: fix calibration buffer leak on error
 2026-04-27  9:54 UTC  (6+ messages)

[PATCH v2 0/9] soc: remove direct accesses to of_root from drivers/soc/
 2026-04-27  9:31 UTC  (5+ messages)
` [PATCH v2 6/9] soc: imx8m: don't access of_root directly

[PATCH 0/8] firmware: arm_ffa: Fix cleanup, notification, and discovery paths
 2026-04-27  9:30 UTC  (3+ messages)
` [PATCH 3/8] firmware: arm_ffa: Align RxTx buffer size before mapping

[PATCH 03/35] fbdev: sisfb: Use safer strscpy() instead of strcpy()
 2026-04-27  9:17 UTC 

[PATCH v16 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-04-27  9:15 UTC  (13+ messages)
` [PATCH v16 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v16 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v16 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v16 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v16 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v16 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v16 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v16 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v16 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v16 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v16 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v16 12/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH 1/2] dt-bindings: thermal: mediatek: Add MT8189 LVTS bindings
 2026-04-27  9:14 UTC  (4+ messages)
` [PATCH 2/2] thermal: mediatek: lvts: Add MT8189 support

[PATCH] iio: adc: mt6359: fix unchecked return value in mt6358_read_imp
 2026-04-27  9:14 UTC  (2+ messages)

[PATCH v2] firmware: raspberrypi: Change dependency to ARCH_BCM2835 and COMPILE_TEST
 2026-04-27  9:10 UTC 

[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
 2026-04-27  9:11 UTC  (2+ messages)

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-04-27  8:53 UTC  (17+ messages)
` [RFC PATCH v4 01/16] iommu/arm-smmu-v3: Discover RME support and realm IRQ topology
` [RFC PATCH v4 02/16] iommu/arm-smmu-v3: Save the programmed MSI message in msi_desc
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing
` [RFC PATCH v4 04/16] iommu/arm-smmu-v3: Track realm pSMMU users with refcount_t
` [RFC PATCH v4 05/16] coco: host: arm64: Add support for virtual device communication
` [RFC PATCH v4 06/16] coco: host: arm64: Add support for RMM vdev objects
` [RFC PATCH v4 07/16] coco: host: arm64: Add pdev stream key refresh and purge helpers
` [RFC PATCH v4 08/16] coco: host: arm64: Add helpers to unlock and destroy RMM vdev
` [RFC PATCH v4 09/16] coco: host: arm64: Add support for da object read RHI handling
` [RFC PATCH v4 10/16] coco: host: arm64: Add helper for cached object fetches
` [RFC PATCH v4 11/16] coco: host: arm64: Fetch interface report via RMI
` [RFC PATCH v4 12/16] coco: host: arm64: Fetch device measurements "
` [RFC PATCH v4 13/16] coco: host: KVM: arm64: Handle vdev validate-mapping exits
` [RFC PATCH v4 14/16] KVM: arm64: Unmap device mappings when a private granule is destroyed
` [RFC PATCH v4 15/16] coco: host: arm64: Transition vdevs to TDISP RUN state
` [RFC PATCH v4 16/16] KVM: arm64: CCA: enable DA in realm create parameters

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-27  8:54 UTC  (5+ messages)

[PATCH] firmware: samsung: fix stale response flag in acpm_prepare_xfer()
 2026-04-27  8:48 UTC  (2+ messages)

[PATCH v2 1/2] scsi: ufs: core: Introduce function ufshcd_query_attr_qword()
 2026-04-27  8:36 UTC  (2+ messages)

[RFC PATCH v4 00/11] coco/TSM: Arm CCA guest TDISP lock/accept flow with verification and DMA enable
 2026-04-27  8:28 UTC  (12+ messages)
` [RFC PATCH v4 01/11] coco: guest: arm64: Guest TSM callback and realm device lock support
` [RFC PATCH v4 02/11] coco: guest: arm64: Fix a typo in the ARM_CCA_GUEST Kconfig help string ("and" -> "an")
` [RFC PATCH v4 03/11] coco: guest: arm64: Add Realm Host Interface and guest DA helper
` [RFC PATCH v4 04/11] coco: guest: arm64: Support guest-initiated TDI lock/unlock transitions
` [RFC PATCH v4 05/11] coco: guest: arm64: Refresh interface-report cache during device lock
` [RFC PATCH v4 06/11] coco: guest: arm64: Add measurement refresh via RHI_DA_VDEV_GET_MEASUREMENTS
` [RFC PATCH v4 07/11] coco: guest: arm64: Add guest APIs to read host-cached DA objects
` [RFC PATCH v4 08/11] coco: guest: arm64: Verify DA evidence with RSI_VDEV_GET_INFO digests
` [RFC PATCH v4 09/11] coco: guest: arm64: Hook TSM accept to Realm TDISP RUN transition
` [RFC PATCH v4 10/11] coco: arm64: dma: Update force_dma_unencrypted for accepted devices
` [RFC PATCH v4 11/11] coco: guest: arm64: Enable vdev DMA after attestation

[PATCH v2 1/6] arm64: dts: imx8mp: reorder usb related nodes
 2026-04-27  8:27 UTC  (6+ messages)
` [PATCH v2 2/6] arm64: dts: imx8mp: switch usb controller to flattened model
` [PATCH v2 3/6] arm64: dts: imx8mp-evk: add typec node
` [PATCH v2 4/6] arm64: dts: imx8mp-evk: add usb3_phy1 tuning properties
` [PATCH v2 5/6] arm64: dts: imx95: switch usb3 controller to flattened model
` [PATCH v2 6/6] arm64: dts: imx8mq-evk: add typec node

[GIT PULL] KVM/arm64 fixes for 7.1, take #1
 2026-04-27  8:25 UTC  (2+ messages)

[PATCH] net: stmmac: fix RX DMA leak on TX alloc failure
 2026-04-27  8:07 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: imx8mp-skov: add new 7" variant
 2026-04-27  7:50 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: fsl: add compatible for new Skov I.MX8MP variant
` [PATCH v2 2/2] arm64: dts: imx8mp-skov: support new 7inch panel board

[PATCH v1] pmdomain: ti_sci: re-sync TIFS with genpd on resume
 2026-04-27  7:48 UTC 

[PATCH v8 0/2] arm64: dts/defconfig: enable BST C1200 eMMC
 2026-04-27  7:46 UTC  (2+ messages)

[PATCH v8 0/4] Add Qualcomm extended CTI support
 2026-04-27  7:42 UTC  (4+ messages)
` [PATCH v8 3/4] coresight: cti: add Qualcomm extended CTI identification and quirks


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