- 15bc20c Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- bc5269c vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() by George Kennedy · 4 years, 5 months ago
- f8d1653 vt: defer kfree() of vc_screenbuf in vc_do_resize() by Tetsuo Handa · 4 years, 5 months ago
- d6efb3a Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 5 months ago
- 427714f Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
- f3af1b6 tty: keyboard, do not speculate on func_table index by Jiri Slaby · 4 years, 5 months ago
- b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
- dbaab94 Merge 5.8-rc7 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
- a6fdf0c tty: vt: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
- ce68455 vt: Reject zero-sized screen buffer size. by Tetsuo Handa · 4 years, 6 months ago
- 44c413d tty/vt: Do not warn when huge selection requested by Alexey Kardashevskiy · 4 years, 7 months ago
- 5de30b2 tty/vt: check allocation size in con_set_unimap() by Denis Efremov · 4 years, 7 months ago
- 5ba1278 vt_ioctl: move perm checks level up by Jiri Slaby · 4 years, 7 months ago
- a4c53c8 vt_ioctl: move vt_kdsetmode out of vt_k_ioctl by Jiri Slaby · 4 years, 7 months ago
- 7a0ac4b vt_ioctl: move vt_io_fontreset out of vt_io_ioctl by Jiri Slaby · 4 years, 7 months ago
- 5422337 vt_ioctl: move vt_resizex out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- 535082d vt_ioctl: move vt_reldisp out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- ebf1efb vt_ioctl: move vt_setactivate out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- bfbbdfa vt_ioctl: move io ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
- 832a62a vt_ioctl: move K* ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
- eca734d vt_ioctl: eliminate use of uival and ucval by Jiri Slaby · 4 years, 7 months ago
- 0ce8179 vt_ioctl: eliminate ret & breaks in vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- c5c717e vt: simplify noncolor attributes in build_attr by Jiri Slaby · 4 years, 7 months ago
- faace51 vt: remove superfluous parens in invert_screen and build_attr by Jiri Slaby · 4 years, 7 months ago
- c0e4b3a vt: use newly defined CUR_* macros by Jiri Slaby · 4 years, 7 months ago
- 4dfa3c54 vt: redefine world of cursor macros by Jiri Slaby · 4 years, 7 months ago
- dc219db vt: whitespace and paren cleanup in add_softcursor by Jiri Slaby · 4 years, 7 months ago
- e854829 vt: synchronize types and use min in csi_X by Jiri Slaby · 4 years, 7 months ago
- f1bcbe1 vt: make tc write more obvious in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
- f3205b2 vt: simplify vc_attr handling in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
- 6923e2d vc: simplify condition in vc_con_write_normal by Jiri Slaby · 4 years, 7 months ago
- 391536a vc: move normal char processing from do_con_write by Jiri Slaby · 4 years, 7 months ago
- 754bda9 vc: extract detecting control characters from do_con_write by Jiri Slaby · 4 years, 7 months ago
- 917ae1a vc: introduce struct vc_draw_region by Jiri Slaby · 4 years, 7 months ago
- a423634 vc: move translation out of do_con_write by Jiri Slaby · 4 years, 7 months ago
- 0d1ffef vt: move rescan_last_byte label earlier by Jiri Slaby · 4 years, 7 months ago
- 881c878 vt: extract attribute inversion to vc_invert_attr by Jiri Slaby · 4 years, 7 months ago
- ede98d1 vt: rearrange vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
- 694d8a4 vt: separate unicode handling into vc_translate_unicode by Jiri Slaby · 4 years, 7 months ago
- da823b2 vt: use modern types in do_con_write by Jiri Slaby · 4 years, 7 months ago
- a018180 vt: move vc_translate to vt.c and rename it by Jiri Slaby · 4 years, 7 months ago
- 9a6f72d vt: get rid of VT10.ID macros by Jiri Slaby · 4 years, 7 months ago
- de53ce0 vt: use tty_insert_flip_string in respond_string by Jiri Slaby · 4 years, 7 months ago
- dbee4cf vt: convert vc_tab_stop to bitmap by Jiri Slaby · 4 years, 7 months ago
- b70ec4d vt: switch G0/1_charset to an array by Jiri Slaby · 4 years, 7 months ago
- b4d92b6 vt: deduplicate setGx code by Jiri Slaby · 4 years, 7 months ago
- 77bc14f vc: switch state to bool by Jiri Slaby · 4 years, 7 months ago
- b84ae3d vt: introduce enum vc_intensity for intensity by Jiri Slaby · 4 years, 7 months ago
- 28bc24f vc: separate state by Jiri Slaby · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
- b86dab0 vt: keyboard: avoid signed integer overflow in k_ascii by Dmitry Torokhov · 4 years, 8 months ago
- 1cc1858 Merge 5.7-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 8 months ago
- 57d38f2 vt: fix unicode console freeing with a common interface by Nicolas Pitre · 4 years, 8 months ago
- e947861 Merge 5.7-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 9 months ago
- 2717769 vt: don't hardcode the mem allocation upper bound by Nicolas Pitre · 4 years, 10 months ago
- 9a98e7a vt: don't use kmalloc() for the unicode screen buffer by Nicolas Pitre · 4 years, 9 months ago
- 8fd31e6 vt: extract selection chars storing from vc_do_selection by Jiri Slaby · 4 years, 9 months ago
- 9ba4ddb vt: selection, split __set_selection_kernel by Jiri Slaby · 4 years, 9 months ago
- 7cf64b1 vt: vt_ioctl: fix use-after-free in vt_in_use() by Eric Biggers · 4 years, 10 months ago
- ca4463b vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 10 months ago
- c3a834e vt: indent switch-case in setterm_command properly by Jiri Slaby · 4 years, 10 months ago
- f0e8e3d vt: selection, use rounddown() for start/endline computation by Jiri Slaby · 4 years, 10 months ago
- 85af370 vt: use min() to limit intervals by Jiri Slaby · 4 years, 10 months ago
- 5b30dee vt: selection, fix double lock introduced by a merge by Jiri Slaby · 4 years, 10 months ago
- 1aa6e05 vt: vt_ioctl: remove unnecessary console allocation checks by Eric Biggers · 4 years, 11 months ago
- c57c164 vt: drop redundant might_sleep() in do_con_write() by Eric Biggers · 4 years, 11 months ago
- cb05c6c Merge 5.6-rc5 into tty-next by Greg Kroah-Hartman · 4 years, 10 months ago
- bc80932 vt: selection, indent switch-case properly by Jiri Slaby · 4 years, 11 months ago
- 6ff66e0 vt: selection, remove redeclaration of poke_blanked_console by Jiri Slaby · 4 years, 11 months ago
- f400991 vt: switch vt_dont_switch to bool by Jiri Slaby · 4 years, 11 months ago
- 9256d09 vt: selection, create struct from console selection globals by Jiri Slaby · 4 years, 11 months ago
- 555b4ef vt: selection, localize use_unicode by Jiri Slaby · 4 years, 11 months ago
- 101f227 vt: selection, remove 2 local variables from set_selection_kernel by Jiri Slaby · 4 years, 11 months ago
- e8c75a3 vt: selection, push sel_lock up by Jiri Slaby · 4 years, 10 months ago
- 4b70dd5 vt: selection, push console lock down by Jiri Slaby · 4 years, 10 months ago
- ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 11 months ago
- e587e8f vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines by Jiri Slaby · 4 years, 11 months ago
- dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 4 years, 11 months ago
- 07e6124 vt: selection, close sel_buffer race by Jiri Slaby · 5 years ago
- 687bff0 vt: selection, handle pending signals in paste_selection by Jiri Slaby · 5 years ago
- 6cd1ed5 vt: vt_ioctl: fix race in VT_RESIZEX by Eric Dumazet · 5 years ago
- 3f4ef48 vt: fix scrollback flushing on background consoles by Nicolas Pitre · 5 years ago
- 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
- 0095ab4 vt: Correct comment documenting do_take_over_console() by Lukas Wunner · 5 years ago
- c96e62c vt: Delete comment referencing non-existent unbind_con_driver() by Lukas Wunner · 5 years ago
- 805ece2 vt: Initialize conswitchp to dummy_con if unset by Arvind Sankar · 5 years ago
- 4484aa80 tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ by Masahiro Yamada · 5 years ago
- 0c9acb1 vcs: prevent write access to vcsu devices by Nicolas Pitre · 5 years ago
- b2b2dd7 tty: vt: keyboard: reject invalid keycodes by Dmitry Torokhov · 5 years ago
- 61d5145 vt: Grab console_lock around con_is_bound in show_bind by Daniel Vetter · 5 years ago
- ddde3c1 vt: More locking checks by Daniel Vetter · 6 years ago
- a135513 vt: might_sleep() annotation for do_blank_screen by Daniel Vetter · 6 years ago
- a1ad1cc vt/fbcon: deinitialize resources in visual_init() after failed memory allocation by Grzegorz Halat · 6 years ago
- b3a5e64 Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
- 3b8a1f4 Merge 5.1-rc6 into tty-next by Greg Kroah-Hartman · 6 years ago
- 817de6b Merge 5.1-rc6 into staging-next by Greg Kroah-Hartman · 6 years ago
- 496124e vt: selection: allow functions to be called from inside kernel by Okash Khawaja · 6 years ago
- b2ecf00 vt: fix cursor when clearing the screen by Mikulas Patocka · 6 years ago
- 89bb1e1 tty: vt: keyboard: Allow Unicode compose base char by Reinis Danne · 6 years ago