summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+2
* tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: vt: Remove some repetitive initializationoushixiong2023-08-031-12/+4
* vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy2023-05-131-2/+9
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+3
|\
| * 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
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-172-2/+2
* | | tty: vt: drop checks for undefined VT_SINGLE_DRIVERJiri Slaby (SUSE)2023-04-201-8/+2
* | | tty: vt: distribute EXPORT_SYMBOL()Jiri Slaby (SUSE)2023-04-201-20/+14
* | | tty: vt: simplify some cases in tioclinux()Jiri Slaby (SUSE)2023-04-201-36/+26
* | | tty: vt: reformat tioclinux()Jiri Slaby (SUSE)2023-04-201-83/+84
| |/ |/|
* | tty: vt: protect KD_FONT_OP_GET_TALL from unbound accessSamuel Thibault2023-03-091-0/+3
|/
* vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-02-271-3/+4
* vc_screen: modify vcs_size() handling in vcs_read()George Kennedy2023-02-271-3/+1
* Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2023-02-061-4/+5
|\
| * vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy2023-01-311-4/+5
* | 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-085-325/+386
|\
| * tty: vt: initialize unicode screen bufferTetsuo Handa2022-07-191-1/+1
| * tty/vt: consolemap: use E_TABSZ for the translations sizeJiri Slaby2022-06-271-1/+1
| * tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()Jiri Slaby2022-06-271-2/+0
| * tty/vt: consolemap: improve UNI_*() macros definitionsJiri Slaby2022-06-271-4/+13
| * tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby2022-06-272-27/+27
| * tty/vt: consolemap: saner variable names in set_inverse_transl()Jiri Slaby2022-06-271-13/+13
| * tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()Jiri Slaby2022-06-271-5/+5
| * tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()Jiri Slaby2022-06-271-5/+4
| * tty/vt: consolemap: use ARRAY_SIZE(), part II.Jiri Slaby2022-06-271-2/+2
| * tty: vt: convert sysfs snprintf to sysfs_emitXuezhi Zhang2022-06-101-2/+2
| * tty/vt: consolemap: walk the buffer only once in con_set_trans_old()Jiri Slaby2022-06-101-7/+7
| * tty/vt: consolemap: use con_allocate_new() in con_unshare_unimap()Jiri Slaby2022-06-101-5/+1