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.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
/
vgacon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
vgacon: Propagate console boot parameters before calling `vc_resize'
Maciej W. Rozycki
1
-5
/
+9
2021-05-13
Merge branch 'resizex' (patches from Maciej)
Linus Torvalds
1
-24
/
+32
2021-05-13
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-22
/
+22
2021-05-13
vgacon: Record video mode changes with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+11
2021-03-23
vgacon: drop unused vga_init_done
Stephen Kitt
1
-3
/
+0
2021-03-10
vgacon: comment on vga_rolled_over
Jiri Slaby
1
-1
/
+1
2021-01-07
vgacon: drop BROKEN_GRAPHICS_PROGRAMS
Jiri Slaby
1
-19
/
+0
2020-09-14
vgacon: remove software scrollback support
Linus Torvalds
1
-220
/
+1
2020-08-04
vgacon: Fix for missing check in scrollback handling
Yunhai Zhang
1
-0
/
+4
2020-06-24
vt: use newly defined CUR_* macros
Jiri Slaby
1
-1
/
+1
2020-06-24
vc: switch state to bool
Jiri Slaby
1
-1
/
+2
2020-06-24
vt: introduce enum vc_intensity for intensity
Jiri Slaby
1
-4
/
+5
2020-06-24
vc: separate state
Jiri Slaby
1
-11
/
+11
2020-03-06
vgacon: Fix a UAF in vgacon_invert_region
Zhang Xiaoxu
1
-0
/
+3
2019-10-18
vgacon: Use pr_warn instead of pr_warning
Kefeng Wang
1
-3
/
+3
2019-01-18
vgacon: unconfuse vc_origin when using soft scrollback
Nicolas Pitre
1
-3
/
+4
2018-07-24
video/console/vgacon: Print big fat warning with nomodeset
Lyude Paul
1
-0
/
+5
2018-02-27
console: Expand dummy functions for CFI
Kees Cook
1
-10
/
+10
2017-12-19
vgacon: Set VGA struct resource types
Bjorn Helgaas
1
-8
/
+26
2017-09-04
vgacon: Prevent faulty bootparams.screeninfo from causing harm
Jan H. Schönherr
1
-3
/
+2
2017-01-25
console: Make persistent scrollback a boot parameter
Manuel Schölling
1
-13
/
+12
2017-01-25
console: Add persistent scrollback buffers for all VGA consoles
Manuel Schölling
1
-53
/
+89
2017-01-25
console: Add callback to flush scrollback buffer to consw struct
Manuel Schölling
1
-1
/
+23
2017-01-25
console: Move scrollback data into its own struct
Manuel Schölling
1
-44
/
+47
2016-10-27
vgacon: remove prehistoric macros
Jiri Slaby
1
-49
/
+0
2016-10-27
vgacon: switch boolean variables to bool
Jiri Slaby
1
-22
/
+23
2016-10-27
tty: vgacon+sisusb, move scrolldelta to a common helper
Jiri Slaby
1
-25
/
+2
2016-10-27
tty: vt, cleanup and document con_scroll
Jiri Slaby
1
-7
/
+5
2016-06-25
tty: vt, convert more macros to functions
Jiri Slaby
1
-4
/
+4
2016-06-25
tty: vt, remove consw->con_bmove
Jiri Slaby
1
-1
/
+0
2016-06-25
tty: vt, consw->con_set_palette cleanup
Jiri Slaby
1
-5
/
+2
2016-06-25
tty: vt, consw->con_scrolldelta cleanup
Jiri Slaby
1
-8
/
+5
2016-04-30
tty: vt, make color_table const
Jiri Slaby
1
-3
/
+2
2014-10-22
video/console: Resolve several shadow warnings
Mark Rustad
1
-12
/
+12
2014-06-19
Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
1
-0
/
+1
2014-06-09
drm/i915: Kick out vga console
Daniel Vetter
1
-0
/
+1
2014-05-29
console: Use explicit pointer type for vc_uni_pagedir* fields
Takashi Iwai
1
-2
/
+2
2014-05-29
vgacon: Fix & cleanup refcounting
Takashi Iwai
1
-7
/
+8
2013-06-27
vgacon: fix missing include.
Dave Airlie
1
-0
/
+1
2013-06-26
vgacon.c: add cond reschedule points in vgacon_do_font_op
Marcelo Tosatti
1
-4
/
+12
2013-02-07
vgacon/vt: clear buffer attributes when we load a 512 character font (v2)
Dave Airlie
1
-7
/
+15
2011-09-13
locking, video: Annotate vga console lock as raw
Thomas Gleixner
1
-21
/
+21
2011-01-25
video: fix some comments in drivers/video/console/vgacon.c
Amerigo Wang
1
-5
/
+1
2011-01-13
vgacon: check for efi machine
Yannick Heneault
1
-1
/
+2
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-08-11
tty: fix console_sem lock order
Arnd Bergmann
1
-2
/
+0
2010-08-11
tty: replace BKL with a new tty_lock
Arnd Bergmann
1
-2
/
+2
2010-03-06
console/vgacon.c: mark file-local symbol static
Thiago Farina
1
-1
/
+1
2009-11-14
vgacon: Add support for setting the default cursor state
Matthew Garrett
1
-1
/
+4
2009-11-14
vc: Add support for hiding the cursor when creating VTs
Matthew Garrett
1
-0
/
+2
[next]