index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
fbdev
/
core
/
fbcon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-04
fbcon: check return value of con2fb_acquire_newinfo()
Andrey Vatoropin
1
-1
/
+2
2025-12-07
fbcon: Set fb_display[i]->mode to NULL when the mode is released
Quanmin Yan
1
-0
/
+19
2025-10-02
fbcon: Fix OOB access in font allocation
Thomas Zimmermann
1
-3
/
+3
2025-10-02
fbcon: fix integer overflow in fbcon_do_set_font
Samasth Norway Ananda
1
-2
/
+9
2025-08-28
fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
Sravan Kumar Gundu
1
-4
/
+5
2025-08-15
fbcon: Fix outdated registered_fb reference in comment
Shixiong Ou
1
-2
/
+2
2025-07-06
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-3
/
+3
2025-07-06
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-13
/
+19
2025-07-06
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-1
/
+1
2025-06-27
fbcon: Make sure modelist not set on unregistered console
Kees Cook
1
-1
/
+6
2025-06-04
fbcon: Use correct erase colour for clearing in fbcon
Zsolt Kajtar
1
-4
/
+6
2024-10-17
fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
Qianqiang Liu
1
-0
/
+2
2024-03-06
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
1
-5
/
+3
2023-04-20
fbcon: set_con2fb_map needs to set con2fb_map!
Daniel Vetter
1
-1
/
+2
2023-04-20
fbcon: Fix error paths in set_con2fb_map
Daniel Vetter
1
-9
/
+8
2023-03-10
Revert "fbcon: don't lose the console font across generic->chip driver switch"
Thomas Zimmermann
1
-11
/
+6
2023-02-09
fbcon: Check font dimension limits
Samuel Thibault
1
-2
/
+5
2022-12-31
fbdev: fbcon: release buffer when fbcon_do_set_font() failed
Tetsuo Handa
1
-1
/
+2
2022-11-22
fbcon: Use kzalloc() in fbcon_prepare_logo()
Tetsuo Handa
1
-1
/
+1
2022-08-26
fbdev: fbcon: Properly revert changes when vc_resize() failed
Shigeru Yoshida
1
-2
/
+25
2022-08-24
fbdev: Move fbdev drivers from strlcpy to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+4
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
1
-0
/
+33
2022-07-07
fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()
Helge Deller
1
-1
/
+1
2022-07-07
fbcon: Prevent that screen size is smaller than font size
Helge Deller
1
-0
/
+28
2022-07-07
fbcon: Disallow setting font bigger than screen size
Helge Deller
1
-0
/
+5
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
1
-4
/
+4
2022-06-20
fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters
Helge Deller
1
-3
/
+5
2022-06-20
fbcon: Fix accelerated fbdev scrolling while logo is still shown
Helge Deller
1
-4
/
+0
2022-06-08
fbcon: Remove obsolete reference to initmem_freed
Geert Uytterhoeven
1
-1
/
+0
2022-04-14
fbcon: replace snprintf in show functions with sysfs_emit
Yang Guang
1
-2
/
+2
2022-04-13
fbcon: Fix delayed takeover locking
Daniel Vetter
1
-10
/
+18
2022-04-12
fbcon: use min() to make code cleaner
Changcheng Deng
1
-1
/
+1
2022-04-07
fbcon: Maintain a private array of fb_info
Daniel Vetter
1
-39
/
+43
2022-04-07
fbcon: untangle fbcon_exit
Daniel Vetter
1
-31
/
+32
2022-04-07
fbcon: Move more code into fbcon_release
Daniel Vetter
1
-20
/
+13
2022-04-07
fbcon: Move console_lock for register/unlink/unregister
Daniel Vetter
1
-6
/
+27
2022-04-07
fbcon: Consistently protect deferred_takeover with console_lock()
Daniel Vetter
1
-2
/
+3
2022-04-07
fbcon: use lock_fb_info in fbcon_open/release
Daniel Vetter
1
-0
/
+5
2022-04-07
fbcon: move more common code into fb_open()
Daniel Vetter
1
-45
/
+30
2022-04-07
fbcon: Ditch error handling for con2fb_release_oldinfo
Daniel Vetter
1
-24
/
+13
2022-04-07
fbcon: Extract fbcon_open/release helpers
Daniel Vetter
1
-54
/
+53
2022-04-07
fbcon: Replace FBCON_FLAGS_INIT with a boolean
Daniel Vetter
1
-6
/
+5
2022-04-07
fbcon: Use delayed work for cursor
Daniel Vetter
1
-52
/
+33
2022-04-07
fbcon: delete delayed loading code
Daniel Vetter
1
-12
/
+1
2022-04-07
fbcon: Introduce wrapper for console->fb_info lookup
Daniel Vetter
1
-32
/
+44
2022-04-07
fbcon: Move fbcon_bmove(_rec) functions
Daniel Vetter
1
-69
/
+65
2022-04-07
fbcon: delete a few unneeded forward decl
Daniel Vetter
1
-16
/
+1
2022-02-08
fbcon: Avoid 'cap' set but not used warning
Helge Deller
1
-4
/
+3
2022-02-02
fbcon: Add option to enable legacy hardware acceleration
Helge Deller
1
-11
/
+28
[next]