summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-04-09Change email address for 8250_pciRussell King1-1/+1
2015-03-12tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-03-12TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-03-02vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-03-02tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-03-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2015-01-26n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch1-1/+2
2015-01-26serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2015-01-07tty: Fix pty master poll() after slave closes v2Francesco Ruggeri1-2/+7
2014-11-20parport: Add support for the WCH353 1S/1P multi-IO cardEzequiel Garcia1-0/+10
2014-11-13tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-11-13serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-10-31tty: omap-serial: fix division by zeroFrans Klaver1-2/+10
2014-10-17serial: 8250: Add Quark X1000 to 8250_pci.cBryan O'Donoghue1-0/+21
2014-10-13serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus1-5/+12
2014-09-03serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-08-26sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-07-28serial: sirf: Fix compilation failureDaniel Thompson1-1/+1
2014-07-28serial: sirf: fix spinlock deadlock issueQipan Li2-33/+18
2014-07-18tty: Correct INPCK handlingPeter Hurley1-9/+10
2014-07-18serial: Fix IGNBRK handlingPeter Hurley34-32/+44
2014-07-02serial: 8250_dw: Fix LCR workaround regressionJames Hogan1-2/+4
2014-07-02serial: 8250_dw: Improve unwritable LCR workaroundTim Kryger1-9/+32
2014-06-20Staging: speakup: Update __speakup_paste_selection() tty (ab)usage to match vtBen Hutchings1-0/+2
2014-06-068250_core: Fix unwanted TX chars writeLoic Poulain1-1/+1
2014-06-06serial: 8250: Fix thread unsafe __dma_tx_complete functionLoic Poulain1-2/+7
2014-05-15n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+4
2014-05-15tty: Fix lockless tty buffer racePeter Hurley1-3/+14
2014-05-15tty: serial: 8250_core.c Bug fix for Exar chips.Michael Welling1-1/+1
2014-05-15drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-05-15hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-05-05tty: Fix low_latency BUGPeter Hurley2-19/+4
2014-05-05tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-02-23vt: Fix secure clear screenPetr Písař1-0/+2
2014-02-23tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel1-0/+11
2014-02-23serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li1-1/+3
2014-02-06serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-02-06serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chipJonathan Woithe1-2/+2
2014-02-06serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-02-06tty/serial: at91: disable uart timer at start of shutdownMarek Roszko1-12/+10
2014-02-06tty/serial: at91: reset rx_ring when port is shutdownMark Deneen1-0/+6
2014-02-06tty/serial: at91: fix race condition in atmel_serial_removeMarek Roszko1-1/+2
2014-02-06tty/serial: at91: Handle shutdown more safelyMarek Roszko1-7/+13
2014-01-25serial: amba-pl011: use port lock to guard control register accessJon Medhurst1-0/+6
2014-01-10serial: 8250_dw: add new ACPI IDsMika Westerberg1-0/+2
2014-01-10TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2014-01-10n_tty: Fix apparent order of echoed outputPeter Hurley1-1/+6
2014-01-10tty: Fix hang at ldsem_down_read()Peter Hurley1-3/+13
2013-12-12n_tty: Fix missing newline echoPeter Hurley1-2/+4
2013-12-04n_tty: Ensure reader restarts worker for next readerPeter Hurley1-2/+3