aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-05-27vt: keyboard: avoid signed integer overflow in k_asciiGravatar Dmitry Torokhov 1-10/+16
2020-05-11Merge 5.7-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-2/+7
2020-05-04vt: fix unicode console freeing with a common interfaceGravatar Nicolas Pitre 1-2/+7
2020-04-27Merge 5.7-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-3/+4
2020-04-23vt: don't hardcode the mem allocation upper boundGravatar Nicolas Pitre 1-1/+1
2020-04-23vt: don't use kmalloc() for the unicode screen bufferGravatar Nicolas Pitre 1-2/+3
2020-04-16vt: extract selection chars storing from vc_do_selectionGravatar Jiri Slaby 1-37/+42
2020-04-16vt: selection, split __set_selection_kernelGravatar Jiri Slaby 1-37/+43
2020-03-27vt: vt_ioctl: fix use-after-free in vt_in_use()Gravatar Eric Biggers 1-4/+12
2020-03-27vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleGravatar Eric Biggers 2-9/+26
2020-03-16vt: indent switch-case in setterm_command properlyGravatar Jiri Slaby 1-61/+59
2020-03-16vt: selection, use rounddown() for start/endline computationGravatar Jiri Slaby 1-3/+3
2020-03-16vt: use min() to limit intervalsGravatar Jiri Slaby 1-2/+2
2020-03-16vt: selection, fix double lock introduced by a mergeGravatar Jiri Slaby 1-1/+0
2020-03-12vt: vt_ioctl: remove unnecessary console allocation checksGravatar Eric Biggers 1-15/+1
2020-03-12vt: drop redundant might_sleep() in do_con_write()Gravatar Eric Biggers 1-2/+0
2020-03-10Merge 5.6-rc5 into tty-nextGravatar Greg Kroah-Hartman 2-10/+18
2020-03-06vt: selection, indent switch-case properlyGravatar Jiri Slaby 1-37/+35
2020-03-06vt: selection, remove redeclaration of poke_blanked_consoleGravatar Jiri Slaby 1-2/+0
2020-03-06vt: switch vt_dont_switch to boolGravatar Jiri Slaby 1-3/+3
2020-03-06vt: selection, create struct from console selection globalsGravatar Jiri Slaby 1-46/+48
2020-03-06vt: selection, localize use_unicodeGravatar Jiri Slaby 1-16/+16
2020-03-06vt: selection, remove 2 local variables from set_selection_kernelGravatar Jiri Slaby 1-9/+5
2020-02-28vt: selection, push sel_lock upGravatar Jiri Slaby 1-9/+7
2020-02-28vt: selection, push console lock downGravatar Jiri Slaby 2-3/+12
2020-02-24Merge 5.6-rc3 into tty-nextGravatar Greg Kroah-Hartman 3-15/+49
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesGravatar Jiri Slaby 1-7/+22
2020-02-21vt: selection, introduce vc_is_selGravatar Jiri Slaby 3-4/+10
2020-02-13vt: selection, close sel_buffer raceGravatar Jiri Slaby 1-6/+17
2020-02-13vt: selection, handle pending signals in paste_selectionGravatar Jiri Slaby 1-1/+8
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXGravatar Eric Dumazet 1-6/+11
2020-02-10vt: fix scrollback flushing on background consolesGravatar Nicolas Pitre 1-2/+13
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yGravatar Masahiro Yamada 1-1/+1
2020-01-14vt: Correct comment documenting do_take_over_console()Gravatar Lukas Wunner 1-1/+1
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Gravatar Lukas Wunner 1-1/+0
2020-01-14vt: Initialize conswitchp to dummy_con if unsetGravatar Arvind Sankar 1-2/+3
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Gravatar Masahiro Yamada 3-2/+295
2019-11-27vcs: prevent write access to vcsu devicesGravatar Nicolas Pitre 1-0/+3
2019-11-23tty: vt: keyboard: reject invalid keycodesGravatar Dmitry Torokhov 1-1/+1
2019-07-25vt: Grab console_lock around con_is_bound in show_bindGravatar Daniel Vetter 1-1/+5
2019-06-12vt: More locking checksGravatar Daniel Vetter 1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenGravatar Daniel Vetter 1-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGravatar Grzegorz Halat 1-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-14/+37
2019-04-21Merge 5.1-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-1/+2
2019-04-21Merge 5.1-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelGravatar Okash Khawaja 2-19/+34
2019-04-17vt: fix cursor when clearing the screenGravatar Mikulas Patocka 1-1/+2
2019-04-16tty: vt: keyboard: Allow Unicode compose base charGravatar Reinis Danne 1-1/+1