index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-13
vt: Fix secure clear screen
Petr Písař
1
-0
/
+2
2014-02-13
hvc: ensure hvc_init is only ever called once in hvc_console.c
Paul Gortmaker
1
-1
/
+5
2014-02-13
serial: sirf: move to use generic dma dt-binding to get dma channels
Qipan Li
2
-138
/
+62
2014-02-13
serial: pl011: Move uart_register_driver call to device probe
Tushar Behera
1
-9
/
+12
2014-02-13
serial: samsung: Move uart_register_driver call to device probe
Tushar Behera
1
-29
/
+11
2014-02-13
serial: max310x: Fix build warning
Alexander Shiyan
1
-1
/
+1
2014-02-13
serial: max310x: Fix build error
Alexander Shiyan
1
-1
/
+2
2014-02-13
serial: imx: always wake up the processes in the TX callback
Huang Shijie
1
-2
/
+1
2014-02-13
tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios
Nicolas Ferre
1
-3
/
+0
2014-02-13
n_tty: Simplify input_available_p()
Peter Hurley
1
-7
/
+4
2014-02-13
Merge branch 'tty-linus' into tty-next
Greg Kroah-Hartman
12
-60
/
+70
2014-02-13
serial: 8250: Support XR17V35x fraction divisor
Joe Schultz
1
-0
/
+18
2014-02-13
n_tty: Fix stale echo output
Peter Hurley
1
-5
/
+7
2014-02-13
serial: sirf: fix kernel panic caused by unpaired spinlock
Qipan Li
1
-1
/
+3
2014-02-13
serial: 8250_pci: unbreak last serial ports on NetMos 9865 cards
Dmitry Eremin-Solenikov
1
-1
/
+2
2014-02-13
n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0
Peter Hurley
1
-1
/
+1
2014-02-13
serial: omap: fix rs485 probe on defered pinctrl
Michael Grzeschik
1
-1
/
+4
2014-02-13
serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
1
-2
/
+2
2014-02-13
serial: omap-serial: Move info message to probe function
Markus Pargmann
1
-3
/
+3
2014-02-13
serial: max310x: Add devicetree support
Alexander Shiyan
1
-9
/
+32
2014-02-13
serial: max310x: Driver cleanup
Alexander Shiyan
1
-29
/
+5
2014-02-13
serial: max310x: Add support for RS-485 mode
Alexander Shiyan
1
-21
/
+56
2014-02-13
serial: max310x: Add missing mutex_destroy() on driver exit
Alexander Shiyan
1
-2
/
+5
2014-02-13
serial: max310x: Always use dynamic GPIO ID assignment
Alexander Shiyan
1
-27
/
+28
2014-02-13
serial: max310x: Migrate to CLK API
Alexander Shiyan
1
-31
/
+55
2014-02-13
serial: max310x: Move all SPI-dependent stuff in one place
Alexander Shiyan
1
-32
/
+24
2014-02-13
serial: sh_sci: remove HAVE_CLK build dependecy
Baruch Siach
1
-1
/
+0
2014-02-13
serial: max310x: Remove IRQ validation
Alexander Shiyan
1
-6
/
+0
2014-02-13
serial: max310x: Add the loopback mode support
Alexander Shiyan
1
-7
/
+18
2014-02-13
serial: max310x: Remove excess port configure at startup
Alexander Shiyan
1
-6
/
+0
2014-02-13
serial: max310x: Remove init() and exit() callbacks
Alexander Shiyan
1
-7
/
+0
2014-02-13
serial: max310x: Setup baud rate generator more precisely
Alexander Shiyan
1
-12
/
+20
2014-02-13
serial: max310x: Allow driver to be compiled as module
Alexander Shiyan
1
-1
/
+1
2014-02-13
serial: sh-sci: Restrict non-COMPILE_TEST compilation
Laurent Pinchart
1
-1
/
+2
2014-02-13
serial: pch_uart: Fix build warning when CONFIG_DEBUG_FS=n
Jingoo Han
1
-0
/
+2
2014-02-13
serial: sh-sci: Fix cast warning
Jingoo Han
1
-1
/
+1
2014-02-13
serial: omap-serial: Move info message to probe function
Markus Pargmann
1
-3
/
+3
2014-02-12
msm_serial: Add support for poll_{get,put}_char()
Stephen Boyd
2
-3
/
+146
2014-02-09
lockdep: Make held_lock->check and "int check" argument bool
Oleg Nesterov
1
-11
/
+4
2014-02-07
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
1
-7
/
+18
2014-02-07
tty: n_gsm: Fix for modems with brk in modem status control
Lars Poeschel
1
-0
/
+11
2014-02-07
drivers/tty/hvc: don't use module_init in non-modular hyp. console code
Paul Gortmaker
4
-42
/
+4
2014-02-06
tty: serial: msm: Enable building msm_serial for ARCH_QCOM
Kumar Gala
1
-1
/
+1
2014-01-30
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-6
/
+3
2014-01-30
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-11
/
+79
2014-01-29
Merge remote-tracking branch 'agust/next' into next
Benjamin Herrenschmidt
1
-11
/
+79
2014-01-28
Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-6
/
+16
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-8
/
+95
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+1
2014-01-23
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-51
/
+138
[prev]
[next]