public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-06 10:52:01 to 2026-02-19 02:09:19 UTC [more...]

[PATCH 00/13] vc,fbcon,fonts: Proper handling of font data
 2026-02-19  2:08 UTC  (16+ messages)
` [PATCH 01/13] fbdev: Declare src parameter of fb_pad_ helpers as constant
` [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()
` [PATCH 05/13] lib/fonts: Remove trailing whitespaces
` [PATCH 06/13] lib/fonts: Remove FNTCHARCNT()
` [PATCH 07/13] lib/fonts: Store font data as font_data_t; update consoles
` [PATCH 08/13] lib/fonts: Read font size with font_data_size()
` [PATCH 09/13] lib/fonts: Compare font data for equality with font_data_is_equal()
` [PATCH 10/13] lib/fonts: Manage font-data lifetime with font_data_get/_put()
` [PATCH 11/13] lib/fonts: Create font_data_t from struct console_font with font_data_import()
` [PATCH 12/13] lib/fonts: Store font data for user space with font_data_export()
` [PATCH 13/13] lib/fonts: Remove internal symbols and macros from public header file

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-19  0:59 UTC  (11+ 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 v7 00/23] nova-core: Add memory management support
 2026-02-18 21:20 UTC  (24+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
` [PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v7 15/23] nova-core: mm: Add multi-page mapping API "
` [PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
` [PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
` [PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot

[PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
 2026-02-18 20:59 UTC  (2+ messages)
` [PATCH v10 0/8] Preparatory patches for nova-core memory management

[PATCH] staging: fbtft: fb_upd161704: replace udelay with usleep_range
 2026-02-18 18:03 UTC 

[PATCH] staging: fbtft: fb_ra8875: replace udelay with usleep_range
 2026-02-18 17:47 UTC 

[PATCH] staging: fbtft: fb_tinylcd: replace udelay with usleep_range
 2026-02-18 17:55 UTC 

[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] 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  (22+ messages)
` [PATCH -next v7 1/2] rust: clist: Add support to interface with C linked lists

[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  (6+ 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] 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)


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