summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-251-1/+1
|\
| * Merge tag 'sti-fixes-for-v3.16-rc1' of git://git.stlinux.com/devel/kernel/lin...Arnd Bergmann2014-06-201-1/+1
| |\
| * | tty: serial: msm: Fix section mismatch warningKumar Gala2014-06-181-1/+1
* | | Merge tag 'tty-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-2138-44/+60
|\ \ \
| * | | tty/serial: fix 8250 early console option passing to regular consoleRob Herring2014-06-192-2/+5
| * | | tty: Correct INPCK handlingPeter Hurley2014-06-191-9/+10
| * | | serial: Fix IGNBRK handlingPeter Hurley2014-06-1934-32/+44
| * | | serial: samsung: Fix build errorSachin Kamat2014-06-171-1/+1
| | |/ | |/|
* | | Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-191-10/+14
|\ \ \ | |/ / |/| |
| * | vt: Don't ignore unbind errors in vt_unbindDaniel Vetter2014-06-061-1/+4
| * | vt: Fix up unregistration of vt driversDaniel Vetter2014-06-061-7/+9
| * | vt: Fix replacement console check when unbindingDaniel Vetter2014-06-061-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-111-1/+1
|\ \ \ | |_|/ |/| |
| * | drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-021-1/+1
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0848-1189/+3934
|\ \ \ | |_|/ |/| |
| * | sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel2014-06-061-0/+3
| * | sysrq: rcu-ify __handle_sysrqRik van Riel2014-06-061-6/+12
| * | Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds2014-06-041-4/+4
| |\ \
| | * | kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-4/+4
| * | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-042-8/+8
| |\ \ \ | | |/ / | |/| |
| | * | tile: hvc: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-4/+4
| | * | tile: serial: Use irq_alloc/free_hwirqThomas Gleixner2014-05-161-4/+4
| * | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-042-0/+29
| |\ \ \
| | * | | tty/serial: pl011: add DT based earlycon supportRob Herring2014-05-201-0/+1
| | * | | serial: earlycon: add DT supportRob Herring2014-05-201-0/+28
| | * | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Rob Herring2014-05-2018-819/+3097
| | |\ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-032-3/+3
| |\ \ \ \
| | * | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-3/+3
| * | | | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-0340-1089/+3833
| |\ \ \ \ \
| | * | | | | Revert "serial: imx: remove the DMA wait queue"Greg Kroah-Hartman2014-05-291-14/+28
| | * | | | | serial: kgdb_nmi: Improve console integration with KDB I/ODaniel Thompson2014-05-291-3/+13
| | * | | | | serial: kgdb_nmi: Switch from tasklets to real timersDaniel Thompson2014-05-291-21/+9
| | * | | | | serial: kgdb_nmi: Use container_of() to locate private dataDaniel Thompson2014-05-291-8/+5
| | * | | | | serial: cpm_uart: No LF conversion in put_poll_char()Daniel Thompson2014-05-291-4/+4
| | * | | | | serial: sirf: Fix compilation failureDaniel Thompson2014-05-291-1/+1
| | * | | | | console: Remove superfluous readonly checkTakashi Iwai2014-05-281-13/+3
| | * | | | | console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2014-05-282-20/+20
| | * | | | | ARM: tty: Move HVC DCC assembly to arch/armChristopher Covington2014-05-281-40/+2
| | * | | | | tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt2014-05-281-1/+8
| | * | | | | drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick2014-05-281-3/+1
| | * | | | | vt: emulate 8- and 24-bit colour codes.Adam Borowski2014-05-281-8/+79
| | * | | | | printk/of_serial: fix serial console cessation part way through boot.Stephen Chivers2014-05-281-0/+1
| | * | | | | serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus2014-05-281-5/+12
| | * | | | | serial: uart: add hw flow control support configurationMurali Karicheri2014-05-283-5/+17
| | * | | | | tty/serial: at91: add interrupts for modem control linesRichard Genoud2014-05-281-3/+122
| | * | | | | tty/serial: at91: use mctrl_gpio helpersRichard Genoud2014-05-282-35/+71
| | * | | | | tty/serial: Add GPIOLIB helpers for controlling modem linesRichard Genoud2014-05-284-0/+259
| | * | | | | serial: sccnxp: Add IGNPAR flag handlingAlexander Shiyan2014-05-281-0/+2
| | * | | | | serial: sccnxp: Remove useless timer_pending() checkAlexander Shiyan2014-05-281-3/+1
| | * | | | | serial: imx: disable the receiver ready interrupt for imx_stop_rxHuang Shijie2014-05-281-0/+4