index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Fix pty master poll() after slave closes v2
Francesco Ruggeri
2014-11-06
1
-2
/
+7
*
serial: of-serial: fix uninitialized kmalloc variable
Jingchang Lu
2014-11-05
1
-1
/
+1
*
tty/vt: don't set font mappings on vc not supporting this
Imre Deak
2014-11-05
1
-0
/
+7
*
tty: serial: 8250_mtk: Fix quot calculation
Matthias Brugger
2014-11-05
1
-1
/
+1
*
tty: Prevent "read/write wait queue active!" log flooding
Peter Hurley
2014-11-05
1
-2
/
+6
*
tty: Fix high cpu load if tty is unreleaseable
Peter Hurley
2014-11-05
1
-1
/
+6
*
serial: Fix divide-by-zero fault in uart_get_divisor()
Peter Hurley
2014-11-05
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-10-18
5
-21
/
+73
|
\
|
*
serial: atmel: add missing dmaengine header
Vinod Koul
2014-10-16
1
-0
/
+1
|
*
Merge branch 'topic/dma_control_cleanup_acks' into for-linus
Vinod Koul
2014-10-15
1
-1
/
+1
|
|
\
|
|
*
serial: sh-sci: use dmaengine_terminate_all() API
Vinod Koul
2014-10-15
1
-1
/
+1
|
*
|
serial: 8250_pci: Add PCI IDs for Intel Braswell
Alan Cox
2014-09-11
1
-0
/
+27
|
*
|
serial: 8250: don't use slave_id of dma_slave_config
Andy Shevchenko
2014-09-11
3
-20
/
+44
|
|
/
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-13
1
-1
/
+0
|
\
\
|
*
|
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...
Kirill Tkhai
2014-09-19
1
-1
/
+0
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...
Linus Torvalds
2014-10-11
1
-1
/
+1
|
\
\
|
*
|
powerpc: Remove powerpc specific cmd_line
Anton Blanchard
2014-10-02
1
-1
/
+1
*
|
|
Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2014-10-11
1
-5
/
+4
|
\
\
\
|
*
|
|
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
2014-10-06
1
-5
/
+4
|
|
/
/
*
|
|
Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
2014-10-11
1
-1
/
+2
|
\
\
\
|
*
|
|
security: make security_file_set_fowner, f_setown and __f_setown void return
Jeff Layton
2014-09-09
1
-1
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2014-10-09
2
-14
/
+9
|
\
\
\
|
*
|
|
tty: sc16is7xx: remove retval from gpiochip_remove()
Linus Walleij
2014-09-23
1
-8
/
+5
|
*
|
|
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
2014-09-18
1
-6
/
+4
|
|
/
/
*
|
|
Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-10-08
45
-488
/
+2183
|
\
\
\
|
*
|
|
Revert "serial/core: Initialize the console pm state"
Greg Kroah-Hartman
2014-10-02
1
-3
/
+0
|
*
|
|
tty: serial: msm: Add earlycon support
Stephen Boyd
2014-09-28
2
-12
/
+63
|
*
|
|
serial/core: Initialize the console pm state
Sudhir Sreedharan
2014-09-28
1
-0
/
+3
|
*
|
|
serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)
Daniel Thompson
2014-09-28
1
-0
/
+4
|
*
|
|
serial: of-serial: add PM suspend/resume support
Jingchang Lu
2014-09-28
1
-0
/
+27
|
*
|
|
tty/metag_da: Add console_poll module parameter
James Hogan
2014-09-28
1
-2
/
+12
|
*
|
|
serial: 8250_pci: remove rts_n override from Baytrail quirk
Heikki Krogerus
2014-09-28
1
-13
/
+0
|
*
|
|
serial: cadence: Add generic earlycon support
Michal Simek
2014-09-28
2
-0
/
+20
|
*
|
|
serial: imx: change the wait even to interruptiable
Huang Shijie
2014-09-28
1
-1
/
+10
|
*
|
|
serial: imx: terminate the RX DMA when the UART is suspending
Huang Shijie
2014-09-28
1
-6
/
+8
|
*
|
|
serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...
Fugang Duan
2014-09-28
1
-4
/
+2
|
*
|
|
serial: 8250: Add Quark X1000 to 8250_pci.c
Bryan O'Donoghue
2014-09-28
1
-0
/
+21
|
*
|
|
tty: omap-serial: pull out calculation from baud_is_mode16
Frans Klaver
2014-09-28
1
-18
/
+24
|
*
|
|
tty: omap-serial: fix division by zero
Frans Klaver
2014-09-28
1
-2
/
+10
|
*
|
|
xen_hvc: no reason to write the type key on xenstore
Stefano Stabellini
2014-09-28
1
-3
/
+0
|
*
|
|
tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()
Sebastian Andrzej Siewior
2014-09-26
1
-1
/
+1
|
*
|
|
tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...
Sebastian Andrzej Siewior
2014-09-26
1
-0
/
+5
|
*
|
|
tty: serial: 8250_core: read only RX if there is something in the FIFO
Sebastian Andrzej Siewior
2014-09-26
1
-5
/
+6
|
*
|
|
tty: serial: 8250_core: add run time pm
Sebastian Andrzej Siewior
2014-09-26
2
-13
/
+121
|
*
|
|
tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
Sebastian Andrzej Siewior
2014-09-26
1
-0
/
+14
|
*
|
|
tty: Hold termios_rwsem for tcflow(TCIxxx)
Peter Hurley
2014-09-23
1
-3
/
+7
|
*
|
|
tty: Move and rename send_prio_char() as tty_send_xchar()
Peter Hurley
2014-09-23
2
-33
/
+33
|
*
|
|
tty: Serialize tcflow() with other tty flow control changes
Peter Hurley
2014-09-23
1
-2
/
+6
|
*
|
|
tty: Move packet mode flow control notifications to pty driver
Peter Hurley
2014-09-23
2
-27
/
+45
|
*
|
|
tty: Serialize tty flow control changes with flow_lock
Peter Hurley
2014-09-23
1
-11
/
+28
[next]