Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 18:01:14 to 2026-06-13 08:34:55 UTC [more...]

[PATCH v4 0/7] Add support for Baijie Helper A133 board
 2026-06-13  8:34 UTC  (8+ messages)
` [PATCH v4 1/7] arm64: defconfig: Enable Allwinner LRADC input driver
` [PATCH v4 5/7] arm64: dts: allwinner: a100: Add LRADC node
` [PATCH v4 6/7] arm64: dts: allwinner: a100: reserve RAM for ATF

[PATCH] net: airoha: Fix typos in comments and Kconfig
 2026-06-13  8:30 UTC  (2+ messages)

[PATCH] net: airoha: Fix non-standard return value in airoha_ppe_get_wdma_info()
 2026-06-13  8:27 UTC  (2+ messages)

[RFC PATCH v4 0/9] accel: rocket: Add RK3568 NPU support
 2026-06-13  8:18 UTC  (12+ messages)
` [RFC PATCH v4 1/9] accel: rocket: Introduce per-SoC rocket_soc_data
` [RFC PATCH v4 2/9] accel: rocket: Derive DMA width and core count from match data
` [RFC PATCH v4 3/9] accel: rocket: Add RK3568 SoC support
` [RFC PATCH v4 4/9] accel: rocket: Reset the NPU before detaching the IOMMU on timeout
` [RFC PATCH v4 5/9] accel: rocket: Keep the IOMMU domain attached across jobs
` [RFC PATCH v4 6/9] dt-bindings: npu: rockchip,rk3588-rknn-core: Add RK3568
` [RFC PATCH v4 7/9] arm64: dts: rockchip: rk356x: Add the NPU and its IOMMU
` [RFC PATCH v4 8/9] arm64: dts: rockchip: rk3568-rock-3b: Enable the NPU
` [RFC PATCH v4 9/9] pmdomain: rockchip: Add a regulator to the RK3568 NPU power domain

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

[PATCH v2 02/11] iio: adc: change from %ld to %pe for PTR_ERR() printing
 2026-06-13  8:06 UTC  (2+ messages)

[PATCH] drm/sun4i: fix refcount leak in sun4i_backend_init_sat()
 2026-06-13  7:50 UTC  (2+ messages)

[PATCH net-next v8 0/6] net: stmmac: eic7700: add eth1 variant support and update delay bindings
 2026-06-13  7:48 UTC  (4+ messages)
` [PATCH net-next v8 3/6] net: stmmac: eic7700: make RGMII delay properties optional

[PATCH] dmaengine: sun6i-dma: Fix use-after-free in error handling paths
 2026-06-13  7:46 UTC  (2+ messages)

[PATCH v3 0/2] dt-bindings: mmc: st,sdhci: convert STMicroelectronics SDHCI-ST MMC/SD Controller controller binding to YAML
 2026-06-13  7:09 UTC  (3+ messages)

[PATCH v6 0/7] Add support for MT6392 PMIC
 2026-06-13  6:46 UTC  (9+ messages)
` [PATCH v6 1/7] dt-bindings: mfd: mt6397: Add "
` [PATCH v6 2/7] dt-bindings: input: mtk-pmic-keys: Add MT6392 PMIC keys
` [PATCH v6 3/7] mfd: mt6397: Use MFD_CELL_* to describe sub-devices
` [PATCH v6 4/7] mfd: mt6397: Add support for MT6392 PMIC
` [PATCH v6 5/7] input: keyboard: mtk-pmic-keys: Add MT6392 support
` [PATCH v6 6/7] pinctrl: mediatek: mt6397: Add MediaTek MT6392
` [PATCH v6 7/7] arm64: dts: mediatek: Add MediaTek MT6392 PMIC dtsi

[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  (35+ messages)
` [PATCH v4 01/31] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v4 02/31] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v4 03/31] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v4 04/31] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v4 05/31] uapi: Add ARM SCMI definitions
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v4 07/31] include: trace: Add Telemetry trace events
` [PATCH v4 08/31] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v4 09/31] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v4 10/31] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v4 11/31] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v4 12/31] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v4 13/31] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v4 14/31] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v4 15/31] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v4 16/31] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v4 17/31] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v4 18/31] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v4 19/31] firmware: arm_scmi: stlmfs: Add System Telemetry filesystem driver
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 21/31] firmware: arm_scmi: stlmfs: Add basic mount options
` [PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS "
` [PATCH v4 23/31] firmware: arm_scmi: stlmfs: Add ioctls support
` [PATCH v4 24/31] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v4 25/31] firmware: arm_scmi: stlmfs: Add by-components view
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[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 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  (16+ messages)
` [PATCH v7 02/30] drm/connector: Add HDMI 2.0 scrambler infrastructure
` [PATCH v7 04/30] drm/display: scdc_helper: Add HDMI 2.0 scrambling management helpers
` [PATCH v7 05/30] drm/display: hdmi_state_helper: Add ctx-aware hotplug helper for SCDC sync
` [PATCH v7 11/30] drm/display: bridge_connector: Wire up HDMI 2.0 scrambler callbacks
` [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 always-true condition in PPE1 queue reservation loop
 2026-06-13  0:23 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 "

[PATCH 0/4] arm64: cross-CPU NMI via SDEI
 2026-06-12 23:44 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] arm64: escalate smp_send_stop() to an SDEI NMI as a last resort

[PATCH 2/2] arm64: tlbflush: Reset active_cpu on ASID rollover
 2026-06-12 23:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-06-12 23:07 UTC  (5+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO

[GIT PULL] Qualcomm clock updates for v7.2
 2026-06-12 22:48 UTC 

[PATCH] pinctrl: Match DT helper types
 2026-06-12 22:22 UTC  (2+ messages)

[PATCH v2] spi: xilinx: use FIFO occupancy register to determine buffer size
 2026-06-12 13:21 UTC 

[PATCH] ASoC: meson: axg-tdm-formatter: Use guard() for mutex locks
 2026-06-11 19:42 UTC  (2+ messages)

[PATCH 00/10] ASoC: mediatek: Use guard() for mutex & spin locks
 2026-06-11 19:59 UTC  (2+ messages)

[PATCH 0/3] ASoC: use scoped OF node handling in manual cleanup paths
 2026-06-12 15:14 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: rockchip: Use guard() for spin locks
 2026-06-11 19:53 UTC  (2+ messages)

[PATCH v2 0/5] ASoC: rockchip: Reorder clock enable sequence
 2026-06-11 19:49 UTC  (2+ messages)

[soc:for-next] BUILD SUCCESS f9c349592b74e96cecadd7d427f0b3dd6320d489
 2026-06-12 22:08 UTC 

[PATCH v6 0/7] mfd: macsmc: add rtc, hwmon and hid subdevices
 2026-06-12 22:07 UTC  (3+ messages)
` [PATCH v6 1/7] dt-bindings: hwmon: Add Apple System Management Controller hwmon schema

[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
 2026-06-12 22:05 UTC  (2+ messages)

[PATCH v2 phy-next 0/8] RCW override for 10G Lynx dynamic protocol reconfiguration
 2026-06-12 21:08 UTC  (9+ messages)
` [PATCH v2 phy-next 1/8] soc: fsl: guts: use a macro to encode the DCFG CCSR space
` [PATCH v2 phy-next 2/8] soc: fsl: guts: add a global structure to hold state
` [PATCH v2 phy-next 3/8] soc: fsl: guts: add a central fsl_guts_read() function
` [PATCH v2 phy-next 4/8] soc: fsl: guts: make it easier to determine on which SoC we are running
` [PATCH v2 phy-next 5/8] soc: fsl: guts: make fsl_soc_data available after fsl_guts_init()
` [PATCH v2 phy-next 6/8] dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR region
` [PATCH v2 phy-next 7/8] soc: fsl: guts: implement the RCW override procedure
` [PATCH v2 phy-next 8/8] phy: lynx-10g: use RCW override procedure for dynamic protocol change

[PATCH] clk: at91: Read "reg" with helper
 2026-06-12 21:52 UTC 

[PATCH] dmaengine: xilinx: Treat "xlnx,flush-fsync" as a flag
 2026-06-12 21:52 UTC 

[PATCH] dt-bindings: dma: xilinx: Fix "xlnx,irq-delay" type
 2026-06-12 21:52 UTC 

[PATCH] iio: stm32-dfsdm: Treat flags as booleans
 2026-06-12 21:51 UTC 

[PATCH] ASoC: Match DT helper types
 2026-06-12 21:49 UTC 

[PATCH 00/11] ASoC: fsl: Use guard() for mutex & spin locks
 2026-06-12 21:42 UTC  (4+ messages)
` [PATCH 11/11] ASoC: fsl: mpc5200_psc_ac97: Use guard() for mutex locks

[soc:soc/defconfig] BUILD SUCCESS cccde8de2c72068051ff8351ae6f1e2a12718aa0
 2026-06-12 21:31 UTC 

[RFC PATCH v3 0/9] accel: rocket: Add RK3568 NPU support
 2026-06-12 21:15 UTC  (11+ messages)

[soc:bst/defconfig] BUILD SUCCESS 22ca5df7c9d25077e44e33fb5751583aa79ee21a
 2026-06-12 21:16 UTC 

[soc:bst/dt] BUILD SUCCESS 6191a61ec9d9d8f1d1d1d6bfcb6d303be76c2804
 2026-06-12 21:15 UTC 

[PATCH v1 phy-next 0/8] RCW override for 10G Lynx dynamic protocol reconfiguration
 2026-06-12 20:25 UTC  (7+ messages)
` [PATCH v1 phy-next 6/8] dt-bindings: fsl: layerscape-dcfg: define DCFG_DCSR region
` [PATCH v1 phy-next 7/8] soc: fsl: guts: implement the RCW override procedure

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-06-12 19:29 UTC  (22+ messages)
` [PATCH 01/21] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH 02/21] KVM: arm64: Reorganize PMU includes
` [PATCH 03/21] KVM: arm64: Reorganize PMU functions
` [PATCH 04/21] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH 05/21] perf: arm_pmuv3: Check cntr_mask before using pmccntr
` [PATCH 06/21] perf: arm_pmuv3: Allocate counter indices from high to low
` [PATCH 07/21] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH 08/21] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH 09/21] KVM: arm64: Add Partitioned PMU register trap handlers
` [PATCH 10/21] KVM: arm64: Set up MDCR_EL2 to handle a Partitioned PMU
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH 12/21] KVM: arm64: Enforce PMU event filter at vcpu_load()
` [PATCH 13/21] perf: Add perf_pmu_resched_update()
` [PATCH 14/21] KVM: arm64: Apply dynamic guest counter reservations
` [PATCH 15/21] KVM: arm64: Implement lazy PMU context swaps
` [PATCH 16/21] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
` [PATCH 17/21] KVM: arm64: Detect overflows for the Partitioned PMU
` [PATCH 18/21] KVM: arm64: Add vCPU device attr to partition the PMU
` [PATCH 19/21] KVM: selftests: Add find_bit to KVM library
` [PATCH 20/21] KVM: arm64: selftests: Add test case for Partitioned PMU
` [PATCH 21/21] KVM: arm64: selftests: Relax testing for exceptions when partitioned

[PATCH net-next 0/3] Introduce HSR/PRP HW offload support for PRU-ICSSM Ethernet driver
 2026-06-12 20:01 UTC  (2+ messages)

[PATCH v2] power: supply: macsmc: Support macOS 27 SMC firmware
 2026-06-12 19:56 UTC  (5+ messages)

[PATCH] wifi: mt76: fix airoha_npu dependency tracking
 2026-06-12 19:43 UTC  (2+ messages)

[PATCH v5 0/3] Add RP1 PWM controller support
 2026-06-12 15:24 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: pwm: Add Raspberry Pi RP1 PWM controller

[PATCH] v2 Documentation: arch: fix brackets
 2026-06-12 19:17 UTC  (2+ messages)

[PATCH net 0/2] net/stmmac: Fixes for maximum TX/RX queues to use by driver
 2026-06-12 19:14 UTC  (2+ messages)

[PATCH v1 0/4] iommufd: Cache invalidation hardening and SMMUv3 batching rework
 2026-06-12 19:11 UTC  (4+ messages)
` [PATCH v1 4/4] iommu/arm-smmu-v3: Process vIOMMU invalidations in batches

[PATCH v4] soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read
 2026-06-12 19:07 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v4 0/8] drm: handle IRQ_HPD events correctly
 2026-06-12 18:53 UTC  (4+ messages)
` [PATCH v4 1/8] drm/connector: report out-of-band IRQ_HPD events

[PATCH v3 00/10] Synopsys DisplayPort Controller improvements for Rockchip platforms
 2026-06-12 18:00 UTC  (9+ messages)
` [PATCH v3 02/10] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v3 04/10] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v3 05/10] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v3 06/10] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v3 07/10] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v3 08/10] drm/rockchip: dw_dp: Add runtime "
` [PATCH RFC v3 09/10] dt-bindings: display: rockchip: dw-dp: fix sound DAI cells
` [PATCH v3 10/10] drm/bridge: synopsys: dw-dp: Add audio support


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