summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_class a static const structureGreg Kroah-Hartman2023-04-031-1/+1
* Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-0/+3
|\
| * tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
* | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
|/
* VT: Bump font size limitation to 64x128 pixelsSamuel Thibault2023-01-191-12/+16
* VT: Add KD_FONT_OP_SET/GET_TALL operationsSamuel Thibault2023-01-191-4/+10
* VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault2023-01-191-2/+2
* tty: vt: cache row count in con_scroll()Jiri Slaby (SUSE)2023-01-191-3/+4
* tty: vt: saner names for more scroll variablesJiri Slaby (SUSE)2023-01-191-18/+22
* tty: vt: separate array juggling to juggle_array()Jiri Slaby (SUSE)2023-01-191-24/+28
* tty: vt: simplify some unicode conditionsJiri Slaby (SUSE)2023-01-191-49/+36
* tty: vt: replace BUG_ON() by WARN_ON_ONCE()Jiri Slaby (SUSE)2023-01-191-1/+2
* tty: vt: remove struct uni_screenJiri Slaby (SUSE)2023-01-191-59/+58
* tty: vt: remove char32_t typedefJiri Slaby (SUSE)2023-01-191-14/+12
* tty: vt: use sizeof(*variable) where possibleJiri Slaby (SUSE)2023-01-191-5/+5
* tty: vt: remove reference to undefined NO_VC_UNI_SCREENJiri Slaby (SUSE)2023-01-191-3/+0
* tty: vt: drop get_vc_uniscr()Jiri Slaby (SUSE)2023-01-191-17/+10
* tty: vt: remove vc_uniscr_debug_check()Jiri Slaby (SUSE)2023-01-191-40/+0
* tty/vt: prevent registration of console with invalid numberSven Schnelle2023-01-191-0/+6
* Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-4/+8
|\
| * vt: Clear selection before changing the fontHelge Deller2022-08-301-4/+8
* | tty/vt: Add console_lock check to vt_console_print()Daniel Vetter2022-09-011-1/+3
* | kernel/panic: Drop unblank_screen callDaniel Vetter2022-09-011-1/+2
* | tty/vt: Remove printable variableDaniel Vetter2022-08-301-4/+0
|/
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-081-8/+8
|\
| * tty: vt: initialize unicode screen bufferTetsuo Handa2022-07-191-1/+1
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-271-4/+4
| * 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
* | vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang2022-06-301-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