aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAge
* vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-25
* vt: More locking checksDaniel Vetter2019-06-12
* vt: might_sleep() annotation for do_blank_screenDaniel Vetter2019-06-12
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-24
* Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-08
|\
| * Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-21
| |\
| * | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-27
* | | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-21
|\ \ \ | | |/ | |/|
| * | vt: fix cursor when clearing the screenMikulas Patocka2019-04-17
| |/
* / vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-19
|/
* vt: perform safe console erase in the right orderNicolas Pitre2019-02-12
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-28
|\
| * vt: invoke notifier on screen size changeNicolas Pitre2019-01-18
| * vt: always call notifier with the console lock heldNicolas Pitre2019-01-18
| * vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-18
* | vt: ignore sequences that contain ':' in parameters.Martin Hostettler2019-01-18
* | vt: ignore csi sequences with intermediate characters.Martin Hostettler2019-01-18
* | vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-18
* | vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-18
* | vt: annotate implicit fall throughsMathieu Malaterre2019-01-18
* | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-18
|/
* Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-10
|\
| * vt: fix broken display when running aptitudeMikulas Patocka2018-11-08
* | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-11
|/
* vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre2018-07-21
* vt: coherence validation code for the unicode screen bufferNicolas Pitre2018-07-21
* vt: selection: take screen contents from uniscr if availableAdam Borowski2018-07-21
* Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-02
|\
| * vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-28
* | vt: unicode fallback for scrollbackNicolas Pitre2018-06-28
* | vt: introduce unicode mode for /dev/vcsNicolas Pitre2018-06-28
* | vt: preserve unicode values corresponding to screen charactersNicolas Pitre2018-06-28
|/
* vt: Perform safe console erase only onceNicolas Pitre2018-05-25
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-04
|\
| * vt: change SGR 21 to follow the standardsMike Frysinger2018-03-14
* | tty: vt: fix up tabstops properlyLinus Torvalds2018-03-25
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-14
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
| * tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu2017-10-20
| * vt: Use consistent logging styleJoe Perches2017-10-04
| * vt: Use bsearch library function in is_double_widthThomas Meyer2017-09-18
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-09
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-09
* tty: Disable default console blanking intervalTim Gardner2017-03-31
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-25
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-13
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-19
| |\