Age | Commit message (Expand) | Author | Files | Lines |
2020-07-01 | tty/vt: Do not warn when huge selection requested | Alexey Kardashevskiy | 1 | -1/+1 |
2020-04-16 | vt: extract selection chars storing from vc_do_selection | Jiri Slaby | 1 | -37/+42 |
2020-04-16 | vt: selection, split __set_selection_kernel | Jiri Slaby | 1 | -37/+43 |
2020-03-16 | vt: selection, use rounddown() for start/endline computation | Jiri Slaby | 1 | -3/+3 |
2020-03-16 | vt: selection, fix double lock introduced by a merge | Jiri Slaby | 1 | -1/+0 |
2020-03-10 | Merge 5.6-rc5 into tty-next | Greg Kroah-Hartman | 1 | -8/+18 |
2020-03-06 | vt: selection, indent switch-case properly | Jiri Slaby | 1 | -37/+35 |
2020-03-06 | vt: selection, remove redeclaration of poke_blanked_console | Jiri Slaby | 1 | -2/+0 |
2020-03-06 | vt: selection, create struct from console selection globals | Jiri Slaby | 1 | -46/+48 |
2020-03-06 | vt: selection, localize use_unicode | Jiri Slaby | 1 | -16/+16 |
2020-03-06 | vt: selection, remove 2 local variables from set_selection_kernel | Jiri Slaby | 1 | -9/+5 |
2020-02-28 | vt: selection, push sel_lock up | Jiri Slaby | 1 | -9/+7 |
2020-02-28 | vt: selection, push console lock down | Jiri Slaby | 1 | -1/+12 |
2020-02-24 | Merge 5.6-rc3 into tty-next | Greg Kroah-Hartman | 1 | -7/+25 |
2020-02-21 | vt: selection, introduce vc_is_sel | Jiri Slaby | 1 | -0/+5 |
2020-02-13 | vt: selection, close sel_buffer race | Jiri Slaby | 1 | -6/+17 |
2020-02-13 | vt: selection, handle pending signals in paste_selection | Jiri Slaby | 1 | -1/+8 |
2019-04-19 | vt: selection: allow functions to be called from inside kernel | Okash Khawaja | 1 | -16/+30 |
2018-07-21 | vt: selection: take screen contents from uniscr if available | Adam Borowski | 1 | -4/+7 |
2018-07-21 | vt: selection: handle storing of characters above U+FFFF | Adam Borowski | 1 | -5/+18 |
2018-07-21 | vt: don't reinvent min() | Adam Borowski | 1 | -10/+4 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+2 |
2017-11-28 | tty: vt: replace _manual_ swap with swap macro in set_selection | Gustavo A. R. Silva | 1 | -5/+1 |
2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -29/+21 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-29 | selection: get rid of field-by-field copyin | Al Viro | 1 | -29/+21 |
2017-04-11 | vt: make mouse selection of non-ASCII consistent | Adam Borowski | 1 | -10/+6 |
2017-04-11 | vt: set mouse selection word-chars to gpm's default | Adam Borowski | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-04-30 | tty: Replace TTY_THROTTLED bit tests with tty_throttled() | Peter Hurley | 1 | -1/+1 |
2016-01-27 | tty: Prepare for destroying line discipline on hangup | Peter Hurley | 1 | -0/+2 |
2015-07-23 | tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection() | Peter Hurley | 1 | -0/+1 |
2013-07-23 | tty: Fix unsafe vt paste_selection() | Peter Hurley | 1 | -1/+3 |
2013-07-23 | tty: Make ldisc input flow control concurrency-friendly | Peter Hurley | 1 | -2/+2 |
2012-10-22 | TTY: vt, fix paste_selection ldisc handling | Jiri Slaby | 1 | -7/+2 |
2012-03-08 | vt: tackle the main part of the selection logic | Alan Cox | 1 | -8/+31 |
2012-03-08 | vt: push down tioclinux cases | Alan Cox | 1 | -6/+6 |
2012-03-08 | vt:tackle kbd_table | Alan Cox | 1 | -2/+7 |
2011-08-23 | TTY: remove tty_locked | Jiri Slaby | 1 | -2/+2 |
2011-06-04 | Revert "tty: make receive_buf() return the amout of bytes received" | Linus Torvalds | 1 | -1/+2 |
2011-04-22 | tty: make receive_buf() return the amout of bytes received | Felipe Balbi | 1 | -2/+1 |
2011-04-19 | tty: remove invalid location line in file header | Jovi Zhang | 1 | -2/+0 |
2011-03-02 | drivers: remove extraneous includes of smp_lock.h | Arnd Bergmann | 1 | -1/+0 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -2/+2 |
2010-11-05 | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 1 | -0/+348 |