summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAge
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* 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
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-03
|\ \
| * | x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-02
| |/
* / tty: vt: fix up tabstops properlyLinus Torvalds2018-03-25
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-01
|\
| * tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva2017-11-28
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-17
|\
| * selection: get rid of field-by-field copyinAl Viro2017-09-29
| * VT_RESIZEX: get rid of field-by-field copyinAl Viro2017-09-29
* | 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
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-09
* Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-09
|\
| * vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-09
| * vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-09
| * vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-09
| * vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-09
| * vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-09
* | tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko2017-05-18
|/
* vt: make mouse selection of non-ASCII consistentAdam Borowski2017-04-11
* vt: set mouse selection word-chars to gpm's defaultAdam Borowski2017-04-11
* Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-03
|\
| * sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-28
* | 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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-22
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* 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
| |\
| | * tty, workqueue: remove keventd_up() usageTejun Heo2016-09-17
* | | console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long2016-11-29
* | | vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2016-11-16
* | | tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin2016-11-10
* | | Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-30
|\ \ \
| * | | vt: clear selection before resizingScot Doyle2016-10-27
| * | | tty: limit terminal size to 4M charsDmitry Vyukov2016-10-27