summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-08-12tty/serial: at91: RS485 mode: 0 is valid for delay_rts_after_sendNicolas Ferre1-8/+3
2015-08-07xen/events: don't bind non-percpu VIRQs with percpu chipDavid Vrabel1-1/+1
2015-08-07serial: of-serial: Remove device_type = "serial" registrationMichal Simek1-1/+0
2015-08-07serial: xilinx: Use platform_get_irq to get irq description structureMichal Simek2-11/+12
2015-05-10TTY: fix tty_wait_until_sent on 64-bit machinesJohan Hovold1-3/+9
2015-05-10tty: fix up atime/mtime mess, take fourJiri Slaby1-2/+2
2015-05-10Change email address for 8250_pciRussell King1-1/+1
2015-05-10tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2015-05-10vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-02-20serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2014-12-14tty/vt: don't set font mappings on vc not supporting thisImre Deak1-0/+2
2014-12-14tty: Fix high cpu load if tty is unreleaseablePeter Hurley1-1/+6
2014-12-14serial: Fix divide-by-zero fault in uart_get_divisor()Peter Hurley1-1/+1
2014-09-14sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze1-0/+9
2014-09-14serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-06-09drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama1-1/+1
2014-05-18n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+2
2014-04-30tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-5/+15
2014-04-30hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-04-02TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven1-0/+3
2014-04-02tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel1-0/+11
2014-04-02serial: 8250: enable UART_BUG_NOMSR for TegraStephen Warren1-0/+4
2014-04-02serial: add support for 200 v3 series Titan cardYegor Yefremov1-0/+4
2014-04-02serial: add support for 400 and 800 v3 series Titan cardsYegor Yefremov1-0/+16
2013-10-27serial: pch_uart: fix tty-kref leak in dma-rx pathJohan Hovold1-1/+2
2013-10-27serial: pch_uart: fix tty-kref leak in rx-error pathJohan Hovold1-0/+2
2013-09-10powerpc/hvsi: Increase handshake timeout from 200ms to 400ms.Eugene Surovegin1-2/+2
2013-09-10serial/mxs-auart: increase time to wait for transmitter to become idleUwe Kleine-König1-8/+13
2013-09-10serial/mxs-auart: fix race condition in interrupt handlerUwe Kleine-König1-8/+9
2013-07-27pch_uart: fix a deadlock when pch_uart as consoleLiang Li1-7/+22
2013-07-27Revert "serial: 8250_pci: add support for another kind of NetMos Technology P...Greg Kroah-Hartman1-4/+0
2013-05-30TTY: Fix tty miss restart after we turn off flow-controlWang YanQing1-0/+8
2013-05-13tty: fix up atime/mtime mess, take threeLinus Torvalds2-2/+5
2013-05-13TTY: fix atime/mtime regressionJiri Slaby1-1/+15
2013-05-13TTY: do not update atime/mtime on read/writeJiri Slaby1-6/+2
2013-05-13serial_core.c: add put_device() after device_find_child()Federico Vaga1-0/+4
2013-04-10vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-04-10tty: atmel_serial_probe(): index of atmel_ports[] fixPawel Wieczorkiewicz1-6/+5
2013-03-27sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-03-27TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-03-20tty: serial: fix typo "ARCH_S5P6450"Paul Bolle1-1/+1
2013-03-20serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 ...Wang YanQing1-0/+4
2013-03-20Fix 4 port and add support for 8 port 'Unknown' PCI serial port cardsScott Ashcroft1-10/+7
2013-03-20tty/serial: Add support for Altera serial portLey Foon Tan2-0/+27
2013-03-20tty: Correct tty buffer flush.Ilya Zykov1-4/+7
2013-03-068250: use correct value for PORT_BRCM_TRUMANAGEBen Hutchings1-2/+2
2013-03-06fb: Yet another band-aid for fixing lockdep messTakashi Iwai1-15/+28
2013-03-06fb: rework locking to fix lock ordering on takeoverAlan Cox1-23/+70
2013-03-06vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie1-1/+1
2013-03-06tty: set_termios/set_termiox should not return -EINTROleg Nesterov1-2/+2