1. 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 12 years ago
  2. 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 12 years ago
  3. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  4. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  5. d65c57f TTY: rocket, remove unused variables by Jiri Slaby · 13 years ago
  6. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  7. a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 13 years ago[Renamed from drivers/char/rocket.c]
  8. 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 13 years ago
  9. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 13 years ago
  10. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 13 years ago
  11. 6835a20 rocket: fix compiler warning on rocket_pci_ids by Namhyung Kim · 14 years ago
  12. 713efa9 drivers/char/rocket.c: release_region or error path by Dan Carpenter · 14 years ago
  13. 49bf7ea rocket: add a mutex_unlock() by Dan Carpenter · 14 years ago
  14. 417b6e0 rocket: kill BKL by Alan Cox · 14 years ago
  15. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  16. a391ad0 rocket: fix test_bit parameters by Jiri Slaby · 15 years ago
  17. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  18. fba85e0 tty: use port methods for the rocket driver by Alan Cox · 15 years ago
  19. 47b01b3 tty: kref the rocket driver by Alan Cox · 15 years ago
  20. 21bed70 tty: make rocketport use standard port->flags by Alan Cox · 15 years ago
  21. c1314a4 tty: Redo the rocket driver locking by Alan Cox · 15 years ago
  22. c9f19e9 tty: Remove some pointless casts by Alan Cox · 15 years ago
  23. a129909 tty: rocketport uses different port flags to everyone else by Alan Cox · 15 years ago
  24. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 15 years ago
  25. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 15 years ago
  26. 9e98966 tty: rework break handling by Alan Cox · 16 years ago
  27. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  28. e60a108 rocket: use tty_port by Alan Cox · 16 years ago
  29. bbbbb96 riscom/rocket: switch to int put_char method by Alan Cox · 16 years ago
  30. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  31. 709107f char: rocket.c: fix sparse variable shadowing and int as NULL pointer by Harvey Harrison · 16 years ago
  32. bdf183a rocket: Prepare for BKL pushdown by Alan Cox · 16 years ago
  33. 457fb60 drivers/char/rocket portability fixes by Al Viro · 16 years ago
  34. 4129a645 rocket: don't let random users reset the controller by Alan Cox · 16 years ago
  35. 6df3526 rocket: first pass at termios reporting by Alan Cox · 16 years ago
  36. f6de0c9 Char: rocket, remove useless macros by Jiri Slaby · 16 years ago
  37. 68562b7 Char: rocket, printk cleanup by Jiri Slaby · 16 years ago
  38. 48a67f5 Char: rocket, switch long delay to sleep by Jiri Slaby · 16 years ago
  39. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  40. 6c0286b Char: rocket, fix signed/unsigned warning by Jiri Slaby · 17 years ago
  41. 4384a3f Char: rocket, remove potential leak in module_init by Jiri Slaby · 17 years ago
  42. 57fedc7 Char: rocket, remove pci_read_config_dword(CLASS_REVISION) by Jiri Slaby · 17 years ago
  43. c148b9d Char: rocket, don't re-set statics to 0 by Jiri Slaby · 17 years ago
  44. ac6aec2 Char: rocket, fix dynamic_dev tty by Jiri Slaby · 17 years ago
  45. 8cf5a8c Char: rocket, switch sleep_on to completion by Jiri Slaby · 17 years ago
  46. dd00cc4 some kmalloc/memset ->kzalloc (tree wide) by Yoann Padioleau · 17 years ago
  47. 1e3e8d9 rocket.c: fix unchecked mutex_lock_interruptible() by Satyam Sharma · 17 years ago
  48. 93ba088 Kill unused sesssion and group values in rocket driver by Sukadev Bhattiprolu · 17 years ago
  49. 69f545e use mutex instead of semaphore in RocketPort driver by Matthias Kaehlcke · 17 years ago
  50. cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 17 years ago
  51. 8d5916d Char: rocket, add MODULE_DEVICE_TABLE by Jiri Slaby · 17 years ago
  52. cd436af rocket: remove modversions include by Robert P. J. Day · 17 years ago
  53. 40565f1 [PATCH] Char: timers cleanup by Jiri Slaby · 17 years ago
  54. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  55. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  56. 937949d [PATCH] add process_session() helper routine by Cedric Le Goater · 18 years ago
  57. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  58. 331b831 [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV by Greg Kroah-Hartman · 19 years ago
  59. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  60. cc44a81 [PATCH] fix memory leak in rocketport rp_do_receive by Paul Fulghum · 18 years ago
  61. 1989e20 [PATCH] Fix RocketPort driver by Michal Ostrowski · 18 years ago
  62. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 18 years ago
  63. 735d566 [PATCH] kfree cleanup: drivers/char by Jesper Juhl · 19 years ago
  64. d269cdd [PATCH] rocketport: make it work when statically linked into kernel by Bjorn Helgaas · 19 years ago
  65. a1287ba [PATCH] rocket.c: Fix ldisc ref count handling by Michal Ostrowski · 19 years ago
  66. f15313b [PATCH] drivers/char/rocket.c: cleanups by Adrian Bunk · 19 years ago
  67. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago