summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/selection.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva2017-11-281-5/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-29/+21
|\
| * selection: get rid of field-by-field copyinAl Viro2017-09-291-29/+21
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* vt: make mouse selection of non-ASCII consistentAdam Borowski2017-04-111-10/+6
* vt: set mouse selection word-chars to gpm's defaultAdam Borowski2017-04-111-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Prepare for destroying line discipline on hangupPeter Hurley2016-01-271-0/+2
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2015-07-231-0/+1
* tty: Fix unsafe vt paste_selection()Peter Hurley2013-07-231-1/+3
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-231-2/+2
* TTY: vt, fix paste_selection ldisc handlingJiri Slaby2012-10-221-7/+2
* vt: tackle the main part of the selection logicAlan Cox2012-03-081-8/+31
* vt: push down tioclinux casesAlan Cox2012-03-081-6/+6
* vt:tackle kbd_tableAlan Cox2012-03-081-2/+7
* TTY: remove tty_lockedJiri Slaby2011-08-231-2/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-1/+2
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-2/+1
* tty: remove invalid location line in file headerJovi Zhang2011-04-191-2/+0
* drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
* TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman2010-11-051-0/+348
OpenPOWER on IntegriCloud