summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* vt: selection, push sel_lock upJiri Slaby2020-04-281-9/+7
* vt: selection, push console lock downJiri Slaby2020-04-282-3/+12
* vt: selection, close sel_buffer raceJiri Slaby2020-04-281-6/+17
* vt: selection, handle pending signals in paste_selectionJiri Slaby2020-04-281-1/+6
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2020-04-281-0/+1
* tty: always relink the portSudip Mukherjee2020-04-281-2/+1
* tty: link tty and port before configuring it as consoleSudip Mukherjee2020-04-282-1/+3
* tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan2020-04-281-2/+11
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2020-02-111-1/+1
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2020-02-111-1/+1
* serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2020-02-111-0/+3
* tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan2020-02-111-1/+4
* tty: serial: imx: use the sg count from dma_map_sgPeng Fan2020-02-111-1/+1
* tty: serial: msm_serial: Fix flow controlJeffrey Hugo2020-02-111-1/+5
* serial: uartlite: fix exit path null pointerRandy Dunlap2019-12-191-1/+2
* tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra2019-11-221-3/+2
* tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy2019-10-311-6/+11
* tty: max310x: Fix external crystal register setupJoe Burmeister2019-10-051-1/+1
* serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-10-051-0/+7
* TTY: serial_core, add ->installJiri Slaby2019-09-231-3/+12
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-09-231-6/+27
* serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An2019-08-131-11/+1
* tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu2019-08-131-0/+4
* tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu2019-08-131-0/+4
* serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-08-131-0/+2
* serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel2019-07-091-0/+4
* serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan2019-07-091-0/+105
* serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan2019-07-091-18/+18
* tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing2019-07-091-0/+2
* tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-05-021-1/+2
* vt: invoke notifier on screen size changeNicolas Pitre2019-05-021-0/+1
* vt: always call notifier with the console lock heldNicolas Pitre2019-05-021-1/+1
* tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-05-021-0/+1
* uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-05-021-4/+8
* tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2019-04-041-0/+10
* serial: imx: fix error handling in console_setupStefan Agner2019-04-041-1/+1
* kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2019-02-111-2/+2
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2019-02-111-2/+2
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2019-02-111-0/+5
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-12-161-0/+4
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-12-161-3/+7
* tty: fix termios input-speed encoding when using BOTHERJohan Hovold2018-12-161-3/+7
* tty: fix termios input-speed encodingJohan Hovold2018-12-161-0/+3
* tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger2018-12-161-1/+1
* uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen2018-12-161-5/+12
* serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET2018-12-161-1/+2
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-11-201-2/+2
* tty: vt, get rid of weird source code flowJiri Slaby2018-11-201-31/+39
* tty: vt, remove reduntant checkJiri Slaby2018-11-201-4/+0
* n_tty: Access echo_* variables carefully.Tetsuo Handa2018-11-201-18/+24