index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-06-10
tty/vt: consolemap: use ARRAY_SIZE()
Jiri Slaby
1
-2
/
+2
2022-06-10
tty/vt: Makefile, add --unicode for loadkeys invocation
Jiri Slaby
1
-1
/
+1
2022-06-10
tty/vt: defkeymap.c_shipped, little unification with loadkeys
Jiri Slaby
1
-3
/
+3
2022-03-18
vt_ioctl: fix potential spectre v1 in VT_DISALLOCATE
Xiaomeng Tong
1
-4
/
+6
2022-02-04
vt_ioctl: add array_index_nospec to VT_ACTIVATE
Jakob Koschel
1
-0
/
+1
2022-02-04
vt_ioctl: fix array_index_nospec in vt_setactivate
Jakob Koschel
1
-1
/
+1
2021-12-21
tty: Fix the keyboard led light display problem
lianzhi chang
1
-0
/
+12
2021-11-25
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
2
-4
/
+4
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-36
/
+53
2021-08-30
vt_kdsetmode: extend console locking
Linus Torvalds
1
-4
/
+6
2021-08-30
console: consume APC, DM, DCS
nick black
1
-4
/
+27
2021-07-27
vt: keyboard.c: make console an unsigned int
Greg Kroah-Hartman
1
-15
/
+15
2021-07-27
vt: keyboard: treat kbd_table as an array all the time.
Greg Kroah-Hartman
1
-16
/
+16
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-3
/
+3
2021-07-21
tty: Fix out-of-bound vmalloc access in imageblit
Igor Matheus Andrade Torrente
1
-2
/
+19
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
2
-11
/
+48
2021-05-20
tty: vt: selection: Correct misspelled function sel_loadlut()
Lee Jones
1
-1
/
+1
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-13
vt: Move custom isspace() to its own namespace
Andy Shevchenko
1
-9
/
+9
2021-05-13
Merge branch 'resizex' (patches from Maciej)
Linus Torvalds
1
-10
/
+47
2021-05-13
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+3
2021-05-13
vt_ioctl: Revert VT_RESIZEX parameter handling removal
Maciej W. Rozycki
1
-10
/
+47
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
1
-6
/
+0
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
2
-3
/
+3
2021-05-13
tty: remove broken r3964 line discipline
Jiri Slaby
1
-2
/
+0
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
1
-3
/
+3
2021-03-28
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-03-23
tty: vt: Mundane typo fix in the file vt.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-23
vt: keyboard, Fix typo in the doc for vt_get_shift_state()
Andy Shevchenko
1
-1
/
+1
2021-02-09
vt_ioctl: Remove in_interrupt() check
Ahmed S. Darwish
1
-2
/
+1
2021-01-27
vt: keyboard, use new API for keyboard_tasklet
Emil Renner Berthing
1
-3
/
+3
2021-01-07
vt: drop old FONT ioctls
Jiri Slaby
2
-187
/
+3
2021-01-07
vt/consolemap: do font sum unsigned
Jiri Slaby
1
-1
/
+1
2021-01-07
vt: keyboard, defkeymap.c_shipped, approach the unicode table
Jiri Slaby
1
-34
/
+34
[prev]
[next]