tty: Make get_current_tty use a kref
[safe/jmp/linux-2.6] / drivers / char / tty_io.c
2008-10-13 Alan Coxtty: Make get_current_tty use a kref
2008-10-13 Alan Coxtty: compare the tty winsize
2008-10-13 Alan Coxtty: Termios locking - sort out real_tty confusions...
2008-10-13 Alan Coxtty: use krefs to protect driver module counts
2008-10-13 Alan Coxtty: Add a kref count
2008-10-13 Alan Coxtty: Split tty_port into its own file
2008-10-13 Alan Coxtty: split the buffering from tty_io
2008-10-13 Alan Coxtty: move tioclinux from a special case
2008-09-26 Jason Wesselkgdboc,tty: Fix tty polling search to use name correctly
2008-08-27 Alan Coxtty: Fix termios tty window resize race with pty/tty...
2008-08-15 Alan Coxtty: remove resize window special case
2008-08-11 Christian BorntraegerFix race/oops in tty layer after BKL pushdown
2008-07-25 Adrian Bunkunexport proc_clear_tty
2008-07-24 Adrian Bunkremove is_tty()
2008-07-23 Alan Coxtty: Fix up escaped character
2008-07-22 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-core-2.6
2008-07-22 Alan Coxtty: rework break handling
2008-07-22 Alan Coxtty: Split ldisc code into its own file
2008-07-22 Greg Kroah-Hartmandevice create: char: convert device_create to device_cr...
2008-07-21 Alan Coxtty: add more tty_port fields
2008-07-21 Alan Coxtty: Clean up tiocmset
2008-07-21 Alan Coxtty: Introduce a tty_port common structure
2008-07-21 Alan Coxtty: Ldisc revamp
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-03 Alan Coxtty: Fix inverted logic in send_break
2008-07-02 Jonathan Corbettty_io: fasync BKL pushdown
2008-06-20 Jonathan Corbettty: cdev lock_kernel() pushdown
2008-05-15 Andrew Mortontty_check_change(): avoid taking tasklist_lock while...
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Sukadev Bhattiproludevpts: factor out PTY index allocation
2008-04-30 Sukadev Bhattiproludevpts: propagate error code from devpts_pty_new
2008-04-30 Hiroshi Shimamototty: fix routine name in ptmx_open()
2008-04-30 Alan Coxtty: The big operations rework
2008-04-30 Alan Coxtty/serial: lay the foundations for the next set of...
2008-04-30 Alan Coxtty: drop the BKL for driver/ldisc ioctl methods
2008-04-30 Alan Coxtty_io: fix remaining pid struct locking
2008-04-30 Alan Coxredo locking of tty->pgrp
2008-04-30 Alan Coxtty: BKL pushdown
2008-04-29 Linus TorvaldsMerge branch 'audit.b50' of git://git./linux/kernel...
2008-04-29 Harvey Harrisondrivers: atm, char fix integer as NULL pointer warnings
2008-04-28 Miloslav Trmac[patch 1/2] audit: let userspace fully control TTY...
2008-04-17 Jason Wesselconsoles: polling support, kgdboc
2008-02-08 Alan Coxtty_io: drag screaming into coding style compliance
2008-02-06 Daniel Walkerunix98 allocated_ptys_lock semaphore to mutex
2008-02-06 Daniel Walkerdrivers/char/tty_io.c: remove pty_sem
2008-02-06 Adrian Bunkproper prototype for vty_init()
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Pavel Emelianovpid namespaces: round up the API
2007-08-24 Jesper Juhltty: dont needlessly cast kmalloc() return value
2007-08-11 Alan Coxfix serial buffer memory leak
2007-07-16 Miloslav TrmacAudit: add TTY input auditing
2007-07-16 Jean Delvaretty_io: Use kzalloc
2007-07-16 Alan CoxPrevent an O_NDELAY writer from blocking when a tty...
2007-06-16 Paul Fulghumtty: restore locked ioctl file op
2007-06-01 Oleg Nesterovtty: fix leakage of -ERESTARTSYS to userland
2007-05-12 Paul Fulghumtty: flush flip buffer on ldisc input queue flush
2007-05-12 David S. Miller[TTY]: Export proc_clear_tty() to modulea.
2007-05-11 Paul Fulghumtty: add compat_ioctl
2007-05-09 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-05-09 Paul Fulghumtty_set_ldisc() receive_room fix
2007-05-09 Robert P. J. DayFix misspellings collected by members of KJ list.
2007-05-08 Alexey DobriyanProtect tty drivers list with tty_mutex
2007-05-08 Eric W. Biedermantty: introduce no_tty and use it in selinux
2007-05-08 Eric W. Biedermantty: simplify calling of put_pid.
2007-05-08 Eric W. Biedermantty: remove unnecessary export of proc_clear_tty
2007-05-08 Gerd HoffmannFixes and cleanups for earlyprintk aka boot console
2007-05-07 Andy Whitcrofttty_register_driver: only allocate tty instances when...
2007-03-18 Eric W. Biederman[PATCH] tty: Fix two reported pid leaks
2007-03-01 Aristeu Sergio Roz... [PATCH] tty_io: fix race in master pty close/slave...
2007-02-21 Randy Dunlap[PATCH] tty: use NULL for ptrs
2007-02-20 Geert Uytterhoeven[PATCH] tty_register_driver: Remove incorrect and super...
2007-02-14 Eric W. Biederman[PATCH] Fix SAK_work workqueue initialization.
2007-02-12 Eric W. Biederman[PATCH] tty: update the tty layer to work with struct pid
2007-02-12 Eric W. Biederman[PATCH] pid: replace is_orphaned_pgrp with is_current_p...
2007-02-12 Eric W. Biederman[PATCH] pid: make session_of_pgrp use struct pid instea...
2007-02-12 Eric W. Biederman[PATCH] tty: fix the locking for signal->session in...
2007-02-12 Eric W. Biederman[PATCH] tty: clarify disassociate_ctty
2007-02-12 Eric W. Biederman[PATCH] tty: make __proc_set_tty static
2007-02-11 Christoph Hellwig[PATCH] tty: cleanup release_mem
2007-02-11 Jiri Slaby[PATCH] Char: tty, delete wake_up_interruptible after...
2007-02-11 Eric W. Biederman[PATCH] vt: refactor console SAK processing
2006-12-13 Dan Carpenter[PATCH] tty_io.c balance tty_ldisc_ref()
2006-12-13 Heiko Carstens[PATCH] tty: export get_current_tty
2006-12-08 Alan Cox[PATCH] tty: switch to ktermios and new framework
2006-12-08 Cedric Le Goater[PATCH] add process_session() helper routine: deprecate...
2006-12-08 Cedric Le Goater[PATCH] add process_session() helper routine
2006-12-08 Josef Sipek[PATCH] struct path: convert char-drivers
2006-12-08 Peter Zijlstra[PATCH] tty: ->signal->tty locking
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Greg Kroah-HartmanDriver core: convert tty core to use struct device
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-10-02 Jeff Dike[PATCH] const struct tty_operations
2006-09-29 Akinobu Mita[PATCH] rate limiting for the ldisc open failure messages
2006-09-29 Alan Cox[PATCH] tty: Fix bits and note more bits to fix
2006-09-29 Alan Cox[PATCH] solaris emulation: incorrect tty locking
2006-09-29 Arjan van de Ven[PATCH] tty: make termios_sem a mutex
2006-09-29 Alan Cox[PATCH] tty: lock ticogwinsz
next