aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: tty: Prevent ldisc drivers from re-using stale tty fieldsPeter Hurley2016-11-111-0/+7
* tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley2016-03-121-1/+23
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-1011-80/+184
|\
| * serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König2013-08-111-8/+13
| * serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König2013-08-111-8/+9
| * pch_uart: fix a deadlock when pch_uart as consoleLiang Li2013-07-031-7/+22
| * TTY: Fix tty miss restart after we turn off flow-controlWang YanQing2013-06-071-0/+8
| * tty: fix up atime/mtime mess, take threeLinus Torvalds2013-05-072-2/+5
| * serial_core.c: add put_device() after device_find_child()Federico Vaga2013-05-071-0/+4
| * TTY: fix atime/mtime regressionJiri Slaby2013-05-011-1/+15
| * TTY: do not update atime/mtime on read/writeJiri Slaby2013-05-011-6/+2
| * vt: synchronize_rcu() under spinlock is not nice...Al Viro2013-04-051-2/+4
| * sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill2013-03-281-12/+9
| * TTY: do not reset master's packet modeJiri Slaby2013-03-201-1/+0
| * tty: serial: fix typo "ARCH_S5P6450"Paul Bolle2013-03-201-1/+1
| * fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-281-15/+28
| * fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-281-23/+70
| * tty: set_termios/set_termiox should not return -EINTROleg Nesterov2013-02-281-2/+2
* | n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley2014-05-131-0/+2
* | smdk4412: initial support for n5120sbrissen2014-02-051-3/+7
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-279-16/+53
|\ \ | |/
| * serial: 8250, increase PASS_LIMITJiri Slaby2013-01-271-1/+1
| * serial:ifx6x60:Delete SPI timer when shut down portchao bi2013-01-211-0/+1
| * n_gsm: memory leak in uplink error pathRuss Gorby2012-10-071-2/+5
| * n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-10-071-2/+6
| * serial: set correct baud_base for EXSYS EX-41092 Dual 16950Flavio Leitner2012-10-071-2/+7
| * serial: pl011: handle corruption at high clock speedsLinus Walleij2012-10-071-1/+14
| * Remove BUG_ON from n_tty_read()Stanislav Kozina2012-10-071-1/+2
| * pch_uart: Fix parity setting issueTomoya MORINAGA2012-10-021-1/+1
| * pch_uart: Fix rx error interrupt setting issueTomoya MORINAGA2012-10-021-6/+12
| * pch_uart: Fix missing break for 16 byte fifoAlan Cox2012-10-021-0/+1
| * tty: Allow uart_register/unregister/registerAlan Cox2012-06-011-0/+1
| * Add missing call to uart_update_timeout()Lothar Waßmann2012-06-011-0/+2
* | merge opensource jb u5codeworkx2012-09-223-10/+272
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-1813-37/+118
|\ \ | |/
| * drivers/tty/amiserial.c: add missing tty_unlockJulia Lawall2012-04-271-1/+3
| * pch_uart: Fix dma channel unallocated issueTomoya MORINAGA2012-04-271-1/+3
| * ARM: clps711x: serial driver hungs are a result of call disable_irq within ISRAlexander Shiyan2012-04-271-6/+8
| * 8250_pci: Fix kernel panic when pch_uart is disabledTomoya MORINAGA2012-04-221-0/+10
| * pch_uart: Set PCIe bus number using probe parameterTomoya MORINAGA2012-04-221-1/+2
| * serial: PL011: move interrupt clearingLinus Walleij2012-04-221-4/+4
| * serial: PL011: clear pending interruptsLinus Walleij2012-04-221-4/+11
| * tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov2012-04-221-2/+2
| * serial: sh-sci: fix a race of DMA submit_tx on transferYoshii Takashi2012-04-021-5/+10
| * TTY: Wrong unicode value copied in con_set_unimap()Liz Clark2012-04-021-8/+43
| * tty: moxa: fix bit test in moxa_start()Dan Carpenter2012-04-021-1/+1
| * drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault2012-02-131-1/+0
| * jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-02-031-0/+1
| * serial: amba-pl011: lock console writes against interruptsRabin Vincent2012-02-031-0/+14
| * TTY: fix UV serial console regressionJiri Slaby2012-02-031-5/+7