linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 22:35:54 to 2025-08-22 05:19:12 UTC [more...]

[PATCH v3 00/31] media: add imx93 mipi/controller csi support
 2025-08-21 20:16 UTC  (27+ messages)
` [PATCH v3 01/31] dt-bindings: media: add DW MIPI CSI-2 Host support
` [PATCH v3 02/31] media: v4l2-common: Add helper function v4l_get_required_align_by_bpp()
` [PATCH v3 03/31] media: v4l2-common: Add helper function media_bus_fmt_to_csi2_(bpp|dt)()
` [PATCH v3 04/31] media: staging: media: imx6-mipi-csi2: replace space with tab for alignment
` [PATCH v3 05/31] media: staging: media: imx6-mipi-csi2: use devm_add_action_or_reset() to simplify code
` [PATCH v3 06/31] media: staging: media: imx6-mipi-csi2: use devm_clk_bulk_get_all() to fetch clocks
` [PATCH v3 07/31] media: staging: media: imx6-mipi-csi2: use devm_mutex_init() to simplify code
` [PATCH v3 08/31] media: staging: media: imx6-mipi-csi2: use guard() "
` [PATCH v3 09/31] media: staging: media: imx6-mipi-csi2: use register structure to match hardware
` [PATCH v3 11/31] media: staging: media: imx6-mipi-csi2: move probe part to imx6-csi2.c
` [PATCH v3 12/31] media: staging: media: imx6-mipi-csi2: move sd imx6's specific initialization into imx6-sci2.c
` [PATCH v3 17/31] media: synopsys: move imx6-mipi-csi2.c to synopsys/mipi-csi2.c
` [PATCH v3 18/31] media: synopsys: csi2: Remove deprecated s_stream and use v4l2_subdev_pad_ops
` [PATCH v3 19/31] media: synopsys: csi2: Add phy interface support
` [PATCH v3 20/31] media: synopsys: csi2: Add basic v150* version register
` [PATCH v3 21/31] media: synopsys: csi2: Add irq support to record error count
` [PATCH v3 22/31] media: synopsys: csi2: Handle alignment requirement for width
` [PATCH v3 23/31] media: synopsys: csi2: Add register prefix to register field definitions
` [PATCH v3 24/31] media: synopsys: csi2: Add need_dphy_reset in config
` [PATCH v3 25/31] media: synopsys: csi2: Add default simple dw_csi2_subdev_init_state
` [PATCH v3 26/31] media: synopsys: csi2: Add v150 lane stop state register bit define
` [PATCH v3 27/31] media: synopsys: csi2: use standard v4l2_subdev_get_fmt() function
` [PATCH v3 28/31] media: synopsys: csi2: Add customize get_frame_desc() callback
` [PATCH v3 29/31] media: synopsys: csi2: Add Image Pixel Interface (IPI) support for v150
` [PATCH v3 30/31] media: synopsys: csi2: Remove source pad connected check at dw_csi2_enable_streams()
` [PATCH v3 31/31] media: synopsys: csi2: Add simple synopsys platform driver

[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
 2025-08-21 21:45 UTC  (36+ messages)
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
  ` [PATCH RFC 31/35] crypto: remove nth_page() usage within SG entry

[PATCH] clk: meson-g12a: fix bit range for fixed sys and hifi pll
 2025-08-21 22:21 UTC  (3+ messages)

[PATCH RFC 00/22] Apple Silicon USB3 support
 2025-08-21 23:25 UTC  (28+ messages)
` [PATCH RFC 01/22] dt-bindings: usb: snps,dwc3: Allow multiple iommus
` [PATCH RFC 02/22] dt-bindings: usb: Add Apple dwc3
` [PATCH RFC 03/22] dt-bindings: phy: Add Apple Type-C PHY
` [PATCH RFC 04/22] usb: dwc3: apple: Reset dwc3 during role switches
` [PATCH RFC 05/22] usb: dwc3: apple: Do not use host-vbus-glitches workaround
` [PATCH RFC 06/22] usb: dwc3: apple: Use synchronous role switch for apple
` [PATCH RFC 07/22] usb: dwc3: apple: Adjust vendor-specific registers during init
` [PATCH RFC 08/22] usb: typec: tipd: Clear interrupts first
` [PATCH RFC 09/22] usb: typec: tipd: Move initial irq mask to tipd_data
` [PATCH RFC 10/22] usb: typec: tipd: Move switch_power_state "
` [PATCH RFC 11/22] usb: typec: tipd: Trace data status for CD321x correctly
` [PATCH RFC 12/22] usb: typec: tipd: Add cd321x struct with separate size
` [PATCH RFC 13/22] usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321x
` [PATCH RFC 14/22] usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes "
` [PATCH RFC 15/22] usb: typec: tipd: Update partner identity when power status was updated
` [PATCH RFC 16/22] usb: typec: tipd: Use read_power_status function in probe
` [PATCH RFC 17/22] usb: typec: tipd: Read data status in probe and cache its value
` [PATCH RFC 18/22] usb: typec: mux: Introduce data_role to mux state
` [PATCH RFC 19/22] usb: typec: tipd: Handle mode transitions for CD321x
` [PATCH RFC 20/22] soc: apple: Add hardware tunable support
` [PATCH RFC 21/22] phy: apple: Add Apple Type-C PHY
` [PATCH RFC 22/22] arm64: dts: apple: t8103: Add Apple Type-C PHY and dwc3 nodes

[PATCH v15 0/6] KVM: arm64: Provide guest support for GCS
 2025-08-21 21:25 UTC  (7+ messages)
` [PATCH v15 3/6] KVM: arm64: Forward GCS exceptions to nested guests
` [PATCH v15 4/6] KVM: arm64: Set PSTATE.EXLOCK when entering an exception

[PATCH v3 0/1] rockchip: Add power controller support for RK3528
 2025-08-21 21:18 UTC  (2+ messages)
` [PATCH v3 1/1] arm64: dts: rockchip: Enable more power domains "

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-21 21:15 UTC  (3+ messages)
` [PATCH v2 03/12] ARM: Clean up definition of ARM_HAS_GROUP_RELOCS
` [PATCH v2 04/12] arm64: Remove tautological LLVM Kconfig conditions

[PATCH v2] ARM64: dts: mcbin: fix SATA ports on Macchiatobin
 2025-08-21 20:11 UTC  (6+ messages)

[RFC PATCH 00/16] KVM: arm64: Add "struct kvm_page_fault"
 2025-08-21 22:31 UTC  (16+ messages)
` [RFC PATCH 01/16] KVM: arm64: Drop nested "esr" to eliminate variable shadowing
` [RFC PATCH 02/16] KVM: arm64: Get iabt status on-demand
` [RFC PATCH 03/16] KVM: arm64: Move SRCU-protected region of kvm_handle_guest_abort() to helper
` [RFC PATCH 05/16] KVM: arm64: Introduce "struct kvm_page_fault" for tracking abort state
` [RFC PATCH 06/16] KVM: arm64: Pass kvm_page_fault pointer to transparent_hugepage_adjust()
` [RFC PATCH 07/16] KVM: arm64: Pass @fault to fault_supports_stage2_huge_mapping()
` [RFC PATCH 08/16] KVM: arm64: Add helper to get permission fault granule from ESR
` [RFC PATCH 09/16] KVM: arm64: Track perm fault granule in "struct kvm_page_fault"
` [RFC PATCH 10/16] KVM: arm64: Drop local vfio_allow_any_uc, use vm_flags snapshot
` [RFC PATCH 11/16] KVM: arm64: Drop local mte_allowed, "
` [RFC PATCH 12/16] KVM: arm64: Move VMA-related information into "struct kvm_page_fault"
` [RFC PATCH 13/16] KVM: arm64: Stash "mmu_seq" in "
` [RFC PATCH 14/16] KVM: arm64: Track "forced" information "
` [RFC PATCH 16/16] KVM: arm64: Don't bother nullifying "vma" in mem abort path

[PATCH] pinctrl: meson-gxl: add missing i2c_d pinmux
 2025-08-21 23:33 UTC 

[PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs
 2025-08-21 23:17 UTC  (3+ messages)

[PATCH 02/21] clk: remove unneeded 'fast_io' parameter in regmap_config
 2025-08-21 21:46 UTC  (2+ messages)

[PATCH 0/7] iio: Remove dev_err_probe() if error is -ENOMEM
 2025-08-21 20:31 UTC  (3+ messages)
` [PATCH 2/7] iio: adc: "

[PATCH] arm64: dts: axiado: Add missing UART aliases
 2025-08-21 20:07 UTC 

[PATCH v2 00/12] media: imx-mipi-csis: Cleanups and debugging improvements
 2025-08-21 18:44 UTC  (18+ messages)
` [PATCH v2 02/12] media: imx-mipi-csis: Simplify access to source pad
` [PATCH v2 04/12] media: imx-mipi-csis: Shorten name of subdev state variables
` [PATCH v2 05/12] media: imx-mipi-csis: Rename register macros to match reference manual
` [PATCH v2 07/12] media: imx-mipi-csis: Log per-lane start of transmission errors
` [PATCH v2 11/12] media: imx-mipi-csis: Initial support for multiple output channels
` [PATCH v2 12/12] arm64: dts: imx8mp: Specify the number of channels for CSI-2 receivers

[PATCH 00/16] Add support for the Axis ARTPEC-8 SoC
 2025-08-21 16:50 UTC  (4+ messages)
  ` [PATCH v2 00/10] "
    ` [PATCH v2 05/10] pinctrl: samsung: Add ARTPEC-8 SoC specific configuration

[PATCH 00/16] gpio: Use modern PM macros
 2025-08-21 19:32 UTC  (7+ messages)
` [PATCH 01/16] gpio: dwapb: "

[PATCH 0/2] kselftest/arm64/gcs: Cleanups for basic-gcs.c
 2025-08-21 17:24 UTC  (5+ messages)
` [PATCH 1/2] kselftest/arm64/gcs: Correctly check return value when disabling GCS
` [PATCH 2/2] kselftest/arm64/gcs: Use nolibc's getauxval()

[PATCH v8 0/8] arm64: entry: Convert to generic irq entry
 2025-08-21 16:25 UTC  (5+ messages)
` [PATCH v8 5/8] entry: Add arch_irqentry_exit_need_resched() for arm64
` [PATCH v8 6/8] arm64: entry: Refactor preempt_schedule_irq() check code

[PATCH] dt-bindings: arm: Add Cortex-A320/A520AE/A720AE cores and PMU
 2025-08-21 19:07 UTC 

[PATCH 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2025-08-21 18:51 UTC  (4+ messages)
` [PATCH 2/4] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode

[PATCH 0/3] arm64: uapi: Provide correct __BITS_PER_LONG for the compat vDSO
 2025-08-21 17:33 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH v3 0/4] ASoC: fsl: fsl_qmc_audio: Reduce amount of interrupts
 2025-08-21 16:23 UTC  (5+ messages)
` [PATCH v3 1/4] soc: fsl: qmc: Only set completion interrupt when needed
` [PATCH v3 2/4] ASoc: fsl: fsl_qmc_audio: Ensure audio channels are ordered in TDM bus

[PATCH 2/2] clocksource/drivers: Add ARM SSE(Subsystems for Embedded) Timer driver
 2025-08-21 15:55 UTC  (2+ messages)
  ` [PATCH 1/2] dt-bindings: timer: Add ARM SSE(Subsystems for Embedded) timer

[PATCH v3 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-21 15:56 UTC  (10+ messages)
` [PATCH v3 1/9] dt-bindings: mailbox: apple,mailbox: Add ASC mailboxes on Apple A11 and T2
` [PATCH v3 2/9] soc: apple: mailbox: Add Apple A11 and T2 mailbox support
` [PATCH v3 3/9] dt-bindings: iommu: apple,sart: Add Apple A11
` [PATCH v3 4/9] soc: apple: sart: Make allow flags SART version dependent
` [PATCH v3 5/9] soc: apple: sart: Add SARTv0 support
` [PATCH v3 6/9] dt-bindings: nvme: apple,nvme-ans: Add Apple A11
` [PATCH v3 7/9] nvme: apple: Add Apple A11 support
` [PATCH v3 8/9] arm64: dts: apple: t8015: Fix PCIE power domains dependencies
` [PATCH v3 9/9] arm64: dts: apple: t8015: Add NVMe nodes

[PATCH v3 0/5] Disable ATS via iommu during PCI resets
 2025-08-21 18:37 UTC  (11+ messages)
` [PATCH v3 3/5] iommu: Add iommu_get_domain_for_dev_locked() helper

[PATCH 0/3] exynos-acpm: add DVFS protocol and clock driver
 2025-08-21 18:34 UTC  (3+ messages)
` [PATCH 3/3] clk: samsung: add Exynos ACPM "

[RFC PATCH 0/9] pinctrl: sunxi: Allwinner A733 support
 2025-08-21 18:14 UTC  (3+ messages)
` [RFC PATCH 7/9] dt-bindings: pinctrl: add compatible for Allwinner A733

[PATCH 0/2] Add NVIDIA VR144NVL board
 2025-08-21 18:12 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: arm: aspeed: "
` [PATCH 2/2] ARM: dts: "

[PATCH v4 0/5] Introduce ASPEED AST2700 BMC SoC
 2025-08-21 18:09 UTC  (3+ messages)
` [PATCH v4 1/5] dt-bindings: arm: aspeed: Add AST2700 board compatible

[PATCH v1 0/2] Add support for 100ASK DShanPi A1
 2025-08-21 18:07 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: rockchip: Add "

[PATCH] ASoC: dt-bindings: Minor whitespace cleanup in example
 2025-08-21 18:03 UTC  (2+ messages)

[PATCH 0/7] tools/nolibc: reduce __nolibc_enosys() fallbacks
 2025-08-21 17:41 UTC  (8+ messages)
` [PATCH 1/7] tools/nolibc: remove __nolibc_enosys() fallback from time64-related functions
` [PATCH 2/7] tools/nolibc: remove __nolibc_enosys() fallback from *at() functions
` [PATCH 3/7] tools/nolibc: remove __nolibc_enosys() fallback from dup2()
` [PATCH 4/7] tools/nolibc: remove __nolibc_enosys() fallback from fork functions
` [PATCH 5/7] tools/nolibc: fold llseek fallback into lseek()
` [PATCH 6/7] kselftest/arm64: tpidr2: Switch to waitpid() over wait4()

[PATCH] ARM64: dts: mcbin: fix SATA ports on Macchiatobin
 2025-08-21 17:41 UTC 

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-21 17:29 UTC  (2+ messages)

[PATCH] media: v4l: Fix dereference before NULL check
 2025-08-21 17:25 UTC  (2+ messages)

[PATCH v4 0/5] initialize SCTRL2_ELx
 2025-08-21 17:24 UTC  (6+ messages)
` [PATCH v4 1/5] arm64: make SCTLR2_EL1 accessible
` [PATCH v4 2/5] arm64: initialise SCTLR2_ELx register at boot time
` [PATCH v4 3/5] arm64: save/restore SCTLR2_EL1 when cpu_suspend()/resume()
` [PATCH v4 4/5] arm64: initialise SCTLR2_EL1 at cpu_soft_restart()
` [PATCH v4 5/5] arm64: make the per-task SCTLR2_EL1

[PATCH 0/5] arm64: dts: imx8mp-skov: add new 10" variant
 2025-08-21 17:19 UTC  (2+ messages)

[PATCH 0/5] perf/arm_cspmu: Preparatory patches for NVIDIA T410 PMU
 2025-08-21 16:04 UTC  (5+ messages)
` [PATCH 1/5] perf/arm_cspmu: Export arm_cspmu_apmt_node

[PATCH v2] arm64: dts: imx8mp: add interconnect for lcdif-hdmi
 2025-08-21 16:01 UTC 

[PATCH v2 0/9] Add support ANS2 NVMe on Apple A11
 2025-08-21 15:47 UTC  (8+ messages)
` [PATCH v2 6/9] dt-bindings: nvme: apple,nvme-ans: Add "

[PATCH v3 0/3] Add pin control driver for BCM2712 SoC
 2025-08-21 15:46 UTC  (6+ messages)
` [PATCH v3 2/3] pinctrl: bcm: Add STB family pin controller driver

[PATCH v6 0/5] Increase max timeout value of s3c2410 watchdog
 2025-08-21 15:35 UTC  (11+ messages)
  ` [PATCH v6 1/5] watchdog: s3c2410_wdt: Replace hardcoded values with macro definitions
  ` [PATCH v6 2/5] watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
  ` [PATCH v6 3/5] watchdog: s3c2410_wdt: Increase max timeout value of watchdog
  ` [PATCH v6 4/5] watchdog: s3c2410_wdt: exynosautov920: Enable QUIRK_HAS_32BIT_CNT
  ` [PATCH v6 5/5] watchdog: s3c2410_wdt: exynosautov9: Enable supported features

[PATCH v1 00/14] MediaTek dt-bindings sanitization (MT8173)
 2025-08-21 14:28 UTC  (3+ messages)
` [PATCH v1 04/14] net: dt-bindings: Convert Marvell 8897/8997 bindings to YAML

[PATCH] arm64: dts: imx95-19x19-evk: correct the phy setting for flexcan1/2
 2025-08-21 15:03 UTC  (3+ messages)

[PATCH] arm64: dts: imx95: add fsl,phy-tx-vref-tune-percent tuning properties for USB3 PHY
 2025-08-21 14:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).