public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-09 06:36:17 to 2026-01-27 08:17:05 UTC [more...]

[PATCH v1 v1 0/4] [RUST] Framebuffer driver support
 2026-01-27  8:16 UTC  (14+ messages)
` [PATCH v1 v1 1/4] rust: io: mem: add ioremap_wc support
` [PATCH v1 v1 2/4] rust: device: add platdata accessors
` [PATCH v1 v1 3/4] rust: fb: add framebuffer driver support
` [PATCH v1 v1 4/4] rust: fb: add simplefb test driver

[PATCH] printk, vt, fbcon: Remove console_conditional_schedule()
 2026-01-26 18:08 UTC 

[PATCH v2 01/12] firmware: google: framebuffer: Do not unregister platform device
 2026-01-26  8:28 UTC  (2+ messages)

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

[PATCH] fbdev: sys_fillrect: Add bounds checking to prevent vmalloc-out-of-bounds
 2026-01-24 16:53 UTC  (3+ messages)

[PATCH] fbdev: Fix slab-out-of-bounds read in fb_pad_unaligned_buffer
 2026-01-24 16:51 UTC  (3+ messages)

[PATCH v2] fbdev: avoid out-of-bounds read in fb_pad_unaligned_buffer()
 2026-01-24 16:46 UTC 

[PATCH v7 0/4] backlight: add new max25014 backlight driver
 2026-01-23 11:31 UTC  (5+ messages)
` [PATCH v7 1/4] dt-bindings: backlight: Add max25014 support
` [PATCH v7 2/4] backlight: add max25014atg backlight
` [PATCH v7 3/4] arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight
` [PATCH v7 4/4] arm64: dts: freescale: moduline-display-av123z7m-n17: "

[PATCH v2 0/2] backlight: gpio: add support for multiple GPIOs for backlight control
 2026-01-23 11:11 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: backlight: gpio-backlight: allow multiple GPIOs
` [PATCH v2 2/2] backlight: gpio: add support for multiple GPIOs for backlight control

[PATCH 0/4] fbdev: defio: Protect against device/module removal
 2026-01-22 13:08 UTC  (5+ messages)
` [PATCH 1/4] fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
` [PATCH 2/4] fbdev: defio: Keep module reference from VMAs
` [PATCH 3/4] fbdev: defio: Move variable state into struct fb_deferred_io_state
` [PATCH 4/4] fbdev: defio: Move pageref array to "

[PATCH v8 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-22  3:16 UTC  (2+ messages)
` [PATCH v8 2/2] staging: fbtft: Make framebuffer registration message debug-only

printk's threaded legacy console + fbcon => schedule where it should not
 2026-01-21 16:08 UTC  (6+ messages)

[PATCH v7 1/2] staging: fbtft: Fix build failure when CONFIG_FB_DEVICE=n
 2026-01-21  2:15 UTC  (5+ messages)
` [PATCH v7 2/2] staging: fbtft: Make framebuffer registration message debug-only

[PATCH v1 0/2] backlight: gpio-backlight: Add support for multiple GPIOs
 2026-01-20 12:53 UTC  (14+ messages)
` [PATCH v1 1/2] dt-bindings: backlight: gpio-backlight: allow "
` [PATCH v1 2/2] backlight: gpio: add support for multiple GPIOs for backlight control

[PATCH v6 0/2] Backlight driver to control backlight behind Congatec Board Controller
 2026-01-20  9:13 UTC  (3+ messages)
` [PATCH v6 2/2] mfd: cgbc: Add support for backlight

[PATCH 1/2] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
 2026-01-20  8:29 UTC  (2+ messages)

[PATCH 1/2] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup
 2026-01-20  8:20 UTC  (2+ messages)

[PATCH v3 0/7] Fix PMI8994 WLED ovp values and more
 2026-01-19 14:53 UTC  (14+ messages)
` [PATCH v3 1/7] dt-bindings: backlight: qcom-wled: Document ovp values for PMI8994
` [PATCH v3 2/7] backlight: qcom-wled: Support "
` [PATCH v3 3/7] dt-bindings: backlight: qcom-wled: Document ovp values for PMI8950
` [PATCH v3 4/7] backlight: qcom-wled: Change PM8950 WLED configurations
` [PATCH v3 5/7] arm64: dts: qcom: msm8953-xiaomi-vince: correct wled ovp value
` [PATCH v3 6/7] arm64: dts: qcom: msm8937-xiaomi-land: "
` [PATCH v3 7/7] arm64: dts: qcom: msm8953-xiaomi-daisy: fix backlight

[PATCH 00/12] Recover sysfb after DRM probe failure
 2026-01-19 10:03 UTC  (15+ messages)

[PATCH v2,stable/linux-6.6.y] fbdev: Fix out-of-bounds issue in sys_fillrect()
 2026-01-17  7:45 UTC  (3+ messages)

[PATCH] video: of_display_timing: fix refcount leak in of_get_display_timings()
 2026-01-16  9:57 UTC 

[PATCH v6] staging: fbtft: Use fbdev logging helpers when FB_DEVICE is disabled
 2026-01-16  2:59 UTC  (8+ messages)

[syzbot] Monthly fbdev report (Jan 2026)
 2026-01-15 13:09 UTC 

[PATCH v3] staging: sm750fb: Convert sw_i2c_read_sda to return bool
 2026-01-15 12:50 UTC  (3+ messages)

[PATCH] staging: fbtft: replace udelay with usleep_range
 2026-01-15  8:59 UTC  (3+ messages)

[PATCH v6 0/4] backlight: add new max25014 backlight driver
 2026-01-14 16:29 UTC  (7+ messages)
` [PATCH v6 2/4] backlight: add max25014atg backlight

[PATCH v3] staging: fbtft: Change udelay() to fsleep()
 2026-01-14  6:55 UTC  (4+ messages)

[PATCH v2] staging: fbtft: Change udelay() to usleep_range()
 2026-01-13 21:13 UTC  (2+ messages)

[PATCH] staging: fbtft: Change udelay() to usleep_range()
 2026-01-13 17:53 UTC  (2+ messages)

[PATCH v5] staging: fbtft: use dev_of_fbinfo() instead of info->dev
 2026-01-12 18:26 UTC  (8+ messages)

[PATCH] fbdev: vt8500lcdfb: fix missing dma_free_coherent()
 2026-01-12 14:46 UTC  (2+ messages)

[PATCH v2] staging: sm750fb: Convert sw_i2c_read_sda to return bool
 2026-01-12 10:49 UTC  (2+ messages)

[PATCH 1/4] staging: sm750fb: Convert sw_i2c_read_sda to return bool
 2026-01-12 10:31 UTC  (2+ messages)

[PATCH] video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by default
 2026-01-11 21:25 UTC  (3+ messages)

[PATCH v4 0/4] fbdev: Make CONFIG_FB_DEVICE optional for drivers
 2026-01-11 19:51 UTC  (7+ messages)
` [PATCH v4 1/4] fb: Add dev_of_fbinfo() helper for optional sysfs support
` [PATCH v4 3/4] fbdev: omapfb: Make FB_DEVICE dependency optional

[PATCH v3 0/7] video/logo: allow custom boot logo and simplify logic
 2026-01-11 18:59 UTC  (8+ messages)
` [PATCH v3 1/7] video/logo: remove orphan .pgm Makefile rule
` [PATCH v3 6/7] video/logo: remove logo_mac_clut224

[PATCH 0/3] staging: style cleanups for sm750fb and rtl8723bs
 2026-01-11 12:58 UTC  (3+ messages)
` [PATCH 1/3] staging: sm750fb: fix static const char array warning

[PATCH] staging: sm750fb: rename fixId to fix_id
 2026-01-11 12:51 UTC  (2+ messages)

[PATCH] staging: sm750fb: improve clarity in TODO file
 2026-01-11 12:51 UTC  (2+ messages)

[PATCH v2] fbdev: bitblit: bound-check glyph index in bit_putcs*
 2026-01-11  5:26 UTC  (4+ messages)

[PATCH v2 0/7] Fix PMI8950 WLED ovp values and more
 2026-01-09 15:45 UTC  (8+ messages)
` [PATCH v2 2/7] backlight: qcom-wled: Support ovp values for PMI8994


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