index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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-07-10
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-3
/
+3
2025-07-10
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-13
/
+19
2025-07-10
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-1
/
+1
2025-07-10
fbcon: delete a few unneeded forward decl
Daniel Vetter
1
-16
/
+1
2025-06-04
fbcon: Use correct erase colour for clearing in fbcon
Zsolt Kajtar
1
-4
/
+6
2024-03-06
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
1
-5
/
+3
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-12-14
fbcon: Use kzalloc() in fbcon_prepare_logo()
Tetsuo Handa
1
-1
/
+1
2022-08-31
fbdev: fbcon: Properly revert changes when vc_resize() failed
Shigeru Yoshida
1
-2
/
+25
2022-08-17
fbcon: Fix accelerated fbdev scrolling while logo is still shown
Helge Deller
1
-4
/
+0
2022-08-17
fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters
Helge Deller
1
-3
/
+5
2022-07-12
fbcon: Prevent that screen size is smaller than font size
Helge Deller
1
-0
/
+28
2022-07-12
fbcon: Disallow setting font bigger than screen size
Helge Deller
1
-0
/
+5
2022-06-09
fbcon: Consistently protect deferred_takeover with console_lock()
Daniel Vetter
1
-2
/
+3
2022-02-16
fbcon: Avoid 'cap' set but not used warning
Helge Deller
1
-4
/
+3
2022-02-08
fbcon: Add option to enable legacy hardware acceleration
Helge Deller
1
-11
/
+28
2022-02-08
Revert "fbcon: Disable accelerated scrolling"
Helge Deller
1
-8
/
+37
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-03-23
drivers: video: fbcon: fix NULL dereference in fbcon_cursor()
Du Cheng
1
-0
/
+3
2020-11-30
video: fbcon: Fix warnings by using pr_debug() in fbcon
Sam Ravnborg
1
-17
/
+8
2020-11-17
fbcon: Disable accelerated scrolling
Daniel Vetter
1
-37
/
+8
2020-11-16
fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcount
Peilin Ye
1
-36
/
+21
2020-11-16
console: Delete unused con_font_copy() callback implementations
Peilin Ye
1
-11
/
+0
2020-10-15
Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-2
/
+0
2020-10-15
Merge tag 'tty-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-9
/
+1
2020-10-06
Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+12
2020-10-02
fbcon: remove no-op fbcon_set_origin()
Tetsuo Handa
1
-8
/
+0
2020-09-25
fbcon: Fix global-out-of-bounds read in fbcon_get_font()
Peilin Ye
1
-0
/
+12
2020-09-21
Merge 5.9.0-rc6 into tty-next
Greg Kroah-Hartman
1
-331
/
+5
2020-09-20
Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2020-09-18
fbcon: Remove the superfluous break
Jing Xiangfeng
1
-2
/
+0
2020-09-16
fbcon: Fix user font detection test at fbcon_resize().
Tetsuo Handa
1
-1
/
+1
2020-09-14
fbcon: remove now unusued 'softback_lines' cursor() argument
Linus Torvalds
1
-2
/
+2
2020-09-14
fbcon: remove soft scrollback code
Linus Torvalds
1
-330
/
+4
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+23
2020-08-18
vt: make vc_data pointers const in selection.h
Jiri Slaby
1
-1
/
+1
2020-08-18
fbcon: prevent user font height or width change from causing potential out-of...
George Kennedy
1
-2
/
+23
2020-08-07
Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-5
/
+5
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
1
-1
/
+2
2020-07-20
Merge 5.8-rc6 into tty-next
Greg Kroah-Hartman
1
-1
/
+2
2020-07-10
fbcon: Use array3_size() helper in scr_memcpyw()
Gustavo A. R. Silva
1
-2
/
+2
2020-06-24
drm/fb-helper: Fix vt restore
Daniel Vetter
1
-1
/
+2
2020-06-24
vt: use newly defined CUR_* macros
Jiri Slaby
1
-1
/
+1
2020-06-24
vc: separate state
Jiri Slaby
1
-4
/
+4
2020-03-31
fbcon: fix null-ptr-deref in fbcon_switch
Qiujun Huang
1
-0
/
+3
[next]