messages from 2026-03-17 12:59:49 to 2026-03-17 19:16:52 UTC [more...]
[PATCH v2 0/7] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
2026-03-17 19:15 UTC (7+ messages)
` [PATCH v2 1/7] iommu: Do not call pci_dev_reset_iommu_done() unless reset succeeds
` [PATCH v2 2/7] iommu: Add reset_device_done callback for hardware fault recovery
` [PATCH v2 3/7] iommu: Add iommu_report_device_broken() to quarantine a broken device
` [PATCH v2 5/7] iommu/arm-smmu-v3: Replace smmu with master in arm_smmu_inv
` [PATCH v2 6/7] iommu/arm-smmu-v3: Introduce master->ats_broken flag
` [PATCH v2 7/7] iommu/arm-smmu-v3: Block ATS upon an ATC invalidation timeout
[PATCH 00/14] objtool/arm64: Port klp-build to arm64
2026-03-17 18:58 UTC (13+ messages)
` [PATCH 07/14] objtool: Extricate checksum calculation from validate_branch()
` [PATCH 14/14] klp-build: Support cross-compilation
[PATCH v3 0/9] Add support for mt6392 PMIC
2026-03-17 18:43 UTC (10+ messages)
` [PATCH v3 1/9] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
` [PATCH v3 2/9] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
` [PATCH v3 3/9] dt-bindings: regulator: Document MediaTek MT6392 PMIC Regulators
` [PATCH v3 4/9] dt-bindings: pinctrl: mt65xx: Document MT6392 pinctrl
` [PATCH v3 5/9] mfd: mt6397: Add support for MT6392 pmic
` [PATCH v3 6/9] input: keyboard: mtk-pmic-keys: add MT6392 support
` [PATCH v3 7/9] regulator: mt6392: Add support for MT6392 regulator
` [PATCH v3 8/9] pinctrl: mediatek: mt6397: Add support for MT6392 variant
` [PATCH v3 9/9] arm64: dts: mt6392: add mt6392 PMIC dtsi
[PATCH v2 0/2] KVM: arm64: nv: Expose shadow page tables in debugfs
2026-03-17 18:26 UTC (3+ messages)
` [PATCH v2 1/2] KVM: arm64: ptdump: Make KVM ptdump code s2 mmu aware
` [PATCH v2 2/2] KVM: arm64: nv: Expose shadow page tables in debugfs
[PATCH 0/2] fix inconsistencies with sysfs configuration in etm
2026-03-17 18:17 UTC (3+ messages)
` [PATCH 1/2] coresight: etm4x: fix inconsistencies with sysfs configration
` [PATCH 2/2] coresight: etm3x: "
[PATCH v2 0/5] Add HUSB311 Type-C controller
2026-03-17 18:08 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: vendor-prefixes: Add Hynetek Semiconductor Co., Ltd
` [PATCH v2 2/5] dt-bindings: usb: richtek,rt1711h: Switch ETEK ET7304 to use a fallback compatible
` [PATCH v2 3/5] dt-bindings: usb: richtek,rt1711h: Add Hynetek HUSB311
` [PATCH v2 4/5] usb: typec: tcpci_rt1711h: Drop unnecessary VID/PID/DID checks
` [PATCH v2 5/5] arm64: dts: rockchip: Add HUSB311 Type-C controller on RK3576 EVB1
[PATCH v2 0/7] ARM: dts: broadcom-bcmbca: Fixes amd I2C buses
2026-03-17 18:07 UTC (13+ messages)
` [PATCH v2 3/7] ARM: dts: bcm6846: Add I2C bus block
` [PATCH v2 4/7] ARM: dts: bcm6855: Add I2C bus blocks
` [PATCH v2 5/7] ARM: dts: bcm6878: Add I2C bus block
` [PATCH v2 6/7] ARM: dts: bcm63138: Add I2C block
` [PATCH v2 7/7] ARM: dts: bcm63148: "
[PATCH v6 00/39] KVM: arm64: Introduce vGIC-v5 with PPI support
2026-03-17 18:05 UTC (11+ messages)
` [PATCH v6 04/39] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v6 19/39] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v6 20/39] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v6 22/39] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v6 29/39] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
[PATCH v21 0/6] Introduction of a remoteproc tee to load signed firmware
2026-03-17 18:03 UTC (7+ messages)
` [PATCH v21 1/6] dt-bindings: firmware: Add TEE remoteproc service binding
` [PATCH v21 2/6] dt-bindings: remoteproc: Add STM32 TEE-controlled rproc binding
` [PATCH v21 3/6] remoteproc: core: Introduce rproc_pa_to_va helper
` [PATCH v21 4/6] remoteproc: Introduce optional release_fw operation
` [PATCH v21 5/6] remoteproc: Add TEE support
` [PATCH v21 6/6] remoteproc: stm32: Add TEE-controlled STM32 driver
[PATCH 00/17] KVM: arm64: More user_mem_abort() rework
2026-03-17 18:02 UTC (26+ messages)
` [PATCH 08/17] KVM: arm64: Kill topup_memcache from kvm_s2_fault
` [PATCH 10/17] KVM: arm64: Kill logging_active "
` [PATCH 11/17] KVM: arm64: Restrict the scope of the 'writable' attribute
` [PATCH 12/17] KVM: arm64: Move kvm_s2_fault.{pfn,page} to kvm_s2_vma_info
` [PATCH 13/17] KVM: arm64: Replace force_pte with a max_map_size attribute
` [PATCH 14/17] KVM: arm64: Move device mapping management into kvm_s2_fault_pin_pfn()
` [PATCH 15/17] KVM: arm64: Directly expose mapping prot and kill kvm_s2_fault
` [PATCH 16/17] KVM: arm64: Simplify integration of adjust_nested_*_perms()
` [PATCH 17/17] KVM: arm64: Convert gmem_abort() to struct kvm_s2_fault_desc
[PATCH 00/10] KVM: arm64: Adopt scoped resource management (guard) for EL1 and EL2
2026-03-17 18:01 UTC (14+ messages)
` [PATCH 03/10] KVM: arm64: Use guard(hyp_spinlock) in ffa.c
` [PATCH 04/10] KVM: arm64: Use guard(hyp_spinlock) in mm.c
` [PATCH 05/10] KVM: arm64: Use guard(hyp_spinlock) in pkvm.c
` [PATCH 06/10] KVM: arm64: Use guard(mutex) in mmu.c
` [PATCH 07/10] KVM: arm64: Use scoped resource management in arm.c
` [PATCH 08/10] KVM: arm64: Use guard(spinlock) in psci.c
[PATCH v7 0/5] Power Management for Raspberry Pi V3D GPU
2026-03-17 17:52 UTC (6+ messages)
` [PATCH v7 2/5] pmdomain: bcm: bcm2835-power: Increase ASB control timeout
` [PATCH v7 5/5] drm/v3d: Introduce Runtime Power Management
[PATCH v2] of/iommu: support multiple iommu-map entries per input ID
2026-03-17 17:36 UTC (3+ messages)
[PATCH 0/7] Add support for Video, Camera, Graphics clock controllers on Eliza
2026-03-17 17:27 UTC (11+ messages)
` [PATCH 1/7] dt-bindings: clock: qcom: Add video clock controller on Eliza SoC
` [PATCH 2/7] dt-bindings: clock: qcom: document the Eliza GPU Clock Controller
` [PATCH 3/7] dt-bindings: clock: qcom: Add support for CAMCC for Eliza
` [PATCH 4/7] clk: qcom: videocc: Add video clock controller driver "
` [PATCH 5/7] clk: qcom: gpucc: Add GPU Clock Controller "
` [PATCH 6/7] clk: qcom: camcc: Add support for camera clock controller "
` [PATCH 7/7] arm64: defconfig: Enable clock controllers on Qualcomm Eliza SoC
[PATCH v1] PCI: imx6: Add force_suspend flag to override L1SS suspend skip
2026-03-17 17:23 UTC (2+ messages)
[PATCH 0/2] Add SPDIF support to RK3576
2026-03-17 17:22 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: ASoC: rockchip: Add compatible for RK3576 SPDIF
` (subset) [PATCH 0/2] Add SPDIF support to RK3576
[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-03-17 17:22 UTC (3+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
2026-03-17 17:20 UTC (3+ messages)
[PATCH v5 00/10] arm64: dts: lx2160a: fix pinmux issues, update SolidRun boards
2026-03-17 17:20 UTC (4+ messages)
` [PATCH v5 04/10] arm64: dts: lx2160a: rename pinmux nodes for readability
[PATCH v8 0/5] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2026-03-17 17:12 UTC (14+ messages)
[PATCH v1 00/13] KVM: arm64: Refactor user_mem_abort() into a state-object model
2026-03-17 17:10 UTC (7+ messages)
` [PATCH v1 01/13] KVM: arm64: Extract VMA size resolution in user_mem_abort()
` [PATCH v1 02/13] KVM: arm64: Introduce struct kvm_s2_fault to user_mem_abort()
` [PATCH v1 11/13] KVM: arm64: Optimize early exit checks in kvm_s2_fault_pin_pfn()
[RFC PATCH 0/4] Rework SCMI transport drivers probing sequence
2026-03-17 16:58 UTC (5+ messages)
` [RFC PATCH 1/4] firmware: arm_scmi: Add transport instance handle
` [RFC PATCH 2/4] firmware: arm_scmi: Propagate "
` [RFC PATCH 3/4] firmware: arm_scmi: virtio: Rework transport probe sequence
` [RFC PATCH 4/4] firmware: arm_scmi: optee: "
[PATCH v4] media: verisilicon: Fix kernel panic due to __initconst misuse
2026-03-17 16:51 UTC (2+ messages)
[PATCH] lib/crypto: arm64: Drop checks for CONFIG_KERNEL_MODE_NEON
2026-03-17 16:40 UTC (6+ messages)
[PATCH net-next] net: airoha: Reset PPE cpu port configuration in airoha_ppe_hw_init()
2026-03-17 16:40 UTC
[PATCH v12 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-03-17 16:40 UTC (8+ messages)
` [PATCH v12 3/5] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH] lib/crc: arm64: Drop check for CONFIG_KERNEL_MODE_NEON
2026-03-17 16:31 UTC (2+ messages)
[PATCH v2] device property: Make modifications of fwnode "flags" thread safe
2026-03-17 16:22 UTC (4+ messages)
[RFC PATCH v3 0/2] hwmon: emc2305: Support configurable fan PWM at shutdown
2026-03-17 16:17 UTC (2+ messages)
[PATCH v2] hwmon: (aspeed-g6-pwm-tach): remove redundant driver remove callback
2026-03-17 15:59 UTC (2+ messages)
[PATCH 0/3] TQMa93xx on MBa93xxLA-Mini support
2026-03-17 15:50 UTC (6+ messages)
` [PATCH 1/3] dt-bindings: arm: fsl: add MBa93xxLA-MINI
` [PATCH 3/3] arm64: dts: freescale: imx93-tqma9352-mba93xxla-mini: Add WLAN/BT overlay
[PATCH v4 0/7] gpio: add pinctrl based generic gpio driver
2026-03-17 15:38 UTC (6+ messages)
` [PATCH v4 2/7] pinctrl: scmi: Add SCMI_PIN_INPUT_VALUE
` [PATCH v4 3/7] pinctrl: Delete PIN_CONFIG_OUTPUT_IMPEDANCE_OHMS support
` [PATCH v4 4/7] pinctrl-scmi: ignore PIN_CONFIG_PERSIST_STATE
` [PATCH v4 5/7] arm_scmi: pinctrl: allow PINCTRL_REQUEST to return EOPNOTSUPP
[PATCH] pinctrl: abx500: Fix type of 'argument' variable
2026-03-17 15:27 UTC
[PATCH v2 1/4] PCI: mvebu: Simplify with scoped for each OF child loop
2026-03-17 15:26 UTC (6+ messages)
` [PATCH v2 2/4] PCI: mvebu: Keep child node refcnt for probe duration
` [PATCH v2 3/4] PCI: pnv_php: Simplify with scoped for each OF child loop
` [PATCH v2 4/4] PCI: rpaphp: "
[PATCH] thermal/drivers/rockchip: Shut up eFuse prober defer warning
2026-03-17 15:14 UTC (2+ messages)
[PATCH 0/2] perf: tools: cs-etm: Fixes for CoreSight debug dump
2026-03-17 15:09 UTC (4+ messages)
` [PATCH 1/2] perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE trace
[PATCH] arm64: mm: Use generic enum pgtable_level
2026-03-17 15:10 UTC (6+ messages)
[PATCH] arm64/scs: Fix handling of advance_loc4
2026-03-17 15:00 UTC (5+ messages)
[GIT PULL] i.MX fixes for 7.0
2026-03-17 14:57 UTC (5+ messages)
[PATCH net-next 0/8] net: stmmac: improve PCS support
2026-03-17 14:48 UTC (4+ messages)
[PATCH] arm64: dts: rockchip: add SD/eMMC aliases for ArmSom Sige5
2026-03-17 14:39 UTC
[PATCH v3 0/9] mtd: rawnand: sunxi: Fixes user data length for H6
2026-03-17 14:34 UTC (11+ messages)
` [PATCH v3 1/9] mtd: rawnand: sunxi: sunxi_nand_ooblayout_free code clarification
` [PATCH v3 2/9] mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
` [PATCH v3 3/9] mtd: rawnand: sunxi: do not count BBM bytes twice
` [PATCH v3 4/9] mtd: rawnand: sunxi: replace hard coded value by a define - take2
` [PATCH v3 5/9] mtd: rawnand: sunxi: make the code more self-explanatory
` [PATCH v3 6/9] mtd: rawnand: sunxi: remove dead code
` [PATCH v3 7/9] mtd: rawnand: sunxi: change error prone variable name
` [PATCH v3 8/9] mtd: rawnand: sunxi: fix typos in comments
` [PATCH v3 9/9] mtd: rawnand: sunxi: introduce maximize variable user data length
[PATCH net-next v2] net: airoha: select QDMA block according LAN/WAN configuration
2026-03-17 14:31 UTC (3+ messages)
[PATCH] pinctrl: mediatek: common: Fix probe failure for devices without EINT
2026-03-17 14:28 UTC (2+ messages)
[PATCH] device property: Make modifications of fwnode "flags" thread safe
2026-03-17 14:27 UTC (12+ messages)
[PATCH] firmware: arm_scmi: extract domain ID validation helpers
2026-03-17 14:27 UTC (4+ messages)
[PATCH v4 01/10] dt-bindings: clock: Add Realtek RTD1625 Clock & Reset Controller
2026-03-17 14:13 UTC (2+ messages)
[PATCH RFC 0/8] Exynos850 CPU hotplug support and pmu_intr_gen cleanup
2026-03-17 14:11 UTC (7+ messages)
` [PATCH RFC 7/8] soc: samsung: exynos-pmu: add Exynos850 CPU hotplug support
` [PATCH RFC 8/8] arm64: dts: exynos850: add PMU interrupt generation node
[PATCH v13 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-03-17 14:02 UTC (13+ messages)
` [PATCH v13 01/12] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v13 02/12] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v13 03/12] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v13 04/12] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v13 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v13 06/12] crypto: qce - Include algapi.h in the core.h header
` [PATCH v13 07/12] crypto: qce - Remove unused ignore_buf
` [PATCH v13 08/12] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v13 09/12] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v13 10/12] crypto: qce - Map crypto memory for DMA
` [PATCH v13 11/12] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v13 12/12] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH v2 0/8] dmaengine: Add new API to combine onfiguration and descriptor preparation
2026-03-17 14:04 UTC (6+ messages)
` [PATCH v2 1/8] dmaengine: Add API to combine configuration and preparation (sg and single)
[PATCH 0/6] dmaengine: Add common dma_slave_config and split it into src and dst parts
2026-03-17 13:56 UTC (5+ messages)
[PATCH v4 00/15] hwspinlock: move device alloc into core and refactor includes
2026-03-17 13:54 UTC (3+ messages)
` [PATCH v4 04/15] hwspinlock: add callback to fill private data of a hwspinlock
[PATCH] staging: media: imx: fixed a brace coding style issue
2026-03-17 13:44 UTC
[PATCH] KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc()
2026-03-17 13:44 UTC (3+ messages)
[PATCH] iommu/arm-smmu-v3: Allocate cmdq_batch on the heap
2026-03-17 13:38 UTC (3+ messages)
[PATCH 1/2] soc: xilinx: Fix race condition in event registration
2026-03-17 13:35 UTC
[PATCH v2 0/9] media: rockchip: rkcif: add support for rk3588 vicap
2026-03-17 13:28 UTC (9+ messages)
` [PATCH v2 1/9] Documentation: admin-guide: media: add "
` [PATCH v2 3/9] media: rockchip: rkcif: add support for rk3588 vicap mipi capture
` [PATCH v2 9/9] arm64: defconfig: enable designware mipi csi-2 receiver
[PATCH v3 00/17] cleanup in spi by use devm_clk_get_enabled
2026-03-17 13:19 UTC (3+ messages)
` [PATCH v3 01/17] spi: axiado: Use helper function devm_clk_get_enabled()
[PATCH] KVM: arm64: selftests: Avoid testing the IMPDEF behavior
2026-03-17 13:15 UTC
[PATCH v2 0/2] Fixes for stmmac driver
2026-03-17 13:11 UTC (7+ messages)
` [PATCH v2 1/2] net: stmmac: fix pinctrl management during suspend/resume
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-03-17 13:11 UTC (6+ messages)
[PATCH] net: stmmac: skip VLAN restore when VLAN hash ops are missing
2026-03-17 13:05 UTC (3+ messages)
[PATCH v2 1/1] clk: imx: pll14xx: Use unsigned format specifier
2026-03-17 13:02 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