| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2014-06-11 | 1 | -1/+1 |
|\ |
|
| * | drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZERO | Fabian Frederick | 2014-06-02 | 1 | -1/+1 |
* | | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 2014-06-08 | 48 | -1189/+3934 |
|\ \ |
|
| * | | sysrq,rcu: suppress RCU stall warnings while sysrq runs | Rik van Riel | 2014-06-06 | 1 | -0/+3 |
| * | | sysrq: rcu-ify __handle_sysrq | Rik van Riel | 2014-06-06 | 1 | -6/+12 |
| * | | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-04 | 1 | -4/+4 |
| |\ \ |
|
| | * | | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 2014-06-04 | 1 | -4/+4 |
| * | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-04 | 2 | -8/+8 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | tile: hvc: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 1 | -4/+4 |
| | * | | tile: serial: Use irq_alloc/free_hwirq | Thomas Gleixner | 2014-05-16 | 1 | -4/+4 |
| * | | | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 2 | -0/+29 |
| |\ \ \ |
|
| | * | | | tty/serial: pl011: add DT based earlycon support | Rob Herring | 2014-05-20 | 1 | -0/+1 |
| | * | | | serial: earlycon: add DT support | Rob Herring | 2014-05-20 | 1 | -0/+28 |
| | * | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Rob Herring | 2014-05-20 | 18 | -819/+3097 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| * | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 2 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 2 | -3/+3 |
| * | | | | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-06-03 | 40 | -1089/+3833 |
| |\ \ \ \ \ |
|
| | * | | | | | Revert "serial: imx: remove the DMA wait queue" | Greg Kroah-Hartman | 2014-05-29 | 1 | -14/+28 |
| | * | | | | | serial: kgdb_nmi: Improve console integration with KDB I/O | Daniel Thompson | 2014-05-29 | 1 | -3/+13 |
| | * | | | | | serial: kgdb_nmi: Switch from tasklets to real timers | Daniel Thompson | 2014-05-29 | 1 | -21/+9 |
| | * | | | | | serial: kgdb_nmi: Use container_of() to locate private data | Daniel Thompson | 2014-05-29 | 1 | -8/+5 |
| | * | | | | | serial: cpm_uart: No LF conversion in put_poll_char() | Daniel Thompson | 2014-05-29 | 1 | -4/+4 |
| | * | | | | | serial: sirf: Fix compilation failure | Daniel Thompson | 2014-05-29 | 1 | -1/+1 |
| | * | | | | | console: Remove superfluous readonly check | Takashi Iwai | 2014-05-28 | 1 | -13/+3 |
| | * | | | | | console: Use explicit pointer type for vc_uni_pagedir* fields | Takashi Iwai | 2014-05-28 | 2 | -20/+20 |
| | * | | | | | ARM: tty: Move HVC DCC assembly to arch/arm | Christopher Covington | 2014-05-28 | 1 | -40/+2 |
| | * | | | | | tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick() | Benjamin Herrenschmidt | 2014-05-28 | 1 | -1/+8 |
| | * | | | | | drivers/tty/n_hdlc.c: replace kmalloc/memset by kzalloc | Fabian Frederick | 2014-05-28 | 1 | -3/+1 |
| | * | | | | | vt: emulate 8- and 24-bit colour codes. | Adam Borowski | 2014-05-28 | 1 | -8/+79 |
| | * | | | | | printk/of_serial: fix serial console cessation part way through boot. | Stephen Chivers | 2014-05-28 | 1 | -0/+1 |
| | * | | | | | serial: 8250_dma: check the result of TX buffer mapping | Heikki Krogerus | 2014-05-28 | 1 | -5/+12 |
| | * | | | | | serial: uart: add hw flow control support configuration | Murali Karicheri | 2014-05-28 | 3 | -5/+17 |
| | * | | | | | tty/serial: at91: add interrupts for modem control lines | Richard Genoud | 2014-05-28 | 1 | -3/+122 |
| | * | | | | | tty/serial: at91: use mctrl_gpio helpers | Richard Genoud | 2014-05-28 | 2 | -35/+71 |
| | * | | | | | tty/serial: Add GPIOLIB helpers for controlling modem lines | Richard Genoud | 2014-05-28 | 4 | -0/+259 |
| | * | | | | | serial: sccnxp: Add IGNPAR flag handling | Alexander Shiyan | 2014-05-28 | 1 | -0/+2 |
| | * | | | | | serial: sccnxp: Remove useless timer_pending() check | Alexander Shiyan | 2014-05-28 | 1 | -3/+1 |
| | * | | | | | serial: imx: disable the receiver ready interrupt for imx_stop_rx | Huang Shijie | 2014-05-28 | 1 | -0/+4 |
| | * | | | | | serial: imx: remove the DMA wait queue | Huang Shijie | 2014-05-28 | 1 | -28/+14 |
| | * | | | | | serial: imx: remove the redundant code | Huang Shijie | 2014-05-28 | 1 | -9/+0 |
| | * | | | | | serial: imx: reset the uart port all the time | Huang Shijie | 2014-05-28 | 1 | -12/+10 |
| | * | | | | | serial: Add support for Advantech PCM-3614I/PCM-3618I serial expansion cards | Thomee Wright | 2014-05-28 | 1 | -0/+9 |
| | * | | | | | serial: imx: Disable new features of autobaud detection | Fabio Estevam | 2014-05-28 | 1 | -2/+2 |
| | * | | | | | parport: Add support for the WCH353 1S/1P multi-IO card | Ezequiel Garcia | 2014-05-28 | 1 | -0/+10 |
| | * | | | | | serial: efm32: add module_exit | Vincent Stehlé | 2014-05-28 | 1 | -0/+1 |
| | * | | | | | serial: samsung: Neaten dbg uses | Joe Perches | 2014-05-28 | 2 | -26/+32 |
| | * | | | | | tty: serial: men_z135_uart: Don't activate TX Space available IRQ on startup | Johannes Thumshirn | 2014-05-28 | 1 | -3/+4 |
| | * | | | | | serial: st-asc: Fix data corruption during long console bursts | Daniel Thompson | 2014-05-28 | 1 | -4/+4 |
| | * | | | | | tty: serial: uartlite: Specify time for sending chars | Michal Simek | 2014-05-28 | 1 | -4/+13 |
| | * | | | | | serial: SERIAL_FSL_LPUART should depend on HAS_DMA | Geert Uytterhoeven | 2014-05-28 | 1 | -0/+1 |