summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2015-11-10Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-23serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-23serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-23drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-23tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-09-21serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga1-15/+21
2015-09-21serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2-2/+12
2015-09-21serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee1-21/+61
2015-09-21serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-09-21serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-09-21tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()Johannes Thumshirn1-5/+4
2015-09-21tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior1-1/+13
2015-09-21serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada1-0/+1
2015-07-24tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2015-07-24serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-07-24Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander1-8/+7
2015-07-24sc16is7xx: fix FIFO address of secondary UARTBo Svangård1-7/+23
2015-07-24sc16is7xx: fix Kconfig dependenciesJakub Kicinski1-1/+1
2015-07-24serial: etraxfs-uart: Fix release etraxfs_uart_portsAxel Lin1-1/+1
2015-07-24tty/vt: Fix the memory leak in visual_initDongxing Zhang1-0/+2
2015-07-24serial: amba-pl011: Fix devm_ioremap_resource return value checkKrzysztof Kozlowski1-2/+2
2015-07-24n_tty: signal and flush atomicallyPeter Hurley1-3/+13
2015-07-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2-85/+8
2015-07-02Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds1-19/+1
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2015-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+2
2015-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-0/+279
2015-06-27Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds67-1636/+3062
2015-06-27Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2015-06-25Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2-22/+20
2015-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+2
2015-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-44/+131
2015-06-25mm: oom_kill: simplify OOM killer lockingJohannes Weiner1-0/+2
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds1-23/+10
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2015-06-23sh-sci: Get register size from platform deviceYoshinori Sato1-21/+13
2015-06-23sh-sci: Add h8300 SCIYoshinori Sato2-1/+7
2015-06-21serial: 8250_ingenic: support for Ingenic SoC UARTsPaul Burton3-0/+278
2015-06-21MIPS: Add SysRq operation to dump TLBs on all CPUsJames Hogan1-0/+1
2015-06-17tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault1-8/+19
2015-06-17tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault1-24/+117
2015-06-16tty/metag_da: Avoid module_init/module_exit in non-modular codeJames Hogan1-19/+1
2015-06-13serial: sprd: check for NULL after calling devm_clk_getFernando Guzman Lugo1-1/+1
2015-06-13serial: 8250_pci: Correct uartclk for xr17v35x expansion chipsSoeren Grunewald1-3/+19
2015-06-13serial: 8250_pci: Add support for 12 port Exar boardsSoeren Grunewald1-0/+21
2015-06-13serial: core: cleanup in uart_get_baud_rate()Joakim Nordell1-5/+16
2015-06-11serial: stm32-usart: Add STM32 USART DriverMaxime Coquelin3-0/+757
2015-06-10serial: 8250_omap: Move wake-up interrupt to generic wakeirqTony Lindgren1-54/+4
2015-06-10serial: omap: Switch wake-up interrupt to generic wakeirqTony Lindgren1-31/+4