index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
vt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vt: incomplete initialization of vc_tab_stop
Wolfgang Kroworsch
2008-11-06
1
-2
/
+8
*
Remove Andrew Morton's old email accounts
Francois Cami
2008-10-16
1
-1
/
+1
*
Revert "vt: fix background color on line feed"
Linus Torvalds
2008-10-14
1
-3
/
+2
*
tty: Remove more special casing and out of place code
Alan Cox
2008-10-13
1
-16
/
+14
*
tty: shutdown method
Alan Cox
2008-10-13
1
-17
/
+17
*
vt: remove bogus lock dropping
Alan Cox
2008-10-13
1
-18
/
+0
*
tty: move tioclinux from a special case
Alan Cox
2008-10-13
1
-2
/
+0
*
tty: remove resize window special case
Alan Cox
2008-08-15
1
-20
/
+62
*
vt: Deadlock workaround
Alan Cox
2008-08-04
1
-2
/
+0
*
Merge git://git.infradead.org/embedded-2.6
Linus Torvalds
2008-07-25
1
-1
/
+1
|
\
|
*
Make console charset translation optional
David Woodhouse
2008-06-04
1
-1
/
+1
*
|
vt: do not update when the console is blanked
Stefano Stabellini
2008-07-24
1
-1
/
+1
*
|
vt: hold console_sem across sysfs operations
Jiri Slaby
2008-07-24
1
-2
/
+2
*
|
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-6
/
+8
*
|
vt: fix vc_resize locking
Nick Piggin
2008-06-06
1
-5
/
+8
*
|
vt: fix background color on line feed, DEC invert
Jan Engelhardt
2008-06-06
1
-1
/
+1
|
/
*
vt: fix canonical input in UTF-8 mode
Samuel Thibault
2008-05-08
1
-0
/
+6
*
Basic braille screen reader support
Samuel Thibault
2008-04-30
1
-0
/
+1
*
consoles: switch to int put_char method
Alan Cox
2008-04-30
1
-3
/
+3
*
redo locking of tty->pgrp
Alan Cox
2008-04-30
1
-0
/
+6
*
tty: BKL pushdown
Alan Cox
2008-04-30
1
-2
/
+6
*
vt: fix background color on line feed
Jan Engelhardt
2008-04-29
1
-3
/
+4
*
VT notifier extension for accessibility
Karl Dahlke
2008-04-28
1
-0
/
+8
*
VT notifier fix for VT switch
Samuel Thibault
2008-03-04
1
-0
/
+1
*
vt: bitlock fix
Nick Piggin
2008-02-06
1
-3
/
+5
*
Console events and accessibility
Samuel Thibault
2007-10-19
1
-1
/
+44
*
Remove CONFIG_VT_UNICODE
Jan Engelhardt
2007-10-18
1
-5
/
+1
*
add CONFIG_VT_UNICODE
Bill Nottingham
2007-10-17
1
-1
/
+5
*
vt/vgacon: Check if screen resize request comes from userspace
Antonino A. Daplas
2007-10-16
1
-4
/
+9
*
Fix the graphic corruption issue on IA64 machines
izumi
2007-07-17
1
-3
/
+5
*
vt: add comment for unbind_con_driver()
Jesse Barnes
2007-07-17
1
-2
/
+19
*
fbcon: allow fbcon to use the primary display driver
Antonino A. Daplas
2007-07-17
1
-4
/
+4
*
Char: vt, use ARRAY_SIZE
Jiri Slaby
2007-07-17
1
-2
/
+1
*
Char: vt, use kzalloc
Jiri Slaby
2007-07-17
1
-2
/
+1
*
console UTF-8 fixes (fix)
Egmont Koblinger
2007-06-24
1
-5
/
+13
*
use mutex instead of semaphore in virtual console driver
Matthias Kaehlcke
2007-05-08
1
-2
/
+3
*
vt: expose system-wide UTF-8 default setting via sysfs
Antonino A. Daplas
2007-05-08
1
-1
/
+3
*
vt: add color support to the "underline" and "italic" attributes
Jan Engelhardt
2007-05-08
1
-6
/
+28
*
vt: allow for the palette to be exposed and changed via sysfs
Jan Engelhardt
2007-05-08
1
-0
/
+4
*
console UTF-8 fixes
Egmont Koblinger
2007-05-08
1
-78
/
+179
*
[PATCH] Initialise SAK member for each virtual console to prevent oops
Bernhard Walle
2007-03-16
1
-0
/
+1
*
[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode
Andrew Johnson
2007-03-16
1
-1
/
+19
*
[PATCH] Fix SAK_work workqueue initialization.
Eric W. Biederman
2007-02-13
1
-0
/
+1
*
[PATCH] tty: update the tty layer to work with struct pid
Eric W. Biederman
2007-02-12
1
-2
/
+2
*
[PATCH] Char: timers cleanup
Jiri Slaby
2007-02-12
1
-3
/
+1
*
[PATCH] drivers/char/vc_screen.c: proper prototypes
Adrian Bunk
2007-02-11
1
-3
/
+0
*
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
2006-12-13
1
-1
/
+1
*
[PATCH] add return value checking of get_user() in set_vesa_blanking()
Yoichi Yuasa
2006-12-07
1
-6
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-42
/
+39
|
\
|
*
Driver core: convert vt code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-42
/
+39
[next]