aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2017-01-11sysrq: attach sysrq handler correctly for 32-bit kernelGravatar Akinobu Mita 1-2/+2
2017-01-11Revert "tty: serial: 8250: add CON_CONSDEV to flags"Gravatar Herbert Xu 1-1/+1
2017-01-11Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakGravatar Daniel Jedrychowski 1-1/+1
2017-01-118250_pci: Fix potential use-after-free in error pathGravatar Gabriel Krisman Bertazi 1-7/+5
2017-01-11tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneGravatar Richard Genoud 1-6/+5
2017-01-11tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txGravatar Richard Genoud 1-0/+11
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 18-18/+18
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-1/+1
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-4/+0
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 34-244/+830
2016-12-12Merge tag 'cris-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/je...Gravatar Linus Torvalds 1-4/+2
2016-11-30serial: 8250_mid fix calltrace when hotplug 8250 serial controllerGravatar Liwei Song 1-2/+2
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeGravatar Eugeniy Paltsev 1-1/+1
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningGravatar Waiman Long 1-41/+74
2016-11-29tty: nozomi: avoid sprintf buffer overflowGravatar Arnd Bergmann 1-35/+12
2016-11-29serial: 8250_pci: Detach low-level driver during PCI error recoveryGravatar Gabriel Krisman Bertazi 1-4/+19
2016-11-28serial: core: don't check port twice in a rowGravatar Andy Shevchenko 1-6/+11
2016-11-16mxs-auart: count FIFO overrun errorsGravatar Wolfgang Ocker 1-1/+1
2016-11-16serial: 8250_dw: Add support for IrDA SIR modeGravatar Ed Blake 1-0/+22
2016-11-16serial: 8250: Expose set_ldisc functionGravatar Ed Blake 2-2/+13
2016-11-16serial: 8250: Add IrDA to UART capabilitiesGravatar Ed Blake 2-2/+3
2016-11-16serial: 8250_dma: power off device after TX is doneGravatar Andy Shevchenko 1-2/+7
2016-11-16serial: 8250_port: export serial8250_rpm_{get|put}_tx()Gravatar Andy Shevchenko 2-2/+9
2016-11-16serial: sunsu: Free memory when probe failsGravatar Souptick Joarder 1-0/+1
2016-11-16serial: sunhv: Free memory when remove() is calledGravatar Souptick Joarder 1-1/+2
2016-11-16vt: fix Scroll Lock LED trigger nameGravatar Maciej S. Szmigiero 1-1/+1
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cGravatar Askar Safin 1-1/+1
2016-11-10tty: amba-pl011: Add earlycon support for SBSA UARTGravatar Kefeng Wang 1-0/+1
2016-11-10tty: nozomi: use permission-specific DEVICE_ATTR variantsGravatar Julia Lawall 1-2/+2
2016-11-10tty: serial: Make the STM32 serial port depend on it's archGravatar Peter Robinson 1-1/+1
2016-11-10serial: ifx6x60: Free memory when probe failsGravatar Souptick Joarder 1-0/+1
2016-11-10serial: ioc4_serial: Free memory when kzalloc fails during probeGravatar Souptick Joarder 1-1/+6
2016-11-10serial: pxa2xx: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-4/+2
2016-11-10serial: pxa2xx: remove __deprecated annotationGravatar Arnd Bergmann 1-1/+1
2016-11-10serial: crisv10: fix invalid user-pointer checkGravatar Johan Hovold 1-2/+0
2016-11-10tty: rocket: fix invalid user-pointer checksGravatar Johan Hovold 1-4/+0
2016-11-10tty: amiserial: fix invalid user-pointer checkGravatar Johan Hovold 1-2/+0
2016-11-108250: FIX Fourth port offset of Pericom PI7C9X7954 boardsGravatar Angelo Butti 1-0/+34
2016-11-10serial: sh-sci: Fix deadlock caused by serial output requestGravatar Takatoshi Akiyama 1-15/+5
2016-11-10tty: serial: make crisv10 explicitly non-modularGravatar Paul Gortmaker 1-4/+2
2016-11-10serial: 8250_pxa: hide early console setup when disabledGravatar Arnd Bergmann 1-0/+2
2016-11-10serial: 8250_uniphier: avoid locking for FCR register writeGravatar Masahiro Yamada 1-2/+2
2016-11-10serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readGravatar Masahiro Yamada 1-18/+24
2016-11-07tty: serial: make crisv10 explicitly non-modularGravatar Paul Gortmaker 1-4/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-18/+49
2016-10-30Merge 4.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 12-18/+49
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupGravatar Rob Herring 1-2/+2
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGravatar Geert Uytterhoeven 1-0/+2
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsGravatar Richard Genoud 1-4/+22
2016-10-28serial: fsl_lpuart: remove build warningGravatar Greg Kroah-Hartman 1-2/+0