summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2020-04-28vt: selection, push sel_lock upJiri Slaby
2020-04-28vt: selection, push console lock downJiri Slaby
2020-04-28vt: selection, close sel_buffer raceJiri Slaby
2020-04-28vt: selection, handle pending signals in paste_selectionJiri Slaby
2020-04-28tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley
2020-04-28tty: always relink the portSudip Mukherjee
2020-04-28tty: link tty and port before configuring it as consoleSudip Mukherjee
2020-04-28tty: serial: msm_serial: Fix lockup for sysrq and oopsLeo Yan
2020-02-11tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2020-02-11serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao
2020-02-11serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan
2020-02-11tty: serial: pch_uart: correct usage of dma_unmap_sgPeng Fan
2020-02-11tty: serial: imx: use the sg count from dma_map_sgPeng Fan
2020-02-11tty: serial: msm_serial: Fix flow controlJeffrey Hugo
2019-12-19serial: uartlite: fix exit path null pointerRandy Dunlap
2019-11-22tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra
2019-10-31tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy
2019-10-05tty: max310x: Fix external crystal register setupJoe Burmeister
2019-10-05serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis
2019-09-23TTY: serial_core, add ->installJiri Slaby
2019-09-23tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich
2019-08-13serial: sh-sci: Fix setting SCSCR_TIE while transferring dataHoan Nguyen An
2019-08-13tty: mxs-auart: fix a potential NULL pointer dereferenceKangjie Lu
2019-08-13tty: atmel_serial: fix a potential NULL pointer dereferenceKangjie Lu
2019-08-13serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki
2019-07-09serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel
2019-07-09serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan
2019-07-09serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan
2019-07-09tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing
2019-05-02tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman
2019-05-02vt: invoke notifier on screen size changeNicolas Pitre
2019-05-02vt: always call notifier with the console lock heldNicolas Pitre
2019-05-02tty/n_hdlc: fix __might_sleep warningPaul Fulghum
2019-05-02uart: Fix crash in uart_write and uart_put_charSamir Virmani
2019-04-04tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov
2019-04-04serial: imx: fix error handling in console_setupStefan Agner
2019-02-11kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin
2019-02-11termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin
2019-02-11kgdboc: Passing ekgdboc to command line causes panicHe Zhe
2018-12-16tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-12-16serial: cpm_uart: return immediately from console pollChristophe Leroy
2018-12-16tty: fix termios input-speed encoding when using BOTHERJohan Hovold
2018-12-16tty: fix termios input-speed encodingJohan Hovold
2018-12-16tty: fix typo in comment of tty_termios_encode_baud_rateMatthias Brugger
2018-12-16uart: fix race between uart_put_char() and uart_shutdown()Tycho Andersen
2018-12-16serial: pxa: Fix an error handling path in 'serial_pxa_probe()'Christophe JAILLET
2018-11-20vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko
2018-11-20tty: vt, get rid of weird source code flowJiri Slaby
2018-11-20tty: vt, remove reduntant checkJiri Slaby
2018-11-20n_tty: Access echo_* variables carefully.Tetsuo Handa