index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-21
tty: Mark tty_del_file and __tty_hangup static
Josh Triplett
1
-2
/
+2
2012-11-21
drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch
Josh Triplett
1
-0
/
+1
2012-11-19
various: Fix spelling of "asynchronous" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-16
Merge 3.7-rc6 into tty-next
Greg Kroah-Hartman
2
-7
/
+1
2012-11-16
serial: mxs-auart: add the DMA support for mx28
Huang Shijie
1
-5
/
+317
2012-11-16
serial: mxs-auart: distinguish the different SOCs
Huang Shijie
1
-6
/
+36
2012-11-16
tty/8250_early: Turn serial_in/serial_out into weak symbols.
Noam Camus
1
-21
/
+21
2012-11-16
ARM/AVR32: get rid of serial_at91.h
Russell King
1
-18
/
+0
2012-11-16
ARM: move serial_sa1100.h header file to linux/platform_data
Russell King
1
-1
/
+1
2012-11-15
serial: sh-sci: fix possible race cases on SCSCR register accesses
Shinya Kuribayashi
1
-0
/
+6
2012-11-15
serial: sh-sci: add locking to console write function to avoid SMP lockup
Shinya Kuribayashi
1
-1
/
+22
2012-11-15
serial: sh-sci: fix common SCIFB regmap definition
Takashi Yoshii
1
-3
/
+3
2012-11-15
serial: sh-sci: mask SCTFDR/RFDR according to fifosize
Takashi Yoshii
1
-2
/
+2
2012-11-15
serial: sh-sci: support lower baud rate
Takashi Yoshii
1
-11
/
+8
2012-11-15
serial: sh-sci: fix condition test to set SCBRR
Takashi Yoshii
1
-1
/
+1
2012-11-15
serial: sh-sci: console runtime PM support (revisit)
Teppei Kamijou
1
-11
/
+16
2012-11-15
Partially revert "serial: sh-sci: console Runtime PM support"
Shinya Kuribayashi
1
-52
/
+1
2012-11-15
Revert "sh-sci / PM: Use power.irq_safe"
Shinya Kuribayashi
1
-1
/
+0
2012-11-15
Revert "sh-sci / PM: Avoid deadlocking runtime PM"
Shinya Kuribayashi
1
-5
/
+0
2012-11-15
TTY: call tty_port_destroy in the rest of drivers
Jiri Slaby
18
-21
/
+74
2012-11-15
TTY: isicom, fix tty buffers memory leak
Jiri Slaby
1
-9
/
+12
2012-11-15
TTY: introduce tty_port_destroy
Jiri Slaby
1
-1
/
+15
2012-11-15
TTY: n_gsm, use kref from tty_port
Jiri Slaby
1
-6
/
+5
2012-11-15
TTY: pty, fix tty buffers leak
Jiri Slaby
2
-2
/
+2
2012-11-15
TTY: isicom, stop using port->tty
Jiri Slaby
1
-1
/
+1
2012-11-15
tty/serial/ar933x_uart: fix baud rate calculation
Gabor Juhos
1
-5
/
+85
2012-11-15
mm, oom: ensure sysrq+f always passes valid zonelist
David Rientjes
1
-1
/
+2
2012-11-15
serial: Unneeded ARCH dependencies are removed
Alexander Shiyan
1
-12
/
+12
2012-11-15
serial: mfd: Add nmi_touch_watchdog() into the console write function
Feng Tang
1
-0
/
+3
2012-11-15
serial: bfin-uart: avoid dead lock in rx irq handler in smp kernel
Steven Miao
1
-4
/
+3
2012-11-15
serial: cast before shifting on port io
Alan Cox
1
-1
/
+1
2012-11-15
serial: xilinx_uartps: kill CONFIG_OF conditional
Josh Cartwright
2
-9
/
+1
2012-11-15
ipwireless: don't oops if we run out of space
Alan Cox
1
-1
/
+4
2012-11-15
moxa: dcd handling of CLOCAL is backwards
Alan Cox
1
-1
/
+1
2012-11-15
serial: ifx6x60: ifx_spi_write don't need to do mrdy_assert when fifo is not ...
Jun Chen
1
-3
/
+10
2012-11-15
serial:ifx6x60:SPI header is decoded incorrectly
chao bi
1
-2
/
+2
2012-11-14
tty: serial: max310x: Add terminating entry for spi_device_id table
Axel Lin
1
-0
/
+1
2012-11-14
TTY: hvc_console, fix port reference count going to zero prematurely
Paul Mackerras
1
-7
/
+0
2012-11-12
Merge tag 'for-3.8-at91_header_clean' of git://github.com/at91linux/linux-at9...
Arnd Bergmann
2
-7
/
+7
2012-11-11
Merge branch 'at91' into devel
Linus Walleij
1
-0
/
+8
2012-11-06
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2012-11-04
SERIAL: omap: fix hardware assisted flow control
Russell King
1
-8
/
+39
2012-11-04
SERIAL: omap: simplify (2)
Russell King
1
-9
/
+0
2012-11-04
SERIAL: omap: move xon/xoff setting earlier
Russell King
1
-6
/
+7
2012-11-04
SERIAL: omap: always set TCR
Russell King
1
-17
/
+11
2012-11-04
SERIAL: omap: simplify
Russell King
1
-11
/
+4
2012-11-04
SERIAL: omap: don't read back LCR/MCR/EFR
Russell King
1
-7
/
+6
2012-11-04
SERIAL: omap: serial_omap_configure_xonxoff() contents into set_termios
Russell King
1
-59
/
+53
2012-11-04
SERIAL: omap: configure xon/xoff before setting modem control lines
Russell King
1
-1
/
+2
2012-11-04
SERIAL: omap: move driver private definitions and structures to driver
Russell King
1
-0
/
+52
[prev]
[next]