index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
1
-4
/
+8
2022-09-01
tty/vt: Add console_lock check to vt_console_print()
Daniel Vetter
1
-1
/
+3
2022-09-01
kernel/panic: Drop unblank_screen call
Daniel Vetter
1
-1
/
+2
2022-08-30
vt: Clear selection before changing the font
Helge Deller
1
-4
/
+8
2022-08-30
tty/vt: Remove printable variable
Daniel Vetter
1
-4
/
+0
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
5
-325
/
+386
2022-07-19
tty: vt: initialize unicode screen buffer
Tetsuo Handa
1
-1
/
+1
2022-06-30
vt: fix memory overlapping when deleting chars in the buffer
Yangxi Xiang
1
-1
/
+1
2022-06-27
tty/vt: consolemap: use E_TABSZ for the translations size
Jiri Slaby
1
-1
/
+1
2022-06-27
tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()
Jiri Slaby
1
-2
/
+0
2022-06-27
tty/vt: consolemap: improve UNI_*() macros definitions
Jiri Slaby
1
-4
/
+13
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
2
-27
/
+27
2022-06-27
tty/vt: consolemap: saner variable names in set_inverse_transl()
Jiri Slaby
1
-13
/
+13
2022-06-27
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
1
-5
/
+5
2022-06-27
tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()
Jiri Slaby
1
-5
/
+4
2022-06-27
tty/vt: consolemap: use ARRAY_SIZE(), part II.
Jiri Slaby
1
-2
/
+2
2022-06-10
tty: vt: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-2
/
+2
2022-06-10
tty/vt: consolemap: walk the buffer only once in con_set_trans_old()
Jiri Slaby
1
-7
/
+7
2022-06-10
tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()
Jiri Slaby
1
-5
/
+1
2022-06-10
tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap()
Jiri Slaby
1
-15
/
+23
2022-06-10
tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()
Jiri Slaby
1
-6
/
+7
2022-06-10
tty/vt: consolemap: remove superfluous whitespace
Jiri Slaby
1
-8
/
+8
2022-06-10
tty/vt: consolemap: make conv_uni_to_pc() more readable
Jiri Slaby
1
-10
/
+16
2022-06-10
tty/vt: consolemap: saner variable names in con_set_default_unimap()
Jiri Slaby
1
-21
/
+22
2022-06-10
tty/vt: consolemap: saner variable names in con_set_unimap()
Jiri Slaby
1
-12
/
+12
2022-06-10
tty/vt: consolemap: saner variable names in con_get_unimap()
Jiri Slaby
1
-15
/
+15
2022-06-10
tty/vt: consolemap: saner variable names in con_copy_unimap()
Jiri Slaby
1
-4
/
+4
2022-06-10
tty/vt: consolemap: saner variable names in con_release_unimap()
Jiri Slaby
1
-16
/
+18
2022-06-10
tty/vt: consolemap: saner variable names in con_unshare_unimap()
Jiri Slaby
1
-26
/
+25
2022-06-10
tty/vt: consolemap: saner variable names in con_do_clear_unimap()
Jiri Slaby
1
-13
/
+12
2022-06-10
tty/vt: consolemap: saner variable names in con_unify_unimap()
Jiri Slaby
1
-25
/
+24
2022-06-10
tty/vt: consolemap: saner variable names in con_insert_unipair()
Jiri Slaby
1
-13
/
+13
2022-06-10
tty/vt: consolemap: saner variable names in conv_uni_to_pc()
Jiri Slaby
1
-9
/
+8
2022-06-10
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
1
-19
/
+19
2022-06-10
tty/vt: consolemap: extract dict unsharing to con_unshare_unimap()
Jiri Slaby
1
-65
/
+68
2022-06-10
tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode()
Jiri Slaby
1
-4
/
+3
2022-06-10
tty/vt: consolemap: introduce enum translation_map and use it
Jiri Slaby
1
-19
/
+20
2022-06-10
tty/vt: consolemap: check put_user() in con_get_unimap()
Jiri Slaby
1
-1
/
+2
2022-06-10
tty/vt: consolemap: make p1 increment less confusing in con_get_unimap()
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: consolemap: make con_get_unimap() more readable
Jiri Slaby
1
-16
/
+22
2022-06-10
tty/vt: consolemap: make con_set_unimap() more readable
Jiri Slaby
1
-19
/
+23
2022-06-10
tty/vt: consolemap: use sizeof(*pointer) instead of sizeof(type)
Jiri Slaby
1
-11
/
+12
2022-06-10
tty/vt: consolemap: zero uni_pgdir using kcalloc()
Jiri Slaby
1
-5
/
+3
2022-06-10
tty/vt: consolemap: introduce UNI_*() macros
Jiri Slaby
1
-8
/
+13
2022-06-10
tty/vt: consolemap: use | for binary addition
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: consolemap: one line = one statement
Jiri Slaby
1
-10
/
+20
2022-06-10
tty/vt: consolemap: make parameters of inverse_translate() saner
Jiri Slaby
3
-4
/
+5
2022-06-10
tty/vt: consolemap: decrypt inverse_translate()
Jiri Slaby
1
-15
/
+16
2022-06-10
tty/vt: consolemap: define UNI_* macros for constants
Jiri Slaby
1
-24
/
+30
2022-06-10
tty/vt: consolemap: rename and document struct uni_pagedir
Jiri Slaby
1
-19
/
+28
[next]