index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2024-09-26
fbcon: break earlier in search_fb_in_map and search_for_mapped_con
Qianqiang Liu
1
-2
/
+6
2024-09-26
fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
Qianqiang Liu
1
-0
/
+2
2024-07-22
fbcon: Use oops_in_progress instead of panic_cpu
Jocelyn Falempe
1
-0
/
+9
2024-07-19
fbcon: Add an option to disable fbcon in panic
Jocelyn Falempe
1
-1
/
+6
2024-05-03
arch: Remove struct fb_info from video helpers
Thomas Zimmermann
1
-1
/
+1
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+9
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-79
/
+44
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
1
-7
/
+9
2024-02-26
fbcon: always restore the old font data in fbcon_do_set_font()
Jiri Slaby (SUSE)
1
-5
/
+3
2024-02-04
Merge 6.8-rc3 into tty-next
Greg Kroah-Hartman
1
-2
/
+1
2024-01-27
fbcon: remove fbcon_getxy()
Jiri Slaby (SUSE)
1
-25
/
+0
2024-01-27
fbcon: remove consw::con_screen_pos()
Jiri Slaby (SUSE)
1
-6
/
+0
2024-01-27
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
1
-1
/
+2
2024-01-27
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
1
-3
/
+3
2024-01-27
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
1
-1
/
+2
2024-01-27
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-3
/
+3
2024-01-27
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
1
-10
/
+9
2024-01-27
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
1
-2
/
+2
2024-01-27
tty: vt: eliminate unneeded consw::con_putc() implementations
Jiri Slaby (SUSE)
1
-9
/
+0
2024-01-27
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-13
/
+19
2024-01-27
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
1
-4
/
+2
2024-01-27
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-27
fbcon: make display_desc a static array in fbcon_startup()
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-22
fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
Geert Uytterhoeven
1
-2
/
+1
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+2
2023-09-11
fbdev/core: Move logo functions into separate source file
Thomas Zimmermann
1
-0
/
+2
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-4
/
+3
2023-08-03
fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb static
GUO Zihua
1
-2
/
+2
2023-07-28
Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"
Geert Uytterhoeven
1
-1
/
+1
2023-07-20
fbcon: remove unused display (p) from fbcon_redraw()
Jiri Slaby (SUSE)
1
-4
/
+3
2023-06-27
fbdev/core: Rework fb init code
Thomas Zimmermann
1
-0
/
+1
2023-05-18
fbdev: Include <linux/fb.h> instead of <asm/fb.h>
Thomas Zimmermann
1
-1
/
+0
2023-04-13
fbcon: set_con2fb_map needs to set con2fb_map!
Daniel Vetter
1
-1
/
+2
2023-04-13
fbcon: Fix error paths in set_con2fb_map
Daniel Vetter
1
-9
/
+8
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-20
/
+15
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-23
/
+18
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
1
-2
/
+5
2023-02-04
fbcon: Check font dimension limits
Samuel Thibault
1
-2
/
+5
2023-01-24
Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-23
/
+18
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
1
-0
/
+2
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
1
-20
/
+13
2023-01-13
Revert "fbcon: don't lose the console font across generic->chip driver switch"
Thomas Zimmermann
1
-11
/
+6
2023-01-13
fbcon: Remove trailing whitespaces
Thomas Zimmermann
1
-12
/
+12
2022-12-14
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
[next]