summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-11-24vt: clear selection before resizingScot Doyle1-0/+3
2016-11-24tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-09-16serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-08-16serial: samsung: Fix ERR pointer dereference on deferred probeKrzysztof Kozlowski1-5/+13
2016-08-16tty/serial: atmel: fix RS485 half duplex with DMAAlexandre Belloni1-6/+8
2016-08-16tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2016-08-06tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-07-11serial: samsung: Reorder the sequence of clock control when call s3c24xx_seri...Chanwoo Choi1-2/+2
2016-07-11tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2016-07-118250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-06-04QE-UART: add "fsl,t1040-ucc-uart" to of_device_idZhao Qiang1-0/+3
2016-06-04Fix OpenSSH pty regression on closeBrian Bloniarz4-70/+42
2016-06-04TTY: n_gsm, fix false positive WARN_ONJiri Slaby1-1/+3
2016-06-04serial: 8250_pci: fix divide error bug if baud rate is 0David Müller1-0/+3
2016-02-28pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-28pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-02-28tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-0/+21
2016-02-28serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley1-2/+6
2016-02-15serial: 8250_pci: Add Intel Broadwell portsMika Westerberg1-0/+29
2016-02-15n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-02-15tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2015-12-09tty: Fix tty_send_xchar() lock order inversionPeter Hurley2-4/+4
2015-12-09tty: audit: Fix audit sourcePeter Hurley2-2/+2
2015-11-10serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-11-10Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-23serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-23serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-23drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-23tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-23serial/amba-pl011: Disable interrupts around TX softirqDave Martin1-2/+2
2015-09-21serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga1-15/+21
2015-09-21serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2-2/+12
2015-09-21serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee1-21/+61
2015-09-21serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-09-21serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-09-21tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()Johannes Thumshirn1-5/+4
2015-08-10n_tty: signal and flush atomicallyPeter Hurley1-3/+13
2015-08-10serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-08-10Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander1-8/+7
2015-08-03tty: remove platform_sysrq_reset_seqArnd Bergmann1-18/+1
2015-08-03serial: samsung: only use earlycon for consoleArnd Bergmann1-1/+1
2015-08-03tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-6/+3
2015-06-07Merge tag 'tty-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-22/+105
2015-06-01n_tty: Fix auditing support for cannonical modeLaura Abbott1-3/+14
2015-06-01serial: 8250_omap: provide complete custom startup & shutdown callbacksSebastian Andrzej Siewior1-9/+73
2015-05-26ttyFDC: Fix to use native endian MMIO readsJames Hogan1-8/+9
2015-05-24n_tty: Fix calculation of size in canon_copy_from_read_bufMark Tomlinson1-2/+2
2015-05-24serial: imx: Fix DMA handling for IDLE condition abortsPhilipp Zabel1-0/+8
2015-05-24serial/amba-pl011: Unconditionally poll for FIFO space before each TX charDave Martin1-8/+8
2015-05-22Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1