messages from 2026-02-20 07:49:40 to 2026-03-07 23:06:23 UTC [more...]
[PATCH] staging: sm750fb: add missing const qualifier to char pointer array
2026-03-07 23:05 UTC (2+ messages)
[GIT PULL] fbdev fix for v7.0-rc3
2026-03-07 21:24 UTC (2+ messages)
[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
2026-03-06 20:36 UTC (2+ messages)
` [PATCH v12 1/1] "
[PATCH] backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional() in sky81452_bl_parse_dt()
2026-03-06 14:21 UTC (5+ messages)
` [PATCH v2] "
` (subset) "
[PATCH] fbdev: macfb: Replace deprecated strcpy with strscpy
2026-03-06 9:20 UTC (2+ messages)
[PATCH v2 00/13] vc,fbcon,fonts: Proper handling of font data
2026-03-05 20:12 UTC (23+ messages)
` [PATCH v2 01/13] fbdev: Declare src parameter of fb_pad_ helpers as constant
` [PATCH v2 02/13] vt: Remove trailing whitespaces
` [PATCH v2 03/13] vt: Store font in struct vc_font
` [PATCH v2 04/13] vt: Calculate font-buffer size with vc_font_size()
` [PATCH v2 05/13] lib/fonts: Remove trailing whitespaces
` [PATCH v2 06/13] lib/fonts: Remove FNTCHARCNT()
` [PATCH v2 07/13] lib/fonts: Store font data as font_data_t; update consoles
` [PATCH v2 08/13] lib/fonts: Read font size with font_data_size()
` [PATCH v2 09/13] lib/fonts: Compare font data for equality with font_data_is_equal()
` [PATCH v2 10/13] lib/fonts: Manage font-data lifetime with font_data_get/_put()
` [PATCH v2 11/13] lib/fonts: Create font_data_t from struct console_font with font_data_import()
` [PATCH v2 12/13] lib/fonts: Store font data for user space with font_data_export()
` [PATCH v2 13/13] lib/fonts: Remove internal symbols and macros from public header file
[PATCH] fbdev: wmt_ge_rops: use devm_platform_ioremap_resource()
2026-03-05 8:26 UTC (2+ messages)
[PATCH] staging: sm750fb: use proper error codes instead of -1
2026-03-05 5:48 UTC (22+ messages)
` [PATCH v2 0/6] staging: sm750fb: fix error return values
` [PATCH 1/6] staging: sm750fb: hw_sm750le_de_wait: return -ETIMEDOUT on timeout
` [PATCH 2/6] staging: sm750fb: sm750_hw_fillrect: propagate de_wait() error
` [PATCH 3/6] staging: sm750fb: sm750_hw_copyarea: "
` [PATCH 4/6] staging: sm750fb: sm750_hw_imageblit: "
` [PATCH 5/6] staging: sm750fb: sw_i2c_write_byte: return -ETIMEDOUT on timeout
` [PATCH 6/6] staging: sm750fb: sm750_sw_i2c_init: return -EINVAL for invalid GPIO
` [PATCH 5/6] staging: sm750fb: sw_i2c_write_byte: return -EIO on failure
[RFC PATCH] fbcon: Fix out-of-bounds memory in fbcon_putcs
2026-03-04 13:19 UTC (13+ messages)
[PATCH] staging: fbtft: Update RA8875 Kconfig help description
2026-03-04 11:06 UTC (2+ messages)
[PATCH v7 0/4] backlight: add new max25014 backlight driver
2026-03-04 10:38 UTC (3+ messages)
` [PATCH v7 2/4] backlight: add max25014atg backlight
[PATCH 1/8] staging: sm750fb: remove unused GPIO_MUX bit field definitions
2026-03-04 8:10 UTC (9+ messages)
` [PATCH 2/8] staging: sm750fb: remove unused CSC register definitions
` [PATCH 3/8] staging: sm750fb: remove unused ZV capture "
` [PATCH 4/8] staging: sm750fb: remove unused alpha and cursor "
` [PATCH 5/8] staging: sm750fb: remove unused memory arbitration "
` [PATCH 6/8] staging: sm750fb: remove unused interrupt "
` [PATCH 7/8] staging: sm750fb: remove unused CURRENT_GATE, CRT_HWC, and DMA "
` [PATCH 8/8] staging: sm750fb: remove unused GPIO bit field and interrupt definitions
[PATCH] fbdev: goldfishfb: use devm_platform_ioremap_resource()
2026-03-03 14:07 UTC (3+ messages)
[PATCH 00/13] vc,fbcon,fonts: Proper handling of font data
2026-03-02 13:45 UTC (4+ messages)
` [PATCH 13/13] lib/fonts: Remove internal symbols and macros from public header file
[PATCH v8 00/25] gpu: nova-core: Add memory management support
2026-03-02 12:23 UTC (38+ messages)
` [PATCH v8 01/25] gpu: nova-core: Select GPU_BUDDY for VRAM allocation
` [PATCH v8 02/25] gpu: nova-core: Kconfig: Sort select statements alphabetically
` [PATCH v8 03/25] gpu: nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v8 04/25] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v8 05/25] gpu: nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v8 06/25] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v8 07/25] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v8 08/25] gpu: nova-core: mm: Add common memory management types
` [PATCH v8 09/25] gpu: nova-core: mm: Add TLB flush support
` [PATCH v8 10/25] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v8 11/25] gpu: nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v8 12/25] gpu: nova-core: mm: Add common types for all page table formats
` [PATCH v8 13/25] gpu: nova-core: mm: Add MMU v2 page table types
` [PATCH v8 14/25] gpu: nova-core: mm: Add MMU v3 "
` [PATCH v8 15/25] gpu: nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v8 16/25] gpu: nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v8 17/25] gpu: nova-core: mm: Add Virtual Memory Manager
` [PATCH v8 18/25] gpu: nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v8 19/25] gpu: nova-core: mm: Add multi-page mapping API "
` [PATCH v8 20/25] gpu: nova-core: Add BAR1 aperture type and size constant
` [PATCH v8 21/25] gpu: nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v8 22/25] gpu: nova-core: mm: Add BAR1 user interface
` [PATCH v8 23/25] gpu: nova-core: mm: Add BarUser to struct Gpu and create at boot
` [PATCH v8 24/25] gpu: nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v8 25/25] gpu: nova-core: mm: Add PRAMIN aperture self-tests
FAILED: Patch "fbdev: vt8500lcdfb: fix missing dma_free_coherent()" failed to apply to 5.10-stable tree
2026-03-01 2:05 UTC
FAILED: Patch "fbcon: Remove struct fbcon_display.inverse" failed to apply to 5.10-stable tree
2026-03-01 2:05 UTC
FAILED: Patch "fbcon: check return value of con2fb_acquire_newinfo()" failed to apply to 5.10-stable tree
2026-03-01 2:05 UTC
FAILED: Patch "fbdev: of: display_timing: fix refcount leak in of_get_display_timings()" failed to apply to 5.10-stable tree
2026-03-01 2:05 UTC
FAILED: Patch "fbdev: ffb: fix corrupted video output on Sun FFB1" failed to apply to 5.10-stable tree
2026-03-01 2:05 UTC
FAILED: Patch "fbdev: vt8500lcdfb: fix missing dma_free_coherent()" failed to apply to 5.15-stable tree
2026-03-01 1:58 UTC
FAILED: Patch "fbcon: check return value of con2fb_acquire_newinfo()" failed to apply to 5.15-stable tree
2026-03-01 1:58 UTC
FAILED: Patch "fbdev: of: display_timing: fix refcount leak in of_get_display_timings()" failed to apply to 5.15-stable tree
2026-03-01 1:58 UTC
FAILED: Patch "fbcon: Remove struct fbcon_display.inverse" failed to apply to 5.15-stable tree
2026-03-01 1:58 UTC
FAILED: Patch "fbdev: ffb: fix corrupted video output on Sun FFB1" failed to apply to 5.15-stable tree
2026-03-01 1:55 UTC
FAILED: Patch "fbdev: of: display_timing: fix refcount leak in of_get_display_timings()" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "fbdev: vt8500lcdfb: fix missing dma_free_coherent()" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "fbcon: Remove struct fbcon_display.inverse" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "fbcon: check return value of con2fb_acquire_newinfo()" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "fbdev: ffb: fix corrupted video output on Sun FFB1" failed to apply to 6.1-stable tree
2026-03-01 1:47 UTC
FAILED: Patch "fbdev: of: display_timing: fix refcount leak in of_get_display_timings()" failed to apply to 6.6-stable tree
2026-03-01 1:39 UTC
FAILED: Patch "fbdev: vt8500lcdfb: fix missing dma_free_coherent()" failed to apply to 6.6-stable tree
2026-03-01 1:39 UTC
FAILED: Patch "fbcon: check return value of con2fb_acquire_newinfo()" failed to apply to 6.6-stable tree
2026-03-01 1:39 UTC
FAILED: Patch "fbcon: Remove struct fbcon_display.inverse" failed to apply to 6.6-stable tree
2026-03-01 1:38 UTC
FAILED: Patch "fbdev: ffb: fix corrupted video output on Sun FFB1" failed to apply to 6.6-stable tree
2026-03-01 1:38 UTC
FAILED: Patch "fbdev: of: display_timing: fix refcount leak in of_get_display_timings()" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
FAILED: Patch "fbdev: vt8500lcdfb: fix missing dma_free_coherent()" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
FAILED: Patch "fbcon: check return value of con2fb_acquire_newinfo()" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
FAILED: Patch "fbcon: Remove struct fbcon_display.inverse" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
FAILED: Patch "fbdev: ffb: fix corrupted video output on Sun FFB1" failed to apply to 6.12-stable tree
2026-03-01 1:28 UTC
[PATCH] staging: fbtft: replace -1 with proper error codes
2026-02-28 20:27 UTC
[PATCH v5] Fonts: Adding all Terminus fronts from 12 to 32 in bold, and normal versions
2026-02-27 20:59 UTC
[PATCH v11 0/2] rust: clist patches for nova-core memory management
2026-02-27 15:50 UTC (9+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
[PATCH] fbdev/tdfxfb: Make the VGA register initialisation a bit more obvious
2026-02-27 14:27 UTC (2+ messages)
[PATCH v11 0/4] Rust GPU buddy allocator bindings
2026-02-27 12:08 UTC (12+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
[PATCH] staging: fbtft: fix macro whitespace errors
2026-02-27 4:51 UTC (5+ messages)
[PATCH] staging: fbtft: fb_ra8875: replace udelays with usleep_range
2026-02-26 8:31 UTC (5+ messages)
` [PATCH v2] staging: fbtft: fb_ra8875: replace udelays with fsleep
[PATCH v1 1/1] fbtft: Update REAMDE to slow down the stream of undesired cleanups
2026-02-26 8:08 UTC
[PATCH v2 0/4] fbdev: defio: Protect against device/module removal
2026-02-24 22:02 UTC (6+ messages)
` [PATCH v2 1/4] fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
` [PATCH v2 2/4] fbdev: defio: Keep module reference from VMAs
` [PATCH v2 3/4] fbdev: defio: Move variable state into struct fb_deferred_io_state
` [PATCH v2 4/4] fbdev: defio: Move pageref array to "
[PATCH] staging: sm750fb: Fix "varios" typo in ddk750_swi2c.c
2026-02-24 11:37 UTC
[PATCH v4 0/3] staging: sm750fb: clean up logging
2026-02-23 14:36 UTC (2+ messages)
[PATCH v2 1/2] staging: sm750fb: Fix CamelCase variable names
2026-02-23 14:13 UTC (5+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] staging: sm750fb: remove Hungarian notation prefixes
[PATCH 0/4] fbdev: defio: Protect against device/module removal
2026-02-23 12:50 UTC (2+ messages)
[GIT PULL] au1100fb fbdev updates for v7.0-rc1
2026-02-21 1:20 UTC (2+ 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