aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
AgeCommit message (Expand)Author
2024-04-13vt: fix memory overlapping when deleting chars in the bufferYangxi Xiang
2024-04-13vt: fix unicode buffer corruption when deleting charactersNicolas Pitre
2024-03-26tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)
2022-09-15vt: Clear selection before changing the fontHelge Deller
2022-08-25tty: vt: initialize unicode screen bufferTetsuo Handa
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2022-06-29vt: drop old FONT ioctlsJiri Slaby
2021-10-06tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente
2021-09-26console: consume APC, DM, DCSnick black
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa
2021-05-11tty: fix memory leak in vc_deallocatePavel Skripkin
2020-11-10vt: Disable KD_FONT_OP_COPYDaniel Vetter
2020-09-03vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa
2020-07-29vt: Reject zero-sized screen buffer size.Tetsuo Handa
2020-05-14vt: fix unicode console freeing with a common interfaceNicolas Pitre
2020-04-29vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre
2020-04-29vt: don't hardcode the mem allocation upper boundNicolas Pitre
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers
2020-04-02vt: selection, introduce vc_is_selJiri Slaby
2020-03-12vt: selection, push console lock downJiri Slaby
2020-02-28vt: fix scrollback flushing on background consolesNicolas Pitre
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter
2019-06-12vt: More locking checksDaniel Vetter
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman
2019-01-18vt: ignore sequences that contain ':' in parameters.Martin Hostettler
2019-01-18vt: ignore csi sequences with intermediate characters.Martin Hostettler
2019-01-18vt: Implement parsing for >, =, < private sequences.Martin Hostettler
2019-01-18vt: refactor vc_ques to allow of other private sequences.Martin Hostettler
2019-01-18vt: annotate implicit fall throughsMathieu Malaterre
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre
2019-01-18vt: invoke notifier on screen size changeNicolas Pitre
2019-01-18vt: always call notifier with the console lock heldNicolas Pitre
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre