messages from 2025-08-21 23:16:33 to 2025-08-22 07:50:20 UTC [more...]
[PATCH v3 00/13] media: imx-mipi-csis: Cleanups and debugging improvements
2025-08-22 0:27 UTC (11+ messages)
` [PATCH v3 04/13] media: imx-mipi-csis: Shorten name of subdev state variables
` [PATCH v3 05/13] media: imx-mipi-csis: Rename register macros to match reference manual
` [PATCH v3 06/13] media: imx-mipi-csis: Use GENMASK for all register field masks
` [PATCH v3 07/13] media: imx-mipi-csis: Fix field alignment in register dump
` [PATCH v3 08/13] media: imx-mipi-csis: Log per-lane start of transmission errors
` [PATCH v3 09/13] media: imx-mipi-csis: Only set clock rate when specified in DT
` [PATCH v3 10/13] dt-bindings: media: nxp,imx-mipi-csi2: Mark clock-frequency as deprecated
` [PATCH v3 11/13] dt-bindings: media: nxp,imx-mipi-csi2: Add fsl,num-channels property
` [PATCH v3 12/13] media: imx-mipi-csis: Initial support for multiple output channels
` [PATCH v3 13/13] arm64: dts: imx8mp: Specify the number of channels for CSI-2 receivers
[PATCH v5 0/2] add VCP mailbox driver
2025-08-22 2:12 UTC (2+ messages)
` [PATCH v5 1/2] dt-bindings: mailbox: mediatek,mt8196-vcp-mbox: add mtk vcp-mbox document
[PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
2025-08-22 1:59 UTC (37+ 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 RFC 24/35] ata: libata-eh: drop "
[PATCH v7 00/29] KVM: arm64: Implement support for SME
2025-08-22 1:53 UTC (30+ messages)
` [PATCH v7 01/29] arm64/sysreg: Update SMIDR_EL1 to DDI0601 2025-06
` [PATCH v7 02/29] arm64/fpsimd: Update FA64 and ZT0 enables when loading SME state
` [PATCH v7 03/29] arm64/fpsimd: Decide to save ZT0 and streaming mode FFR at bind time
` [PATCH v7 04/29] arm64/fpsimd: Check enable bit for FA64 when saving EFI state
` [PATCH v7 05/29] arm64/fpsimd: Determine maximum virtualisable SME vector length
` [PATCH v7 06/29] KVM: arm64: Introduce non-UNDEF FGT control
` [PATCH v7 07/29] KVM: arm64: Pay attention to FFR parameter in SVE save and load
` [PATCH v7 08/29] KVM: arm64: Pull ctxt_has_ helpers to start of sysreg-sr.h
` [PATCH v7 09/29] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH v7 10/29] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH v7 11/29] KVM: arm64: Document the KVM ABI for SME
` [PATCH v7 12/29] KVM: arm64: Define internal features "
` [PATCH v7 13/29] KVM: arm64: Rename sve_state_reg_region
` [PATCH v7 14/29] KVM: arm64: Store vector lengths in an array
` [PATCH v7 15/29] KVM: arm64: Implement SME vector length configuration
` [PATCH v7 16/29] KVM: arm64: Support SME control registers
` [PATCH v7 17/29] KVM: arm64: Support TPIDR2_EL0
` [PATCH v7 18/29] KVM: arm64: Support SME identification registers for guests
` [PATCH v7 19/29] KVM: arm64: Support SME priority registers
` [PATCH v7 20/29] KVM: arm64: Provide assembly for SME register access
` [PATCH v7 21/29] KVM: arm64: Support userspace access to streaming mode Z and P registers
` [PATCH v7 22/29] KVM: arm64: Flush register state on writes to SVCR.SM and SVCR.ZA
` [PATCH v7 23/29] KVM: arm64: Expose SME specific state to userspace
` [PATCH v7 24/29] KVM: arm64: Context switch SME state for guests
` [PATCH v7 25/29] KVM: arm64: Handle SME exceptions
` [PATCH v7 26/29] KVM: arm64: Expose SME to nested guests
` [PATCH v7 27/29] KVM: arm64: Provide interface for configuring and enabling SME for guests
` [PATCH v7 28/29] KVM: arm64: selftests: Add SME system registers to get-reg-list
` [PATCH v7 29/29] KVM: arm64: selftests: Add SME to set_id_regs test
[PATCH 0/5] perf/arm_cspmu: Preparatory patches for NVIDIA T410 PMU
2025-08-22 1:28 UTC (6+ messages)
` [PATCH 1/5] perf/arm_cspmu: Export arm_cspmu_apmt_node
[PATCH net-next 0/3] net: airoha: Add PPE support for RX wlan offload
2025-08-22 1:34 UTC (4+ messages)
` [PATCH net-next 2/3] net: airoha: Add airoha_ppe_dev struct definition
[PATCH v6 6/6] phy: exynos5-usbdrd: support SS combo phy for ExynosAutov920
2025-08-21 21:28 UTC (2+ messages)
[PATCH v2 1/3] irqchip/gic-v5: Delete a stray tab
2025-08-22 1:00 UTC (2+ messages)
[PATCH 00/16] gpio: Use modern PM macros
2025-08-22 0:42 UTC (8+ messages)
` [PATCH 01/16] gpio: dwapb: "
[PATCH] media: imx-jpeg: Add support for descriptor allocation from SRAM
2025-08-22 0:58 UTC (6+ messages)
[PATCH v3 00/31] media: add imx93 mipi/controller csi support
2025-08-21 20:16 UTC (32+ 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 10/31] media: staging: media: imx6-mipi-csi2: use devm_platform_ioremap_resource() simplify code
` [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 13/31] media: staging: media: imx6-mipi-csi2: move csi2ipu_gasket_init() to imx6-csi2.c
` [PATCH v3 14/31] media: staging: media: imx6-mipi-csi2: move number pad macro define into imx6-csi2.c
` [PATCH v3 15/31] media: staging: media: imx6-mipi-csi2: move dphy init part to imx6-csi2.c
` [PATCH v3 16/31] media: staging: media: imx6-mipi-csi2: use runtime_pm frame to control clks
` [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 net-next] net: stmmac: fix stmmac_simple_pm_ops build errors
2025-08-22 0:30 UTC (2+ messages)
[RFC PATCH 00/16] KVM: arm64: Add "struct kvm_page_fault"
2025-08-21 22:39 UTC (19+ 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 04/16] KVM: arm64: Use guard(srcu) in kvm_handle_guest_abort()
` [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 15/16] KVM: arm64: Extract mmap_lock-protected code to helper for user mem aborts
` [RFC PATCH 16/16] KVM: arm64: Don't bother nullifying "vma" in mem abort path
[PATCH v3 0/6] KVM: arm64: FEAT_RASv1p1 support and RAS selection
2025-08-22 0:01 UTC (2+ messages)
[PATCH RFC 00/22] Apple Silicon USB3 support
2025-08-21 23:25 UTC (19+ 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 07/22] usb: dwc3: apple: Adjust vendor-specific registers during init
` [PATCH RFC 13/22] usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321x
` [PATCH RFC 15/22] usb: typec: tipd: Update partner identity when power status was updated
` [PATCH RFC 20/22] soc: apple: Add hardware tunable support
[PATCH] clk: meson-g12a: fix bit range for fixed sys and hifi pll
2025-08-21 22:21 UTC (3+ messages)
[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)
[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 (11+ messages)
` [PATCH v2 05/12] media: imx-mipi-csis: Rename register macros to match reference manual
` [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 0/2] kselftest/arm64/gcs: Cleanups for basic-gcs.c
2025-08-21 17:08 UTC (3+ messages)
` [PATCH 1/2] kselftest/arm64/gcs: Correctly check return value when disabling GCS
[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 (3+ messages)
` [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 (3+ messages)
` [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 (3+ messages)
` [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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).