| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'tty-next' of https://git.kernel.org/pub/scm/linux/kernel/git/gr... | Mark Brown | 4 | -533/+660 |
| 10 days | vt: merge ucs_is_zero_width()/ucs_is_double_width() into ucs_get_width() | Nicolas Pitre | 4 | -533/+660 |
| 11 days | console: mdacon: remove this obsolete driver | Ethan Nelson-Moore | 1 | -3/+0 |
| 2026-04-19 | Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -9/+119 |
| 2026-04-15 | Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+34 |
| 2026-04-07 | lib/fonts: Provide helpers for calculating glyph pitch and size | Thomas Zimmermann | 1 | -3/+2 |
| 2026-04-07 | vt: Implement helpers for struct vc_font in source file | Thomas Zimmermann | 1 | -0/+35 |
| 2026-03-30 | vt: resize saved unicode buffer on alt screen exit after resize | Nicolas Pitre | 1 | -9/+15 |
| 2026-03-30 | vt: discard stale unicode buffer on alt screen exit after resize | Liav Mordouch | 1 | -1/+13 |
| 2026-03-23 | Merge 7.0-rc5 into tty-next | Greg Kroah-Hartman | 1 | -0/+8 |
| 2026-03-13 | vt: save/restore unicode screen buffer for alternate screen | Nicolas Pitre | 1 | -0/+8 |
| 2026-03-12 | vt: support ITU-T T.416 color subparameters | Ronan Pigott | 1 | -3/+45 |
| 2026-03-12 | vt: add fallback to plain map for modifier-aware key types | Nicolas Pitre | 1 | -0/+15 |
| 2026-03-12 | vt: add KT_CSI keysym type for modifier-aware CSI sequences | Nicolas Pitre | 1 | -5/+33 |
| 2026-03-12 | vt: add modifier support to cursor keys | Nicolas Pitre | 1 | -1/+26 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 4 | -5/+7 |
| 2026-02-17 | Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -106/+115 |
| 2026-02-14 | printk, vt, fbcon: Remove console_conditional_schedule() | Sebastian Andrzej Siewior | 1 | -1/+0 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+1 |
| 2026-01-20 | kernel.h: drop hex.h and update all hex.h users | Randy Dunlap | 1 | -0/+1 |
| 2025-12-21 | vt: Remove con_debug_enter/_leave from struct consw | Thomas Zimmermann | 1 | -29/+1 |
| 2025-12-21 | vt: Remove trailing whitespace | Thomas Zimmermann | 1 | -1/+1 |
| 2025-12-17 | tty: vt/keyboard: Split apart vt_do_diacrit() | Nathan Chancellor | 1 | -106/+115 |
| 2025-11-21 | tty: vt: do not open code DIV_ROUND_UP() | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-11-21 | tty: vt/keyboard: use guard()s | Jiri Slaby (SUSE) | 1 | -136/+74 |
| 2025-11-21 | tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl() | Jiri Slaby (SUSE) | 1 | -9/+9 |
| 2025-11-21 | tty: vt/keyboard: use __free() | Jiri Slaby (SUSE) | 1 | -53/+37 |
| 2025-11-21 | drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits | David Laight | 1 | -4/+5 |
| 2025-09-12 | vt: move vc_saved_screen to within tty allocated judgment | Edward Adam Davis | 1 | -4/+4 |
| 2025-09-06 | tty/vt: Add missing return value for VT_RESIZE in vt_ioctl() | Zizhi Wo | 1 | -1/+3 |
| 2025-09-06 | vt: remove redundant check on vc_mode in con_font_set() | Wang Liang | 1 | -2/+0 |
| 2025-09-06 | vt: add support for smput/rmput escape codes | Calixte Pernot | 1 | -0/+58 |
| 2025-08-17 | tty/vt: use guard()s | Jiri Slaby (SUSE) | 5 | -244/+170 |
| 2025-08-17 | tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap() | Jiri Slaby (SUSE) | 2 | -95/+78 |
| 2025-07-22 | vt: defkeymap: Map keycodes above 127 to K_HOLE | Myrrh Periwinkle | 1 | -0/+112 |
| 2025-07-22 | vt: keyboard: Don't process Unicode characters in K_OFF mode | Myrrh Periwinkle | 1 | -1/+1 |
| 2025-06-19 | vt: fix kernel-doc warnings in ucs_get_fallback() | Randy Dunlap | 1 | -1/+1 |
| 2025-06-19 | vt: add missing notification when switching back to text mode | Nicolas Pitre | 1 | -0/+1 |
| 2025-05-21 | vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position | Nicolas Pitre | 1 | -0/+16 |
| 2025-05-21 | vt: bracketed paste support | Nicolas Pitre | 2 | -4/+42 |
| 2025-05-21 | vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl() | Nicolas Pitre | 1 | -2/+0 |
| 2025-05-21 | vt: process the full-width ASCII fallback range programmatically | Nicolas Pitre | 3 | -95/+17 |
| 2025-05-21 | vt: make use of ucs_get_fallback() when glyph is unavailable | Nicolas Pitre | 1 | -0/+13 |
| 2025-05-21 | vt: add ucs_get_fallback() | Nicolas Pitre | 2 | -1/+86 |
| 2025-05-21 | vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py | Nicolas Pitre | 3 | -1/+3445 |
| 2025-05-21 | vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h | Nicolas Pitre | 1 | -0/+352 |
| 2025-05-21 | vt: move glyph determination to a separate function | Nicolas Pitre | 1 | -33/+38 |
| 2025-05-21 | vt: make sure displayed double-width characters are remembered as such | Nicolas Pitre | 1 | -1/+8 |
| 2025-05-21 | vt: ucs.c: fix misappropriate in_range() usage | Nicolas Pitre | 1 | -4/+4 |
| 2025-05-01 | vt: add new dynamically generated files to .gitignore | Bartosz Golaszewski | 1 | -0/+2 |
| 2025-04-28 | Merge 6.15-rc4 into tty-next | Greg Kroah-Hartman | 1 | -3/+2 |
| 2025-04-26 | vt: move UCS tables to the "shipped" form | Nicolas Pitre | 5 | -10/+45 |
| 2025-04-26 | vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly | Nicolas Pitre | 2 | -275/+319 |
| 2025-04-26 | vt: update gen_ucs_width_table.py to make tables more space efficient | Nicolas Pitre | 1 | -6/+49 |
| 2025-04-26 | vt: remove zero-width-space handling from conv_uni_to_pc() | Nicolas Pitre | 2 | -3/+1 |
| 2025-04-26 | vt: pad double-width code points with a zero-width space | Nicolas Pitre | 1 | -3/+8 |
| 2025-04-26 | vt: support Unicode recomposition | Nicolas Pitre | 2 | -3/+73 |
| 2025-04-26 | vt: create ucs_recompose_table.h with gen_ucs_recompose_table.py | Nicolas Pitre | 1 | -0/+102 |
| 2025-04-26 | vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.h | Nicolas Pitre | 1 | -0/+255 |
| 2025-04-26 | vt: use new tables in ucs.c | Nicolas Pitre | 1 | -20/+24 |
| 2025-04-26 | vt: create ucs_width_table.h with gen_ucs_width_table.py | Nicolas Pitre | 1 | -0/+445 |
| 2025-04-26 | vt: introduce gen_ucs_width_table.py to create ucs_width_table.h | Nicolas Pitre | 1 | -0/+256 |
| 2025-04-26 | vt: properly support zero-width Unicode code points | Nicolas Pitre | 1 | -2/+68 |
| 2025-04-26 | vt: move unicode processing to a separate file | Nicolas Pitre | 3 | -40/+60 |
| 2025-04-26 | vt: minor cleanup to vc_translate_unicode() | Nicolas Pitre | 1 | -5/+8 |
| 2025-04-26 | Revert "vt: minor cleanup to vc_translate_unicode()" | Greg Kroah-Hartman | 1 | -8/+5 |
| 2025-04-26 | Revert "vt: move unicode processing to a separate file" | Greg Kroah-Hartman | 3 | -48/+40 |
| 2025-04-26 | Revert "vt: properly support zero-width Unicode code points" | Greg Kroah-Hartman | 1 | -44/+2 |
| 2025-04-26 | Revert "vt: introduce gen_ucs_width.py to create ucs_width.c" | Greg Kroah-Hartman | 1 | -264/+0 |
| 2025-04-26 | Revert "vt: update ucs_width.c using gen_ucs_width.py" | Greg Kroah-Hartman | 1 | -474/+21 |
| 2025-04-26 | Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c" | Greg Kroah-Hartman | 1 | -321/+0 |
| 2025-04-26 | Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py" | Greg Kroah-Hartman | 2 | -171/+1 |
| 2025-04-26 | Revert "vt: support Unicode recomposition" | Greg Kroah-Hartman | 1 | -9/+2 |
| 2025-04-26 | Revert "vt: update gen_ucs_width.py to produce more space efficient tables" | Greg Kroah-Hartman | 1 | -113/+41 |
| 2025-04-26 | Revert "vt: update ucs_width.c following latest gen_ucs_width.py" | Greg Kroah-Hartman | 1 | -470/+432 |
| 2025-04-26 | Revert "vt: pad double-width code points with a zero-white-space" | Greg Kroah-Hartman | 1 | -8/+3 |
| 2025-04-26 | Revert "vt: remove zero-white-space handling from conv_uni_to_pc()" | Greg Kroah-Hartman | 2 | -3/+3 |
| 2025-04-26 | Revert "vt: fix comment vs definition mismatch" | Greg Kroah-Hartman | 4 | -8/+10 |
| 2025-04-25 | tty/vt: Gather the code that outputs char with utf8 in mind | Alexey Gladkov | 1 | -21/+14 |
| 2025-04-25 | tty/vt: Use KVAL instead of use bit operation | Alexey Gladkov | 1 | -1/+1 |
| 2025-04-15 | vt: fix comment vs definition mismatch | Nicolas Pitre | 4 | -10/+8 |
| 2025-04-11 | tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT | Günther Noack | 1 | -3/+2 |
| 2025-04-11 | vt: remove zero-white-space handling from conv_uni_to_pc() | Nicolas Pitre | 2 | -3/+3 |
| 2025-04-11 | vt: pad double-width code points with a zero-white-space | Nicolas Pitre | 1 | -3/+8 |
| 2025-04-11 | vt: update ucs_width.c following latest gen_ucs_width.py | Nicolas Pitre | 1 | -432/+470 |
| 2025-04-11 | vt: update gen_ucs_width.py to produce more space efficient tables | Nicolas Pitre | 1 | -41/+113 |
| 2025-04-11 | vt: support Unicode recomposition | Nicolas Pitre | 1 | -2/+9 |
| 2025-04-11 | vt: create ucs_recompose.c using gen_ucs_recompose.py | Nicolas Pitre | 2 | -1/+171 |
| 2025-04-11 | vt: introduce gen_ucs_recompose.py to create ucs_recompose.c | Nicolas Pitre | 1 | -0/+321 |
| 2025-04-11 | vt: update ucs_width.c using gen_ucs_width.py | Nicolas Pitre | 1 | -21/+474 |
| 2025-04-11 | vt: introduce gen_ucs_width.py to create ucs_width.c | Nicolas Pitre | 1 | -0/+264 |
| 2025-04-11 | vt: properly support zero-width Unicode code points | Nicolas Pitre | 1 | -2/+44 |
| 2025-04-11 | vt: move unicode processing to a separate file | Nicolas Pitre | 3 | -40/+48 |
| 2025-04-11 | vt: minor cleanup to vc_translate_unicode() | Nicolas Pitre | 1 | -5/+8 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 2 | -3/+3 |
| 2025-01-13 | tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN | Günther Noack | 2 | -2/+14 |
| 2024-10-11 | vt: prevent kernel-infoleak in con_font_get() | Jeongjun Park | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-08-13 | tty: vt: conmakehash: remove non-portable code printing comment header | Masahiro Yamada | 1 | -10/+2 |
| 2024-07-31 | tty: vt: conmakehash: cope with abs_srctree no longer in env | Max Krummenacher | 1 | -13/+7 |
| 2024-06-04 | vt: keyboard: Use led_set_brightness() in LED trigger activate() callback | Hans de Goede | 1 | -3/+1 |
| 2024-05-22 | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -2/+23 |
| 2024-05-15 | Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2024-05-06 | printk: Change type of CONFIG_BASE_SMALL to bool | Yoann Congal | 1 | -1/+1 |
| 2024-05-04 | tty: add the option to have a tty reject a new ldisc | Linus Torvalds | 1 | -0/+10 |
| 2024-04-09 | tty: vt: conmakehash: Don't mention the full path of the input in output | Uwe Kleine-König | 1 | -2/+13 |
| 2024-03-21 | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -723/+861 |
| 2024-03-02 | vt: fix unicode buffer corruption when deleting characters | Nicolas Pitre | 1 | -1/+1 |
| 2024-02-17 | tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode() | Roman Žilka | 1 | -4/+12 |
| 2024-02-06 | tty: vt: decrypt magic constants in vc_is_control() | Jiri Slaby (SUSE) | 1 | -3/+7 |
| 2024-02-06 | tty: vt: use ASCII enum constants in vt_console_print() | Jiri Slaby (SUSE) | 1 | -4/+5 |
| 2024-02-06 | tty: vt: use switch+case in the ESgetpars case | Jiri Slaby (SUSE) | 1 | -4/+8 |
| 2024-02-06 | tty: vt: use switch+case in the ESnonstd case | Jiri Slaby (SUSE) | 1 | -6/+8 |
| 2024-02-06 | tty: vt: add new helper for reseting vc parameters | Jiri Slaby (SUSE) | 1 | -6/+9 |
| 2024-02-06 | tty: vt: handle CSI+[ inside preexisting switch-case | Jiri Slaby (SUSE) | 1 | -4/+3 |
| 2024-02-06 | tty: vt: simplify ansi_control_string() | Jiri Slaby (SUSE) | 1 | -5/+6 |
| 2024-02-06 | tty: vt: name, reflow and document enum vc_ctl_state | Jiri Slaby (SUSE) | 1 | -17/+55 |
| 2024-02-06 | tty: vt: move CSI ECMA handling to a separate function | Jiri Slaby (SUSE) | 1 | -130/+139 |
| 2024-02-06 | tty: vt: move CSI DEC handling to a separate function | Jiri Slaby (SUSE) | 1 | -31/+44 |
| 2024-02-06 | tty: vt: separate ESesc state handling into handle_esc() | Jiri Slaby (SUSE) | 1 | -62/+72 |
| 2024-02-06 | tty: vt: extract ascii handling to handle_ascii() | Jiri Slaby (SUSE) | 1 | -21/+37 |
| 2024-02-06 | tty: vt: accept u8 in do_con_trol() and vc_setGx() | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2024-02-06 | tty: vt: put cases on separate lines | Jiri Slaby (SUSE) | 1 | -4/+8 |
| 2024-02-06 | tty: vt: rename setterm_command() to csi_RSB() | Jiri Slaby (SUSE) | 1 | -4/+10 |
| 2024-02-06 | tty: vt: define an enum for CSI+] codes | Jiri Slaby (SUSE) | 1 | -11/+25 |
| 2024-02-06 | tty: vt: move CSI+n handling along to other ECMA CSIs | Jiri Slaby (SUSE) | 1 | -8/+6 |
| 2024-02-06 | tty: vt: remove unneeded assignment of EPecma to vc_priv | Jiri Slaby (SUSE) | 1 | -3/+2 |
| 2024-02-06 | tty: vt: split DEC CSI+h/l handling into csi_DEC_hl() | Jiri Slaby (SUSE) | 1 | -67/+77 |
| 2024-02-06 | tty: vt: rename set_mode() to csi_hl() | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2024-02-06 | tty: vt: define enums for CSI+h/l codes | Jiri Slaby (SUSE) | 1 | -12/+30 |
| 2024-02-06 | tty: vt: make rgb_from_256() slighly more comprehensible | Jiri Slaby (SUSE) | 1 | -4/+7 |
| 2024-01-27 | vt: remove superfluous CONFIG_HW_CONSOLE | Lukas Bulwahn | 1 | -2/+2 |
| 2024-01-27 | tty/vt: UTF-8 parsing update according to RFC 3629, modern Unicode | Roman Žilka | 1 | -12/+2 |
| 2024-01-27 | tty: vt: fix up kernel-doc | Jiri Slaby (SUSE) | 2 | -57/+59 |
| 2024-01-27 | tty: vt: remove unused consw::con_flush_scrollback() | Jiri Slaby (SUSE) | 1 | -15/+12 |
| 2024-01-27 | tty: vt: remove consw::con_getxy() | Jiri Slaby (SUSE) | 1 | -15/+5 |
| 2024-01-27 | tty: vt: make types of screenpos() more consistent | Jiri Slaby (SUSE) | 1 | -6/+5 |
| 2024-01-27 | tty: vt: remove consw::con_screen_pos() | Jiri Slaby (SUSE) | 1 | -9/+3 |
| 2024-01-27 | tty: vt: make font of consw::con_font_set() const | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | tty: vt: use enum constants for VESA blanking modes | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2024-01-27 | tty: vt: use VESA blanking constants | Jiri Slaby (SUSE) | 1 | -4/+5 |
| 2024-01-27 | tty: vt: stop using -1 for blank mode in consw::con_blank() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | tty: vt: make consw::con_switch() return a bool | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | tty: vt: remove CM_* constants | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2024-01-27 | tty: vt: add con_putc() helper | Jiri Slaby (SUSE) | 1 | -5/+13 |
| 2024-01-27 | tty: vt: sanitize arguments of consw::con_clear() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | tty: vt: make init parameter of consw::con_init() a bool | Jiri Slaby (SUSE) | 1 | -4/+4 |
| 2024-01-27 | tty: vt: make consw::con_debug_*() return void | Jiri Slaby (SUSE) | 1 | -17/+4 |
| 2024-01-27 | tty: vt: define an enum for ascii characters | Jiri Slaby (SUSE) | 1 | -18/+44 |
| 2024-01-27 | tty: vt: reflow csi_K() | Jiri Slaby (SUSE) | 1 | -14/+14 |
| 2024-01-27 | tty: vt: define an enum for CSI+K codes | Jiri Slaby (SUSE) | 1 | -3/+9 |
| 2024-01-27 | don't pass vc->vc_par[0] to csi_?() handlers | Jiri Slaby (SUSE) | 1 | -16/+19 |
| 2024-01-27 | use clamp() for counts in csi_?() handlers | Jiri Slaby (SUSE) | 1 | -22/+5 |
| 2024-01-27 | tty: vt: reflow csi_J() | Jiri Slaby (SUSE) | 1 | -25/+25 |
| 2024-01-27 | tty: vt: define an enum for CSI+J codes | Jiri Slaby (SUSE) | 1 | -8/+15 |
| 2024-01-27 | tty: vt: use case ranges for CSI+m fg/bg colors | Jiri Slaby (SUSE) | 1 | -19/+16 |
| 2024-01-27 | tty: vt: define an enum for CSI+m codes | Jiri Slaby (SUSE) | 1 | -29/+69 |
| 2024-01-27 | tty: vt: make vc_is_sel()'s vc const | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | tty: vt: pass vc_resize_user as a parameter | Jiri Slaby (SUSE) | 2 | -19/+15 |
| 2024-01-27 | tty: vt: push console lock from tioclinux() down to 2 functions | Jiri Slaby (SUSE) | 2 | -10/+14 |
| 2024-01-27 | tty: vt: pass proper pointers from tioclinux() | Jiri Slaby (SUSE) | 2 | -13/+14 |
| 2024-01-27 | tty: vt: expect valid vc when in tty ops | Jiri Slaby (SUSE) | 1 | -16/+3 |
| 2024-01-27 | tty: vt: fix 20 vs 0x20 typo in EScsiignore | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2024-01-27 | vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() | Jiri Slaby (SUSE) | 1 | -40/+0 |
| 2023-11-25 | drivers/tty/vt: use standard array-copy-functions | Philipp Stanner | 2 | -7/+5 |
| 2023-11-03 | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 4 | -31/+39 |
| 2023-10-07 | tty: vc_screen: make vc_class constant | Greg Kroah-Hartman | 1 | -14/+14 |
| 2023-10-07 | tty: vt: make vtconsole_class constant | Greg Kroah-Hartman | 1 | -10/+9 |
| 2023-10-05 | tty: Restrict access to TIOCLINUX' copy-and-paste subcommands | Hanno Böck | 1 | -0/+6 |
| 2023-10-03 | vt: Replace strlcpy with strscpy | Azeem Shaikh | 1 | -2/+5 |
| 2023-10-03 | tty: stop using ndash in kernel-doc | Jiri Slaby (SUSE) | 3 | -5/+5 |
| 2023-09-11 | arch: Remove Itanium (IA-64) architecture | Ard Biesheuvel | 1 | -1/+1 |
| 2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -16/+8 |
| 2023-08-18 | mm: remove arguments of show_mem() | Kefeng Wang | 1 | -1/+1 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::put_char() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-08-11 | tty: switch count in tty_ldisc_receive_buf() to size_t | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-03 | tty: vt: Remove some repetitive initialization | oushixiong | 1 | -12/+4 |
| 2023-05-13 | vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF | George Kennedy | 1 | -2/+9 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+3 |
| 2023-04-20 | tty: vt: drop checks for undefined VT_SINGLE_DRIVER | Jiri Slaby (SUSE) | 1 | -8/+2 |
| 2023-04-20 | tty: vt: distribute EXPORT_SYMBOL() | Jiri Slaby (SUSE) | 1 | -20/+14 |
| 2023-04-20 | tty: vt: simplify some cases in tioclinux() | Jiri Slaby (SUSE) | 1 | -36/+26 |
| 2023-04-20 | tty: vt: reformat tioclinux() | Jiri Slaby (SUSE) | 1 | -83/+84 |
| 2023-04-03 | tty: make tty_class a static const structure | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-04-03 | Merge 6.3-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+3 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2 | -2/+2 |
| 2023-03-09 | tty: vt: protect KD_FONT_OP_GET_TALL from unbound access | Samuel Thibault | 1 | -0/+3 |
| 2023-02-27 | vc_screen: don't clobber return value in vcs_read | Thomas Weißschuh | 1 | -3/+4 |
| 2023-02-27 | vc_screen: modify vcs_size() handling in vcs_read() | George Kennedy | 1 | -3/+1 |
| 2023-02-06 | Merge 6.2-rc7 into tty-next | Greg Kroah-Hartman | 1 | -4/+5 |
| 2023-01-31 | vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF | George Kennedy | 1 | -4/+5 |
| 2023-01-19 | VT: Bump font size limitation to 64x128 pixels | Samuel Thibault | 1 | -12/+16 |
| 2023-01-19 | VT: Add KD_FONT_OP_SET/GET_TALL operations | Samuel Thibault | 1 | -4/+10 |
| 2023-01-19 | VT: Add height parameter to con_font_get/set consw operations | Samuel Thibault | 1 | -2/+2 |
| 2023-01-19 | tty: vt: cache row count in con_scroll() | Jiri Slaby (SUSE) | 1 | -3/+4 |
| 2023-01-19 | tty: vt: saner names for more scroll variables | Jiri Slaby (SUSE) | 1 | -18/+22 |