public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-04 09:55:31 to 2026-02-18 08:39:11 UTC [more...]

[PATCH 00/13] vc,fbcon,fonts: Proper handling of font data
 2026-02-18  8:15 UTC  (4+ messages)
` [PATCH 02/13] vt: Remove trailing whitespaces
` [PATCH 03/13] vt: Store font in struct vc_font
` [PATCH 04/13] vt: Calculate font-buffer size with vc_font_size()

[GIT PULL] fbdev fixes and updates for v7.0-rc1
 2026-02-17 21:45 UTC  (5+ messages)

[PATCH v4 01/12] firmware: google: framebuffer: Do not unregister platform device
 2026-02-17 15:56 UTC 

[syzbot] Monthly fbdev report (Feb 2026)
 2026-02-16  7:33 UTC 

[PATCH v5 0/7] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support and other cleanups
 2026-02-16  1:52 UTC  (9+ messages)
` [PATCH v5 1/7] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v5 2/7] fbdev: au1100fb: Mark several local functions as static
` [PATCH v5 3/7] fbdev: au1100fb: Use proper conversion specifiers in printk formats
` [PATCH v5 4/7] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v5 5/7] fbdev: au1100fb: Replace custom printk wrappers by pr_*
` [PATCH v5 6/7] fbdev: au1100fb: Fold au1100fb.h into its only user
` [PATCH v5 7/7] fbdev: au1100fb: Replace license boilerplate by SPDX header

[PATCH v2] staging: fbtft: Optimize partial write()
 2026-02-16  0:57 UTC 

[PATCH v2] staging: sm750fb: add missing const to g_fbmode array
 2026-02-16  0:39 UTC 

[PATCH] staging: sm750fb: add missing const to g_fbmode array
 2026-02-16  0:26 UTC  (2+ messages)

[PATCH v4 0/7] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support and other cleanups
 2026-02-15 13:58 UTC  (8+ messages)
` [PATCH v4 1/7] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v4 2/7] fbdev: au1100fb: Mark several local functions as static
` [PATCH v4 3/7] fbdev: au1100fb: Use proper conversion specifiers in printk formats
` [PATCH v4 4/7] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v4 5/7] fbdev: au1100fb: Replace custom printk wrappers by pr_*
` [PATCH v4 6/7] fbdev: au1100fb: Fold au1100fb.h into its only user
` [PATCH v4 7/7] fbdev: au1100fb: Replace license boilerplate by SPDX header

[PATCH] staging: sm750fb: fix CamelCase warning for dBase
 2026-02-14 22:25 UTC  (3+ messages)

[PATCH] staging: fbtft: Optimize partial write()
 2026-02-14 18:06 UTC  (4+ messages)

[PATCH v4] staging: sm750fb: Rename nDirection to new_direction
 2026-02-13 23:36 UTC  (3+ messages)

[PATCH] staging: fbtft: Remove duplications of fbtft_set_addr_win()
 2026-02-13 10:04 UTC  (2+ messages)

[PATCH v3] staging: sm750fb: Rename nDirection to new_direction
 2026-02-12 15:00 UTC  (2+ messages)

[PATCH v2] staging: sm750fb: Rename nDirection to new_direction
 2026-02-12 10:13 UTC  (2+ messages)

[PATCH] staging: sm750fb: convert nDirection to snake_case
 2026-02-12  5:35 UTC  (3+ messages)

[PATCH -next v8 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-11 21:17 UTC  (16+ messages)
` [PATCH -next v8 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v8 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v8 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-11 17:30 UTC  (9+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists
` [PATCH -next v9 2/3] rust: gpu: Add GPU buddy allocator bindings
` [PATCH -next v9 3/3] nova-core: mm: Select GPU_BUDDY for VRAM allocation

[PATCH] fbcon: Declare struct fb_info.fbcon_par as of type struct fbcon_par
 2026-02-10 10:01 UTC  (2+ messages)

[PATCH] fbcon: Remove struct fbcon_display.inverse
 2026-02-10  9:06 UTC  (3+ messages)

[PATCH v7 0/4] backlight: add new max25014 backlight driver
 2026-02-10  8:51 UTC  (4+ messages)
` [PATCH v7 1/4] dt-bindings: backlight: Add max25014 support

[PATCH] arch: m68k: remove incomplete, unusable Apollo hardware support
 2026-02-09 22:59 UTC  (4+ messages)

[PATCH -next v7 0/2] rust: Add CList and GPU buddy allocator bindings
 2026-02-09 19:42 UTC  (23+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists
` [PATCH -next v7 2/2] rust: gpu: Add GPU buddy allocator bindings

[PATCH -next] gpu: Move DRM buddy allocator one level up
 2026-02-09 19:30 UTC  (4+ messages)

[PATCH v3 0/6] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support
 2026-02-09  9:16 UTC  (13+ messages)
` [PATCH v3 1/6] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v3 2/6] fbdev: au1100fb: Mark several local functions as static
` [PATCH v3 3/6] fbdev: au1100fb: Use %zu to printk a value of type size_t
` [PATCH v3 4/6] fbdev: au1100fb: Use %pad to printk a value of type dma_addr_t
` [PATCH v3 5/6] fbdev: au1100fb: Make driver compilable on non-mips platforms
` [PATCH v3 6/6] fbdev: au1100fb: Replace custom printk wrappers by pr_*

[PATCH] staging: sm750fb: fix CamelCase and Hungarian prefix in variable names
 2026-02-08 18:43 UTC  (9+ messages)
  ` [PATCH v2 1/2] staging: sm750fb: Fix CamelCase "
    ` [PATCH v2 2/2] staging: sm750fb: remove Hungarian notation prefixes
      ` [PATCH v3 1/2] staging: sm750fb: Fix CamelCase variable names
        ` [PATCH v3 2/2] staging: sm750fb: remove Hungarian notation prefixes
      ` [PATCH v4 1/2] staging: sm750fb: Fix CamelCase variable names
        ` [PATCH v4 2/2] staging: sm750fb: remove Hungarian notation prefixes

[PATCH v2 0/4] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support
 2026-02-08 17:48 UTC  (13+ messages)
` [PATCH v2 1/4] fbdev: au1100fb: Don't store device specific data in global variables
` [PATCH v2 2/4] fbdev: au1100fb: Mark several local functions as static
` [PATCH v2 3/4] fbdev: au1100fb: Use %zu to printk a value of type size_t
` [PATCH v2 4/4] fbdev: au1100fb: Make driver compilable on non-mips platforms

[PATCH] staging: fbtft: fix unchecked write return value in fb_agm1264k-fl
 2026-02-08 13:46 UTC  (2+ messages)

[PATCH v4 0/3] staging: sm750fb: clean up logging
 2026-02-07 15:37 UTC  (4+ messages)
` [PATCH v4 1/3] staging: sm750fb: remove debug and diagnostic prints
` [PATCH v4 2/3] staging: sm750fb: convert logging to device-based in sm750.c
` [PATCH v4 3/3] staging: sm750fb: convert logging to device-based in sm750_hw.c

[PATCH] staging: sm750fb: rename CamelCase variables in sm750_accel.c
 2026-02-07 13:34 UTC  (2+ messages)

[PATCH v3 1/5] staging: sm750fb: replace strcat() with memcpy() in lynxfb_setup()
 2026-02-07 13:32 UTC  (8+ messages)
` [PATCH v3 2/5] staging: sm750fb: use strcmp() for exact option matching
` [PATCH v3 3/5] staging: sm750fb: remove debug and diagnostic prints
` [PATCH v3 4/5] staging: sm750fb: convert logging to device-based in sm750.c
` [PATCH v3 5/5] staging: sm750fb: convert logging to device-based in sm750_hw.c

[PATCH] staging: sm750fb: rename pvMem to pv_mem
 2026-02-07 13:25 UTC  (2+ messages)

[PATCH] fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()
 2026-02-06 19:32 UTC  (2+ messages)

[PATCH v1 0/3] fbdev: au1100fb: support COMPILE_TEST and fix multi-device support
 2026-02-06 14:15 UTC  (5+ messages)
` [PATCH v1 1/3] fbdev: au1100fb: Mark several local functions as static

[PATCH v5] fbtft: limit dirty rows based on damage range
 2026-02-06 11:35 UTC  (5+ messages)

[PATCH] video: of_display_timing: Fix device node reference leak in of_get_display_timings()
 2026-02-06 10:52 UTC  (2+ messages)

[PATCH] fbdev/ffb: fix corrupted video output on FFB1
 2026-02-06 10:41 UTC  (5+ messages)

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-02-06  1:07 UTC  (8+ messages)
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings

[PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
 2026-02-04 23:42 UTC  (7+ messages)

[PATCH v1 2/3] fbdev: au1100fb: Make driver compilable on non-mips platforms
 2026-02-04 15:16 UTC  (4+ messages)

[PATCH 5.10 117/161] fbcon: always restore the old font data in fbcon_do_set_font()
 2026-02-04 14:39 UTC 

[PATCH] staging: sm750fb: remove unnecessary parentheses in ddk750_swi2c.c
 2026-02-04 13:14 UTC  (2+ messages)

[PATCH v2 1/4] staging: sm750fb: add bounds checking to option parsing in lynxfb_setup()
 2026-02-04 11:39 UTC  (8+ messages)
` [PATCH v2 2/4] staging: sm750fb: use strcmp() for exact option matching
` [PATCH v2 3/4] staging: sm750fb: remove debug prints and convert logging in sm750.c
` [PATCH v2 4/4] staging: sm750fb: remove debug prints and convert logging in sm750_hw.c

[PATCH v6 2/2] mfd: cgbc: Add support for backlight
 2026-02-04 11:02 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/7] Fix PMI8994 WLED ovp values and more
 2026-02-04 10:26 UTC  (2+ messages)
` (subset) "

[PATCH 1/4] staging: sm750fb: replace strcat() with memcpy() in lynxfb_setup()
 2026-02-04  9:55 UTC  (3+ messages)
` [PATCH 4/4] staging: sm750fb: convert pr_* to dev_* logging in sm750_hw.c


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