aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/vt/selection.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)1-14/+16
2024-01-27tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)1-2/+9
2024-01-27tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)1-4/+4
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)1-1/+1
2022-06-10tty/vt: consolemap: make parameters of inverse_translate() sanerJiri Slaby1-1/+2
2021-05-20tty: vt: selection: Correct misspelled function sel_loadlut()Lee Jones1-1/+1
2021-05-13vt: Move custom isspace() to its own namespaceAndy Shevchenko1-9/+9
2020-08-18vc: propagate "viewed as bool" from screenpos upJiri Slaby1-1/+1
2020-07-01tty/vt: Do not warn when huge selection requestedAlexey Kardashevskiy1-1/+1
2020-04-16vt: extract selection chars storing from vc_do_selectionJiri Slaby1-37/+42
2020-04-16vt: selection, split __set_selection_kernelJiri Slaby1-37/+43
2020-03-16vt: selection, use rounddown() for start/endline computationJiri Slaby1-3/+3
2020-03-16vt: selection, fix double lock introduced by a mergeJiri Slaby1-1/+0
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman1-8/+18
2020-03-06vt: selection, indent switch-case properlyJiri Slaby1-37/+35
2020-03-06vt: selection, remove redeclaration of poke_blanked_consoleJiri Slaby1-2/+0
2020-03-06vt: selection, create struct from console selection globalsJiri Slaby1-46/+48
2020-03-06vt: selection, localize use_unicodeJiri Slaby1-16/+16
2020-03-06vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby1-9/+5
2020-02-28vt: selection, push sel_lock upJiri Slaby1-9/+7
2020-02-28vt: selection, push console lock downJiri Slaby1-1/+12
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman1-7/+25
2020-02-21vt: selection, introduce vc_is_selJiri Slaby1-0/+5
2020-02-13vt: selection, close sel_buffer raceJiri Slaby1-6/+17
2020-02-13vt: selection, handle pending signals in paste_selectionJiri Slaby1-1/+8
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja1-16/+30
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski1-4/+7
2018-07-21vt: selection: handle storing of characters above U+FFFFAdam Borowski1-5/+18
2018-07-21vt: don't reinvent min()Adam Borowski1-10/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva1-5/+1
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-29/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29selection: get rid of field-by-field copyinAl Viro1-29/+21
2017-04-11vt: make mouse selection of non-ASCII consistentAdam Borowski1-10/+6
2017-04-11vt: set mouse selection word-chars to gpm's defaultAdam Borowski1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2016-01-27tty: Prepare for destroying line discipline on hangupPeter Hurley1-0/+2
2015-07-23tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley1-1/+3
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley1-2/+2
2012-10-22TTY: vt, fix paste_selection ldisc handlingJiri Slaby1-7/+2
2012-03-08vt: tackle the main part of the selection logicAlan Cox1-8/+31
2012-03-08vt: push down tioclinux casesAlan Cox1-6/+6
2012-03-08vt:tackle kbd_tableAlan Cox1-2/+7
2011-08-23TTY: remove tty_lockedJiri Slaby1-2/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-1/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+1