public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 21:21:22 to 2026-04-11 16:11:48 UTC [more...]

[PATCH] staging: fbtft: improve TODO comment clarity
 2026-04-11 16:11 UTC  (2+ messages)

[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-10 20:56 UTC  (45+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[PATCH] fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
 2026-04-10 14:55 UTC  (2+ messages)

[PATCH] fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
 2026-04-10 14:55 UTC  (2+ messages)

[PATCH v9 00/23] gpu: nova-core: Add memory management support
 2026-04-09 18:02 UTC  (60+ messages)
` [PATCH v9 04/23] gpu: nova-core: gsp: Extract usable FB region from GSP
` [PATCH v10 00/21] gpu: nova-core: Add memory management support
  ` [PATCH v10 01/21] gpu: nova-core: gsp: Return GspStaticInfo from boot()
  ` [PATCH v10 02/21] gpu: nova-core: gsp: Extract usable FB region from GSP
  ` [PATCH v10 03/21] gpu: nova-core: gsp: Expose total physical VRAM end from FB region info
  ` [PATCH v10 06/21] gpu: nova-core: mm: Add common memory management types
  ` [PATCH v10 07/21] gpu: nova-core: mm: Add TLB flush support
  ` [PATCH v10 08/21] gpu: nova-core: mm: Add GpuMm centralized memory manager
  ` [PATCH v10 09/21] gpu: nova-core: mm: Add common types for all page table formats
  ` [PATCH v10 10/21] gpu: nova-core: mm: Add MMU v2 page table types
  ` [PATCH v10 11/21] gpu: nova-core: mm: Add MMU v3 "
  ` [PATCH v10 12/21] gpu: nova-core: mm: Add unified page table entry wrapper enums
  ` [PATCH v10 13/21] gpu: nova-core: mm: Add page table walker for MMU v2/v3
  ` [PATCH v10 14/21] gpu: nova-core: mm: Add Virtual Memory Manager
  ` [PATCH v10 15/21] gpu: nova-core: mm: Add virtual address range tracking to VMM
  ` [PATCH v10 16/21] gpu: nova-core: mm: Add multi-page mapping API "
  ` [PATCH v10 17/21] gpu: nova-core: Add BAR1 aperture type and size constant
  ` [PATCH v10 18/21] gpu: nova-core: mm: Add BAR1 user interface
  ` [PATCH v10 19/21] gpu: nova-core: mm: Add BAR1 memory management self-tests
  ` [PATCH v10 20/21] gpu: nova-core: mm: Add PRAMIN aperture self-tests
  ` [PATCH v10 21/21] gpu: nova-core: Use runtime BAR1 size instead of hardcoded 256MB

[PATCH v2 0/2] staging: sm750fb: improve error handling in de_wait path
 2026-04-09 15:58 UTC  (3+ messages)
` [PATCH v2 1/2] staging: sm750fb: return -ETIMEDOUT on timeout in de_wait functions
` [PATCH v2 2/2] staging: sm750fb: propagate error codes from de_wait()

[PATCH 0/2] staging: sm750fb: improve error handling in de_wait path
 2026-04-09 15:22 UTC  (6+ messages)
` [PATCH 1/2] staging: sm750fb: return -ETIMEDOUT on timeout in de_wait functions
` [PATCH 2/2] staging: sm750fb: propagate error codes from de_wait()

回复: Re: [PATCH] fbdev: omap2: fix inconsistent lock returns in omapfb_mmap
 2026-04-09  9:33 UTC 

[PATCH] fbdev: omap2: fix inconsistent lock returns in omapfb_mmap
 2026-04-09  8:29 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add dedicated entry for fbcon
 2026-04-09  8:13 UTC  (2+ messages)

[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
 2026-04-08 14:07 UTC  (18+ messages)
` [PATCH 1/8] hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
` [PATCH 2/8] firmware: efi: Never declare sysfb_primary_display on x86
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option
` [PATCH 4/8] firmware: sysfb: Split sysfb.c into sysfb_primary.c and sysfb_pci.c
` [PATCH 5/8] firmware: sysfb: Implement screen_info relocation for primary display
` [PATCH 6/8] firmware: sysfb: Avoid forward-declaring sysfb_parent_dev()
` [PATCH 7/8] firmware: efi: Make CONFIG_EFI_EARLYCON depend on CONFIG_SYSFB; clean up
` [PATCH 8/8] firmware: sysfb: Move CONFIG_FIRMWARE_EDID to firmware options

[PATCH v2 00/10] fbcon,fonts: Refactor framebuffer console rotation
 2026-04-07 15:48 UTC  (12+ messages)
` [PATCH v2 01/10] fbcon: Avoid OOB font access if console rotation fails
` [PATCH v2 02/10] vt: Implement helpers for struct vc_font in source file
` [PATCH v2 03/10] lib/fonts: Provide helpers for calculating glyph pitch and size
` [PATCH v2 04/10] lib/fonts: Clean up Makefile
` [PATCH v2 05/10] lib/fonts: Implement glyph rotation
` [PATCH v2 06/10] lib/fonts: Refactor glyph-pattern helpers
` [PATCH v2 07/10] lib/fonts: Refactor glyph-rotation helpers
` [PATCH v2 08/10] lib/fonts: Implement font rotation
` [PATCH v2 09/10] fbcon: Fill cursor mask in helper function
` [PATCH v2 10/10] fbcon: Put font-rotation state into separate struct

[PATCH v8 0/4] backlight: add new max25014 backlight driver
 2026-04-07 14:41 UTC  (5+ messages)
` [PATCH v8 1/4] dt-bindings: backlight: Add max25014 support
` [PATCH v8 2/4] backlight: add max25014atg backlight
` [PATCH v8 3/4] arm64: dts: freescale: moduline-display-av101hdt-a10: add backlight
` [PATCH v8 4/4] arm64: dts: freescale: moduline-display-av123z7m-n17: "

[PATCH v3 0/3] staging: sm750fb: Rename CamelCase identifiers
 2026-04-07  7:48 UTC  (4+ messages)
` [PATCH v3 1/3] staging: sm750fb: Rename sm750_pnltype enum values to upper case
` [PATCH v3 2/3] staging: sm750fb: Rename init_status members to snake_case
` [PATCH v3 3/3] staging: sm750fb: Rename sm750_dev "

[PATCH] arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files
 2026-04-06 12:34 UTC  (2+ messages)

[PATCH] arch/arm: Drop CONFIG_FIRMWARE_EDID from defconfig files
 2026-04-01 17:33 UTC  (2+ messages)

[PATCH v3] staging: sm750fb: constify fix_id array
 2026-04-01 12:03 UTC  (4+ messages)

[PATCH v4] staging: sm750fb: constify fix_id array
 2026-04-01 11:50 UTC 

[PATCH] staging: sm750fb: constify static char pointer arrays
 2026-04-01 10:09 UTC  (3+ messages)
` [PATCH v2] staging: sm750fb: constify fix_id array

[PATCH 00/10] fbcon,fonts: Refactor framebuffer console rotation
 2026-04-01  9:09 UTC  (6+ messages)
` [PATCH 04/10] lib/fonts: Clean up Makefile


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