Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 18:40:28 to 2026-05-20 23:38:22 UTC [more...]

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-20 23:37 UTC  (21+ messages)

[PATCH v3 0/3] Add RP1 PWM controller support
 2026-05-20 23:31 UTC  (3+ messages)

[PATCH] ARM: dts: BCM5301X: EA6500v2: fix USB3
 2026-05-20 23:27 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: R6300v2: fix USB3
 2026-05-20 23:26 UTC  (2+ messages)

[PATCH] ARM: dts: bcm958625-meraki-mx6x: move pinctrl conkfig to pwm
 2026-05-20 23:22 UTC  (2+ messages)

[PATCH 2/2] ASoC: mt8173-max98090: use standard callback to set jack
 2026-05-20 23:12 UTC  (2+ messages)

[PATCH v8 0/5] airoha: an7581: USB support
 2026-05-20 22:53 UTC  (3+ messages)
` [PATCH v8 3/5] clk: en7523: Add support for selecting the Serdes port in SCU

[PATCH v7 00/28] media: platform: rga: Add RGA3 support
 2026-05-20 22:44 UTC  (29+ messages)
` [PATCH v7 01/28] media: dt-bindings: media: rockchip-rga: add rockchip,rk3588-rga3
` [PATCH v7 02/28] media: v4l2-common: sort RGB formats in v4l2_format_info
` [PATCH v7 03/28] media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_info
` [PATCH v7 04/28] media: v4l2-common: add has_alpha "
` [PATCH v7 05/28] media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helper
` [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 v7 20/28] media: rockchip: rga: support external iommus
` [PATCH v7 21/28] media: rockchip: rga: share the interrupt when an external iommu is used
` [PATCH v7 22/28] media: rockchip: rga: remove size from rga_frame
` [PATCH v7 23/28] media: rockchip: rga: remove stride "
` [PATCH v7 24/28] media: rockchip: rga: move rga_fmt to rga-hw.h
` [PATCH v7 25/28] media: rockchip: rga: add feature flags
` [PATCH v7 26/28] media: rockchip: rga: disable multi-core support
` [PATCH v7 27/28] media: rockchip: rga: add rga3 support
` [PATCH v7 28/28] arm64: dts: rockchip: add rga3 dt nodes

[PATCH v5 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-20 22:35 UTC  (8+ messages)
` [PATCH v5 1/3] PCI: Add pci_ats_required() for CXL.cache capable devices
` [PATCH v5 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH net-next v2 0/2] Add ICSSG firmware stats related to HSR
 2026-05-20 22:33 UTC  (7+ messages)
` [PATCH net-next v2 2/2] net: ti: icssg: Add HSR and LRE PA statistics

[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
 2026-05-20 22:29 UTC  (5+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v7 2/2] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver

[PATCH] clk: moxart: fix refcount leak
 2026-05-20 22:29 UTC  (2+ messages)

[PATCH] clk: stm32: add missing bitfield.h header
 2026-05-20 22:10 UTC  (2+ messages)

[PATCH] KVM: arm64: Fix CONFIG_PKVM_DISABLE_STAGE2_ON_PANIC
 2026-05-20 22:08 UTC 

[PATCH] irqchip/exynos-combiner: switch to raw_spinlock
 2026-05-20 22:04 UTC 

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-20 22:00 UTC  (10+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH] arm64: dts: hisilicon: hi3660-hikey960: move role-switch endpoint into connector
 2026-05-20 21:53 UTC 

[PATCH v2 00/10] gpiolib: fence off legacy interfaces
 2026-05-20 21:46 UTC  (5+ messages)
` [PATCH 09/10] [v6 omap] ARM: dts: omap2: add stlc4560 spi-wireless node
` [PATCH 10/10] gpiolib: turn off legacy interface by default

[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-20 21:29 UTC  (15+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs

[PATCH] ARM: footbridge: remove redundant checks for CONFIG_NEW_LEDS
 2026-05-20 21:26 UTC 

[PATCH v4 0/5] arm_mpam: resctrl: Counter Assignment (ABMC)
 2026-05-20 21:24 UTC  (6+ messages)
` [PATCH v4 1/5] arm_mpam: resctrl: Pick classes for use as MBM counters
` [PATCH v4 2/5] arm_mpam: resctrl: Pre-allocate assignable monitors
` [PATCH v4 3/5] arm_mpam: resctrl: Add resctrl_arch_config_cntr() for ABMC use
` [PATCH v4 4/5] arm_mpam: resctrl: Add resctrl_arch_cntr_read() & resctrl_arch_reset_cntr()
` [PATCH v4 5/5] arm64: mpam: Add memory bandwidth usage (MBWU) documentation

[PATCH v4 0/2] media: nxp: imx8-isi: Add virtual channel and frame descriptor support
 2026-05-20 21:22 UTC  (5+ messages)
` [PATCH v4 1/2] media: nxp: imx8-isi: Add virtual channel support
` [PATCH v4 2/2] media: nxp: imx8-isi: Implement get_frame_desc for crossbar subdev

[GIT PULL] soc: fixes for 7.1
 2026-05-20 21:13 UTC 

[PATCH 0/6] firmware: samsung: acpm: TMU support and cleanups
 2026-05-20 21:01 UTC  (9+ messages)
` [PATCH 5/6] firmware: samsung: acpm: Add TMU protocol support

[PATCH] arm64/entry: Don't disable preemption in debug_exception_enter() with RT kernel
 2026-05-20 21:01 UTC  (3+ messages)

[PATCH v2 0/7] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-05-20 20:56 UTC  (4+ messages)
` [PATCH v2 4/7] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[PATCH v4 0/5] arm_ffa, KVM: Fix FF-A emad offset calculations
 2026-05-20 20:49 UTC  (6+ messages)
` [PATCH v4 1/5] optee: ffa: Add NULL check in optee_ffa_lend_protmem
` [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 v4 5/5] KVM: arm64: Validate the offset to the mem access descriptor

[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
 2026-05-20 20:46 UTC  (2+ messages)
` [PATCH 2/2] irqchip/gic-v3-its: Use GFP_ATOMIC_RT gfp flag in allocate_vpe_l1_table()

[PATCH v5 1/5] PCI: host-common: Add helper to determine host bridge D3cold eligibility
 2026-05-20 20:27 UTC  (2+ messages)

[PATCH v3 0/2] media: nxp: imx8-isi: Fix scaler rounding and downscaling limits
 2026-05-20 19:37 UTC  (3+ messages)
` [PATCH v3 2/2] media: nxp: imx8-isi: Fix scale factor calculation for hardware rounding

[GIT PULL] arm: zte: defconfig: zx297520v3 defconfig for 7.2
 2026-05-20 19:29 UTC  (2+ messages)

[PATCH v2 0/6] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
 2026-05-20 19:05 UTC  (2+ messages)

[PATCH v2 1/1] arm64: dts: imx8mq-evk: Enable MIPI CSI and dual OV5640 cameras
 2026-05-20 18:52 UTC  (4+ messages)


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