messages from 2026-07-09 01:42:26 to 2026-07-18 23:36:44 UTC [more...]
[PATCH 00/15] drm/drm_simple: remove drm_simple_encoder_init
2026-07-18 23:35 UTC (14+ messages)
` [PATCH 01/15] drm/exynos: remove dependency on DRM simple helpers
` [PATCH 02/15] drm/xlnx/zynqmp_dpsub: "
` [PATCH 03/15] drm/tegra: "
` [PATCH 04/15] drm/fsl-dcu: "
` [PATCH 05/15] drm/kmb: "
` [PATCH 06/15] drm/virtio: "
` [PATCH 07/15] drm/tidss: "
` [PATCH 08/15] drm/imx: "
` [PATCH 09/15] drm/mediatek: "
` [PATCH 10/15] drm/renesas/shmobile: "
` [PATCH 11/15] drm/hisilicon/kirin: "
` [PATCH 12/15] drm/arm/komeda: "
` [PATCH 13/15] drm/meson: "
[PATCHv3 0/3] clk: samsung: use kzalloc_flex
2026-07-18 16:23 UTC (2+ messages)
[PATCH v1] clk: Use named initializers for platform_device_id arrays
2026-07-17 14:57 UTC (3+ messages)
[PATCH v3 0/4] drm/panel: refcounting panel lookups and references
2026-07-17 14:02 UTC (5+ messages)
` [PATCH v3 1/4] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH v3 2/4] drm/bridge/panel: hold a reference to the wrapped panel
` [PATCH v3 3/4] drm/panel: of_drm_find_panel() return a counted reference
` [PATCH v3 4/4] drm/panel: find_panel_by_fwnode() "
[PATCH v2 0/5] drm/panel: refcounting panel lookups and references
2026-07-17 11:26 UTC (12+ messages)
` [PATCH v2 1/5] drm/panel: have drm_panel_add/remove manage a list reference
` [PATCH v2 2/5] drm/bridge/panel: hold a reference to the wrapped panel
` [PATCH v2 3/5] drm/panel: of_drm_find_panel() return a counted reference
` [PATCH v2 4/5] drm/panel: find_panel_by_fwnode() "
` [PATCH v2 5/5] drm: release panel reference after panel bridge creation
[PATCH v2] thermal/drivers: Remove redundant error messages on IRQ request failure
2026-07-17 7:37 UTC (2+ messages)
[PATCH v2 0/5] clk: samsung: Introduce support for Exynos9610 clocks
2026-07-16 17:14 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: clock: samsung: Add Exynos9610 CMU bindings
` [PATCH v2 2/5] dt-bindings: soc: exynos-sysreg: Add Exynos9610 SYSREG bindings
` [PATCH v2 3/5] clk: samsung: clk-pll: Add support for pll_1061x
` [PATCH v2 4/5] clk: samsung: Introduce Exynos9610 clock controller driver
` [PATCH v2 5/5] MAINTAINERS: Add entry for Exynos9610
[PATCH 0/7] mailbox: Improve the mbox core then introduce the goog-mba driver
2026-07-16 16:31 UTC (7+ messages)
` [PATCH 6/7] dt-bindings: mailbox: goog-mba: Add goog-mba mailbox bindings
` [PATCH 7/7] mailbox: goog-mba: Introduce the goog-mba mailbox driver
[PATCH] arm64: dts: exynos850: Add SRAM node
2026-07-16 14:42 UTC (7+ messages)
[PATCH] drm/exynos: hdmi: take i2c adapter module reference
2026-07-16 13:18 UTC
[PATCH 0/3] Exynos PMU fixes for cpu hotplug and cpuidle routines
2026-07-16 12:57 UTC (14+ messages)
` [PATCH 1/3] soc: samsung: exynos-pmu: use target cpu ID in hotplug callbacks
` [PATCH 2/3] soc: samsung: exynos-pmu: fix use-after-free of interrupt generator node
` [PATCH 3/3] soc: samsung: exynos-pmu: fix error paths in cpuhotplug/idle states setup
[PATCH v4 0/2] Exynos850 AP-to-APM mailbox support
2026-07-16 8:55 UTC (4+ messages)
` [PATCH v4 1/2] dt-bindings: mailbox: google,gs101-mbox: Add samsung,exynos850-mbox
` [PATCH v4 2/2] mailbox: exynos: Add support for Exynos850 mailbox
[PATCH RESEND v4 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
2026-07-15 21:00 UTC (9+ messages)
` [PATCH RESEND v4 1/3] drm/bridge: sii9234: fix some typos in comments and messages
` [PATCH RESEND v4 2/3] drm/bridge: sii9234: use dev_err_probe where applicable
` [PATCH RESEND v4 3/3] drm/bridge: sii9234: use extcon cable detection logic to detect MHL
` (subset) [PATCH RESEND v4 0/3] drm/bridge: sii9234: use extcon to detect cable attachment
[PATCH v2 00/37] drm/bridge: Convert all bridges to atomic
2026-07-15 7:50 UTC (2+ messages)
[PATCH 00/18] thermal/drivers: Remove redundant error messages on IRQ request failure
2026-07-15 6:52 UTC (5+ messages)
` [PATCH 15/18] thermal/drivers/exynos: Remove redundant dev_err()
[PATCH 0/6] tty: serial: propagate errors from uart_ops.pm callback
2026-07-14 5:25 UTC (16+ messages)
` [PATCH 1/6] tty: serial: change uart_ops.pm callback to return int
` [PATCH 2/6] serial: 8250: update .pm callbacks "
` [PATCH 3/6] tty: serial: "
` [PATCH 4/6] arch: update uart pm "
` [PATCH 5/6] tty: serial: propagate uart_configure_port failure to uart_add_one_port
` [PATCH 6/6] serial: qcom-geni: check return value of pm_runtime_resume_and_get()
[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
2026-07-14 2:46 UTC (16+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "
[PATCH v3 00/10] Remove support for platform data from samsung keypad
2026-07-13 23:28 UTC (13+ messages)
` [PATCH v3 01/10] dt-bindings: input: samsung,s3c6410-keypad: introduce compact binding
` [PATCH v3 02/10] Input: samsung-keypad - handle "
` [PATCH v3 03/10] ARM: s3c: register and attach software nodes for Samsung gpio_chips
` [PATCH v3 04/10] ARM: s3c: crag6410: switch keypad device to software properties
` [PATCH v3 05/10] Input: samsung-keypad - remove support for platform data
` [PATCH v3 06/10] ARM: s3c: crag6410: use software nodes/properties to set up GPIO keys
` [PATCH v3 07/10] mfd: wm831x: support software nodes for DCDC regulators
` [PATCH v3 08/10] ARM: s3c: crag6410: convert PMIC DVS GPIO to software properties
` [PATCH v3 09/10] ARM: s3c: crag6410: convert basic-mmio-gpio and LEDs "
` [PATCH v3 10/10] ARM: s3c: crag6410: convert remaining GPIO lookup tables to property entries
[PATCH] clocksource/drivers/samsung_pwm: switch to raw_spinlock_t type
2026-07-13 15:25 UTC (4+ messages)
[PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
2026-07-13 11:57 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: "
[PATCH v3 0/6] Add minimal Exynos8855 SoC support
2026-07-13 7:21 UTC (25+ messages)
` [PATCH v3 2/6] dt-binding: pinctrl: samsung: Add exynos8855-pinctrl compatible
` [PATCH v3 3/6] pinctrl: samsung: Add Exynos8855 pinctrl configuration
` [PATCH v3 4/6] dt-bindings: pinctrl: samsung: Add exynos8855-wakeup-eint compatible
` [PATCH v3 5/6] arm64: dts: exynos: add initial support for Samsung Exynos8855 smdk
` [PATCH v3 6/6] MAINTAINERS: Add entry for Samsung Exynos8855 SoC
` [PATCH v3 1/6] dt-binding: ARM: samsung: Add Samsung Exynos8855
` (subset) [PATCH v3 0/6] Add minimal Exynos8855 SoC support
[PATCH v3 0/3] clk: samsung: exynos990: Fix PERIS gate clock parents and add TMU_SUB
2026-07-13 7:14 UTC (2+ messages)
[PATCH v2 00/10] treewide: replace linux/gpio.h
2026-07-12 12:27 UTC (16+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "
` [PATCH v2 03/10] mips: "
` [PATCH v2 04/10] sh: "
` [PATCH v2 05/10] mfd: "
` [PATCH v2 06/10] ASoC: "
` [PATCH v2 07/10] pcmcia: "
` [PATCH v2 08/10] phy: "
` [PATCH v2 09/10] Input: matrix_keyboard - replace linux/gpio.h inclusion
[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
2026-07-11 17:09 UTC (5+ messages)
[PATCH 12/13] mm/mprotect: convert mprotect code to use vma_flags_t
2026-07-11 17:04 UTC (5+ messages)
[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
2026-07-11 16:52 UTC (6+ messages)
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 11/13] mm/mlock: convert mlock code "
[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
2026-07-11 16:44 UTC (6+ messages)
[PATCH v2] dt-bindings: clock: Replace bouncing emails
2026-07-11 16:40 UTC (2+ messages)
[RFC] Significant Random I/O Performance Regression in Linux Kernel 6.18 (Up to 27.7%) Likely Caused by Commit 3c7ac40d7322
2026-07-11 11:21 UTC (4+ messages)
` 答复: "
[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:45 UTC (7+ messages)
` [PATCH v3 21/23] mfd: Unify style of of_device_id arrays
[PATCH v2 00/11] Remove support for platform data from samsung keypad
2026-07-10 19:41 UTC (15+ messages)
` [PATCH v2 01/11] dt-bindings: input: samsung,s3c6410-keypad: introduce compact binding
` [PATCH v2 02/11] Input: samsung-keypad - handle "
` [PATCH v2 03/11] ARM: s3c: register and attach software nodes for Samsung gpio_chips
` [PATCH v2 04/11] ARM: s3c: crag6410: switch keypad device to software properties
` [PATCH v2 05/11] Input: samsung-keypad - remove support for platform data
` [PATCH v2 06/11] ARM: s3c: crag6410: use software nodes/properties to set up GPIO keys
` [PATCH v2 07/11] regulator: wm831x: support software node in platform data
` [PATCH v2 08/11] ARM: s3c: crag6410: convert PMIC to software properties
` [PATCH v2 09/11] regulator: wm831x: remove legacy DVS platform data
` [PATCH v2 10/11] ARM: s3c: crag6410: convert remaining GPIO lookup tables to property entries
` [PATCH v2 11/11] ARM: s3c: crag6410: convert basic-mmio-gpio and LEDs to software properties
[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
2026-07-10 19:36 UTC (5+ messages)
` [PATCH v2 21/23] mfd: Unify style of of_device_id arrays
[PATCH v6] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-10 17:29 UTC
[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
2026-07-10 8:03 UTC (2+ messages)
[PATCH v5] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
2026-07-09 16:31 UTC
[PATCH 1/2] dt-bindings: samsung: exynos-pmu: Restrict children with unevaluatedProperties
2026-07-09 13:19 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: samsung: exynos-pmu: Narrow allowed reboot modes
[PATCH 00/60] drm/plane: Convert all drivers to atomic_create_state and remove reset
2026-07-09 11:51 UTC (2+ messages)
` [PATCH 44/60] drm/exynos: Convert to atomic_create_state
[PATCH 0/2] ACPM cpufreq with fast_switch support, fast path xfer in ACPM
2026-07-09 10:03 UTC (3+ messages)
` [PATCH 1/2] firmware: samsung: acpm: add fire-and-forget xfer support
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