summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: uartps: console_setup() can't be placed to init sectionMichal Simek2019-04-271-1/+1
* tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-04-273-0/+73
* tty: increase the default flip buffer limit to 2*640KManfred Schlaegl2019-04-271-1/+1
* Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdbocWentao Wang2019-04-031-1/+3
* serial: max310x: Fix to avoid potential NULL pointer dereferenceAditya Pakki2019-04-031-0/+2
* serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-03-231-1/+1
* serial: fsl_lpuart: clear parity enable bit when disable parityAndy Duan2019-02-201-0/+4
* vt: invoke notifier on screen size changeNicolas Pitre2019-02-061-0/+1
* tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-02-061-0/+1
* tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-02-061-1/+2
* tty/ldsem: Wake up readers after timed out down_write()Dmitry Safonov2019-01-261-0/+10
* drivers/tty: add missing of_node_put()Yangtao Li2018-12-211-0/+1
* kgdboc: fix KASAN global-out-of-bounds bug in param_set_kgdboc_var()Macpaul Lin2018-12-131-2/+2
* kgdboc: Fix warning with module buildLaura Abbott2018-12-131-18/+19
* kgdboc: Fix restrict errorLaura Abbott2018-12-131-4/+2
* tty: wipe buffer if not echoing dataGreg Kroah-Hartman2018-12-011-2/+17
* tty: wipe buffer.Linus Torvalds2018-12-011-0/+2
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2018-11-221-2/+2
* tty: check name length in tty_find_polling_driver()Miles Chen2018-11-221-1/+1
* kgdboc: Passing ekgdboc to command line causes panicHe Zhe2018-11-221-0/+5
* tty: audit: Fix audit sourcePeter Hurley2018-11-102-2/+2
* tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner2018-11-101-3/+6
* serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi2018-11-101-20/+36
* Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley2018-11-101-7/+2
* serial: cpm_uart: return immediately from console pollChristophe Leroy2018-10-131-3/+7
* drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia2018-10-131-2/+4
* tty: rocket: Fix possible buffer overwrite on register_PCIAnton Vasilyev2018-09-261-1/+1
* serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu2018-08-281-1/+1
* tty: Fix data race in tty_insert_flip_string_fixed_flagDaeRyong Jeong2018-08-091-0/+3
* hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()Stewart Smith2018-08-091-1/+0
* n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-07-111-5/+8
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-0/+5
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-0/+4
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+6
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-301-0/+4
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-301-1/+1
* tty: Use __GFP_NOFAIL for tty_ldisc_get()Tetsuo Handa2018-05-021-6/+5
* tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-05-021-0/+11
* tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren2018-05-021-1/+11
* tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren2018-04-131-3/+14
* Fix serial console on SNI RM400 machinesThomas Bogendoerfer2018-04-131-5/+10
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* tty: vt: fix up tabstops properlyLinus Torvalds2018-04-081-4/+4
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-03-181-0/+11
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-03-181-0/+1
* serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-03-181-0/+2
* n_tty: fix EXTPROC vs ICANON interaction with TIOCINQ (aka FIONREAD)Linus Torvalds2018-01-021-2/+2
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2017-12-091-0/+3
* sysrq : fix Show Regs call trace on ARMJibin Xu2017-12-091-2/+7
* serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner2017-12-091-1/+1