summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04vt: fix unicode console freeing with a common interfaceNicolas Pitre1-2/+7
2020-04-23vt: don't hardcode the mem allocation upper boundNicolas Pitre1-1/+1
2020-04-23vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre1-2/+3
2020-03-27vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers1-1/+22
2020-03-16vt: indent switch-case in setterm_command properlyJiri Slaby1-61/+59
2020-03-16vt: use min() to limit intervalsJiri Slaby1-2/+2
2020-03-12vt: drop redundant might_sleep() in do_con_write()Eric Biggers1-2/+0
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman1-2/+0
2020-02-28vt: selection, push console lock downJiri Slaby1-2/+0
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman1-2/+13
2020-02-21vt: selection, introduce vc_is_selJiri Slaby1-3/+4
2020-02-11vt: fix scrollback flushing on background consolesNicolas Pitre1-2/+13
2020-01-14vt: Correct comment documenting do_take_over_console()Lukas Wunner1-1/+1
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner1-1/+0
2020-01-14vt: Initialize conswitchp to dummy_con if unsetArvind Sankar1-2/+3
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter1-1/+5
2019-06-12vt: More locking checksDaniel Vetter1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter1-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2019-04-22Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman1-1/+2
2019-04-22Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja1-3/+4
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-03-27tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre1-8/+7
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman1-33/+17
2019-01-18vt: ignore sequences that contain ':' in parameters.Martin Hostettler1-4/+4
2019-01-18vt: ignore csi sequences with intermediate characters.Martin Hostettler1-1/+10
2019-01-18vt: Implement parsing for >, =, < private sequences.Martin Hostettler1-4/+18
2019-01-18vt: refactor vc_ques to allow of other private sequences.Martin Hostettler1-9/+11
2019-01-18vt: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre1-2/+3
2019-01-18vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-01-18vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre1-32/+15
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka1-1/+1
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-8/+4
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski1-0/+10
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre1-2/+29
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre1-0/+61
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-05-25vt: Perform safe console erase only onceNicolas Pitre1-9/+7
2018-04-05Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+5
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4