some kmalloc/memset ->kzalloc (tree wide)
[safe/jmp/linux-2.6] / drivers / char / tty_io.c
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
2006-09-29 Alan Cox[PATCH] tty: trivial kzalloc opportunity
2006-09-29 Alan Cox[PATCH] tty locking on resize
2006-09-29 Alexey Dobriyan[PATCH] tty_io.c: keep davej sane
2006-08-27 Alan Cox[PATCH] Fix tty layer DoS and comment relevant code
2006-08-27 Alan Cox[PATCH] tty layer comment the locking assumptions and...
2006-08-27 Rolf Eike Beer[PATCH] tty: remove bogus call to cdev_del()
2006-07-03 Ingo Molnar[PATCH] sched: cleanup, remove task_t, convert to struc...
2006-07-03 Arjan van de Ven[PATCH] make more file_operation structs static
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/devfs-2.6
2006-06-28 Paul Fulghum[PATCH] remove active field from tty buffer structure
2006-06-28 Paul Fulghum[PATCH] add receive_room flow control to flush_to_ldisc
2006-06-28 Paul Fulghum[PATCH] remove TTY_DONT_FLIP
2006-06-28 Paul Fulghum[PATCH] tty: fix TCSBRK comment
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove the devfs_fs_kernel.h file from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_remove() function from...
2006-06-26 Greg Kroah-Hartman[PATCH] devfs: Remove devfs_mk_cdev() function from...
2006-06-21 Hansjoerg Lipp[PATCH] TTY: return class device pointer from tty_regis...
2006-05-23 Tobias Powalowski[PATCH] tty_insert_flip_string_flags() license fix
2006-04-19 Dipankar Sarma[PATCH] Fix file lookup without ref
2006-04-13 Eric W. Biederman[PATCH] do_SAK: Don't recursively take the tasklist_lock
2006-04-11 Paul Fulghum[PATCH] tty release_dev(): remove dead code
2006-04-11 Paul Fulghum[PATCH] ptmx: fix duplicate idr_remove
2006-04-11 Andrew Morton[PATCH] make tty_insert_flip_string_flags() a non gpl...
2006-03-31 Andrew Morton[PATCH] make tty_insert_flip_string a non-GPL export
2006-03-29 Eric W. Biederman[PATCH] do_SAK: don't depend on session ID 0
2006-03-29 Eric W. Biederman[PATCH] do_tty_hangup: use group_send_sig_info not...
2006-03-26 Eric SesterhennBUG_ON() Conversion in drivers/char
2006-03-25 Thomas Koeller[PATCH] constify tty flip buffer handling
2006-03-23 Ingo Molnar[PATCH] sem2mutex: tty
2006-03-01 Paul Fulghum[PATCH] tty buffering: comment out debug code
2006-02-15 Paul Fulghum[PATCH] tty reference count fix
2006-02-10 Paul Fulghum[PATCH] tty buffering stall fix
2006-02-03 Paul Fulghum[PATCH] new tty buffering locking fix
2006-01-12 Paul Fulghum[PATCH] new tty buffering access fix
2006-01-10 Alan Cox[PATCH] TTY layer buffering revamp
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: drivers/char
2005-10-31 Eric Dumazet[PATCH] reduce sizeof(struct file)
2005-10-28 Greg Kroah-Hartman[PATCH] Driver Core: fix up all callers of class_device...
2005-09-09 Dipankar Sarma[PATCH] files: lock-free fd look-up
2005-09-09 Dipankar Sarma[PATCH] files: break up files struct
2005-09-09 Jason Baron[PATCH] pty_chars_in_buffer oops fix
2005-09-07 Christoph Hellwig[PATCH] move 68360serial.c over use initcalls
2005-06-25 Domen Puncer[PATCH] char/tty_io: replace schedule_timeout() with...
2005-06-23 Alexey Dobriyan[PATCH] Introduce tty_unregister_ldisc()
2005-06-20 gregkh@suse.de[PATCH] tty: move to use the new class code, instead...
2005-05-05 Andrew Morton[PATCH] uninline tty_paranoia_check()
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2