index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tty: vt: saner names for more scroll variables
Jiri Slaby (SUSE)
2023-01-19
1
-18
/
+22
*
|
tty: vt: separate array juggling to juggle_array()
Jiri Slaby (SUSE)
2023-01-19
1
-24
/
+28
*
|
tty: vt: simplify some unicode conditions
Jiri Slaby (SUSE)
2023-01-19
1
-49
/
+36
*
|
tty: vt: replace BUG_ON() by WARN_ON_ONCE()
Jiri Slaby (SUSE)
2023-01-19
1
-1
/
+2
*
|
tty: vt: remove struct uni_screen
Jiri Slaby (SUSE)
2023-01-19
1
-59
/
+58
*
|
tty: vt: remove char32_t typedef
Jiri Slaby (SUSE)
2023-01-19
1
-14
/
+12
*
|
tty: vt: use sizeof(*variable) where possible
Jiri Slaby (SUSE)
2023-01-19
1
-5
/
+5
*
|
tty: vt: remove reference to undefined NO_VC_UNI_SCREEN
Jiri Slaby (SUSE)
2023-01-19
1
-3
/
+0
*
|
tty: vt: drop get_vc_uniscr()
Jiri Slaby (SUSE)
2023-01-19
1
-17
/
+10
*
|
tty: vt: remove vc_uniscr_debug_check()
Jiri Slaby (SUSE)
2023-01-19
1
-40
/
+0
*
|
tty/vt: prevent registration of console with invalid number
Sven Schnelle
2023-01-19
1
-0
/
+6
|
/
*
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2022-09-05
1
-4
/
+8
|
\
|
*
vt: Clear selection before changing the font
Helge Deller
2022-08-30
1
-4
/
+8
*
|
tty/vt: Add console_lock check to vt_console_print()
Daniel Vetter
2022-09-01
1
-1
/
+3
*
|
kernel/panic: Drop unblank_screen call
Daniel Vetter
2022-09-01
1
-1
/
+2
*
|
tty/vt: Remove printable variable
Daniel Vetter
2022-08-30
1
-4
/
+0
|
/
*
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-08
5
-325
/
+386
|
\
|
*
tty: vt: initialize unicode screen buffer
Tetsuo Handa
2022-07-19
1
-1
/
+1
|
*
tty/vt: consolemap: use E_TABSZ for the translations size
Jiri Slaby
2022-06-27
1
-1
/
+1
|
*
tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()
Jiri Slaby
2022-06-27
1
-2
/
+0
|
*
tty/vt: consolemap: improve UNI_*() macros definitions
Jiri Slaby
2022-06-27
1
-4
/
+13
|
*
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
2022-06-27
2
-27
/
+27
|
*
tty/vt: consolemap: saner variable names in set_inverse_transl()
Jiri Slaby
2022-06-27
1
-13
/
+13
|
*
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
2022-06-27
1
-5
/
+5
|
*
tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()
Jiri Slaby
2022-06-27
1
-5
/
+4
|
*
tty/vt: consolemap: use ARRAY_SIZE(), part II.
Jiri Slaby
2022-06-27
1
-2
/
+2
|
*
tty: vt: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
2022-06-10
1
-2
/
+2
|
*
tty/vt: consolemap: walk the buffer only once in con_set_trans_old()
Jiri Slaby
2022-06-10
1
-7
/
+7
|
*
tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()
Jiri Slaby
2022-06-10
1
-5
/
+1
|
*
tty/vt: consolemap: extract con_allocate_new() from con_do_clear_unimap()
Jiri Slaby
2022-06-10
1
-15
/
+23
|
*
tty/vt: consolemap: change refcount only if needed in con_do_clear_unimap()
Jiri Slaby
2022-06-10
1
-6
/
+7
|
*
tty/vt: consolemap: remove superfluous whitespace
Jiri Slaby
2022-06-10
1
-8
/
+8
|
*
tty/vt: consolemap: make conv_uni_to_pc() more readable
Jiri Slaby
2022-06-10
1
-10
/
+16
|
*
tty/vt: consolemap: saner variable names in con_set_default_unimap()
Jiri Slaby
2022-06-10
1
-21
/
+22
|
*
tty/vt: consolemap: saner variable names in con_set_unimap()
Jiri Slaby
2022-06-10
1
-12
/
+12
|
*
tty/vt: consolemap: saner variable names in con_get_unimap()
Jiri Slaby
2022-06-10
1
-15
/
+15
|
*
tty/vt: consolemap: saner variable names in con_copy_unimap()
Jiri Slaby
2022-06-10
1
-4
/
+4
|
*
tty/vt: consolemap: saner variable names in con_release_unimap()
Jiri Slaby
2022-06-10
1
-16
/
+18
|
*
tty/vt: consolemap: saner variable names in con_unshare_unimap()
Jiri Slaby
2022-06-10
1
-26
/
+25
|
*
tty/vt: consolemap: saner variable names in con_do_clear_unimap()
Jiri Slaby
2022-06-10
1
-13
/
+12
|
*
tty/vt: consolemap: saner variable names in con_unify_unimap()
Jiri Slaby
2022-06-10
1
-25
/
+24
|
*
tty/vt: consolemap: saner variable names in con_insert_unipair()
Jiri Slaby
2022-06-10
1
-13
/
+13
|
*
tty/vt: consolemap: saner variable names in conv_uni_to_pc()
Jiri Slaby
2022-06-10
1
-9
/
+8
|
*
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
2022-06-10
1
-19
/
+19
|
*
tty/vt: consolemap: extract dict unsharing to con_unshare_unimap()
Jiri Slaby
2022-06-10
1
-65
/
+68
|
*
tty/vt: consolemap: remove glyph < 0 check from set_inverse_trans_unicode()
Jiri Slaby
2022-06-10
1
-4
/
+3
|
*
tty/vt: consolemap: introduce enum translation_map and use it
Jiri Slaby
2022-06-10
1
-19
/
+20
|
*
tty/vt: consolemap: check put_user() in con_get_unimap()
Jiri Slaby
2022-06-10
1
-1
/
+2
|
*
tty/vt: consolemap: make p1 increment less confusing in con_get_unimap()
Jiri Slaby
2022-06-10
1
-2
/
+2
|
*
tty/vt: consolemap: make con_get_unimap() more readable
Jiri Slaby
2022-06-10
1
-16
/
+22
[prev]
[next]