summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt.c
AgeCommit message (Expand)Author
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-05-22vt: merge ucs_is_zero_width()/ucs_is_double_width() into ucs_get_width()Nicolas Pitre
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore
2026-04-19Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-15Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann
2026-04-07vt: Implement helpers for struct vc_font in source fileThomas Zimmermann
2026-03-30vt: resize saved unicode buffer on alt screen exit after resizeNicolas Pitre
2026-03-30vt: discard stale unicode buffer on alt screen exit after resizeLiav Mordouch
2026-03-23Merge 7.0-rc5 into tty-nextGreg Kroah-Hartman
2026-03-13vt: save/restore unicode screen buffer for alternate screenNicolas Pitre
2026-03-12vt: support ITU-T T.416 color subparametersRonan Pigott
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2025-12-21vt: Remove con_debug_enter/_leave from struct conswThomas Zimmermann
2025-12-21vt: Remove trailing whitespaceThomas Zimmermann
2025-11-21tty: vt: do not open code DIV_ROUND_UP()Jiri Slaby (SUSE)
2025-09-12vt: move vc_saved_screen to within tty allocated judgmentEdward Adam Davis
2025-09-06vt: remove redundant check on vc_mode in con_font_set()Wang Liang
2025-09-06vt: add support for smput/rmput escape codesCalixte Pernot
2025-08-17tty/vt: use guard()sJiri Slaby (SUSE)
2025-08-17tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()Jiri Slaby (SUSE)
2025-06-19vt: add missing notification when switching back to text modeNicolas Pitre
2025-05-21vt: bracketed paste supportNicolas Pitre
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre
2025-05-21vt: move glyph determination to a separate functionNicolas Pitre
2025-05-21vt: make sure displayed double-width characters are remembered as suchNicolas Pitre
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre
2025-04-26vt: support Unicode recompositionNicolas Pitre
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre
2025-04-11vt: support Unicode recompositionNicolas Pitre
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack