summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
...
| * | vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby2020-06-241-45/+55
| * | vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby2020-06-241-48/+40
| * | vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby2020-06-241-35/+39
| * | vt_ioctl: move io ioctls to a separate functionJiri Slaby2020-06-241-79/+98
| * | vt_ioctl: move K* ioctls to a separate functionJiri Slaby2020-06-241-137/+157
| * | vt_ioctl: eliminate use of uival and ucvalJiri Slaby2020-06-241-13/+6
| * | vt_ioctl: eliminate ret & breaks in vt_ioctlJiri Slaby2020-06-241-185/+133
| * | 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
* | | Merge tag 'tasklets-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
| |/
* / vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-211-11/+18
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-05-271-10/+16
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-111-2/+7
|\
| * vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-041-2/+7
* | Merge 5.7-rc3 into tty-nextGreg Kroah-Hartman2020-04-271-3/+4
|\|
| * 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: extract selection chars storing from vc_do_selectionJiri Slaby2020-04-161-37/+42
* | vt: selection, split __set_selection_kernelJiri Slaby2020-04-161-37/+43
|/
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-03-271-4/+12
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-03-272-9/+26
* vt: indent switch-case in setterm_command properlyJiri Slaby2020-03-161-61/+59
* vt: selection, use rounddown() for start/endline computationJiri Slaby2020-03-161-3/+3