index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
vt: do not update when the console is blanked
Stefano Stabellini
1
-1
/
+1
2008-07-24
vt: hold console_sem across sysfs operations
Jiri Slaby
1
-2
/
+2
2008-07-21
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
1
-6
/
+8
2008-06-06
vt: fix vc_resize locking
Nick Piggin
1
-5
/
+8
2008-06-06
vt: fix background color on line feed, DEC invert
Jan Engelhardt
1
-1
/
+1
2008-06-04
Make console charset translation optional
David Woodhouse
1
-1
/
+1
2008-05-08
vt: fix canonical input in UTF-8 mode
Samuel Thibault
1
-0
/
+6
2008-04-30
Basic braille screen reader support
Samuel Thibault
1
-0
/
+1
2008-04-30
consoles: switch to int put_char method
Alan Cox
1
-3
/
+3
2008-04-30
redo locking of tty->pgrp
Alan Cox
1
-0
/
+6
2008-04-30
tty: BKL pushdown
Alan Cox
1
-2
/
+6
2008-04-29
vt: fix background color on line feed
Jan Engelhardt
1
-3
/
+4
2008-04-28
VT notifier extension for accessibility
Karl Dahlke
1
-0
/
+8
2008-03-04
VT notifier fix for VT switch
Samuel Thibault
1
-0
/
+1
2008-02-06
vt: bitlock fix
Nick Piggin
1
-3
/
+5
2007-10-19
Console events and accessibility
Samuel Thibault
1
-1
/
+44
2007-10-18
Remove CONFIG_VT_UNICODE
Jan Engelhardt
1
-5
/
+1
2007-10-17
add CONFIG_VT_UNICODE
Bill Nottingham
1
-1
/
+5
2007-10-16
vt/vgacon: Check if screen resize request comes from userspace
Antonino A. Daplas
1
-4
/
+9
2007-07-17
Fix the graphic corruption issue on IA64 machines
izumi
1
-3
/
+5
2007-07-17
vt: add comment for unbind_con_driver()
Jesse Barnes
1
-2
/
+19
2007-07-17
fbcon: allow fbcon to use the primary display driver
Antonino A. Daplas
1
-4
/
+4
2007-07-17
Char: vt, use ARRAY_SIZE
Jiri Slaby
1
-2
/
+1
2007-07-17
Char: vt, use kzalloc
Jiri Slaby
1
-2
/
+1
2007-06-24
console UTF-8 fixes (fix)
Egmont Koblinger
1
-5
/
+13
2007-05-08
use mutex instead of semaphore in virtual console driver
Matthias Kaehlcke
1
-2
/
+3
2007-05-08
vt: expose system-wide UTF-8 default setting via sysfs
Antonino A. Daplas
1
-1
/
+3
2007-05-08
vt: add color support to the "underline" and "italic" attributes
Jan Engelhardt
1
-6
/
+28
2007-05-08
vt: allow for the palette to be exposed and changed via sysfs
Jan Engelhardt
1
-0
/
+4
2007-05-08
console UTF-8 fixes
Egmont Koblinger
1
-78
/
+179
2007-03-16
[PATCH] Initialise SAK member for each virtual console to prevent oops
Bernhard Walle
1
-0
/
+1
2007-03-16
[PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode
Andrew Johnson
1
-1
/
+19
2007-02-13
[PATCH] Fix SAK_work workqueue initialization.
Eric W. Biederman
1
-0
/
+1
2007-02-12
[PATCH] tty: update the tty layer to work with struct pid
Eric W. Biederman
1
-2
/
+2
2007-02-12
[PATCH] Char: timers cleanup
Jiri Slaby
1
-3
/
+1
2007-02-11
[PATCH] drivers/char/vc_screen.c: proper prototypes
Adrian Bunk
1
-3
/
+0
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
1
-1
/
+1
2006-12-07
[PATCH] add return value checking of get_user() in set_vesa_blanking()
Yoichi Yuasa
1
-6
/
+10
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-42
/
+39
2006-12-01
Driver core: convert vt code to use struct device
Greg Kroah-Hartman
1
-42
/
+39
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
1
-3
/
+3
2006-10-03
[PATCH] vt: proper prototypes for some console functions
Adrian Bunk
1
-8
/
+0
2006-10-03
[PATCH] vt: Honor the return value of device_create_file
Antonino A. Daplas
1
-7
/
+24
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-10-02
[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).
Eric W. Biederman
1
-0
/
+1
2006-09-29
[PATCH] Fix memory leak in vc_resize/vc_allocate
Catalin Marinas
1
-1
/
+2
2006-09-29
[PATCH] tty locking on resize
Alan Cox
1
-1
/
+11
2006-09-29
[PATCH] console utf-8 mode fixes
Adam Tlalka
1
-27
/
+52
2006-09-29
[PATCH] There is no devfs, there has never been a devfs, we have always been ...
Alan Cox
1
-5
/
+5
2006-07-03
[PATCH] vt: Decrement ref count of the VT backend on deallocation
Antonino A. Daplas
1
-0
/
+1
[prev]
[next]