summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
10 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
10 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
11 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-17Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
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-12-17tty: vt/keyboard: Split apart vt_do_diacrit()Nathan Chancellor
2025-11-21tty: vt: do not open code DIV_ROUND_UP()Jiri Slaby (SUSE)
2025-11-21tty: vt/keyboard: use guard()sJiri Slaby (SUSE)
2025-11-21tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()Jiri Slaby (SUSE)
2025-11-21tty: vt/keyboard: use __free()Jiri Slaby (SUSE)
2025-11-21drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limitsDavid Laight
2025-09-12vt: move vc_saved_screen to within tty allocated judgmentEdward Adam Davis
2025-09-06tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()Zizhi Wo
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-07-22vt: defkeymap: Map keycodes above 127 to K_HOLEMyrrh Periwinkle
2025-07-22vt: keyboard: Don't process Unicode characters in K_OFF modeMyrrh Periwinkle
2025-06-19vt: fix kernel-doc warnings in ucs_get_fallback()Randy Dunlap
2025-06-19vt: add missing notification when switching back to text modeNicolas Pitre
2025-05-21vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor positionNicolas Pitre
2025-05-21vt: bracketed paste supportNicolas Pitre
2025-05-21vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()Nicolas Pitre
2025-05-21vt: process the full-width ASCII fallback range programmaticallyNicolas Pitre
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre
2025-05-21vt: add ucs_get_fallback()Nicolas Pitre
2025-05-21vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.pyNicolas Pitre
2025-05-21vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.hNicolas 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-05-21vt: ucs.c: fix misappropriate in_range() usageNicolas Pitre
2025-05-01vt: add new dynamically generated files to .gitignoreBartosz Golaszewski
2025-04-28Merge 6.15-rc4 into tty-nextGreg Kroah-Hartman
2025-04-26vt: move UCS tables to the "shipped" formNicolas Pitre
2025-04-26vt: refresh ucs_width_table.h and adjust code in ucs.c accordinglyNicolas Pitre
2025-04-26vt: update gen_ucs_width_table.py to make tables more space efficientNicolas 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: create ucs_recompose_table.h with gen_ucs_recompose_table.pyNicolas Pitre
2025-04-26vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.hNicolas Pitre
2025-04-26vt: use new tables in ucs.cNicolas Pitre
2025-04-26vt: create ucs_width_table.h with gen_ucs_width_table.pyNicolas Pitre
2025-04-26vt: introduce gen_ucs_width_table.py to create ucs_width_table.hNicolas Pitre
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre