aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)Author
2015-12-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-12-24tty/serial: Skip 'NULL' char after console break when sysrq enabledVijay Kumar
2015-12-24tty: serial: constify sunhv_ops structsAya Mahfouz
2015-12-12tty: Fix GPF in flush_to_ldisc()Peter Hurley
2015-12-12serial: earlycon: Add missing spinlock initializationGeert Uytterhoeven
2015-12-12serial: sh-sci: Fix length of scatterlistYoshihiro Shimoda
2015-12-12n_tty: Fix poll() after buffer-limited eof push readPeter Hurley
2015-12-12serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus
2015-11-20tty: audit: Fix audit sourcePeter Hurley
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall
2015-10-22parisc: serial/mux: Convert to uart_console_device instead of open-codedAxel Lin
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-17tty: Use unbound workqueue for all input workersPeter Hurley
2015-10-17tty: Abstract tty buffer workPeter Hurley
2015-10-17tty: Prevent tty teardown during tty_write_message()Peter Hurley
2015-10-17tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi
2015-10-17ttyFDC: Fix build problems due to use of module_{init,exit}James Hogan
2015-10-17tty: remove unneeded return statementGuillaume Gomez
2015-10-17Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis
2015-10-17serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus
2015-10-17serial: fix mctrl helper functionsArnd Bergmann
2015-10-17serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner
2015-10-17tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker
2015-10-17n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley
2015-10-17tty: synclink, fix indentationJiri Slaby
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby
2015-10-17tty: r3964: Replace/remove bogus tty lock usePeter Hurley
2015-10-17tty: r3964: Use tty->read_wait waitqueuePeter Hurley
2015-10-17tty: Remove tty_port::close_waitPeter Hurley
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley