summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: vt: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-06-101-2/+2
* tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby2022-06-101-1/+1
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2021-11-251-1/+1
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-5/+22
|\
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-3/+3
| * tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-07-211-2/+19
* | console: consume APC, DM, DCSnick black2021-08-301-4/+27
|/
* Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-311-1/+1
|\
| * tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-151-1/+1
* | tty: remove tty_operations::chars_in_buffer for non-bufferingJiri Slaby2021-05-131-6/+0
* | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | tty: cumulate and document tty_struct::ctrl* membersJiri Slaby2021-05-131-2/+2
* | tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-2/+2
* | tty: remove broken r3964 line disciplineJiri Slaby2021-05-131-2/+0
|/
* tty: fix memory leak in vc_deallocatePavel Skripkin2021-03-281-0/+1
* tty: vt: Mundane typo fix in the file vt.cBhaskar Chowdhury2021-03-231-1/+1
* vt: drop old FONT ioctlsJiri Slaby2021-01-071-36/+3
* 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-231-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