summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman
2013-03-19driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei
2013-03-19driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei
2013-03-19TTY: serial, stop accessing potential NULLsJiri Slaby
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley
2013-03-18tty: Remove redundant tty_wait_until_sent()Peter Hurley
2013-03-18tty: Locate get/put ldisc functions togetherPeter Hurley
2013-03-18tty: Fold one-line assign function into callersPeter Hurley
2013-03-18tty: Document unsafe ldisc reference acquirePeter Hurley
2013-03-18tty: Separate release semantics of ldisc referencePeter Hurley
2013-03-18tty: Don't protect atomic operation with mutexPeter Hurley
2013-03-18tty: Add ldisc hangup debug messagesPeter Hurley
2013-03-18tty: Bracket ldisc release with TTY_DEBUG_HANGUP messagesPeter Hurley
2013-03-18tty: Fix 'deferred reopen' ldisc commentPeter Hurley
2013-03-18tty: Make core responsible for synchronizing its workPeter Hurley
2013-03-18tty: Complete ownership transfer of flip buffersPeter Hurley
2013-03-18tty: Don't reenable already enabled ldiscPeter Hurley
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: quatech2, remove unneeded is_openJiri Slaby