summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TTY: fix DTR not being dropped on hang upJohan Hovold2013-03-193-12/+23
* TTY: fix DTR being raised on hang upJohan Hovold2013-03-191-1/+1
* TTY: wake up processes last at hangupJohan Hovold2013-03-191-1/+1
* TTY: clean up port shutdownJohan Hovold2013-03-191-2/+7
* crisv10: use counts from tty_portJiri Slaby2013-03-192-27/+23
* crisv10: use *_wait from tty_portJiri Slaby2013-03-192-11/+7
* crisv10: use close delays from tty_portJiri Slaby2013-03-192-13/+9
* crisv10: remove unused membersJiri Slaby2013-03-191-6/+0
* crisv10: stop returning info from handle_ser_rx_interruptJiri Slaby2013-03-191-6/+4
* crisv10: use flags from tty_portJiri Slaby2013-03-192-37/+29
* TTY: cleanup tty->hw_stopped usesJiri Slaby2013-03-197-45/+17
* TTY: serial/msm_serial_hs, remove unused ttyJiri Slaby2013-03-191-2/+0
* TTY: serial/bfin_uart, unbreak build with KGDB enabledJiri Slaby2013-03-191-23/+0
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-1916-148/+58
* TTY: quatech2, remove unneeded is_openJiri Slaby2013-03-191-10/+0
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-1922-176/+51
* TTY: msm_smd_tty, clean up activate/shutdownJiri Slaby2013-03-191-9/+5
* TTY: do not warn about setting speed via SPD_*Jiri Slaby2013-03-192-30/+16
* TTY: synclink, remove superfluous checkJiri Slaby2013-03-191-3/+0
* TTY: jsm, remove superfluous checkJiri Slaby2013-03-191-6/+0
* tty: Fix checkpatch errors in tty_ldisc.hPeter Hurley2013-03-191-66/+66
* n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley2013-03-191-16/+18
* n_tty: Fix unsafe driver-side signalsPeter Hurley2013-03-191-20/+14
* n_tty: Fix stuck throttled driverPeter Hurley2013-03-191-11/+17
* tty: Add safe tty throttle/unthrottle functionsPeter Hurley2013-03-192-0/+82
* n_tty: Inline check_unthrottle() at lone call sitePeter Hurley2013-03-191-16/+2
* sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-03-151-19/+19
* tty: Signal SIGHUP before hanging up ldiscPeter Hurley2013-03-151-5/+5
* tty: Signal foreground group processes in hangupPeter Hurley2013-03-151-17/+48
* tty: Use spin_lock() inside existing critical regionPeter Hurley2013-03-151-3/+2
* tty: Fix spinlock flavor in non-atomic __tty_hangup()Peter Hurley2013-03-151-3/+2
* tty: Refactor session leader SIGHUP from __tty_hangup()Peter Hurley2013-03-151-31/+50
* tty: ipwireless: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-151-2/+1
* serial: pch_uart: add console poll supportLiang Li2013-03-151-24/+79
* TTY: amiserial, use module_platform_driver_probe()Jingoo Han2013-03-151-13/+1
* serial: vt8500_serial: Convert to devm_ioremap_resource()Sachin Kamat2013-03-151-3/+4
* serial: tegra: Convert to devm_ioremap_resource()Sachin Kamat2013-03-151-5/+4
* pty: Remove redundant itty resetPeter Hurley2013-03-151-1/+0
* Linux 3.9-rc2v3.9-rc2Linus Torvalds2013-03-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-1071-19/+84
|\
| * proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
| * fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman2013-03-072-1/+1
| * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-0469-12/+77
| * userns: Stop oopsing in key_change_session_keyringEric W. Biederman2013-03-041-1/+1
* | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2013-03-099-130/+221
|\ \
| * | Btrfs: improve the delayed inode throttlingChris Mason2013-03-072-61/+92
| * | Btrfs: fix a mismerge in btrfs_balance()Ilya Dryomov2013-03-071-0/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/...Chris Mason2013-03-076-67/+120
| |\ \
| | * | Btrfs: allow running defrag in parallel to administrative tasksStefan Behrens2013-03-041-8/+0