aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-04drivers/tty: require read access for controlling terminalJann Horn1-4/+27
2015-10-04serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-04tty: fix data race on tty_buffer.commitDmitry Vyukov1-3/+12
2015-10-04tty: fix data race in tty_buffer_flushDmitry Vyukov1-1/+4
2015-10-04tty: fix data race in flush_to_ldiscDmitry Vyukov1-1/+1
2015-10-04tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König1-1/+1
2015-10-04tty: don't leak cdev in tty_cdev_add()Leon Yu1-2/+7
2015-10-04Revert "serial: imx: remove unbalanced clk_prepare"Fabio Estevam1-6/+14
2015-09-22tty: serial: Add missing module license for 8250_base.koJonathan McDowell1-0/+2
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-11/+7
2015-09-09Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-382/+125
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+9
2015-09-08mm, oom: pass an oom order of -1 when triggered by sysrqDavid Rientjes1-2/+1
2015-09-08mm, oom: organize oom context into structDavid Rientjes1-2/+10
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-08hvc/xen: Further s/MFN/GFN clean-upJulien Grall1-10/+5
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+3
2015-09-04Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman1-114/+93
2015-09-04Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman1-141/+122
2015-09-04Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman1-50/+5
2015-09-04Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman1-7/+2
2015-09-04Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman2-183/+16
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+6
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-22/+24
2015-09-03MIPS: Remove "weak" from get_c0_fdc_int() declarationBjorn Helgaas1-3/+6
2015-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour1-22/+24
2015-08-14serial: imx: save and restore context in the suspend pathEduardo Valentin1-21/+37
2015-08-14serial: imx: allow waking up on RTSDEduardo Valentin1-0/+7
2015-08-14serial: imx: introduce serial_imx_enable_wakeup()Eduardo Valentin1-8/+14
2015-08-14serial: imx: remove unbalanced clk_prepareEduardo Valentin1-14/+6
2015-08-14serial: 8250: move rx_running out of the bitfieldJohn Ogness1-3/+3
2015-08-14tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior1-1/+13
2015-08-14serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha1-22/+0
2015-08-14tty: serial: men_z135_uart.c: Don't initialize port->lockJohannes Thumshirn1-1/+0
2015-08-14tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()Johannes Thumshirn1-5/+4
2015-08-14serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero1-0/+6
2015-08-14serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero1-0/+5
2015-08-14serial: mxs-auart: fix baud rate rangeStefan Wahren1-2/+6
2015-08-14serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis1-7/+39
2015-08-14serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis1-2/+2
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-08-05serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512Peter Hung1-4/+21
2015-08-04sc16is7xx: constify devtypeJakub Kicinski1-4/+4
2015-08-04sc16is7xx: support multiple devicesJakub Kicinski1-24/+49
2015-08-04sc16is7xx: save and use per-chip line numberJakub Kicinski1-10/+21
2015-08-04uart: pl011: Add support to ZTE ZX296702 uartJun Nie2-16/+183
2015-08-04uart: pl011: Improve LCRH register access decisionJun Nie1-2/+7
2015-08-04uart: pl011: Introduce register look up tableJun Nie1-5/+50