summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-034-31/+39
|\
| * tty: vc_screen: make vc_class constantGreg Kroah-Hartman2023-10-071-14/+14
| * tty: vt: make vtconsole_class constantGreg Kroah-Hartman2023-10-071-10/+9
| * tty: Restrict access to TIOCLINUX' copy-and-paste subcommandsHanno Böck2023-10-051-0/+6
| * vt: Replace strlcpy with strscpyAzeem Shaikh2023-10-031-2/+5
| * tty: stop using ndash in kernel-docJiri Slaby (SUSE)2023-10-033-5/+5
* | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-1/+1
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-012-16/+8
|\
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
| * tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
| * 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
* | mm: remove arguments of show_mem()Kefeng Wang2023-08-181-1/+1
|/
* 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