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
2013-03-21
Merge 3.9-rc3 into tty-next
Greg Kroah-Hartman
9
-32
/
+84
2013-03-18
driver: tty: vt: remove cast for kmalloc return value
Zhang Yanfei
1
-2
/
+1
2013-03-18
driver: tty: serial: remove cast for kzalloc return value
Zhang Yanfei
1
-2
/
+1
2013-03-18
TTY: serial, stop accessing potential NULLs
Jiri Slaby
2
-2
/
+2
2013-03-18
tty: Fix recursive deadlock in tty_perform_flush()
Peter Hurley
1
-9
/
+19
2013-03-18
tty: Remove redundant tty_wait_until_sent()
Peter Hurley
1
-9
/
+0
2013-03-18
tty: Locate get/put ldisc functions together
Peter Hurley
1
-23
/
+23
2013-03-18
tty: Fold one-line assign function into callers
Peter Hurley
1
-25
/
+6
2013-03-18
tty: Document unsafe ldisc reference acquire
Peter Hurley
1
-9
/
+5
2013-03-18
tty: Separate release semantics of ldisc reference
Peter Hurley
1
-34
/
+35
2013-03-18
tty: Don't protect atomic operation with mutex
Peter Hurley
1
-2
/
+0
2013-03-18
tty: Add ldisc hangup debug messages
Peter Hurley
1
-0
/
+19
2013-03-18
tty: Bracket ldisc release with TTY_DEBUG_HANGUP messages
Peter Hurley
1
-1
/
+4
2013-03-18
tty: Fix 'deferred reopen' ldisc comment
Peter Hurley
1
-4
/
+5
2013-03-18
tty: Make core responsible for synchronizing its work
Peter Hurley
2
-20
/
+21
2013-03-18
tty: Complete ownership transfer of flip buffers
Peter Hurley
3
-35
/
+14
2013-03-18
tty: Don't reenable already enabled ldisc
Peter Hurley
2
-2
/
+1
2013-03-18
n_tty: Fully initialize ldisc before restarting buffer work
Peter Hurley
1
-9
/
+8
2013-03-18
n_tty: Correct unthrottle-with-buffer-flush comments
Peter Hurley
1
-8
/
+5
2013-03-18
tty: Wait for SAK work before waiting for hangup work
Peter Hurley
1
-1
/
+1
2013-03-18
tty: Halt both ldiscs concurrently
Peter Hurley
1
-13
/
+25
2013-03-18
tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()
Peter Hurley
1
-18
/
+24
2013-03-18
tty: Relocate tty_ldisc_halt() to avoid forward declaration
Peter Hurley
1
-23
/
+23
2013-03-18
tty: Fix ldisc halt sequence on hangup
Peter Hurley
1
-20
/
+19
2013-03-18
tty: Remove unnecessary re-test of ldisc ref count
Peter Hurley
1
-19
/
+19
2013-03-18
tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()
Peter Hurley
1
-18
/
+36
2013-03-18
n_tty: Don't flush buffer when closing ldisc
Peter Hurley
1
-1
/
+3
2013-03-18
n_tty: Factor packet mode status change for reuse
Peter Hurley
1
-10
/
+14
2013-03-18
tty: Add diagnostic for halted line discipline
Peter Hurley
2
-1
/
+14
2013-03-18
tty: ifx6x60: Remove unused suspend/resume callbacks
Lars-Peter Clausen
1
-26
/
+0
2013-03-18
tty: mrst_max3110: Use dev_pm_ops
Lars-Peter Clausen
1
-7
/
+12
2013-03-18
tty: max310x: Use dev_pm_ops
Lars-Peter Clausen
1
-8
/
+16
2013-03-18
tty: max3100: Use dev_pm_ops
Lars-Peter Clausen
1
-10
/
+10
2013-03-18
TTY: fix close of uninitialised ports
Johan Hovold
1
-8
/
+10
2013-03-18
TTY: clean up port drain-delay handling
Johan Hovold
1
-11
/
+16
2013-03-18
TTY: fix DTR not being dropped on hang up
Johan Hovold
3
-12
/
+23
2013-03-18
TTY: fix DTR being raised on hang up
Johan Hovold
1
-1
/
+1
2013-03-18
TTY: wake up processes last at hangup
Johan Hovold
1
-1
/
+1
2013-03-18
TTY: clean up port shutdown
Johan Hovold
1
-2
/
+7
2013-03-18
crisv10: use counts from tty_port
Jiri Slaby
2
-27
/
+23
2013-03-18
crisv10: use *_wait from tty_port
Jiri Slaby
2
-11
/
+7
2013-03-18
crisv10: use close delays from tty_port
Jiri Slaby
2
-13
/
+9
2013-03-18
crisv10: remove unused members
Jiri Slaby
1
-6
/
+0
2013-03-18
crisv10: stop returning info from handle_ser_rx_interrupt
Jiri Slaby
1
-6
/
+4
2013-03-18
crisv10: use flags from tty_port
Jiri Slaby
2
-37
/
+29
2013-03-18
TTY: cleanup tty->hw_stopped uses
Jiri Slaby
4
-28
/
+14
2013-03-18
TTY: serial/msm_serial_hs, remove unused tty
Jiri Slaby
1
-2
/
+0
2013-03-18
TTY: serial/bfin_uart, unbreak build with KGDB enabled
Jiri Slaby
1
-23
/
+0
2013-03-18
TTY: add tty_port_tty_hangup helper
Jiri Slaby
7
-57
/
+32
2013-03-18
TTY: add tty_port_tty_wakeup helper
Jiri Slaby
5
-47
/
+21
[next]