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.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
/
console
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-22
video: console: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
4
-0
/
+4
2024-01-28
tty: vt: change consw::con_set_origin() return type
Jiri Slaby (SUSE)
1
-4
/
+4
2024-01-28
tty: vt: make consw::con_font_default()'s name const
Jiri Slaby (SUSE)
2
-2
/
+4
2024-01-28
tty: vt: make font of consw::con_font_set() const
Jiri Slaby (SUSE)
3
-5
/
+6
2024-01-28
tty: vt: make types around consw::con_blank() bool
Jiri Slaby (SUSE)
5
-19
/
+21
2024-01-28
tty: vt: use enum constants for VESA blanking modes
Jiri Slaby (SUSE)
5
-8
/
+14
2024-01-28
tty: vt: use VESA blanking constants
Jiri Slaby (SUSE)
3
-5
/
+5
2024-01-28
tty: vt: stop using -1 for blank mode in consw::con_blank()
Jiri Slaby (SUSE)
1
-1
/
+0
2024-01-28
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
5
-10
/
+10
2024-01-28
tty: vt: remove CM_* constants
Jiri Slaby (SUSE)
5
-11
/
+11
2024-01-28
consoles: use if instead of switch-case in consw::con_cursor()
Jiri Slaby (SUSE)
3
-66
/
+53
2024-01-28
tty: vt: sanitize consw::con_putcs() parameters
Jiri Slaby (SUSE)
5
-15
/
+16
2024-01-28
tty: vt: sanitize consw::con_putc() parameters
Jiri Slaby (SUSE)
2
-4
/
+6
2024-01-28
tty: vt: eliminate unneeded consw::con_putc() implementations
Jiri Slaby (SUSE)
3
-20
/
+0
2024-01-28
tty: vt: remove checks for count in consw::con_clear() implementations
Jiri Slaby (SUSE)
2
-6
/
+0
2024-01-28
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
5
-21
/
+16
2024-01-28
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
5
-6
/
+6
2024-01-28
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
1
-2
/
+2
2024-01-28
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
1
-2
/
+34
2023-11-28
vgacon: drop IA64 reference in VGA_CONSOLE dependency list
Lukas Bulwahn
1
-1
/
+1
2023-10-17
console: fix up ARM screen_info reference
Arnd Bergmann
1
-2
/
+3
2023-10-17
vgacon: remove screen_info dependency
Arnd Bergmann
1
-28
/
+40
2023-10-17
dummycon: limit Arm console size hack to footbridge
Arnd Bergmann
2
-3
/
+4
2023-10-17
vgacon: rework Kconfig dependencies
Arnd Bergmann
1
-3
/
+3
2023-09-18
drm: fix up fbdev Kconfig defaults
Arnd Bergmann
1
-0
/
+1
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
2
-52
/
+34
2023-07-22
fbdev: Split frame buffer support in FB and FB_CORE symbols
Javier Martinez Canillas
1
-1
/
+1
2023-07-20
sticon: make sticon_set_def_font() void and remove op parameter
Jiri Slaby (SUSE)
1
-6
/
+6
2023-07-20
vgacon: cache vc_cell_height in vgacon_cursor()
Jiri Slaby (SUSE)
1
-19
/
+15
2023-07-20
vgacon: let vgacon_doresize() return void
Jiri Slaby (SUSE)
1
-2
/
+1
2023-07-20
vgacon: remove unused xpos from vgacon_set_cursor_size()
Jiri Slaby (SUSE)
1
-15
/
+10
2023-07-20
vgacon: remove unneeded forward declarations
Jiri Slaby (SUSE)
1
-9
/
+1
2023-07-20
vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()
Jiri Slaby (SUSE)
1
-6
/
+6
2023-04-20
video: Move HP PARISC STI core code to shared location
Thomas Zimmermann
4
-1176
/
+3
2023-04-20
video: Remove trailing whitespaces
Thomas Zimmermann
2
-53
/
+53
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
1
-1
/
+1
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
3
-12
/
+14
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
-6
/
+6
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
1
-0
/
+2
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
1
-4
/
+4
2022-06-27
drm: Implement DRM aperture helpers under video/
Thomas Zimmermann
1
-0
/
+1
2022-06-10
tty/vt: consolemap: rename and document struct uni_pagedir
Jiri Slaby
1
-2
/
+2
2022-06-07
parisc/stifb: Fix fb_is_primary_device() only available with CONFIG_FB_STI
Helge Deller
1
-0
/
+2
2022-06-04
Merge tag 'for-5.19/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-9
/
+28
2022-06-04
parisc/stifb: Keep track of hardware path of graphics card
Helge Deller
2
-9
/
+11
2022-06-04
parisc/stifb: Implement fb_is_primary_device()
Helge Deller
1
-0
/
+17
2022-05-23
parisc: video: fbdev: stifb: Add sti_dump_font() to dump STI font
Helge Deller
1
-0
/
+21
2022-03-07
nds32: Remove the architecture
Alan Kao
1
-1
/
+1
2022-02-02
fbcon: Add option to enable legacy hardware acceleration
Helge Deller
1
-0
/
+20
[next]