summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/selection.c
AgeCommit message (Expand)AuthorLines
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja-16/+30
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski-4/+7
2018-07-21vt: selection: handle storing of characters above U+FFFFAdam Borowski-5/+18
2018-07-21vt: don't reinvent min()Adam Borowski-10/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva-5/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-29/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-29selection: get rid of field-by-field copyinAl Viro-29/+21
2017-04-11vt: make mouse selection of non-ASCII consistentAdam Borowski-10/+6
2017-04-11vt: set mouse selection word-chars to gpm's defaultAdam Borowski-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley-1/+1
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley-0/+2
2015-07-23tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley-0/+1
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley-1/+3
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley-2/+2
2012-10-22TTY: vt, fix paste_selection ldisc handlingJiri Slaby-7/+2
2012-03-08vt: tackle the main part of the selection logicAlan Cox-8/+31
2012-03-08vt: push down tioclinux casesAlan Cox-6/+6
2012-03-08vt:tackle kbd_tableAlan Cox-2/+7
2011-08-23TTY: remove tty_lockedJiri Slaby-2/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds-1/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi-2/+1
2011-04-19tty: remove invalid location line in file headerJovi Zhang-2/+0
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann-1/+0
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn-2/+2
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman-0/+348