summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley
2013-03-18tty: Wait for SAK work before waiting for hangup workPeter Hurley
2013-03-18tty: Halt both ldiscs concurrentlyPeter Hurley
2013-03-18tty: Strengthen no-subsequent-use guarantee of tty_ldisc_halt()Peter Hurley
2013-03-18tty: Relocate tty_ldisc_halt() to avoid forward declarationPeter Hurley
2013-03-18tty: Fix ldisc halt sequence on hangupPeter Hurley
2013-03-18tty: Remove unnecessary re-test of ldisc ref countPeter Hurley
2013-03-18tty: Refactor wait for ldisc refs out of tty_ldisc_hangup()Peter Hurley
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley
2013-03-18tty: ifx6x60: Remove unused suspend/resume callbacksLars-Peter Clausen
2013-03-18tty: mrst_max3110: Use dev_pm_opsLars-Peter Clausen
2013-03-18tty: max310x: Use dev_pm_opsLars-Peter Clausen
2013-03-18tty: max3100: Use dev_pm_opsLars-Peter Clausen
2013-03-18TTY: fix close of uninitialised portsJohan Hovold
2013-03-18TTY: clean up port drain-delay handlingJohan Hovold
2013-03-18TTY: fix DTR not being dropped on hang upJohan Hovold
2013-03-18TTY: fix DTR being raised on hang upJohan Hovold
2013-03-18TTY: wake up processes last at hangupJohan Hovold
2013-03-18TTY: clean up port shutdownJohan Hovold
2013-03-18crisv10: use counts from tty_portJiri Slaby
2013-03-18crisv10: use *_wait from tty_portJiri Slaby
2013-03-18crisv10: use close delays from tty_portJiri Slaby
2013-03-18crisv10: remove unused membersJiri Slaby
2013-03-18crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby
2013-03-18crisv10: use flags from tty_portJiri Slaby
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby
2013-03-18TTY: serial/msm_serial_hs, remove unused ttyJiri Slaby
2013-03-18TTY: serial/bfin_uart, unbreak build with KGDB enabledJiri Slaby
2013-03-18TTY: add tty_port_tty_hangup helperJiri Slaby
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-03-18TTY: msm_smd_tty, clean up activate/shutdownJiri Slaby
2013-03-18TTY: do not warn about setting speed via SPD_*Jiri Slaby
2013-03-18TTY: synclink, remove superfluous checkJiri Slaby
2013-03-18TTY: jsm, remove superfluous checkJiri Slaby
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley
2013-03-18tty: Add safe tty throttle/unthrottle functionsPeter Hurley
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley
2013-03-15sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-03-15tty: Signal SIGHUP before hanging up ldiscPeter Hurley
2013-03-15tty: Signal foreground group processes in hangupPeter Hurley
2013-03-15tty: Use spin_lock() inside existing critical regionPeter Hurley
2013-03-15tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley
2013-03-15tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley
2013-03-15tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan
2013-03-15serial: pch_uart: add console poll supportLiang Li