messages from 2026-03-30 08:23:26 to 2026-03-30 15:59:15 UTC [more...]
[PATCH V2 0/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
2026-03-30 15:58 UTC (7+ messages)
` [PATCH V2 1/5] dmaengine: xilinx_dma: Fix MCDMA descriptor fields for MM2S vs S2MM
` [PATCH V2 2/5] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH V2 3/5] dmaengine: xilinx_dma: Extend metadata handling for AXI MCDMA
[PATCH] media: cedrus: skip invalid H.264 reference list entries
2026-03-30 15:55 UTC (5+ messages)
[PATCH] media: nxp: imx8-isi: fix memory leaks in probe error paths and remove
2026-03-30 15:41 UTC (3+ messages)
[PATCH v5 0/7] pinctrl: Add generic pinctrl for board-level mux chips
2026-03-30 15:33 UTC (3+ messages)
` [PATCH v5 3/7] pinctrl: extract pinctrl_generic_to_map() from pinctrl_generic_pins_function_dt_node_to_map()
[PATCH] KVM: arm64: Don't populate TPIDR_EL2 in finalise_el2()
2026-03-30 15:29 UTC
[PATCH 0/2] arm64: dts: marvell: armada-37xx: USB3 PHY cleanup
2026-03-30 15:25 UTC (3+ messages)
` [PATCH 1/2] arm64: dts: marvell: armada-37xx: use 'usb2-phy' in USB3 controller's phy-names
` [PATCH 2/2] arm64: dts: marvell: armada-37xx: swap PHYs' order in USB3 controller node
[PATCH] usb: core: avoid double use of 'usb3-phy'
2026-03-30 15:02 UTC
[PATCH v3 0/3] arm64: Add HPE GSC platform support
2026-03-30 14:57 UTC (5+ messages)
` [PATCH v3 1/3] dt-bindings: arm: hpe,gxp: Add HPE GSC platform compatible
[PATCH v3 0/7] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
2026-03-30 14:56 UTC (2+ messages)
[PATCH v3] coresight: tpdm: add traceid_show for checking traceid
2026-03-30 14:55 UTC (2+ messages)
[PATCH v2 0/3] media: imx-csi: cleanup media pipeline start
2026-03-30 14:38 UTC (4+ messages)
[PATCH] arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number
2026-03-30 14:51 UTC
[PATCH v5 00/38] KVM: arm64: Add support for protected guest memory with pKVM
2026-03-30 14:48 UTC (39+ messages)
` [PATCH v5 01/38] KVM: arm64: Remove unused PKVM_ID_FFA definition
` [PATCH v5 02/38] KVM: arm64: Don't leak stage-2 page-table if VM fails to init under pKVM
` [PATCH v5 03/38] KVM: arm64: Move handle check into pkvm_pgtable_stage2_destroy_range()
` [PATCH v5 04/38] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH v5 05/38] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH v5 06/38] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH v5 07/38] KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
` [PATCH v5 08/38] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH v5 09/38] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH v5 10/38] KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
` [PATCH v5 11/38] KVM: arm64: Split teardown hypercall into two phases
` [PATCH v5 12/38] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH v5 13/38] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH v5 14/38] KVM: arm64: Handle aborts from protected VMs
` [PATCH v5 15/38] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH v5 16/38] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH v5 17/38] KVM: arm64: Factor out pKVM host exception injection logic
` [PATCH v5 18/38] KVM: arm64: Support translation faults in inject_host_exception()
` [PATCH v5 19/38] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH v5 20/38] KVM: arm64: Avoid pointless annotation when mapping host-owned pages
` [PATCH v5 21/38] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH v5 22/38] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH v5 23/38] KVM: arm64: Change 'pkvm_handle_t' to u16
` [PATCH v5 24/38] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH v5 25/38] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH v5 26/38] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH v5 27/38] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH v5 28/38] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH v5 29/38] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH v5 30/38] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH v5 31/38] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH v5 32/38] KVM: arm64: Add some initial documentation for pKVM
` [PATCH v5 33/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH v5 34/38] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH v5 35/38] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
` [PATCH v5 36/38] KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
` [PATCH v5 37/38] KVM: arm64: Rename PKVM_PAGE_STATE_MASK
` [PATCH v5 38/38] drivers/virt: pkvm: Add Kconfig dependency on DMA_RESTRICTED_POOL
[PATCH 0/5] crc64: Tweak intrinsics code and enable it for ARM
2026-03-30 14:46 UTC (6+ messages)
` [PATCH 1/5] lib/crc: arm64: Drop unnecessary chunking logic from crc64
` [PATCH 2/5] lib/crc: arm64: Use existing macros for kernel-mode FPU cflags
` [PATCH 3/5] ARM: Add a neon-intrinsics.h header like on arm64
` [PATCH 4/5] lib/crc: arm64: Simplify intrinsics implementation
` [PATCH 5/5] lib/crc: arm: Enable arm64's NEON intrinsics implementation of crc64
[PATCH v1 1/1] arm64: dts: imx91-var-dart-sonata: add RGB select supply for PCA6408
2026-03-30 14:40 UTC (6+ messages)
[PATCH v1] media: rkisp1: Add support for CAC
2026-03-30 14:40 UTC (3+ messages)
[PATCH v4 0/3] ARM: omap1: use real firmware node lookup for GPIOs on Nokia 770
2026-03-30 14:34 UTC (10+ messages)
` [PATCH v4 1/3] kernel: ksysfs: initialize kernel_kobj earlier
` [PATCH v4 2/3] driver core: make software nodes available earlier
` [PATCH v4 3/3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
[PATCH] usb: phy: mxs: manually reset phy regs after a warm reset
2026-03-30 14:33 UTC (3+ messages)
[PATCH v12 01/15] kasan: sw_tags: Use arithmetic shift for shadow computation
2026-03-30 14:33 UTC (3+ messages)
` [PATCH v12 02/15] kasan: arm64: x86: Make special tags arch specific
` [PATCH v12 06/15] kasan: arm64: x86: Make page_to_virt() KASAN aware
[PATCH] clk: visconti: pll: initialize clk_init_data to zero
2026-03-30 14:32 UTC
[GIT PULL 3/4] i.MX dt binding changes for v7.1
2026-03-30 14:14 UTC (4+ messages)
` [GIT PULL 1/4] i.MX arm64 dts "
` [GIT PULL 2/4] i.MX arm "
` [GIT PULL 4/4] i.MX drivers/soc "
[PATCH 0/4] media: rkvdec: Switch to using a bitwriter
2026-03-30 14:17 UTC (3+ messages)
` [PATCH 1/4] media: rkvdec: Introduce a global bitwriter helper
[PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
2026-03-30 14:00 UTC (4+ messages)
[PATCH v8 00/10] pmdomain: samsung: add support for Google GS101
2026-03-30 13:38 UTC (26+ messages)
` [PATCH v8 02/10] dt-bindings: power: samsung: add google,gs101-pd
` [PATCH v8 04/10] dt-bindings: soc: google: gs101-pmu: allow power domains as children
` [PATCH v8 05/10] pmdomain: samsung: convert to using regmap
` [PATCH v8 07/10] pmdomain: samsung: add support for google,gs101-pd
` (subset) [PATCH v8 00/10] pmdomain: samsung: add support for Google GS101
[PATCH] coresight: platform: check the availability of the endpoint before parse
2026-03-30 13:31 UTC (5+ messages)
[PATCH 0/5] cpufreq: ti: Fix probe ordering and add device link support for K3 SoCs
2026-03-30 13:22 UTC (8+ messages)
` [PATCH 1/5] cpufreq: ti: Add EPROBE_DEFER "
` [PATCH 2/5] arm64: dts: ti: k3-am625: Add ti,soc-info to OPP table
` [PATCH 3/5] arm64: dts: ti: k3-am62a7: "
` [PATCH 4/5] arm64: dts: ti: k3-am62p5: "
` [PATCH 5/5] cpufreq: ti: Add device link to k3-socinfo
[PATCH RFC net-next] net: stmmac: qcom-ethqos: set clk_csr
2026-03-30 13:21 UTC (5+ messages)
[PATCH v6 phy-next 03/28] usb: add missing headers transitively included by <linux/phy/phy.h>
2026-03-30 13:19 UTC (2+ messages)
[PATCH] clk: kirkwood: use kzalloc_flex
2026-03-30 13:13 UTC (2+ messages)
[PATCH] clk: bcm: iproc-asiu: simplify allocation
2026-03-30 13:10 UTC (2+ messages)
[PATCH v14 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-03-30 13:08 UTC (5+ messages)
` [PATCH v14 05/12] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v14 12/12] crypto: qce - Communicate the base physical address to the dmaengine
[PATCH] clk: visconti: pll: use kzalloc_flex
2026-03-30 13:07 UTC (2+ messages)
[PATCH v3 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-03-30 12:51 UTC (7+ messages)
` [PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v3 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v3 3/3] iommu/arm-smmu-v3: Allow ATS to be always on
[PATCH 0/5] xor/arm: Replace vectorized version with intrinsics
2026-03-30 13:02 UTC (7+ messages)
` [PATCH 4/5] xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARM
[PATCH AUTOSEL 6.19-6.1] media: rkvdec: reduce stack usage in rkvdec_init_v4l2_vp9_count_tbl()
2026-03-30 12:38 UTC
[RFT PATCH v3] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770
2026-03-30 12:26 UTC (13+ messages)
[PATCH v2 0/3] Inline helpers into Rust without full LTO
2026-03-30 12:17 UTC (13+ messages)
` "
[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
2026-03-30 12:21 UTC (2+ messages)
[PATCH v4 00/49] KVM: arm64: Add LR overflow infrastructure (the final one, I swear!)
2026-03-30 12:17 UTC (4+ messages)
` [PATCH v4 35/49] KVM: arm64: GICv3: nv: Plug L1 LR sync into deactivation primitive
[PATCH v2] arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
2026-03-30 12:11 UTC
[GIT PULL 1/7] dt-bindings: Changes for v7.1-rc1
2026-03-30 11:46 UTC (7+ messages)
` [GIT PULL 4/7] ARM: tegra: Device tree changes "
` [GIT PULL 6/7] arm64: "
[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
2026-03-30 11:44 UTC (3+ messages)
` [PATCH v5 3/3] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel
[PATCH v7] arm64: implement support for static call trampolines
2026-03-30 11:34 UTC (2+ messages)
[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2026-03-30 11:31 UTC (7+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[GIT PULL] arm64: dts: socfpga: updates for v7.1
2026-03-30 11:28 UTC
[RFC PATCH v2 0/5] Add debugfs support for ARM SMMUv3
2026-03-30 11:25 UTC (5+ messages)
` [RFC PATCH v2 1/5] iommu/arm-smmu-v3: Add basic debugfs framework
` [RFC PATCH v2 2/5] iommu/arm-smmu-v3: Add register display to debugfs
[PATCH v3 0/2] dt-bindings: power: reset: cortina: Convert to DT schema and rename node
2026-03-30 11:01 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: power: reset: cortina,gemini-power-controller: convert to DT schema
` [PATCH v3 2/2] ARM: dts: gemini: Rename power controller node to poweroff
[PATCH] arm64: dts: amlogic: t7: khadas-vim4: Remove invalid property
2026-03-30 11:01 UTC (4+ messages)
[PATCH v13 00/48] arm64: Support for Arm CCA in KVM
2026-03-30 10:58 UTC (9+ messages)
` [PATCH v13 30/48] KVM: arm64: Handle Realm PSCI requests
` [PATCH v13 31/48] KVM: arm64: WARN on injected undef exceptions
` [PATCH v13 32/48] arm64: Don't expose stolen time for realm guests
` [PATCH v13 34/48] arm64: RMI: support RSI_HOST_CALL
[PATCH v3] KVM: arm64: Prevent the host from using an smc with imm16 != 0
2026-03-30 10:54 UTC
[PATCH v3 0/3] Add the missing mpll3 clock and clock controller nodes
2026-03-30 10:53 UTC (6+ messages)
` [PATCH v3 1/3] dt-bindings: clock: amlogic: Fix redundant hyphen in "amlogic,t7-gp1--pll" string
[PATCH v2] PCI: imx6: Don't remove MSI capability For i.MX7D/i.MX8M
2026-03-30 10:18 UTC (4+ messages)
[PATCH v5 0/9] arm64: dts: amlogic: Add MMC/SD/SDIO support for Khadas VIM4 (Amlogic T7)
2026-03-30 10:18 UTC (4+ messages)
` [PATCH v5 6/9] arm64: dts: amlogic: t7: khadas-vim4: Add power regulators
[PATCH 1/2] crypto: atmel-ecc - add support for atecc608b
2026-03-30 10:08 UTC
[PATCH 0/4] KVM: arm64: nv: Implement nested stage-2 reverse map
2026-03-30 10:06 UTC (5+ messages)
` [PATCH 1/4] KVM: arm64: nv: Avoid full shadow s2 unmap
` [PATCH 2/4] KVM: arm64: nv: Accelerate canonical IPA unmapping with canonical s2 mmu maple tree
` [PATCH 3/4] KVM: arm64: nv: Remove reverse map entries during TLBI handling
` [PATCH 4/4] KVM: arm64: nv: Create nested IPA direct map to speed up reverse map removal
[PATCH] net: lpc_eth: Fix a possible memory leak in lpc_mii_probe()
2026-03-30 10:04 UTC (2+ messages)
[PATCH v3 0/2] Enable audio support for J721S2 EVM
2026-03-30 9:44 UTC (3+ messages)
` [PATCH v3 1/2] ti,j721e-system-controller.yaml: Allow audio-refclk as clock-controller child
` [PATCH v3 2/2] arm64: dts: ti: Add audio overlay for k3-j721s2-evm
[PATCH] KVM: arm64: pkvm: Rollback refcount on hyp share/unshare error
2026-03-30 9:41 UTC (2+ messages)
[PATCH] crypto: aspeed/hash: Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()
2026-03-30 9:36 UTC (2+ messages)
[PATCH v3 0/9] Add support for mt6392 PMIC
2026-03-30 9:35 UTC (5+ messages)
` [PATCH v3 7/9] regulator: mt6392: Add support for MT6392 regulator
[PATCH 0/4] staging: vc04_services: vchiq-mmal: fix multiple memory safety issues
2026-03-30 9:35 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/4] staging: vc04_services: vchiq-mmal: validate component index in event_to_host_cb()
[PATCH v3] lib/crc: arm64: add NEON accelerated CRC64-NVMe implementation
2026-03-30 9:31 UTC (5+ messages)
[PATCH v4] crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))
2026-03-30 8:46 UTC (4+ messages)
[PATCH v2 0/9] memblock: improve late freeing of reserved memory
2026-03-30 9:00 UTC (3+ messages)
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
[PATCH 0/2] phy: hdmi: Add FRL TxFFE level control
2026-03-30 8:57 UTC (2+ messages)
[PATCH 1/1] net: ipv6: flowlabel: defer exclusive option free until RCU teardown
2026-03-30 8:46 UTC
[PATCH v4 0/9] Add support for mt6392 PMIC
2026-03-30 8:29 UTC (10+ messages)
` [PATCH v4 1/9] dt-bindings: mfd: mt6397: Add MT6392 PMIC
` [PATCH v4 2/9] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v4 3/9] regulator: dt-bindings: Add MediaTek MT6392 PMIC
` [PATCH v4 4/9] dt-bindings: pinctrl: mediatek,mt65xx: Add MT6392 pinctrl
` [PATCH v4 5/9] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v4 6/9] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v4 7/9] regulator: Add MediaTek MT6392 regulator
` [PATCH v4 8/9] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v4 9/9] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi
[PATCH] arm64: dts: rockchip: Add RK3562 serial aliases
2026-03-30 8:27 UTC (3+ messages)
[GIT PULL] CIX dts changes for v7.1-rc1
2026-03-30 8:23 UTC
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