Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-06 14:03:22 to 2026-07-06 19:52:23 UTC [more...]

[PATCH v6 00/20] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-07-06 19:52 UTC  (14+ messages)

[PATCH v2 0/3] iommufd: Fix vDEVICE allocation lifecycle bugs
 2026-07-06 19:47 UTC  (5+ messages)
` [PATCH v2 2/3] iommufd/viommu: Publish a vDEVICE only after vdevice_init() succeeds

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

[PATCH v2 00/13] Support 10-bit YUV422 and 8/10-bit YUV420 color format on DW HDMI QP
 2026-07-06 19:32 UTC  (12+ messages)
` [PATCH v2 01/13] dt-bindings: display: vop2: Add missing reset properties
` [PATCH v2 02/13] drm/rockchip: vop2: Fix resource leak on vop2_enable() error path
` [PATCH v2 04/13] drm/rockchip: vop2: Avoid division by zero when computing max_dclk
` [PATCH v2 05/13] drm/rockchip: vop2: Fix VOP2_MAX_DCLK_RATE overflow on 32-bit
` [PATCH v2 06/13] drm/rockchip: vop2: Reset AXI and DCLK to improve robustness
` [PATCH v2 07/13] drm/rockchip: vop2: Avoid DCLK source switch for 10-bit YUV422 output
` [PATCH v2 08/13] drm/rockchip: vop2: Consolidate HDMI PHY PLL clock parent switch
` [PATCH v2 10/13] drm/bridge: dw-hdmi-qp: Log resolution and refresh rate in atomic_enable()
` [PATCH v2 11/13] drm/rockchip: dw_hdmi_qp: Support 10-bit YUV422 output format
` [PATCH v2 12/13] drm/rockchip: dw_hdmi_qp: Enable YUV420 "
` [PATCH v2 13/13] arm64: dts: rockchip: Add RK3588 VOP2 resets

[PATCH v2] Bluetooth: Properly disable remote wakeup for MT7922/MT7925 on Ryzen platform
 2026-07-06 19:39 UTC  (5+ messages)

[PATCH net] net: stmmac: raise TX completion interrupt at the end of an xmit burst
 2026-07-06 19:35 UTC  (2+ messages)

[PATCH v3 1/1] dt-bindings: mfd: st,stmpe: fix typo st,stmpe601 (should be st,stmpe610)
 2026-07-06 19:29 UTC 

[PATCH v2 0/5] arm64: dts: describe the Lynx 10G and 28G SerDes blocks for Layerscape SoCs
 2026-07-06 19:23 UTC  (7+ messages)
` [PATCH v2 1/5] arm64: dts: lx2160a: transition to device-specific SerDes compatible strings

[PATCH v13 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-06 19:18 UTC  (4+ messages)
` [PATCH v13 14/15] barrier: add tests for smp_cond_load_*_timeout()

[PATCH v4 0/5] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-07-06 19:03 UTC  (5+ messages)
` [PATCH v4 1/5] arm64/entry: Unify user mode handling

[PATCH v2] nvme-apple: Use acquire/release for queue enabled state
 2026-07-06 18:54 UTC  (2+ messages)

[PATCH v2 00/18] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-07-06 17:54 UTC  (19+ messages)
` [PATCH v2 01/18] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH v2 02/18] KVM: arm64: Add pkvm_remove_mappings
` [PATCH v2 03/18] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH v2 04/18] KVM: arm64: Add a heap allocator "
` [PATCH v2 05/18] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH v2 06/18] KVM: arm64: Add topup interface for the pKVM heap allocator
` [PATCH v2 07/18] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH v2 08/18] KVM: arm64: Handle PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH v2 09/18] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH v2 10/18] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH v2 11/18] KVM: arm64: Add a shrinker for pKVM
` [PATCH v2 12/18] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH v2 13/18] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH v2 14/18] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path
` [PATCH v2 15/18] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH v2 16/18] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH v2 17/18] KVM: arm64: Reject hyp trace descriptors with fewer CPUs than hyp_nr_cpus
` [PATCH v2 18/18] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator

[PATCH v2 0/5] iommufd: Iterate the cache invalidation array in the core
 2026-07-06 18:46 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands
` [PATCH v2 2/5] iommufd: Iterate the cache invalidation array in the core
` [PATCH v2 3/5] iommufd/selftest: Convert cache invalidation mocks to the core array loop
` [PATCH v2 4/5] iommu/arm-smmu-v3-iommufd: Convert cache invalidation "
` [PATCH v2 5/5] iommu/vt-d: Convert nested "

[PATCH v2 1/3] ARM: dts: marvell: armada: Correct indentation
 2026-07-06 18:03 UTC  (3+ messages)
` [PATCH v2 2/3] ARM: dts: marvell: kirkwood: "
` [PATCH v2 3/3] ARM: dts: marvell: orion5x: "

[PATCH v5] drm/rockchip: Remove dependency on DRM simple helpers
 2026-07-06 18:29 UTC  (2+ messages)

[PATCH v8 0/7] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-06 18:28 UTC  (8+ messages)
` [PATCH v8 1/7] KVM: arm64: Disallow vPMU when pPMUs do not cover all CPUs
` [PATCH v8 5/7] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v8 6/7] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH 0/8] SM8450 QoL changes
 2026-07-06 18:24 UTC  (12+ messages)
` [PATCH 1/8] clk: qcom: dispcc-sm8450: Fix mdss clocks
` [PATCH 2/8] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
` [PATCH 7/8] phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs

[PATCH v8 00/13] fix several inconsistencies with sysfs configuration in etmX
 2026-07-06 18:20 UTC  (6+ messages)
` [PATCH v8 08/13] coresight: etm4x: fix inconsistencies with sysfs configuration

[PATCH] ARM: dts: sigmastar: Correct indentation
 2026-07-06 18:04 UTC 

[PATCH v2] ARM: dts: aspeed: Correct indentation
 2026-07-06 18:03 UTC 

[PATCH 1/3] ARM: dts: marvell: armada: Correct indentation
 2026-07-06 17:59 UTC  (3+ messages)
` [PATCH 2/3] ARM: dts: marvell: kirkwood: "

[PATCH] ARM: dts: aspeed: Correct indentation
 2026-07-06 17:59 UTC  (2+ messages)

[PATCH v3 0/5] PCI: rcar-gen4: irqchip/gic-v3: Handle GIC ITS
 2026-07-06 17:48 UTC  (4+ messages)
` [PATCH v3 1/5] PCI: dwc: Determine whether iMSI is used before calling .init

[PATCH v1 0/5] iommufd: Iterate the cache invalidation array in the core
 2026-07-06 17:46 UTC  (4+ messages)
` [PATCH v1 1/5] iommu/arm-smmu-v3-iommufd: Reject unsupported bits in invalidation commands

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-06 17:44 UTC  (3+ messages)
` [PATCH v4 09/27] KVM: arm64: Access elements of vcpu_gp_regs individually

[PATCH v3 0/6] iommu/arm-smmu: Add interconnect bandwidth voting support
 2026-07-06 17:42 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: iommu: arm,smmu: Document interconnects property
` [PATCH v3 2/6] iommu/arm-smmu: Add interconnect bandwidth voting support
` [PATCH v3 3/6] arm64: dts: qcom: kodiak: Add GEM_NOC interconnect for adreno SMMU
` [PATCH v3 4/6] arm64: dts: qcom: lemans: "
` [PATCH v3 5/6] arm64: dts: qcom: monaco: "
` [PATCH v3 6/6] arm64: dts: qcom: talos: "

[PATCH v3 00/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-07-06 17:40 UTC  (8+ messages)
` [PATCH v3 05/12] arm64: smp: Defer RCU registration during secondary CPU bringup
` [PATCH v3 09/12] arm64: cpufeature: Ensure atomic updates to system_cpucaps bitmap

[PATCH v2 0/5] ARM: Basic support for Amazon ford tablet (MT8127)
 2026-07-06 17:37 UTC  (2+ messages)

[PATCH] drm/sun4i: fix refcount leak in sun4i_backend_init_sat()
 2026-07-06 17:30 UTC  (2+ messages)

[PATCH v4 0/3] Add support for NetCube Systems OpenNMC (dobermann)
 2026-07-06 17:17 UTC  (3+ messages)

[PATCH 0/7] Use the generic iommu page table for SMMUv3
 2026-07-06 16:29 UTC  (8+ messages)
` [PATCH 1/7] iommupt: Remove the sanity check for pt_num_items_lg2() at the top level
` [PATCH 2/7] iommupt/kunit: Skip test configs without supported features
` [PATCH 3/7] iommupt: Add the 64 bit ARMv8 page table format
` [PATCH 4/7] iommu/arm-smmu-v3: Remove io-pgtable-arm from sva.c
` [PATCH 5/7] iommu/arm-smmu-v3: Move the DMA API comment to flush_iotlb_all
` [PATCH 6/7] iommu/arm-smmu-v3: Use the generic iommu page table
` [PATCH 7/7] iommu: Remove pgsize from iommu_iotlb_gather

[PATCH net-next v12 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
 2026-07-06 17:10 UTC  (3+ messages)
` [PATCH net-next v12 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function

[PATCH v2 0/4] printk: nbcon: deprecate boot_delay in favour of printk_delay
 2026-07-06 17:05 UTC  (4+ messages)
` [PATCH v2 3/4] printk: nbcon: move printk_delay to console emiting code

[PATCH v2 0/5] ARM: rockchip: rv1126: Add support for Alientek ATK-DLRV1126
 2026-07-06 16:59 UTC  (8+ messages)
` [PATCH v2 2/5] dt-bindings: arm: rockchip: Add Alientek DLRV1126
` [PATCH v2 3/5] net: phy: motorcomm: Enable optional clock for YT8531
` [PATCH v2 5/5] ARM: dts: rockchip: Add Alientek DLRV1126

[PATCH] ARM: dts: allwinner: sun8i-h3: Correct indentation
 2026-07-06 16:51 UTC  (2+ messages)

[PATCH] drm/sun4i: Remove dependency on DRM simple helpers
 2026-07-06 16:50 UTC  (2+ messages)

[PATCH v4 0/9] clk: sun6i-rtc: Add support for Allwinner A733 SoC
 2026-07-06 16:47 UTC  (6+ messages)
` [PATCH v4 8/9] clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate
` [PATCH v4 9/9] clk: sunxi-ng: sun6i-rtc: add a733 support
` (subset) [PATCH v4 0/9] clk: sun6i-rtc: Add support for Allwinner A733 SoC

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-07-06 16:43 UTC  (3+ messages)
` [PATCH v14 26/44] arm64: RMI: Allow populating initial contents

[PATCH v5] net: gro: fix double aggregation of flush-marked skbs
 2026-07-06 16:36 UTC  (2+ messages)

[PATCH v3 1/4] arm64: dts: imx8mp-evk: add typec node
 2026-07-06 16:25 UTC  (2+ messages)

[PATCH v3 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
 2026-07-06 16:19 UTC  (2+ messages)

[PATCH] net: stmmac: Avoid freeing and re-requesting IRQ during XDP set prog
 2026-07-06 16:17 UTC 

[PATCH v4 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-07-06 16:06 UTC  (4+ messages)
` [PATCH v4 1/3] x86,fs/resctrl: Add resctrl_arch_preconvert_bw()
` [PATCH v4 2/3] arm_mpam: resctrl: Add pass-through resctrl_arch_preconvert_bw()
` [PATCH v4 3/3] fs/resctrl: Factor MBA parse-time conversion to be per-arch

[PATCH v12 0/6] gpio: siul2-s32g2: add initial GPIO driver
 2026-07-06 16:02 UTC  (2+ messages)
` (subset) "

[PATCH v3 00/13] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-06 16:00 UTC  (7+ messages)
` [PATCH v3 06/13] usb: hub: Pass |struct usb_port*| to usb_port_is_power_on()

[PATCH v1] PCI: imx6: Update MPLLB bandwidth for i.MX95 PCIe Gen3 stability
 2026-07-06 16:00 UTC  (2+ messages)

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-06 15:57 UTC  (3+ messages)

[PATCH] media: rockchip: rga: quiesce IRQ before releasing m2m state
 2026-07-06 15:57 UTC  (4+ messages)

[PATCH] clk: imx: imx8qxp-lpcg: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:50 UTC  (3+ messages)

[PATCH v3 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-07-06 15:49 UTC  (3+ messages)

[PATCH v1] PCI: imx6: Add runtime PM support for i.MX95
 2026-07-06 15:48 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-ma35d1: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:47 UTC  (2+ messages)

[PATCH net v4] net: airoha: fix MIB stats collection to be lossless
 2026-07-06 15:47 UTC 

[PATCH] dt-bindings: mmc: mtk-sd: Document extra clocks for MT8189
 2026-07-06 15:47 UTC  (2+ messages)

[PATCH v5 0/2] dt-bindings: mmc: st,sdhci: convert STMicroelectronics SDHCI-ST MMC/SD Controller controller binding to YAML
 2026-07-06 15:47 UTC  (2+ messages)

[PATCH] ARM: PXA: remove remnants of PXA93x support
 2026-07-06 15:46 UTC  (2+ messages)

[PATCH] mmc: cqhci: Remove unused intmask parameter from cqhci_irq()
 2026-07-06 15:46 UTC  (2+ messages)

[PATCH] clk: mediatek: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-06 15:37 UTC  (2+ messages)

[PATCH] clk: imx: imx8qxp: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:36 UTC  (2+ messages)

[PATCH] clk: mediatek: mt6735-vencsys: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:35 UTC  (2+ messages)

[PATCH] clk: mediatek: mt6735-vdecsys: add missing MODULE_DEVICE_TABLE()
 2026-07-06 15:35 UTC  (2+ messages)

Question about the "TLBs and I-cache are private to each vCPU" guarantee with VTTBR_EL2.CnP
 2026-07-06 15:33 UTC  (9+ messages)

[REGRESSION] Raspberry Pi 5 (BCM2712) hangs at boot since d87773de9efe (arm_arch_timer: default to EL2 virtual timer under VHE)
 2026-07-06 15:31 UTC  (4+ messages)

[PATCH v6 0/3] Add support for Variscite DART-MX8M-PLUS and Sonata board
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH v5 0/3] Add support for Variscite DART-MX8M-PLUS and Sonata board
 2026-07-06 15:27 UTC  (2+ messages)

[PATCH 0/4] pmdomains: Fixes and add support for HFRP Direct
 2026-07-06 15:21 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: power: mediatek: Add support for MT8196 direct HFRP
` [PATCH 2/4] pmdomain: mediatek: Respect PD relationships during error cleanup
` [PATCH 3/4] pmdomain: mediatek: Add support for Direct CTL simple power sequence
` [PATCH 4/4] pmdomain: mediatek: Add support for MT8196 HFRP DirectCTL domains

[PATCH v7 0/6] Switch Arm SMCCC firmware services to an SMCCC bus
 2026-07-06 15:09 UTC  (5+ messages)
` [PATCH v7 1/6] firmware: smccc: Add an Arm "

[RFC PATCH 00/13] Enable LPAC on a7xx series GPUs
 2026-07-06 15:04 UTC  (6+ messages)
` [PATCH RFC 01/13] iommu: arm-smmu-qcom: Configure lpac device with split address space
` [PATCH RFC 03/13] drm/msm: look for lpac from dts

[PATCH 1/4] crypto: atmel-tdes - simplify fast path in crypt_start
 2026-07-06 15:04 UTC  (4+ messages)
` [PATCH 2/4] crypto: atmel-tdes - use __get_free_page in buff_init
` [PATCH 3/4] crypto: atmel-tdes - drop redundant return variable in crypt_pdc_stop
` [PATCH 4/4] crypto: atmel-tdes - drop redundant if check in crypt_dma_stop

[RFC] drm/imx: upstream direction for i.MX95 display support
 2026-07-06 15:01 UTC  (6+ messages)

[PATCH] soc: imx9: devm_kasprintf error handling
 2026-07-06 15:01 UTC 

[PATCH] drivers/perf: thunderx2_pmu: add error handling
 2026-07-06 14:59 UTC 

[PATCH v2] soc: ti: knav_qmss: remove debugfs file on teardown
 2026-07-06 14:47 UTC 

[PATCH v5 00/10] coco: guest: Enforce host page-size alignment for shared buffers
 2026-07-06 14:44 UTC  (5+ messages)
` [PATCH v5 02/10] irqchip/gic-v3-its: Align shared ITS allocations to the CoCo shared granule size

[PATCH v2 1/2] arm64: dts: ti: k3-am642-tqma64xxl: add ospi0 vcc-supply
 2026-07-06 14:43 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: ti: k3-am642-tqma64xxl-mbax4xxl: add icssg1 ti,pa-stats

[PATCH V5 0/7]PCI: imx6: Integrate pwrctrl API and update device trees
 2026-07-06 14:42 UTC  (3+ messages)
` (subset) "

[PATCH wireless-next] wifi: mt76: fix MAC address for non OF pcie cards
 2026-07-06 14:40 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: imx95-var-dart: wm8904: Add INL1 as DMICDAT1
 2026-07-06 14:35 UTC  (2+ messages)

[PATCH v2 0/8] Arm Live Firmware Activation (LFA) support
 2026-07-06 14:34 UTC  (4+ messages)
` [PATCH v2 6/8] firmware: smccc: lfa: Add auto_activate sysfs file

[PATCH v2 1/1] arm64: dts: freescale: imx95-var-dart: enable NETC block control
 2026-07-06 14:34 UTC  (2+ messages)

[RFC PATCH 0/6] arm64: mm: Introducing ROX CACHE to ARM64 systems with bbml2 no abort
 2026-07-06 14:33 UTC  (5+ messages)
` [RFC PATCH 6/6] arm64: mm: support PMD page coalescing in the linear map

[PATCH] ARM: dts: nxp: ls: Correct indentation
 2026-07-06 14:29 UTC  (2+ messages)

[PATCH] drm/imx: check parallel-display drm_bridge_attach
 2026-07-06 14:27 UTC 

[PATCH] iommu/arm-smmu-v3: Add HAFT support for SVA
 2026-07-06 14:13 UTC  (5+ messages)

[PATCH] thermal: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-06 14:11 UTC  (2+ messages)

[PATCH v1] PCI: imx6: Fix i.MX6Q/DL boot hang by separating PHY power and reference clock control
 2026-07-06 14:08 UTC  (2+ messages)

[PATCH v3 0/6] Fix incorrect access of hugetlb pte entries
 2026-07-06 14:04 UTC  (8+ messages)
` [PATCH v3 1/6] arm64: make huge_ptep_get handled unaligned addresses

[PATCH] drm/imx: Fix ipu_plane_duplicate_state() OOM handling
 2026-07-06 14:02 UTC 


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