summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
...
* | vt: get rid of VT10.ID macrosJiri Slaby2020-06-241-7/+4
* | vt: use tty_insert_flip_string in respond_stringJiri Slaby2020-06-241-12/+15
* | vt: convert vc_tab_stop to bitmapJiri Slaby2020-06-241-26/+18
* | vt: switch G0/1_charset to an arrayJiri Slaby2020-06-241-11/+8
* | vt: deduplicate setGx codeJiri Slaby2020-06-241-20/+26
* | vc: switch state to boolJiri Slaby2020-06-241-16/+16
* | vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-241-15/+17
* | vc: separate stateJiri Slaby2020-06-241-170/+157
|/
* vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-041-2/+7
* vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-04-231-1/+1
* vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre2020-04-231-2/+3
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-03-271-1/+22
* vt: indent switch-case in setterm_command properlyJiri Slaby2020-03-161-61/+59
* vt: use min() to limit intervalsJiri Slaby2020-03-161-2/+2
* vt: drop redundant might_sleep() in do_con_write()Eric Biggers2020-03-121-2/+0
* Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-101-2/+0
|\
| * vt: selection, push console lock downJiri Slaby2020-02-281-2/+0
* | Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-241-2/+13
|\|
| * vt: fix scrollback flushing on background consolesNicolas Pitre2020-02-101-2/+13
* | vt: selection, introduce vc_is_selJiri Slaby2020-02-211-3/+4
|/
* vt: Correct comment documenting do_take_over_console()Lukas Wunner2020-01-141-1/+1
* vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner2020-01-141-1/+0
* vt: Initialize conswitchp to dummy_con if unsetArvind Sankar2020-01-141-2/+3
* vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-251-1/+5
* vt: More locking checksDaniel Vetter2019-06-121-0/+16
* vt: might_sleep() annotation for do_blank_screenDaniel Vetter2019-06-121-0/+2
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
* Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-2/+0
|\
| * Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-211-1/+2
| |\
| * | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-281-2/+0
* | | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+2
|\ \ \ | | |/ | |/|
| * | vt: fix cursor when clearing the screenMikulas Patocka2019-04-171-1/+2
| |/
* / vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-191-3/+4
|/
* vt: perform safe console erase in the right orderNicolas Pitre2019-02-121-8/+7
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-33/+17
|\
| * vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
| * vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
| * vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15
* | vt: ignore sequences that contain ':' in parameters.Martin Hostettler2019-01-181-4/+4
* | vt: ignore csi sequences with intermediate characters.Martin Hostettler2019-01-181-1/+10
* | vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-181-4/+18
* | vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-181-9/+11
* | vt: annotate implicit fall throughsMathieu Malaterre2019-01-181-0/+2
* | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-181-2/+3
|/
* Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-101-1/+1
|\
| * vt: fix broken display when running aptitudeMikulas Patocka2018-11-081-1/+1
* | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-8/+4
|/
* vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre2018-07-211-13/+23
* vt: coherence validation code for the unicode screen bufferNicolas Pitre2018-07-211-0/+39
* vt: selection: take screen contents from uniscr if availableAdam Borowski2018-07-211-0/+10