index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
Age
Commit message (
Expand
)
Author
2026-08-21
Merge tag 'fbdev-for-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-08-20
Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-08-10
fbdev: core: Clamp total_size to smem_len in read/write functions
Mingyu Wang
2026-08-08
fbdev: bitblit: bound-check glyph index in bit_cursor()
Rik van Riel
2026-08-08
fbdev: Fix out-of-bounds access when rotating console after font resize
Zizhi Wo
2026-08-08
fbdev: core: Fix pointer desynchronization in fb_io_read()
Mingyu Wang
2026-08-08
fbdev: serialize mode sysfs access with lock_fb_info()
Melbin K Mathew
2026-08-08
fbdev: clear fb_info->mode before deleting a videomode
Melbin K Mathew
2026-08-08
fbdev: bound mode sysfs output to the sysfs buffer
Melbin K Mathew
2026-08-06
mm: introduce vma_get_page_prot() and use it
Lorenzo Stoakes
2026-06-26
fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_var
Ian Bridges
2026-06-26
fbcon: fix NULL pointer dereference for a console without vc_data
Ian Bridges
2026-06-26
fbdev: fix use-after-free in store_modes()
Ian Bridges
2026-06-25
fbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()
Mingyu Wang
2026-06-12
fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
Steffen Persvold
2026-06-10
fbdev: modedb: fix a possible UAF in fb_find_mode()
Tuo Li
2026-06-09
fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif comment
Ethan Nelson-Moore
2026-06-09
fbdev: Do not export fbcon from fbdev
Thomas Zimmermann
2026-06-09
fbdev: Wrap fbcon updates from vga-switcheroo in helper
Thomas Zimmermann
2026-06-09
fbdev: Wrap user-invoked calls to fb_blank() in helper
Thomas Zimmermann
2026-06-09
fbdev: Wrap user-invoked calls to fb_set_var() in helper
Thomas Zimmermann
2026-06-09
fbcon: don't suspend/resume when vc is graphics mode
Lu Yao
2026-06-07
fbcon: Use correct type for vc_resize() return value
Jiacheng Yu
2026-04-28
fbdev: defio: Remove duplicate include of linux/module.h
Chen Ni
2026-04-07
fbcon: Put font-rotation state into separate struct
Thomas Zimmermann
2026-04-07
fbcon: Fill cursor mask in helper function
Thomas Zimmermann
2026-04-07
lib/fonts: Implement font rotation
Thomas Zimmermann
2026-04-07
lib/fonts: Implement glyph rotation
Thomas Zimmermann
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
2026-04-07
fbcon: Avoid OOB font access if console rotation fails
Thomas Zimmermann
2026-03-09
lib/fonts: Store font data for user space with font_data_export()
Thomas Zimmermann
2026-03-09
lib/fonts: Create font_data_t from struct console_font with font_data_import()
Thomas Zimmermann
2026-03-09
lib/fonts: Compare font data for equality with font_data_is_equal()
Thomas Zimmermann
2026-03-09
lib/fonts: Manage font-data lifetime with font_data_get/_put()
Thomas Zimmermann
2026-03-09
lib/fonts: Read font size with font_data_size()
Thomas Zimmermann
2026-03-09
lib/fonts: Store font data as font_data_t; update consoles
Thomas Zimmermann
2026-03-09
vt: Calculate font-buffer size with vc_font_size()
Thomas Zimmermann
2026-03-09
vt: Store font in struct vc_font
Thomas Zimmermann
2026-03-09
fbdev: Declare src parameter of fb_pad_ helpers as constant
Thomas Zimmermann
2026-03-09
fbdev: defio: Move pageref array to struct fb_deferred_io_state
Thomas Zimmermann
2026-03-09
fbdev: defio: Move variable state into struct fb_deferred_io_state
Thomas Zimmermann
2026-03-09
fbdev: defio: Keep module reference from VMAs
Thomas Zimmermann
2026-03-09
fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info
Thomas Zimmermann
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-14
fbcon: Remove struct fbcon_display.inverse
Thomas Zimmermann
2026-02-14
printk, vt, fbcon: Remove console_conditional_schedule()
Sebastian Andrzej Siewior
2026-02-14
fbdev: fix fb_pad_unaligned_buffer mask
Osama Abdelkader
2026-02-14
fbcon: check return value of con2fb_acquire_newinfo()
Andrey Vatoropin
2026-02-14
fbdev: Use device_create_with_groups() to fix sysfs groups registration race
Hans de Goede
[next]