- Update Xen patches to 3.3-rc5 and c/s 1157.
[linux-flexiantxendom0-3.2.10.git] / drivers / tty / tty_io.c
2012-02-29 Jan Beulich- Update Xen patches to 3.3-rc5 and c/s 1157.
2012-01-09 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2012-01-04 Al Viroswitch device_get_devnode() and ->devnode() to umode_t *
2011-11-28 Jan Beulich- Update Xen patches to 3,2-rc3 and c/s 1127.
2011-11-15 Jiri SlabyTTY: open/release, cleanup printks
2011-11-15 Jiri SlabyTTY: move debug checking out of tty_release
2011-11-15 Jiri SlabyTTY: move tty_lookup_driver to switch-cases
2011-11-15 Jiri SlabyTTY: coalesce fail paths in tty_open
2011-11-15 Jiri SlabyTTY: extract driver lookup from tty_open
2011-11-15 Jiri SlabyTTY: extract /dev/tty handling from tty_open
2011-11-15 Jiri SlabyTTY: move pgrp killing
2011-10-26 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-10-19 Greg Kroah-HartmanRevert "TTY: call tty_driver_lookup_tty unconditionally"
2011-10-18 Jiri SlabyTTY: call tty_driver_lookup_tty unconditionally
2011-10-18 Jiri SlabyTTY: make tty_add_file non-failing
2011-10-18 Jiri SlabyTTY: drop driver reference in tty_open fail path
2011-10-18 Thomas Meyertty: Support compat_ioctl get/set termios_locked
2011-09-12 Jan Beulich- Update Xen patches to 3.1-rc5 and c/s 1104.
2011-08-23 Jiri SlabyTTY: pty, fix pty counting
2011-07-05 Jan Beulich- Update Xen patches to 3.0-rc5 and c/s 1095.
2011-07-01 Manuel Zerpiesdrivers/tty: use printk_ratelimited() instead of printk...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-31 Jeff MahoneyRevert "- Updated to 3.0-rc1."
2011-04-25 Jiri SlabyTTY: tty_io, annotate locking functions
2011-04-19 Jovi Zhangtty: remove invalid location line in file header
2011-04-19 Jiri SlabyTTY: fix fail path in tty_open
2011-04-19 Jiri SlabyTTY: plug in deinitialize_tty_struct
2011-04-19 Jiri SlabyTTY: introduce deinit helpers for proper ldisc shutdown
2011-04-19 Jiri SlabyTTY: unify tty_init_dev fail path handling
2011-04-19 Herton Ronaldo Krz... vt: remove uneeded retval check before tty->ops->open...
2011-04-15 Jan Beulich- Update Xen patches to 2.6.39-rc3 and c/s 1079.
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-17 Linus TorvaldsMerge branch 'config' of git://git./linux/kernel/git...
2011-03-01 Arnd Bergmanndrivers: remove extraneous includes of smp_lock.h
2011-02-17 Kay Sieverstty: add TIOCVHANGUP to allow clean tty shutdown of...
2011-02-17 Alan Coxtty: now phase out the ioctl file pointer for good
2011-02-17 Alan Coxtiocmset: kill the file pointer argument
2011-02-17 Alan Coxtiocmget: kill off the passing of the struct file
2011-02-08 Jan Beulich- Update Xen patches to 2.6.38-rc4 and c/s 1066.
2011-01-31 Linus TorvaldsMerge branch 'tty-linus' of git://git./linux/kernel...
2011-01-26 Torben Hohnconsole: rename acquire/release_console_sem() to consol...
2011-01-23 Kay Sieverstty: use for_each_console() and WARN() on sysfs failures
2011-01-07 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2010-12-17 Werner FinkTTY: Add tty ioctl to figure device node of the system...
2010-12-17 Kay Sieverstty: add 'active' sysfs attribute to tty0 and console...
2010-12-07 Jeff Mahoney- Update to 2.6.37-rc5.
2010-12-06 Mike Galbraith- Replace buggy per tty autogroup patch with final...
2010-11-29 Jiri SlabyTTY: open/hangup race fixup
2010-11-29 Jiri SlabyTTY: don't allow reopen when ldisc is changing
2010-11-29 Jeff Mahoney- Merge 2.6.37-rc3-git6 with Xen.
2010-11-26 Jan Beulich- Update Xen patches to 2.6.37-rc3-git1 and c/s 1055.
2010-11-17 Jeff Mahoney- sched: automated per tty task groups.
2010-11-15 Jeff Mahoney- Update to 2.6.37-rc1-git11.
2010-11-05 Greg Kroah-HartmanTTY: create drivers/tty and move the tty core files...