aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-20serial: export fsl8250_handle_irqArnd Bergmann1-0/+1
2015-11-20serial: 8250_mid: Add missing dependencyHeikki Krogerus1-0/+1
2015-11-20tty: audit: Fix audit sourcePeter Hurley2-2/+2
2015-11-20serial: etraxfs-uart: Fix crashGuenter Roeck1-1/+1
2015-11-20serial: fsl_lpuart: Fix earlycon supportPeter Hurley1-1/+1
2015-11-20bcm63xx_uart: Use the device name when registering an interruptSimon Arlott1-1/+1
2015-11-20tty: Fix direct use of tty buffer workPeter Hurley1-1/+1
2015-11-20tty: Fix tty_send_xchar() lock order inversionPeter Hurley2-4/+4
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds4-4/+1
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-4/+0
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds60-1655/+2443
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-11-04Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-7/+2
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown4-4/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis4-4/+1
2015-10-23tty/hvc: xen: Use xen page definitionJulien Grall1-2/+2
2015-10-22parisc: serial/mux: Convert to uart_console_device instead of open-codedAxel Lin1-7/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-28/+79
2015-10-17tty: Use unbound workqueue for all input workersPeter Hurley1-1/+1
2015-10-17tty: Abstract tty buffer workPeter Hurley4-3/+13
2015-10-17tty: Prevent tty teardown during tty_write_message()Peter Hurley1-4/+2
2015-10-17tty: core: Use correct spinlock flavor in tiocspgrp()Peter Hurley1-3/+2
2015-10-17tty: Combine SIGTTOU/SIGTTIN handlingPeter Hurley2-46/+26
2015-10-17serial: amba-pl011: fix incorrect integer size in pl011_fifo_to_tty()Timur Tabi1-2/+2
2015-10-17ttyFDC: Fix build problems due to use of module_{init,exit}James Hogan1-34/+1
2015-10-17tty: remove unneeded return statementGuillaume Gomez1-1/+1
2015-10-17Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-17serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2-2/+71
2015-10-17dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-0/+2
2015-10-17serial: fix mctrl helper functionsArnd Bergmann1-2/+2
2015-10-17serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus4-222/+273
2015-10-17serial: fsl_lpuart: add earlycon supportStefan Agner2-0/+40
2015-10-17tty: disable unbind for old 74xx based serial/mpsc console portPaul Gortmaker1-1/+2
2015-10-17n_tty: Remove reader wakeups for TTY_BREAK/TTY_PARITY charsPeter Hurley1-4/+0
2015-10-17tty: synclink, fix indentationJiri Slaby1-1/+1
2015-10-17serial: at91, fix rs485 propertiesJiri Slaby1-3/+2
2015-10-17tty: r3964: Replace/remove bogus tty lock usePeter Hurley1-7/+13
2015-10-17tty: r3964: Use tty->read_wait waitqueuePeter Hurley1-6/+4
2015-10-17tty: Remove tty_port::close_waitPeter Hurley5-6/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley7-103/+10
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley3-11/+4
2015-10-17serial: tegra: Add helper function for handling RX bufferJon Hunter1-42/+24
2015-10-17serial: tegra: Remove redundant code and check in tegra_uart_stop_rx()Jon Hunter1-10/+7
2015-10-17serial: tegra: Remove unnecessary return statementsJon Hunter1-11/+0
2015-10-17serial: tegra: Handle another RX race conditionJon Hunter1-8/+2
2015-10-17serial: 8250_omap: Remove RTS clearPeter Hurley1-1/+0
2015-10-17serial: Enable Freescale 16550 workaround on armScott Wood2-2/+7
2015-10-17tty: serial: men_z135_uart.c: use mcb memory region size instead of hardcoded oneAndreas Werner1-8/+15