messages from 2026-02-10 17:16:22 to 2026-02-27 12:08:33 UTC [more...]
[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 v11 0/2] rust: clist patches for nova-core memory management
2026-02-26 19:34 UTC (8+ 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] 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 v8 00/25] gpu: nova-core: Add memory management support
2026-02-25 14:26 UTC (28+ 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
[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 00/13] vc,fbcon,fonts: Proper handling of font data
2026-02-23 15:05 UTC (17+ 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 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)
[PATCH v3 0/9] arch,sysfb,efi: Support EDID on non-x86 EFI systems
2026-02-20 4:10 UTC (2+ messages)
[PATCH v7 00/23] nova-core: Add memory management support
2026-02-20 3:25 UTC (28+ 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 v2] gpu: ipu-v3: clean up kernel-doc warnings
2026-02-19 21:52 UTC
[PATCH v2] staging: fbtft: fb_tinylcd: replace udelay() with fsleep()
2026-02-19 14:55 UTC (2+ messages)
[PATCH] staging: fbtft: fb_tinylcd: replace udelay() with fsleep()
2026-02-19 11:16 UTC (3+ messages)
[PATCH] staging: fbtft: fb_upd161704: replace udelay with usleep_range
2026-02-19 7:30 UTC (2+ messages)
[PATCH] staging: fbtft: fb_tinylcd: replace udelay with usleep_range
2026-02-19 7:30 UTC (2+ messages)
[PATCH] staging: fbtft: fb_ra8875: replace udelay with usleep_range
2026-02-19 7:30 UTC (2+ messages)
[PATCH v2] staging: sm750fb: add missing const to g_fbmode array
2026-02-19 6:55 UTC (2+ messages)
[PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
2026-02-19 3:18 UTC (3+ messages)
` [PATCH v10 0/8] Preparatory patches for nova-core memory management
[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
2026-02-19 2:47 UTC (12+ 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
[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] 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 (14+ 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
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