index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-25
tty: Add get- ioctls to fetch tty status v3
Cyrill Gorcunov
2
-0
/
+26
2012-10-25
tty: pty - Move TIOCPKT handling into pty.c
Cyrill Gorcunov
2
-21
/
+26
2012-10-25
of serial port driver - add clk_get_rate() support
Murali Karicheri
1
-6
/
+26
2012-10-25
tty: add missing newlines to WARN_RATELIMIT
Sasha Levin
2
-2
/
+2
2012-10-25
serial: ifx6x60: del_timer_sync must not be called in interrupt context.
Jun Chen
1
-1
/
+1
2012-10-25
serial: ifx6x60: add_timer is not safe in the mrdy_assert function
Jun Chen
1
-3
/
+1
2012-10-25
serial: ifx6x60: different SPI word width configure requires different swap p...
chao bi
2
-10
/
+61
2012-10-25
serial/amba-pl011: use devm_* managed resources
Linus Walleij
1
-16
/
+9
2012-10-25
serial: omap: Remove the hardcode serial_omap_console_ports array.
Shubhrajyoti D
1
-1
/
+1
2012-10-25
serial: omap: Remove the default setting of special character
Shubhrajyoti D
1
-5
/
+1
2012-10-25
serial: omap: Make context_loss_cnt signed
Shubhrajyoti D
1
-4
/
+8
2012-10-24
serial: clps711x: Cleanup driver
Alexander Shiyan
1
-59
/
+46
2012-10-24
serial: clps711x: Fix TERMIOS-flags handling
Alexander Shiyan
1
-24
/
+12
2012-10-24
serial: clps711x: Disable "break"-state before port startup
Alexander Shiyan
1
-22
/
+7
2012-10-24
serial: clps711x: Using resource-managed functions
Alexander Shiyan
1
-22
/
+17
2012-10-24
serial: clps711x: Check for valid TTY in RX-interrupt
Alexander Shiyan
1
-30
/
+29
2012-10-24
serial: clps711x: Fix break control handling
Alexander Shiyan
1
-1
/
+3
2012-10-24
serial: clps711x: Return valid modem controls for port that not support it
Alexander Shiyan
1
-6
/
+4
2012-10-24
serial: clps711x: Improved TX FIFO handling
Alexander Shiyan
1
-8
/
+7
2012-10-24
serial: clps711x: Using CPU clock subsystem for getting base UART speed
Alexander Shiyan
1
-5
/
+15
2012-10-24
serial: clps711x: Do not use "uart_port->unused" field
Alexander Shiyan
1
-15
/
+17
2012-10-24
serial: clps711x: Convert all static variables to dynamic
Alexander Shiyan
1
-122
/
+89
2012-10-24
serial: clps711x: Add platform_driver interface to clps711x driver
Alexander Shiyan
1
-6
/
+33
2012-10-24
tty: serial: KGDB support for PXA
Denis V. Lunev
1
-0
/
+55
2012-10-24
tty: Use raw spin lock to protect TTY ldisc administration
Ivo Sieben
1
-16
/
+16
2012-10-24
TTY: hvcs: fix missing unlock on error in hvcs_initialize()
Wei Yongjun
1
-1
/
+3
2012-10-24
x86: ce4100: allow second UART usage
Maxime Bizon
1
-3
/
+3
2012-10-24
tty: tty_mutex.c: Fixed coding style warning (using printk)
Sangho Yi
1
-2
/
+2
2012-10-24
tty: serial: 8250_dw: Implement suspend/resume
James Hogan
1
-0
/
+25
2012-10-24
serial: vt8500: fix possible memory leak in vt8500_serial_probe()
Wei Yongjun
1
-4
/
+4
2012-10-24
tty/serial/8250: Make omap hardware workarounds local to 8250.h
Tony Lindgren
2
-6
/
+39
2012-10-24
serial/8250/8250_early: Prevent rounding error in uartclk
Alexey Brodkin
1
-1
/
+1
2012-10-24
serial: samsung: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-8
/
+8
2012-10-24
TTY: Report warning when low_latency flag is wrongly used
Ivo Sieben
1
-0
/
+1
2012-10-22
TTY: move tty buffers to tty_port
Jiri Slaby
6
-59
/
+66
2012-10-22
TTY: add port -> tty link
Jiri Slaby
2
-0
/
+5
2012-10-22
TTY: tty_buffer, cache pointer to tty->buf
Jiri Slaby
1
-56
/
+76
2012-10-22
TTY: move TTY_FLUSH* flags to tty_port
Jiri Slaby
1
-8
/
+10
2012-10-22
TTY: n_tty, propagate n_tty_data
Jiri Slaby
1
-93
/
+78
2012-10-22
TTY: move ldisc data from tty_struct: locks
Jiri Slaby
2
-55
/
+72
2012-10-22
TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff
Jiri Slaby
1
-123
/
+137
2012-10-22
TTY: move ldisc data from tty_struct: bitmaps
Jiri Slaby
1
-24
/
+28
2012-10-22
TTY: move ldisc data from tty_struct: simple members
Jiri Slaby
2
-68
/
+93
2012-10-22
TTY: n_tty, add ldisc data to n_tty
Jiri Slaby
1
-1
/
+18
2012-10-22
TTY: audit, stop accessing tty->icount
Jiri Slaby
2
-9
/
+11
2012-10-22
TTY: n_tty, remove bogus checks
Jiri Slaby
1
-12
/
+0
2012-10-22
TTY: n_tty, simplify read_buf+echo_buf allocation
Jiri Slaby
1
-18
/
+13
2012-10-22
TTY: ldisc, wait for idle ldisc in release
Jiri Slaby
1
-0
/
+5
2012-10-22
TTY: vt, fix paste_selection ldisc handling
Jiri Slaby
1
-7
/
+2
2012-10-22
TTY: move devpts kill to pty
Jiri Slaby
2
-5
/
+9
[next]