summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* vt: move set_leds to keyboard.cJiri Slaby2021-01-071-2/+1
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-081-22/+2
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-5/+6
|\
| * Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-261-2/+3
| |\
| | * vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-08-181-2/+3
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-3/+3
| |/
* | tty: vt, fix kernel-docJiri Slaby2020-08-181-3/+4
* | vc: propagate "viewed as bool" from screenpos upJiri Slaby2020-08-181-8/+10
* | vt: declare xy for get/putconsxy properlyJiri Slaby2020-08-181-5/+5
* | vt: make vc_data pointers const in selection.hJiri Slaby2020-08-181-7/+8
|/
* Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-271-11/+18
|\
| * vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
* | tty: vt: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
* | vt: simplify noncolor attributes in build_attrJiri Slaby2020-06-241-4/+4
* | vt: remove superfluous parens in invert_screen and build_attrJiri Slaby2020-06-241-3/+7
* | vt: use newly defined CUR_* macrosJiri Slaby2020-06-241-9/+13
* | vt: redefine world of cursor macrosJiri Slaby2020-06-241-1/+1
* | vt: whitespace and paren cleanup in add_softcursorJiri Slaby2020-06-241-7/+11
* | vt: synchronize types and use min in csi_XJiri Slaby2020-06-241-3/+5
* | vt: make tc write more obvious in vc_con_write_normalJiri Slaby2020-06-241-5/+8
* | vt: simplify vc_attr handling in vc_con_write_normalJiri Slaby2020-06-241-8/+4
* | vc: simplify condition in vc_con_write_normalJiri Slaby2020-06-241-1/+1
* | vc: move normal char processing from do_con_writeJiri Slaby2020-06-241-89/+109
* | vc: extract detecting control characters from do_con_writeJiri Slaby2020-06-241-26/+45
* | vc: introduce struct vc_draw_regionJiri Slaby2020-06-241-19/+25
* | vc: move translation out of do_con_writeJiri Slaby2020-06-241-10/+16
* | vt: move rescan_last_byte label earlierJiri Slaby2020-06-241-8/+4
* | vt: extract attribute inversion to vc_invert_attrJiri Slaby2020-06-241-8/+16
* | vt: rearrange vc_translate_unicodeJiri Slaby2020-06-241-57/+64
* | vt: separate unicode handling into vc_translate_unicodeJiri Slaby2020-06-241-68/+81
* | vt: use modern types in do_con_writeJiri Slaby2020-06-241-9/+9
* | vt: move vc_translate to vt.c and rename itJiri Slaby2020-06-241-1/+13
* | 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
|\|