1. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  2. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 17 years ago
  3. abcb1ff3 tty: dont needlessly cast kmalloc() return value by Jesper Juhl · 17 years ago
  4. 42fd552 fix serial buffer memory leak by Alan Cox · 17 years ago
  5. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  6. 506eb99 tty_io: Use kzalloc by Jean Delvare · 17 years ago
  7. 9c1729d Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex by Alan Cox · 17 years ago
  8. 38ad2ed tty: restore locked ioctl file op by Paul Fulghum · 17 years ago
  9. 040b636 tty: fix leakage of -ERESTARTSYS to userland by Oleg Nesterov · 17 years ago
  10. c5c34d4 tty: flush flip buffer on ldisc input queue flush by Paul Fulghum · 17 years ago
  11. 7cac4ce [TTY]: Export proc_clear_tty() to modulea. by David S. Miller · 17 years ago
  12. e10cc1d tty: add compat_ioctl by Paul Fulghum · 17 years ago
  13. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  14. ae030e4 tty_set_ldisc() receive_room fix by Paul Fulghum · 17 years ago
  15. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  16. ca509f6 Protect tty drivers list with tty_mutex by Alexey Dobriyan · 17 years ago
  17. 98a27ba tty: introduce no_tty and use it in selinux by Eric W. Biederman · 17 years ago
  18. 2a65f1d tty: simplify calling of put_pid. by Eric W. Biederman · 17 years ago
  19. f67c362 tty: remove unnecessary export of proc_clear_tty by Eric W. Biederman · 17 years ago
  20. 69331af Fixes and cleanups for earlyprintk aka boot console by Gerd Hoffmann · 17 years ago
  21. 543691a6 tty_register_driver: only allocate tty instances when defined by Andy Whitcroft · 17 years ago
  22. d9c1e9a [PATCH] tty: Fix two reported pid leaks by Eric W. Biederman · 17 years ago
  23. 5a39e8c [PATCH] tty_io: fix race in master pty close/slave pty close path by Aristeu Sergio Rozanski Filho · 17 years ago
  24. 23cac8d [PATCH] tty: use NULL for ptrs by Randy Dunlap · 17 years ago
  25. e5717c4 [PATCH] tty_register_driver: Remove incorrect and superfluous cast by Geert Uytterhoeven · 17 years ago
  26. 7f1f86a [PATCH] Fix SAK_work workqueue initialization. by Eric W. Biederman · 17 years ago
  27. ab521dc [PATCH] tty: update the tty layer to work with struct pid by Eric W. Biederman · 17 years ago
  28. 3e7cd6c [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphaned by Eric W. Biederman · 17 years ago
  29. 04a2e6a [PATCH] pid: make session_of_pgrp use struct pid instead of pid_t by Eric W. Biederman · 17 years ago
  30. 2ea8186 [PATCH] tty: fix the locking for signal->session in disassociate_ctty by Eric W. Biederman · 17 years ago
  31. 680a967 [PATCH] tty: clarify disassociate_ctty by Eric W. Biederman · 17 years ago
  32. cdc6233 [PATCH] tty: make __proc_set_tty static by Eric W. Biederman · 17 years ago
  33. d5698c2 [PATCH] tty: cleanup release_mem by Christoph Hellwig · 17 years ago
  34. dd65aa6 [PATCH] Char: tty, delete wake_up_interruptible after tty_wakeup by Jiri Slaby · 17 years ago
  35. 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 17 years ago
  36. b3f13de [PATCH] tty_io.c balance tty_ldisc_ref() by Dan Carpenter · 18 years ago
  37. a311f74 [PATCH] tty: export get_current_tty by Heiko Carstens · 18 years ago
  38. edc6afc [PATCH] tty: switch to ktermios and new framework by Alan Cox · 18 years ago
  39. 1ec320a [PATCH] add process_session() helper routine: deprecate old field by Cedric Le Goater · 18 years ago
  40. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  41. a7113a9 [PATCH] struct path: convert char-drivers by Josef Sipek · 18 years ago
  42. 24ec839 [PATCH] tty: ->signal->tty locking by Peter Zijlstra · 18 years ago
  43. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  44. 01107d3 Driver core: convert tty core to use struct device by Greg Kroah-Hartman · 18 years ago
  45. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  46. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  47. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  48. 4050914 [PATCH] rate limiting for the ldisc open failure messages by Akinobu Mita · 18 years ago
  49. 2829823 [PATCH] tty: Fix bits and note more bits to fix by Alan Cox · 18 years ago
  50. de2a84f [PATCH] solaris emulation: incorrect tty locking by Alan Cox · 18 years ago
  51. 5785c95 [PATCH] tty: make termios_sem a mutex by Arjan van de Ven · 18 years ago
  52. 808a0d3 [PATCH] tty: lock ticogwinsz by Alan Cox · 18 years ago
  53. 1266b1e [PATCH] tty: trivial kzalloc opportunity by Alan Cox · 18 years ago
  54. ca9bda0 [PATCH] tty locking on resize by Alan Cox · 18 years ago
  55. 527063b [PATCH] tty_io.c: keep davej sane by Alexey Dobriyan · 18 years ago
  56. 01da5fd [PATCH] Fix tty layer DoS and comment relevant code by Alan Cox · 18 years ago
  57. af9b897 [PATCH] tty layer comment the locking assumptions and functions somewhat by Alan Cox · 18 years ago
  58. cc36e7f [PATCH] tty: remove bogus call to cdev_del() by Rolf Eike Beer · 18 years ago
  59. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  60. 62322d2 [PATCH] make more file_operation structs static by Arjan van de Ven · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 602cada Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 by Linus Torvalds · 18 years ago
  63. 33b37a3 [PATCH] remove active field from tty buffer structure by Paul Fulghum · 18 years ago
  64. 2c3bb20 [PATCH] add receive_room flow control to flush_to_ldisc by Paul Fulghum · 18 years ago
  65. 817d6d3 [PATCH] remove TTY_DONT_FLIP by Paul Fulghum · 18 years ago
  66. 283fef5 [PATCH] tty: fix TCSBRK comment by Paul Fulghum · 18 years ago
  67. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  68. ff23eca [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree by Greg Kroah-Hartman · 19 years ago
  69. 8ab5e4c [PATCH] devfs: Remove devfs_remove() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  70. 7c69ef7 [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree by Greg Kroah-Hartman · 19 years ago
  71. 1cdcb6b [PATCH] TTY: return class device pointer from tty_register_device() by Hansjoerg Lipp · 18 years ago
  72. ff4547f [PATCH] tty_insert_flip_string_flags() license fix by Tobias Powalowski · 18 years ago
  73. ca99c1d [PATCH] Fix file lookup without ref by Dipankar Sarma · 18 years ago
  74. 20ac943 [PATCH] do_SAK: Don't recursively take the tasklist_lock by Eric W. Biederman · 18 years ago
  75. 14a6283 [PATCH] tty release_dev(): remove dead code by Paul Fulghum · 18 years ago
  76. 9453a5a [PATCH] ptmx: fix duplicate idr_remove by Paul Fulghum · 18 years ago
  77. e1a2509 [PATCH] make tty_insert_flip_string_flags() a non gpl export by Andrew Morton · 18 years ago
  78. ee37df7 [PATCH] make tty_insert_flip_string a non-GPL export by Andrew Morton · 18 years ago
  79. 652486f [PATCH] do_SAK: don't depend on session ID 0 by Eric W. Biederman · 18 years ago
  80. f96a795 [PATCH] do_tty_hangup: use group_send_sig_info not send_group_sig_info by Eric W. Biederman · 18 years ago
  81. 56ee482 BUG_ON() Conversion in drivers/char by Eric Sesterhenn · 18 years ago
  82. 1aef821 [PATCH] constify tty flip buffer handling by Thomas Koeller · 18 years ago
  83. 70522e1 [PATCH] sem2mutex: tty by Ingo Molnar · 18 years ago
  84. 6af6aab [PATCH] tty buffering: comment out debug code by Paul Fulghum · 18 years ago
  85. da96582 [PATCH] tty reference count fix by Paul Fulghum · 18 years ago
  86. 8977d92 [PATCH] tty buffering stall fix by Paul Fulghum · 18 years ago
  87. 808249c [PATCH] new tty buffering locking fix by Paul Fulghum · 18 years ago
  88. 607f4e3 [PATCH] new tty buffering access fix by Paul Fulghum · 18 years ago
  89. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  90. 735d566 [PATCH] kfree cleanup: drivers/char by Jesper Juhl · 19 years ago
  91. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  92. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  93. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  94. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  95. ff55fe2 [PATCH] pty_chars_in_buffer oops fix by Jason Baron · 19 years ago
  96. a100777 [PATCH] move 68360serial.c over use initcalls by Christoph Hellwig · 19 years ago
  97. b20f3ae [PATCH] char/tty_io: replace schedule_timeout() with msleep_interruptible() by Domen Puncer · 19 years ago
  98. bfb0759 [PATCH] Introduce tty_unregister_ldisc() by Alexey Dobriyan · 19 years ago
  99. 7fe845d [PATCH] tty: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  100. d769a66 [PATCH] uninline tty_paranoia_check() by Andrew Morton · 19 years ago