messages from 2026-05-21 11:10:28 to 2026-05-21 15:33:18 UTC [more...]
[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
2026-05-21 15:32 UTC
[PATCH] arm64: defconfig: Drop non-existing (yet) PCI_SKY1_HOST
2026-05-21 15:31 UTC (3+ messages)
[PATCH] arm64: defconfig: Fixup duplicated PCI_SKY1_HOST
2026-05-21 15:30 UTC
[PATCH] Bluetooth: btmtk: remove extra copy in cmd array init
2026-05-21 15:30 UTC (2+ messages)
[PATCH net] net: airoha: Disable GDM2 forwarding before configuring GDM2 loopback
2026-05-21 15:30 UTC (2+ messages)
[PATCH v3 1/1] arm64: defconfig: Enable CIX Sky1 pinctrl, PCIe host, and Cadence GPIO
2026-05-21 15:23 UTC (2+ messages)
[PATCH v10 00/30] KVM: arm64: Implement support for SME
2026-05-21 15:17 UTC (4+ messages)
` [PATCH v10 19/30] KVM: arm64: Provide assembly for SME register access
[PATCH v7 00/28] media: platform: rga: Add RGA3 support
2026-05-21 15:16 UTC (29+ messages)
` [PATCH v7 06/28] media: rockchip: rga: fix too small buffer size
` [PATCH v7 07/28] media: rockchip: rga: use clk_bulk api
` [PATCH v7 08/28] media: rockchip: rga: use stride for offset calculation
` [PATCH v7 09/28] media: rockchip: rga: remove redundant rga_frame variables
` [PATCH v7 10/28] media: rockchip: rga: announce and sync colorimetry
` [PATCH v7 11/28] media: rockchip: rga: move hw specific parts to a dedicated struct
` [PATCH v7 12/28] media: rockchip: rga: avoid odd frame sizes for YUV formats
` [PATCH v7 13/28] media: rockchip: rga: calculate x_div/y_div using v4l2_format_info
` [PATCH v7 14/28] media: rockchip: rga: move cmdbuf to rga_ctx
` [PATCH v7 15/28] media: rockchip: rga: align stride to 4 bytes
` [PATCH v7 16/28] media: rockchip: rga: reuse cmdbuf contents
` [PATCH v7 17/28] media: rockchip: rga: check scaling factor
` [PATCH v7 18/28] media: rockchip: rga: use card type to specify rga type
` [PATCH v7 19/28] media: rockchip: rga: change offset to dma_addresses
[PATCH] arm64: tlb: Flush walk cache when unsharing PMD tables
2026-05-21 15:15 UTC (3+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-21 15:15 UTC (27+ messages)
` [PATCH v14 01/44] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v14 02/44] kvm: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v14 03/44] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
` [PATCH v14 05/44] arm64: RMI: Add wrappers for RMI calls
` [PATCH v14 06/44] arm64: RMI: Check for RMI support at init
` [PATCH v14 07/44] arm64: RMI: Configure the RMM with the host's page size
` [PATCH v14 08/44] arm64: RMI: Ensure that the RMM has GPT entries for memory
` [PATCH v14 09/44] arm64: RMI: Provide functions to delegate/undelegate ranges of memory
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v5 1/5] PCI: host-common: Add helper to determine host bridge D3cold eligibility
2026-05-21 15:09 UTC (3+ messages)
[PATCH v2 00/39] KVM: arm64: Add GICv5 IRS support
2026-05-21 15:02 UTC (40+ messages)
` [PATCH v2 01/39] irqchip/gic-v5: Allow KVM setup without a maintenance IRQ
` [PATCH v2 02/39] irqchip/gic-v5: Provide OF IRS config frame attrs to KVM
` [PATCH v2 03/39] irqchip/gic-v5: Setup gic_kvm_info on ACPI hosts
` [PATCH v2 04/39] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH v2 05/39] arm64/sysreg: Add GICv5 GIC VDPEND and VDRCFG encodings
` [PATCH v2 06/39] arm64/sysreg: Update ICC_CR0_EL1 with LINK and LINK_IDLE fields
` [PATCH v2 07/39] KVM: arm64: gic-v5: Extract host IRS caps from IRS config frame
` [PATCH v2 08/39] KVM: arm64: gic-v5: Add VPE doorbell domain
` [PATCH v2 09/39] KVM: arm64: gic-v5: Create & manage VM and VPE tables
` [PATCH v2 10/39] KVM: arm64: gic-v5: Introduce guest IST alloc and management
` [PATCH v2 11/39] KVM: arm64: gic-v5: Implement VMT/vIST IRS MMIO Ops
` [PATCH v2 12/39] KVM: arm64: gic-v5: Keep GICv5 vCPU limit model-specific
` [PATCH v2 13/39] KVM: arm64: gic-v5: Implement VPE IRS MMIO Ops
` [PATCH v2 14/39] KVM: arm64: gic-v5: Set up VMTEs and VPE doorbells
` [PATCH v2 15/39] KVM: arm64: gic-v5: Add resident/non-resident hyp calls
` [PATCH v2 16/39] KVM: arm64: gic-v5: Request doorbells when VPEs enter WFI
` [PATCH v2 17/39] KVM: arm64: gic-v5: Introduce struct vgic_v5_irs and IRS base address
` [PATCH v2 18/39] KVM: arm64: gic-v5: Add IRS IODEV support to MMIO handlers
` [PATCH v2 19/39] KVM: arm64: gic-v5: Add KVM_VGIC_V5_ADDR_TYPE_IRS to UAPI
` [PATCH v2 20/39] KVM: arm64: gic-v5: Add GICv5 IRS IODEV and MMIO emulation
` [PATCH v2 21/39] KVM: arm64: gic-v5: Initialise per-VM IRS state
` [PATCH v2 22/39] KVM: arm64: gic-v5: Register the IRS IODEV
` [PATCH v2 23/39] KVM: arm64: gic-v5: Set IRICHPPIDIS based on IRS enable state
` [PATCH v2 24/39] KVM: arm64: selftests: Update vGICv5 selftest to set IRS address
` [PATCH v2 25/39] KVM: arm64: gic-v5: Introduce SPI AP list
` [PATCH v2 26/39] KVM: arm64: gic-v5: Add GIC VDPEND and GIC VDRCFG hyp calls
` [PATCH v2 27/39] KVM: arm64: gic-v5: Track SPI state for in-flight SPIs
` [PATCH v2 28/39] KVM: arm64: gic: Introduce set_pending_state() to irq_op
` [PATCH v2 29/39] KVM: arm64: gic-v5: Support SPI injection
` [PATCH v2 30/39] Documentation: KVM: Extend VGICv5 docs for KVM_VGIC_V5_ADDR_TYPE_IRS
` [PATCH v2 31/39] KVM: arm64: gic-v5: Add GICv5 SPI injection to irqfd
` [PATCH v2 32/39] KVM: arm64: gic-v5: Mask per-vcpu PPI state in vgic_v5_finalize_ppi_state()
` [PATCH v2 33/39] KVM: arm64: gic-v5: Add GICv5 EL1 sysreg userspace accessors
` [PATCH v2 34/39] KVM: arm64: gic-v5: Handle userspace accesses to IRS MMIO region
` [PATCH v2 35/39] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
` [PATCH v2 36/39] Documentation: KVM: Document KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGS for VGICv5
` [PATCH v2 37/39] Documentation: KVM: Add KVM_DEV_ARM_VGIC_GRP_IRS_REGS to VGICv5 docs
` [PATCH v2 38/39] Documentation: KVM: Add docs for KVM_DEV_ARM_VGIC_GRP_IST
` [PATCH v2 39/39] Documentation: KVM: Add the VGICv5 IRS save/restore sequences
[PATCH v1 00/15] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
2026-05-21 15:00 UTC (16+ messages)
` [PATCH v1 01/15] dt-bindings: display: panel: Move Logic Technologies LT170410-2WHC to LVDS
` [PATCH v1 02/15] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v1 03/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v1 04/15] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v1 05/15] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v1 06/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v1 07/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v1 08/15] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v1 09/15] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v1 10/15] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v1 11/15] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v1 12/15] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS
` [PATCH v1 13/15] dt-bindings: display: panel-lvds: Add dual-channel LVDS support
` [PATCH v1 14/15] dt-bindings: display: panel-lvds: Add LG LP156WF1
` [PATCH v1 15/15] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with LG LP156WF1 LVDS panel
[PATCH v14 00/28] Add new general DRM property "color format"
2026-05-21 14:53 UTC (6+ messages)
` [PATCH v14 03/28] drm: "
` [PATCH v14 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
[PATCH v2 1/1] arm64: dts: imx8mq-evk: Enable MIPI CSI and dual OV5640 cameras
2026-05-21 14:50 UTC (6+ messages)
[PATCH v3] i2c: imx: mark I2C adapter when hardware is powered down
2026-05-21 14:49 UTC (9+ messages)
[PATCH 0/6] firmware: samsung: acpm: TMU support and cleanups
2026-05-21 14:49 UTC (12+ messages)
` [PATCH 5/6] firmware: samsung: acpm: Add TMU protocol support
[PATCH v3 0/3] Fix __pkvm_init_vm error path
2026-05-21 14:44 UTC (3+ messages)
` [PATCH v3 1/3] KVM: arm64: Reset page order in pKVM hyp_pool
[PATCH v5 0/8] nvmem: Add Raspberry Pi OTP nvmem driver
2026-05-21 14:38 UTC (9+ messages)
` [PATCH v5 1/8] soc: bcm2835: Use IS_REACHABLE for function declaration
` [PATCH v5 2/8] nvmem: core: Enforce stride and alignment checks for nvmem_device functions
` [PATCH v5 4/8] nvmem: Add the Raspberry Pi OTP driver
` [PATCH v5 5/8] firmware: raspberrypi: register nvmem driver
[RESEND v3 0/3] Fix __pkvm_init_vm error path
2026-05-21 14:36 UTC (4+ messages)
` [RESEND v3 1/3] KVM: arm64: Reset page order in pKVM hyp_pool
` [RESEND v3 2/3] KVM: arm64: Fix __pkvm_init_vm error path
` [RESEND v3 3/3] KVM: arm64: Add fail-safe for refcounted pages in __pkvm_hyp_donate_host
[PATCH 00/43] KVM: arm64: Add GICv5 IRS support
2026-05-21 14:22 UTC (16+ messages)
` [PATCH 14/43] KVM: arm64: gic-v5: Request VPE doorbells when going non-resident
` [PATCH 16/43] KVM: arm64: gic-v5: Initialise and teardown VMTEs & doorbells
` [PATCH 17/43] KVM: arm64: gic-v5: Enable VPE DBs on VPE reset and disable on teardown
` [PATCH 18/43] KVM: arm64: gic-v5: Define remaining IRS MMIO registers
` [PATCH 36/43] KVM: arm64: gic-v5: Implement save/restore mechanisms for ISTs
[PATCH] firmware: smccc: Fix Arm SMCCC SOC_ID name call
2026-05-21 14:18 UTC (2+ messages)
[PATCH PARTIAL-RESEND v12 0/5] Add support MT6316/6363/MT6373 PMICs regulators and MFD
2026-05-21 14:13 UTC (3+ messages)
` [PATCH v12 5/5] mfd: Add support for MediaTek SPMI PMICs and MT6363/73
[RFC PATCH 0/2] arm64: add SMCCC cache invalidation backend for memregion users
2026-05-21 14:12 UTC (5+ messages)
` [RFC PATCH 2/2] arm64: mm: add SMCCC-backed cache invalidate provider
[PATCH net-next v5 00/13] net: lan966x: add support for PCIe FDMA
2026-05-21 14:12 UTC (2+ messages)
[PATCH 0/4] firmware: arm_scmi: Fix protocol parsing and validation
2026-05-21 14:09 UTC (2+ messages)
[PATCH 0/4] power: sys-off: fix Pixel C shutdown via MAX77620
2026-05-21 13:59 UTC (5+ messages)
` (subset) "
[PATCH AUTOSEL 7.0-5.10] arm64: cputype: Add C1-Pro definitions
2026-05-21 13:50 UTC (3+ messages)
[PATCH v5 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-05-21 13:44 UTC (4+ messages)
` [PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on
[PATCH v22 00/13] Implement PSCI reboot mode driver for PSCI resets
2026-05-21 13:36 UTC (6+ messages)
` [PATCH v22 08/13] mfd: core: Add firmware-node support to MFD cells
[PATCH v2 0/3] Fix __pkvm_init_vm error path
2026-05-21 13:30 UTC (10+ messages)
` [PATCH v2 1/3] KVM: arm64: Reset page order in pKVM hyp_pool_init
` [PATCH v2 2/3] KVM: arm64: Fix __pkvm_init_vm error path
` [PATCH v2 3/3] KVM: arm64: Add fail-safe for refcounted pages in __pkvm_hyp_donate_host
[PATCH 00/18] arm64+KVM: FPSIMD/SVE/SME cleanups
2026-05-21 13:25 UTC (19+ messages)
` [PATCH 01/18] KVM: arm64: Don't include <asm/fpsimdmacros.h>
` [PATCH 02/18] KVM: arm64: Don't override FFR save/restore argument
` [PATCH 03/18] KVM: arm64: pkvm: Save host FPMR in host cpu context
` [PATCH 04/18] KVM: arm64: pkvm: Remove struct cpu_sve_state
` [PATCH 05/18] arm64: fpsimd: Fold sve_init_regs() into do_sve_acc()
` [PATCH 06/18] arm64: fpsimd: Remove sve_set_vq() and sme_set_vq()
` [PATCH 07/18] arm64: fpsimd: Use assembler for SVE instructions
` [PATCH 08/18] arm64: fpsimd: Use assembler for baseline SME instructions
` [PATCH 09/18] arm64: fpsimd: Move sve_get_vl() and sme_get_vl() inline
` [PATCH 10/18] arm64: sysreg: Add FPCR and FPSR
` [PATCH 11/18] arm64: fpsimd: Split FPSR/FPCR from SVE save/restore
` [PATCH 12/18] arm64: fpsimd: Move fpsimd save/restore inline
` [PATCH 13/18] arm64: fpsimd: Use opaque type for SVE state
` [PATCH 14/18] arm64: fpsimd: Use opaque type for SME state
` [PATCH 15/18] arm64: fpsimd: Move SVE save/restore inline
` [PATCH 16/18] arm64: fpsimd: Move sve_flush_live() inline
` [PATCH 17/18] arm64: fpsimd: Move SME save/restore inline
` [PATCH 18/18] arm64: fpsimd: Remove <asm/fpsimdmacros.h>
[GIT PULL] amlogic ARM64 DT updates for v7.2 take 1
2026-05-21 13:19 UTC
[PATCH v6] stm: class: Add MIPI OST protocol support
2026-05-21 13:14 UTC
[PATCH v4 11/24] iommu: Add iommu_report_device_broken() to quarantine a broken device
2026-05-21 13:12 UTC (11+ messages)
[PATCH v6] stm: class: Add MIPI OST protocol support
2026-05-21 13:08 UTC
[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
2026-05-21 13:05 UTC (6+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
[PATCH] irqchip/gic-v4: Harden against bogus command line
2026-05-21 13:05 UTC
[PATCH v4 0/5] arm_ffa, KVM: Fix FF-A emad offset calculations
2026-05-21 12:55 UTC (10+ messages)
` [PATCH v4 2/5] firmware: arm_ffa: Fix out-of-bound writes in ffa_setup_and_transmit()
` [PATCH v4 3/5] firmware: arm_ffa: Fix Endpoint Memory Access Descriptor offset calculation
` [PATCH v4 4/5] KVM: arm64: Fix bounds checking in do_ffa_mem_reclaim()
[PATCH v2 0/3] Fixes for hyp_trace.c
2026-05-21 12:46 UTC (4+ messages)
` [PATCH v2 1/3] KVM: arm64: Fix meta-page unsharing in pKVM hyp tracing
` [PATCH v2 2/3] KVM: arm64: Fix rollback in hyp_trace_buffer_share_hyp()
` [PATCH v2 3/3] KVM: arm64: Fix memory leak in hyp_trace_unload()
[PATCH] irqchip/exynos-combiner: switch to raw_spinlock
2026-05-21 12:31 UTC (4+ messages)
[PATCH] arm: Implement _THIS_IP_ using inline asm
2026-05-21 12:29 UTC
[PATCH v02] mailbox: pcc: report errors for PCC clients
2026-05-21 12:26 UTC (6+ messages)
[PATCH v9 0/4] Add Qualcomm extended CTI support
2026-05-21 12:16 UTC (5+ messages)
` [PATCH v9 1/4] coresight: cti: Convert trigger usage fields to dynamic
` [PATCH v9 2/4] coresight: cti: use __reg_addr() helper for register access
` [PATCH v9 3/4] coresight: cti: add Qualcomm extended CTI identification and quirks
` [PATCH v9 4/4] coresight: cti: expose banked sysfs registers for Qualcomm extended CTI
[PATCH v2 00/11] add mcf54415 DAC driver
2026-05-21 12:14 UTC (4+ messages)
` [PATCH v2 11/11] iio: dac: add mcf54415 DAC
[PATCH] clocksource/drivers/owl: fix refcount leak
2026-05-21 12:10 UTC (2+ messages)
[PATCH 0/2] Add test for atomic uaccess with permission overlay
2026-05-21 12:06 UTC (5+ messages)
` [PATCH 2/2] kselftest/arm64: Add test for atomic futex uaccess with POE
[PATCH RESEND v3 0/6] drm: handle IRQ_HPD events correctly
2026-05-21 12:05 UTC (4+ messages)
` [PATCH RESEND v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()
[PATCH v4 00/13] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
2026-05-21 11:54 UTC (3+ messages)
` [PATCH v4 13/13] x86/amd-gart: preserve the direct DMA address until GART mapping succeeds
[PATCH v4 0/6] media: synopsys: enhancements and i.MX95 support
2026-05-21 11:52 UTC (4+ messages)
` [PATCH v4 4/6] media: synopsys: Add PHY stopstate wait for i.MX93
[PATCH v2 0/3] Add eDP lane mapping support
2026-05-21 11:44 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: bridge: analogix-dp: Add data-lanes support for endpoint
` [PATCH v2 2/3] dt-bindings: rockchip: analogix-dp: Add data-lanes example
` [PATCH v2 3/3] drm/bridge: analogix_dp: Add support for optional data-lanes mapping
[PATCH v5 0/6] drm/mediatek: Add PQ components support for MT8196
2026-05-21 11:40 UTC (4+ messages)
` [PATCH v5 4/6] dt-bindings: display: mediatek: tdshp: Add "
[PATCH] [RFC] arm64: mmu: use range based TLB flushing when hot unplugging memory
2026-05-21 11:24 UTC (4+ messages)
[PATCH v8 net-next 00/15] Add preliminary NETC switch support for i.MX94
2026-05-21 11:10 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