| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-02-01 | 5 | -51/+58 |
|\ |
|
| * | tty/serial: fix apbuart build | Randy Dunlap | 2011-01-22 | 1 | -0/+1 |
| * | n_hdlc: fix read and write locking | Paul Fulghum | 2011-01-22 | 1 | -45/+45 |
| * | serial: unbreak billionton CF card | Pavel Machek | 2011-01-22 | 1 | -1/+2 |
| * | tty: use for_each_console() and WARN() on sysfs failures | Kay Sievers | 2011-01-22 | 2 | -3/+3 |
| * | vt: fix issue when fbcon wants to takeover a second time. | Dave Airlie | 2011-01-22 | 1 | -2/+7 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2011-01-26 | 1 | -1/+1 |
* | | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 2011-01-26 | 6 | -105/+105 |
|/ |
|
* | Merge branch 'akpm' | Linus Torvalds | 2011-01-20 | 1 | -2/+2 |
|\ |
|
* \ | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2011-01-20 | 136 | -0/+105862 |
|\ \
| |/
|/| |
|
| * | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman | 2011-01-13 | 120 | -0/+97163 |
| * | tty: move hvc drivers to drivers/tty/hvc/ | Greg Kroah-Hartman | 2011-01-13 | 17 | -0/+8795 |
|/ |
|
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-01-07 | 3 | -91/+197 |
|\ |
|
| * | TTY: Add tty ioctl to figure device node of the system console. | Werner Fink | 2010-12-16 | 1 | -0/+5 |
| * | tty: add 'active' sysfs attribute to tty0 and console device | Kay Sievers | 2010-12-16 | 2 | -5/+65 |
| * | n_gsm: clean up printks | Alan Cox | 2010-11-11 | 1 | -73/+81 |
| * | n_gsm: Fix support for legacy encoding | Alan Cox | 2010-11-11 | 1 | -13/+46 |
* | | n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checked | Ken Mills | 2010-12-16 | 1 | -0/+2 |
* | | n_gsm: Fix message length handling when building header | Ken Mills | 2010-12-16 | 1 | -2/+2 |
* | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2010-12-02 | 2 | -2/+13 |
|\ \ |
|
| * | | TTY: open/hangup race fixup | Jiri Slaby | 2010-11-29 | 1 | -1/+9 |
| * | | TTY: don't allow reopen when ldisc is changing | Jiri Slaby | 2010-11-29 | 1 | -1/+2 |
| * | | TTY: ldisc, fix open flag handling | Jiri Slaby | 2010-11-29 | 1 | -0/+2 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2010-11-19 | 1 | -45/+124 |
|/ / |
|
* | | n_gsm: Fix length handling | Ken Mills | 2010-11-11 | 1 | -2/+2 |
* | | n_gsm: Copy n2 over when configuring via ioctl interface | Ken Mills | 2010-11-11 | 1 | -0/+1 |
* | | vcs: make proper usage of the poll flags | Nicolas Pitre | 2010-11-11 | 1 | -3/+3 |
* | | tty_ldisc: Fix BUG() on hangup | Philippe Rétornaz | 2010-11-09 | 1 | -7/+13 |
* | | TTY: restore tty_ldisc_wait_idle | Jiri Slaby | 2010-11-09 | 1 | -0/+29 |
* | | tty: prevent DOS in the flush_to_ldisc | Jiri Olsa | 2010-11-09 | 1 | -2/+12 |
|/ |
|
* | TTY: move .gitignore from drivers/char/ to drivers/tty/vt/ | Greg Kroah-Hartman | 2010-11-05 | 1 | -0/+2 |
* | TTY: create drivers/tty/vt and move the vt code there | Greg Kroah-Hartman | 2010-11-05 | 11 | -0/+10134 |
* | TTY: create drivers/tty and move the tty core files there | Greg Kroah-Hartman | 2010-11-05 | 14 | -0/+15484 |