messages from 2025-07-24 07:26:22 to 2025-07-24 16:01:54 UTC [more...]
[PATCH v2 00/27] media: Add support for multi-context operations
2025-07-24 14:10 UTC (15+ messages)
` [PATCH v2 02/27] media: mc: Maintain a list of open file handles in a media device
` [PATCH v2 12/27] media: v4l2-subdev: Introduce v4l2 subdev context
` [PATCH v2 13/27] media: v4l2-subdev: Introduce VIDIOC_SUBDEV_BIND_CONTEXT
` [PATCH v2 15/27] media: v4l2_subdev: Introduce default context
` [PATCH v2 16/27] media: v4l2-subdev: Add subdev state accessor helpers
` [PATCH v2 17/27] media: v4l2-subdev: Get state from context
` [PATCH v2 18/27] media: media-entity: Support context in pipeline_start
` [PATCH v2 19/27] media: mc-entity: Add link_validate_context
` [PATCH v2 21/27] media: uapi: Add 'flags' to media_device_info
` [PATCH DNI v2 22/27] media: pisp_be: Start and stop the media pipeline
` [PATCH DNI v2 23/27] media: pisp_be: Add support for subdev state
` [PATCH DNI v2 24/27] media: pisp_be: Implement set/get_pad_fmt
` [PATCH DNI v2 26/27] media: pisp_be: Register devnode to userspace
` [PATCH DNI v2 27/27] media: pisp_be: Add support for multi-context
[PATCH v12 0/8] Implement vendor resets for PSCI SYSTEM_RESET2
2025-07-24 14:04 UTC (5+ messages)
[RFC PATCH 00/36] arm_mpam: Add basic mpam driver
2025-07-24 14:02 UTC (10+ messages)
` [RFC PATCH 10/36] ACPI / MPAM: Parse the MPAM table
` [RFC PATCH 12/36] platform: arm64: Move ec devices to an ec subdirectory
` [RFC PATCH 13/36] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate
` [RFC PATCH 16/36] arm_mpam: Add MPAM MSC register layout definitions
[RFC][PATCH v2 00/29] introduce kmemdump
2025-07-24 13:55 UTC (30+ messages)
` [RFC][PATCH v2 01/29] kmemdump: "
` [RFC][PATCH v2 02/29] Documentation: add kmemdump
` [RFC][PATCH v2 03/29] kmemdump: add coreimage ELF layer
` [RFC][PATCH v2 04/29] Documentation: kmemdump: add section for coreimage ELF
` [RFC][PATCH v2 05/29] kmemdump: introduce qcom-minidump backend driver
` [RFC][PATCH v2 06/29] soc: qcom: smem: add minidump device
` [RFC][PATCH v2 07/29] init/version: Annotate static information into Kmemdump
` [RFC][PATCH v2 08/29] cpu: "
` [RFC][PATCH v2 09/29] genirq/irqdesc: "
` [RFC][PATCH v2 10/29] panic: "
` [RFC][PATCH v2 11/29] sched/core: "
` [RFC][PATCH v2 12/29] timers: "
` [RFC][PATCH v2 13/29] kernel/fork: "
` [RFC][PATCH v2 14/29] mm/page_alloc: "
` [RFC][PATCH v2 15/29] mm/init-mm: "
` [RFC][PATCH v2 16/29] mm/show_mem: "
` [RFC][PATCH v2 17/29] mm/swapfile: "
` [RFC][PATCH v2 18/29] mm/percpu: "
` [RFC][PATCH v2 19/29] mm/mm_init: "
` [RFC][PATCH v2 20/29] printk: Register "
` [RFC][PATCH v2 21/29] kernel/configs: Register dynamic "
` [RFC][PATCH v2 22/29] mm/numa: Register "
` [RFC][PATCH v2 23/29] mm/sparse: "
` [RFC][PATCH v2 24/29] kernel/vmcore_info: Register dynamic "
` [RFC][PATCH v2 25/29] kmemdump: Add additional symbols to the coreimage
` [RFC][PATCH v2 26/29] init/version: Annotate init uts name separately into Kmemdump
` [RFC][PATCH v2 27/29] kallsyms: Annotate static information "
` [RFC][PATCH v2 28/29] mm/init-mm: Annotate additional "
` [RFC][PATCH v2 29/29] kmemdump: Add Kinfo backend driver
[PATCH net v2 1/4] auxiliary: Support hexadecimal ids
2025-07-24 13:55 UTC (12+ messages)
[PATCH 1/4] dt-bindings: iio: Drop unused header includes in examples
2025-07-24 11:30 UTC (7+ messages)
` [PATCH 2/4] dt-bindings: iio: adc: Replace hard-coded GPIO/IRQ flag with a define
` [PATCH 3/4] dt-bindings: iio: adc: samsung,exynos-adc: Use correct IRQ level in example
` [PATCH 4/4] dt-bindings: iio: light: Simplify interrupts property in the example
[PATCH][next] crypto: stm32: Fix spelling mistake "STMicrolectronics" -> "STMicroelectronics"
2025-07-24 12:07 UTC (2+ messages)
[PATCH v3 00/14] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver
2025-07-24 13:10 UTC (18+ messages)
` [PATCH v3 01/14] drm/bridge: analogix_dp: Formalize the struct analogix_dp_device
` [PATCH v3 02/14] drm/bridge: analogix_dp: Move &drm_bridge_funcs.mode_set to &drm_bridge_funcs.atomic_enable
` [PATCH v3 03/14] drm/rockchip: analogix_dp: Apply drmm_encoder_init() instead of drm_simple_encoder_init()
` [PATCH v3 04/14] drm/bridge: analogix_dp: Add &analogix_dp_plat_data.bridge
` [PATCH v3 05/14] drm/exynos: exynos_dp: Remove &exynos_dp_device.ptn_bridge
` [PATCH v3 06/14] drm/bridge: exynos_dp: Remove unused &exynos_dp_device.connector
` [PATCH v3 07/14] drm/bridge: analogix_dp: Remove redundant &analogix_dp_plat_data.skip_connector
` [PATCH v3 08/14] drm/bridge: analogix_dp: Apply drm_bridge_connector helper
` [PATCH v3 09/14] drm/bridge: analogix_dp: Add support to find panel or bridge
` [PATCH v3 10/14] drm/rockchip: analogix_dp: Apply analogix_dp_find_panel_or_bridge()
` [PATCH v3 11/14] drm/exynos: exynos_dp: "
` [PATCH v3 12/14] drm/bridge: analogix_dp: Remove panel disabling and enabling in analogix_dp_set_bridge()
` [PATCH v3 13/14] drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in analogix_dp_unbind()
` [PATCH v3 14/14] drm/bridge: analogix_dp: Apply panel_bridge helper
[PATCH v3 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-07-24 12:21 UTC (27+ messages)
` [PATCH v3 01/15] lib: provide kmemdup_const()
` [PATCH v3 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v3 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v3 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v3 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v3 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v3 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v3 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v3 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v3 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v3 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v3 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v3 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v3 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v3 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH] perf: arm_pmuv3: Fix kernel panic on UBSAN from negative hw.idx in armv8pmu_enable/disable_event()
2025-07-24 11:07 UTC (4+ messages)
vhost: linux-next: crash at vhost_dev_cleanup()
2025-07-24 13:49 UTC (8+ messages)
Memory corruption after resume from hibernate with Arm GICv3 ITS
2025-07-24 13:48 UTC (4+ messages)
[PATCH 0/3] mtd: spi-nor: Add VIA/WonderMedia serial flash controller driver
2025-07-24 13:51 UTC (5+ messages)
` [PATCH 2/3] mtd: spi-nor: Add a driver for the VIA/WonderMedia serial flash controller
[RESEND PATCH 0/2] Add pinctrl_pm_select_init_state helper function
2025-07-24 13:36 UTC (2+ messages)
[PATCH next] coresight: Fix a NULL vs IS_ERR() bug in probe
2025-07-24 13:29 UTC (3+ messages)
[PATCH v3 00/13] ARM: dts: aspeed: Add Meta Darwin dts
2025-07-24 12:53 UTC (9+ messages)
` [PATCH v3 06/13] dt-bindings: arm: aspeed: add Facebook Wedge400-data64 board
` [PATCH v3 07/13] ARM: dts: aspeed: Add Facebook Wedge400-data64 (AST2500) BMC
` [PATCH v3 10/13] ARM: dts: aspeed: Add Facebook Fuji-data64 (AST2600) Board
[PATCH] ASoC: dt-bindings: atmel,at91-ssc: add microchip,sam9x7-ssc
2025-07-24 12:35 UTC (3+ messages)
[PATCH net-next 0/2] net: stmmac: allow generation of flexible PPS relative to MAC time
2025-07-24 12:31 UTC (3+ messages)
` [PATCH net-next 1/2] drivers: net: stmmac: add STMMAC_RELATIVE_FLEX_PPS
` [PATCH net-next 2/2] net: stmmac: select STMMAC_RELATIVE_FLEX_PPS for stm32 SoCs
[GIT PULL 1/8] soc/tegra: Updates for v6.17-rc1
2025-07-24 12:17 UTC (4+ messages)
` [GIT PULL 7/8] arm64: tegra: Changes "
[RFT PATCH] arm64: atomics: prefetch the destination prior to LSE operations
2025-07-24 12:06 UTC
[PATCH v5 00/10] Add support for RK3588 DisplayPort Controller
2025-07-24 12:00 UTC (2+ messages)
` "
[PATCH v4] arm64: Enable permission change on arm64 kernel block mappings
2025-07-24 11:58 UTC (4+ messages)
[PATCH][next] regulator: mt6370: Fix spelling mistake in mt6370_regualtor_register
2025-07-24 11:48 UTC
[v4 PATCH 0/4] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-07-24 11:43 UTC (8+ messages)
` [PATCH 3/4] arm64: mm: support "
[PATCH V2 RESEND] dt-bindings: firmware: imx95-scmi: Allow linux,code for protocol@81
2025-07-24 11:42 UTC (3+ messages)
` [PATCH V2 RESEND] dt-bindings: firmware: imx95-scmi: Allow linux, code "
[PATCH v2 0/6] drm/bridge: imx: Add HDMI PAI driver on i.MX8MP
2025-07-24 10:55 UTC (13+ messages)
` [PATCH v2 1/6] dt-bindings: display: imx: add HDMI PAI for i.MX8MP
` [PATCH v2 2/6] ALSA: Add definitions for the bits in IEC958 subframe
` [PATCH v2 3/6] drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_data
` [PATCH v2 4/6] drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 format
` [PATCH v2 5/6] drm/bridge: imx: add driver for HDMI TX Parallel Audio Interface
` [PATCH v2 6/6] arm64: dts: imx8mp: Add hdmi parallel audio interface node
[PATCH v5 0/4] Add NVIDIA VRS RTC support
2025-07-24 10:50 UTC (6+ messages)
` [PATCH v5 1/4] dt-bindings: rtc: Document NVIDIA VRS RTC
[PATCH v9 00/43] arm64: Support for Arm CCA in KVM
2025-07-24 10:47 UTC (5+ messages)
` [PATCH v9 34/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v9 36/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
[PATCH 0/5] High color depth support for RK3576/RK3588 HDMI output
2025-07-24 10:32 UTC (6+ messages)
` [PATCH 1/5] drm/rockchip: vop2: Add high color depth support
` "
` Re:Re: [PATCH "
[soc:sophgo/sg2000] BUILD SUCCESS fe4fd701938197c2bceeeff670da3ace9b488d09
2025-07-24 10:25 UTC
[PATCH v7 00/10] Apple Mac System Management Controller
2025-07-24 10:25 UTC (2+ messages)
` [GIT PULL] Immutable branch between MFD, GPIO, Power and SoC due for the v6.17 merge window
[PATCH v3] dt-bindings: cleanup: fix duplicated 'is is' in YAML docs
2025-07-24 10:12 UTC (2+ messages)
[PATCH net-next v5 0/7] net: airoha: Introduce NPU callbacks for wlan offloading
2025-07-24 10:09 UTC (3+ messages)
` [PATCH net-next v5 3/7] net: airoha: npu: Add wlan_{send,get}_msg NPU callbacks
[PATCH v4 0/6] initial usbdrd phy support for Exynosautov920 soc
2025-07-24 9:54 UTC (13+ messages)
` [PATCH v4 1/6] dt-bindings: phy: samsung,usb3-drd-phy: add ExynosAutov920 HS phy compatible
[PATCH v8 04/10] mfd: at91-usart: Make it selectable for ARCH_MICROCHIP
2025-07-24 10:04 UTC (2+ messages)
` (subset) "
[RFC PATCH] mm/page_alloc: Add PCP list for THP CMA
2025-07-24 9:52 UTC (2+ messages)
[PATCH v2 0/5] rockchip: Add power controller support for RK3528
2025-07-24 9:55 UTC (2+ messages)
` (subset) "
[GIT PULL] arm64 fixes for 6.16
2025-07-24 9:44 UTC
[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2025-07-24 9:28 UTC (2+ messages)
[PATCH net-next v12 0/5] PRU-ICSSM Ethernet Driver
2025-07-24 9:10 UTC (6+ messages)
` [PATCH net-next v12 1/5] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx, AM43xx and AM33xx SOCs
` [PATCH net-next v12 2/5] net: ti: prueth: Adds ICSSM Ethernet driver
` [PATCH net-next v12 3/5] net: ti: prueth: Adds PRUETH HW and SW configuration
` [PATCH net-next v12 4/5] net: ti: prueth: Adds link detection, RX and TX support
` [PATCH net-next v12 5/5] net: ti: prueth: Adds IEP support for PRUETH on AM33x, AM43x and AM57x SOCs
[PATCH v8 0/2] Add SMI reset and clamp for MediaTek MT8188 SoC
2025-07-24 8:55 UTC (9+ messages)
` [PATCH v8 2/2] memory: mtk-smi: mt8188: Add SMI reset and clamp for MT8188
[PATCH 1/3] dt-bindings: clock: mt7622: Add AFE_MRGIF clock
2025-07-24 8:39 UTC (3+ messages)
` [PATCH 2/3] clk: mediatek: mt7622-aud: Add missing "
` [PATCH 3/3] arm64: dts: mediatek: mt7622: Add missing audio_mrgif_pd clock
[PATCH] clk: mediatek: mt8195-infra_ao: Fix parent for infra_ao_hdmi_26m
2025-07-24 8:38 UTC
[PATCH v2 00/13] Add MediaTek ISP7.x camera system support
2025-07-24 8:36 UTC (2+ messages)
` [PATCH v2 08/13] media: platform: mediatek: add isp_7x camsys unit
[PATCH v4 0/8] arm64: Enable UPROBES with GCS
2025-07-24 8:24 UTC (3+ messages)
` [PATCH v4 8/8] uprobes: uprobe_warn should use passed task
[RFC PATCH 1/1] sched/deadline: Fix RT task potential starvation when expiry time passed
2025-07-24 8:23 UTC (9+ messages)
FYI: i.MX8MP ISP (RKISP1) MI registers corruption
2025-07-24 8:21 UTC (6+ messages)
[PATCH] ARM: sa110/gpio: convert set_multiple() to returning an integer
2025-07-24 8:20 UTC (2+ messages)
[PATCH v4 00/20] Introduce STM32 DDR PMU for STM32MP platforms
2025-07-24 8:14 UTC (4+ messages)
` [PATCH v4 05/20] dt-bindings: memory: factorise LPDDR props into SDRAM props
[PATCH v4 0/4] Increase max timeout value of s3c2410 watchdog
2025-07-24 8:08 UTC (5+ messages)
` [PATCH v4 1/4] watchdog: s3c2410_wdt: Replace hardcoded values with macro definitions
` [PATCH v4 2/4] watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
` [PATCH v4 3/4] watchdog: s3c2410_wdt: Increase max timeout value of watchdog
` [PATCH v4 4/4] watchdog: s3c2410_wdt: exynosautov9: Enable supported features
[PATCH v7 0/2] Adding device tree and binding for NVIDIA GB200-UT3.0b
2025-07-24 7:54 UTC (4+ messages)
` [PATCH v7 1/2] dt-bindings: arm: aspeed: Add NVIDIA GB200-UT3.0b board
Equipment - chairs
2025-07-24 7:41 UTC
[PATCH] fbdev: atmel_lcdfb: Fix potential NULL dereference
2025-07-24 7:29 UTC (2+ messages)
[PATCH v1 1/2] dt-bindings: soc: samsung: usi: allow 64-bit address space
2025-07-24 7:24 UTC (5+ messages)
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).