| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-21 | tty: vt: do not open code DIV_ROUND_UP() | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2025-09-12 | vt: move vc_saved_screen to within tty allocated judgment | Edward Adam Davis | 1 | -4/+4 |
| 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) | 1 | -60/+38 |
| 2025-08-17 | tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap() | Jiri Slaby (SUSE) | 1 | -49/+40 |
| 2025-06-19 | vt: add missing notification when switching back to text mode | Nicolas Pitre | 1 | -0/+1 |
| 2025-05-21 | vt: bracketed paste support | Nicolas Pitre | 1 | -0/+15 |
| 2025-05-21 | vt: make use of ucs_get_fallback() when glyph is unavailable | Nicolas Pitre | 1 | -0/+13 |
| 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-04-26 | vt: remove zero-width-space handling from conv_uni_to_pc() | Nicolas Pitre | 1 | -1/+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 | 1 | -3/+11 |
| 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 | 1 | -39/+1 |
| 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 | 1 | -1/+39 |
| 2025-04-26 | Revert "vt: properly support zero-width Unicode code points" | Greg Kroah-Hartman | 1 | -44/+2 |
| 2025-04-26 | Revert "vt: support Unicode recomposition" | Greg Kroah-Hartman | 1 | -9/+2 |
| 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 | 1 | -3/+1 |
| 2025-04-11 | vt: remove zero-white-space handling from conv_uni_to_pc() | Nicolas Pitre | 1 | -1/+3 |
| 2025-04-11 | vt: pad double-width code points with a zero-white-space | Nicolas Pitre | 1 | -3/+8 |
| 2025-04-11 | vt: support Unicode recomposition | Nicolas Pitre | 1 | -2/+9 |
| 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 | 1 | -39/+1 |
| 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 | 1 | -2/+2 |
| 2025-01-13 | tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN | Günther Noack | 1 | -2/+0 |
| 2024-10-11 | vt: prevent kernel-infoleak in con_font_get() | Jeongjun Park | 1 | -1/+1 |
| 2024-05-04 | tty: add the option to have a tty reject a new ldisc | Linus Torvalds | 1 | -0/+10 |
| 2024-03-21 | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -700/+831 |
| 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 | 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) | 1 | -43/+43 |
| 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: pass vc_resize_user as a parameter | Jiri Slaby (SUSE) | 1 | -15/+13 |
| 2024-01-27 | tty: vt: push console lock from tioclinux() down to 2 functions | Jiri Slaby (SUSE) | 1 | -8/+5 |
| 2024-01-27 | tty: vt: pass proper pointers from tioclinux() | Jiri Slaby (SUSE) | 1 | -9/+10 |
| 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-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 | tty: stop using ndash in kernel-doc | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 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-03 | tty: vt: Remove some repetitive initialization | oushixiong | 1 | -12/+4 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 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 | 1 | -1/+1 |
| 2023-03-09 | tty: vt: protect KD_FONT_OP_GET_TALL from unbound access | Samuel Thibault | 1 | -0/+3 |
| 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 |
| 2023-01-19 | tty: vt: separate array juggling to juggle_array() | Jiri Slaby (SUSE) | 1 | -24/+28 |
| 2023-01-19 | tty: vt: simplify some unicode conditions | Jiri Slaby (SUSE) | 1 | -49/+36 |
| 2023-01-19 | tty: vt: replace BUG_ON() by WARN_ON_ONCE() | Jiri Slaby (SUSE) | 1 | -1/+2 |
| 2023-01-19 | tty: vt: remove struct uni_screen | Jiri Slaby (SUSE) | 1 | -59/+58 |
| 2023-01-19 | tty: vt: remove char32_t typedef | Jiri Slaby (SUSE) | 1 | -14/+12 |
| 2023-01-19 | tty: vt: use sizeof(*variable) where possible | Jiri Slaby (SUSE) | 1 | -5/+5 |
| 2023-01-19 | tty: vt: remove reference to undefined NO_VC_UNI_SCREEN | Jiri Slaby (SUSE) | 1 | -3/+0 |
| 2023-01-19 | tty: vt: drop get_vc_uniscr() | Jiri Slaby (SUSE) | 1 | -17/+10 |
| 2023-01-19 | tty: vt: remove vc_uniscr_debug_check() | Jiri Slaby (SUSE) | 1 | -40/+0 |
| 2023-01-19 | tty/vt: prevent registration of console with invalid number | Sven Schnelle | 1 | -0/+6 |
| 2022-09-05 | Merge 6.0-rc4 into tty-next | Greg Kroah-Hartman | 1 | -4/+8 |
| 2022-09-01 | tty/vt: Add console_lock check to vt_console_print() | Daniel Vetter | 1 | -1/+3 |
| 2022-09-01 | kernel/panic: Drop unblank_screen call | Daniel Vetter | 1 | -1/+2 |
| 2022-08-30 | vt: Clear selection before changing the font | Helge Deller | 1 | -4/+8 |
| 2022-08-30 | tty/vt: Remove printable variable | Daniel Vetter | 1 | -4/+0 |
| 2022-08-08 | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -8/+8 |
| 2022-07-19 | tty: vt: initialize unicode screen buffer | Tetsuo Handa | 1 | -1/+1 |
| 2022-06-30 | vt: fix memory overlapping when deleting chars in the buffer | Yangxi Xiang | 1 | -1/+1 |
| 2022-06-27 | tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir* | Jiri Slaby | 1 | -4/+4 |
| 2022-06-10 | tty: vt: convert sysfs snprintf to sysfs_emit | Xuezhi Zhang | 1 | -2/+2 |
| 2022-06-10 | tty/vt: consolemap: make parameters of inverse_translate() saner | Jiri Slaby | 1 | -1/+1 |
| 2021-11-25 | tty: drivers/tty/, stop using tty_schedule_flip() | Jiri Slaby | 1 | -1/+1 |
| 2021-09-01 | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -5/+22 |
| 2021-08-30 | console: consume APC, DM, DCS | nick black | 1 | -4/+27 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -3/+3 |
| 2021-07-21 | tty: Fix out-of-bound vmalloc access in imageblit | Igor Matheus Andrade Torrente | 1 | -2/+19 |
| 2021-05-31 | Merge 5.13-rc4 into tty-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2021-05-15 | tty: vt: always invoke vc->vc_sw->con_resize callback | Tetsuo Handa | 1 | -1/+1 |
| 2021-05-13 | tty: remove tty_operations::chars_in_buffer for non-buffering | Jiri Slaby | 1 | -6/+0 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: cumulate and document tty_struct::ctrl* members | Jiri Slaby | 1 | -2/+2 |
| 2021-05-13 | tty: cumulate and document tty_struct::flow* members | Jiri Slaby | 1 | -2/+2 |
| 2021-05-13 | tty: remove broken r3964 line discipline | Jiri Slaby | 1 | -2/+0 |
| 2021-03-28 | tty: fix memory leak in vc_deallocate | Pavel Skripkin | 1 | -0/+1 |
| 2021-03-23 | tty: vt: Mundane typo fix in the file vt.c | Bhaskar Chowdhury | 1 | -1/+1 |
| 2021-01-07 | vt: drop old FONT ioctls | Jiri Slaby | 1 | -36/+3 |
| 2021-01-07 | vt: move set_leds to keyboard.c | Jiri Slaby | 1 | -2/+1 |
| 2020-11-08 | vt: Disable KD_FONT_OP_COPY | Daniel Vetter | 1 | -22/+2 |
| 2020-08-31 | Merge 5.9-rc3 into tty-next | Greg Kroah-Hartman | 1 | -5/+6 |
| 2020-08-26 | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-08-18 | tty: vt, fix kernel-doc | Jiri Slaby | 1 | -3/+4 |
| 2020-08-18 | vc: propagate "viewed as bool" from screenpos up | Jiri Slaby | 1 | -8/+10 |
| 2020-08-18 | vt: declare xy for get/putconsxy properly | Jiri Slaby | 1 | -5/+5 |
| 2020-08-18 | vt: make vc_data pointers const in selection.h | Jiri Slaby | 1 | -7/+8 |
| 2020-08-18 | vt: defer kfree() of vc_screenbuf in vc_do_resize() | Tetsuo Handa | 1 | -2/+3 |
| 2020-07-27 | Merge 5.8-rc7 into tty-next | Greg Kroah-Hartman | 1 | -11/+18 |
| 2020-07-21 | tty: vt: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-07-21 | vt: Reject zero-sized screen buffer size. | Tetsuo Handa | 1 | -11/+18 |
| 2020-06-24 | vt: simplify noncolor attributes in build_attr | Jiri Slaby | 1 | -4/+4 |
| 2020-06-24 | vt: remove superfluous parens in invert_screen and build_attr | Jiri Slaby | 1 | -3/+7 |
| 2020-06-24 | vt: use newly defined CUR_* macros | Jiri Slaby | 1 | -9/+13 |
| 2020-06-24 | vt: redefine world of cursor macros | Jiri Slaby | 1 | -1/+1 |
| 2020-06-24 | vt: whitespace and paren cleanup in add_softcursor | Jiri Slaby | 1 | -7/+11 |
| 2020-06-24 | vt: synchronize types and use min in csi_X | Jiri Slaby | 1 | -3/+5 |
| 2020-06-24 | vt: make tc write more obvious in vc_con_write_normal | Jiri Slaby | 1 | -5/+8 |
| 2020-06-24 | vt: simplify vc_attr handling in vc_con_write_normal | Jiri Slaby | 1 | -8/+4 |
| 2020-06-24 | vc: simplify condition in vc_con_write_normal | Jiri Slaby | 1 | -1/+1 |
| 2020-06-24 | vc: move normal char processing from do_con_write | Jiri Slaby | 1 | -89/+109 |
| 2020-06-24 | vc: extract detecting control characters from do_con_write | Jiri Slaby | 1 | -26/+45 |
| 2020-06-24 | vc: introduce struct vc_draw_region | Jiri Slaby | 1 | -19/+25 |
| 2020-06-24 | vc: move translation out of do_con_write | Jiri Slaby | 1 | -10/+16 |
| 2020-06-24 | vt: move rescan_last_byte label earlier | Jiri Slaby | 1 | -8/+4 |
| 2020-06-24 | vt: extract attribute inversion to vc_invert_attr | Jiri Slaby | 1 | -8/+16 |
| 2020-06-24 | vt: rearrange vc_translate_unicode | Jiri Slaby | 1 | -57/+64 |
| 2020-06-24 | vt: separate unicode handling into vc_translate_unicode | Jiri Slaby | 1 | -68/+81 |
| 2020-06-24 | vt: use modern types in do_con_write | Jiri Slaby | 1 | -9/+9 |
| 2020-06-24 | vt: move vc_translate to vt.c and rename it | Jiri Slaby | 1 | -1/+13 |
| 2020-06-24 | vt: get rid of VT10.ID macros | Jiri Slaby | 1 | -7/+4 |
| 2020-06-24 | vt: use tty_insert_flip_string in respond_string | Jiri Slaby | 1 | -12/+15 |
| 2020-06-24 | vt: convert vc_tab_stop to bitmap | Jiri Slaby | 1 | -26/+18 |
| 2020-06-24 | vt: switch G0/1_charset to an array | Jiri Slaby | 1 | -11/+8 |
| 2020-06-24 | vt: deduplicate setGx code | Jiri Slaby | 1 | -20/+26 |
| 2020-06-24 | vc: switch state to bool | Jiri Slaby | 1 | -16/+16 |
| 2020-06-24 | vt: introduce enum vc_intensity for intensity | Jiri Slaby | 1 | -15/+17 |
| 2020-06-24 | vc: separate state | Jiri Slaby | 1 | -170/+157 |
| 2020-05-04 | vt: fix unicode console freeing with a common interface | Nicolas Pitre | 1 | -2/+7 |
| 2020-04-23 | vt: don't hardcode the mem allocation upper bound | Nicolas Pitre | 1 | -1/+1 |
| 2020-04-23 | vt: don't use kmalloc() for the unicode screen buffer | Nicolas Pitre | 1 | -2/+3 |
| 2020-03-27 | vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console | Eric Biggers | 1 | -1/+22 |
| 2020-03-16 | vt: indent switch-case in setterm_command properly | Jiri Slaby | 1 | -61/+59 |
| 2020-03-16 | vt: use min() to limit intervals | Jiri Slaby | 1 | -2/+2 |
| 2020-03-12 | vt: drop redundant might_sleep() in do_con_write() | Eric Biggers | 1 | -2/+0 |
| 2020-03-10 | Merge 5.6-rc5 into tty-next | Greg Kroah-Hartman | 1 | -2/+0 |
| 2020-02-28 | vt: selection, push console lock down | Jiri Slaby | 1 | -2/+0 |
| 2020-02-24 | Merge 5.6-rc3 into tty-next | Greg Kroah-Hartman | 1 | -2/+13 |
| 2020-02-21 | vt: selection, introduce vc_is_sel | Jiri Slaby | 1 | -3/+4 |
| 2020-02-10 | vt: fix scrollback flushing on background consoles | Nicolas Pitre | 1 | -2/+13 |
| 2020-01-14 | vt: Correct comment documenting do_take_over_console() | Lukas Wunner | 1 | -1/+1 |
| 2020-01-14 | vt: Delete comment referencing non-existent unbind_con_driver() | Lukas Wunner | 1 | -1/+0 |