Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-13 00:17:06 to 2026-06-13 06:07:21 UTC [more...]

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-13  6:06 UTC  (5+ messages)
` [RFC PATCH 2/2] kasan: hw_tags: Add boot option to elide free time poisoning

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-13  5:35 UTC  (6+ messages)
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI

[PATCH v2 0/2] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
 2026-06-13  5:19 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: exynos990: Add CLK_GOUT_PERIS_TMU_SUB_PCLK
` [PATCH v2 2/2] clk: samsung: exynos990: Fix PERIS gate clock parents

[PATCH] net: correcting section tags for .init and .exit data/functions
 2026-06-13  4:57 UTC  (3+ messages)

[PATCH v2 0/7] Add CAMSS and IMX577 sensor support for Shikra EVK
 2026-06-13  4:46 UTC  (7+ messages)
` [PATCH v2 3/7] arm64: dts: qcom: shikra: Add CAMSS node
` [PATCH v2 6/7] arm64: dts: qcom: shikra-cqm-cqs-evk-imx577-camera: Add DT overlay

[PATCH v8 next 04/10] arm_mpam: Refactor rmid to reqPARTID/PMG mapping
 2026-06-13  2:57 UTC  (2+ messages)
` [PATCH v8 next 04/10 Resend] "

[PATCH v7 00/30] Add HDMI 2.0 support to DW HDMI QP TX
 2026-06-13  1:30 UTC  (7+ messages)
` [PATCH v7 04/30] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v7 25/30] drm/vc4: hdmi: Convert to common HDMI 2.0 SCDC scrambling helpers

[PATCH net-next v2 0/8] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-06-13  1:11 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: dsa: mt7530: move MDIO bus locking into regmap
` [PATCH net-next v2 2/8] net: dsa: mt7530: fold mt7530_mii_write/read into mt7530_write/read
` [PATCH net-next v2 3/8] net: dsa: mt7530: replace mt7530_write with regmap_write
` [PATCH net-next v2 4/8] net: dsa: mt7530: replace mt7530_rmw/set/clear with regmap API
` [PATCH net-next v2 5/8] net: dsa: mt7530: replace mt7530_read with regmap_read
` [PATCH net-next v2 6/8] net: dsa: mt7530: convert to use field accessor macros
` [PATCH net-next v2 7/8] net: dsa: mt7530: implement port_fast_age
` [PATCH net-next v2 8/8] net: dsa: mt7530: implement port_change_conduit op

[PATCH 0/2] iio: adc: Initialize completions before requesting IRQs
 2026-06-13  0:58 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: lpc32xx: Initialize completion before requesting IRQ
` [PATCH 2/2] iio: adc: spear: "

[PATCH] net: airoha: Fix typos in comments and Kconfig
 2026-06-13  0:41 UTC 

[PATCH] net: airoha: Fix always-true condition in PPE1 queue reservation loop
 2026-06-13  0:23 UTC 

[PATCH] net: airoha: Fix non-standard return value in airoha_ppe_get_wdma_info()
 2026-06-13  0:22 UTC 

[soc:soc/dt] BUILD SUCCESS 9e84fd546dc3f9f97bfbf2717c2d71d878a4f46f
 2026-06-13  0:24 UTC 

[PATCH v7 00/20] KVM: selftests: Add eventfd+VFIO IRQ test
 2026-06-13  0:20 UTC  (21+ messages)
` [PATCH v7 01/20] KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
` [PATCH v7 02/20] KVM: selftests: Add macros to read/write+sync to/from guest memory
` [PATCH v7 03/20] KVM: selftests: Rename guest_rng to kvm_rng
` [PATCH v7 04/20] KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
` [PATCH v7 05/20] KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
` [PATCH v7 06/20] KVM: selftests: Add helper to generate random u64 in range [min,max]
` [PATCH v7 07/20] KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
` [PATCH v7 08/20] KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
` [PATCH v7 09/20] KVM: selftests: Add VFIO device support to eventfd IRQ test
` [PATCH v7 10/20] KVM: selftests: Add a helper to set proc IRQ affinity for "
` [PATCH v7 11/20] KVM: selftests: Verify interrupts are received when IRQ affinity changes in "
` [PATCH v7 12/20] KVM: selftests: Add option to set empty routing between IRQs in eventfd "
` [PATCH v7 13/20] KVM: selftests: Make number of IRQs configurable in "
` [PATCH v7 14/20] KVM: selftests: Verify non-postable IRQ remapping "
` [PATCH v7 15/20] KVM: selftests: Add kvm_gettid() wrapper and convert users
` [PATCH v7 16/20] KVM: selftests: Add kvm_sched_getaffinity() "
` [PATCH v7 17/20] KVM: selftests: Add a utility to pin a task to a random CPU, given a CPU set
` [PATCH v7 18/20] KVM: selftests: Verify vCPU migration during IRQ delivery in IRQ test
` [PATCH v7 19/20] KVM: selftests: Make number of vCPUs configurable "
` [PATCH v7 20/20] KVM: selftests: Add xAPIC support in eventfd "


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