summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/selection.c
Commit message (Expand)AuthorAgeFilesLines
* tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby2022-06-101-1/+2
* tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones2021-05-201-1/+1
* vt: Move custom isspace() to its own namespaceAndy Shevchenko2021-05-131-9/+9
* vc: propagate "viewed as bool" from screenpos upJiri Slaby2020-08-181-1/+1
* tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy2020-07-011-1/+1
* vt: extract selection chars storing from vc_do_selectionJiri Slaby2020-04-161-37/+42
* vt: selection, split __set_selection_kernelJiri Slaby2020-04-161-37/+43
* vt: selection, use rounddown() for start/endline computationJiri Slaby2020-03-161-3/+3
* vt: selection, fix double lock introduced by a mergeJiri Slaby2020-03-161-1/+0
* Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-101-8/+18
|\
| * vt: selection, push sel_lock upJiri Slaby2020-02-281-9/+7
| * vt: selection, push console lock downJiri Slaby2020-02-281-1/+12
* | vt: selection, indent switch-case properlyJiri Slaby2020-03-061-37/+35
* | vt: selection, remove redeclaration of poke_blanked_consoleJiri Slaby2020-03-061-2/+0
* | vt: selection, create struct from console selection globalsJiri Slaby2020-03-061-46/+48
* | vt: selection, localize use_unicodeJiri Slaby2020-03-061-16/+16
* | vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby2020-03-061-9/+5
* | Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-241-7/+25
|\|
| * vt: selection, close sel_buffer raceJiri Slaby2020-02-131-6/+17
| * vt: selection, handle pending signals in paste_selectionJiri Slaby2020-02-131-1/+8
* | vt: selection, introduce vc_is_selJiri Slaby2020-02-211-0/+5
|/
* vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-191-16/+30
* vt: selection: take screen contents from uniscr if availableAdam Borowski2018-07-211-4/+7
* vt: selection: handle storing of characters above U+FFFFAdam Borowski2018-07-211-5/+18
* vt: don't reinvent min()Adam Borowski2018-07-211-10/+4
* 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