1. ec82db1 isicom: kill off the BKL by Alan Cox · 14 years ago
  2. 26e1e8d serial: isicomm: handle running out of slots by Dan Carpenter · 14 years ago
  3. a2d1e35 tty: Fix regressions in the char driver conversion by Alan Cox · 14 years ago
  4. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  5. e6c4ef9 tty: declare MODULE_FIRMWARE in various drivers by Ben Hutchings · 15 years ago
  6. db91340b serial: isicom.c: use pr_fmt and pr_<level> by Joe Perches · 15 years ago
  7. 2493c0c tty: isicom: fix deadlock on shutdown by Alan Cox · 15 years ago
  8. 6ed847d tty: isicom: sort out the board init logic by Alan Cox · 15 years ago
  9. baaa08a tty: isicom: switch to the new tty_port_open helper by Alan Cox · 15 years ago
  10. 11d85d7 isicom: split the open method for the isicom device by Alan Cox · 15 years ago
  11. 6f6412b isicom: Split the close hardware bits out by Alan Cox · 15 years ago
  12. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  13. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  14. 9653a69 Char: isicom: fix build warning by Jiri Slaby · 15 years ago
  15. fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 15 years ago
  16. bbb8e6b isicom: isicom kref leak fix by Alan Cox · 15 years ago
  17. a661499 tty: Introduce some close helpers for ports by Alan Cox · 16 years ago
  18. 36c621d tty: Introduce a tty_port generic block_til_ready by Alan Cox · 16 years ago
  19. 3e61696 isicom: redo locking to use tty port locks by Alan Cox · 16 years ago
  20. 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 16 years ago
  21. 31f3593 tty_port: Add a port level carrier detect operation by Alan Cox · 16 years ago
  22. 8eb04cf tty: trivial - fix up email addresses in tty related stuff by Alan Cox · 16 years ago
  23. d450b5a tty: kref usage for isicom and moxa by Alan Cox · 16 years ago
  24. 6d88972 isicom: restore using hardware break support by Alan Cox · 16 years ago
  25. 44b7d1b tty: add more tty_port fields by Alan Cox · 16 years ago
  26. f1d0322 isicom: use tty_port by Alan Cox · 16 years ago
  27. e1e5770 tty: isicom, enable/disable pci device by Jiri Slaby · 16 years ago
  28. 8cd6451 isicom: fix buffer allocation by Alan Cox · 16 years ago
  29. f34d7a5 tty: The big operations rework by Alan Cox · 16 years ago
  30. 251b8dd isicom: bring into coding style by Alan Cox · 16 years ago
  31. 978e595 tty/serial: lay the foundations for the next set of reworks by Alan Cox · 16 years ago
  32. 1eac494 isicom: prepare for lock_kernel push down by Alan Cox · 16 years ago
  33. 07fb6f2 drivers/char/isicom.c: correct use of ! and & by Julia Lawall · 16 years ago
  34. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  35. 4969b3a Char: isicom, proper variables types by Jiri Slaby · 17 years ago
  36. e327325 Char: isicom, del_timer at exit by Jiri Slaby · 17 years ago
  37. 5b21f9d Char: isicom, cleanup locking by Jiri Slaby · 17 years ago
  38. 73b5257 Char: isicom, use pr_debug by Jiri Slaby · 17 years ago
  39. b963a84 [PATCH] Char: tty_wakeup cleanup by Jiri Slaby · 17 years ago
  40. 1ed0c0b [PATCH] Char: isicom, correct probing/removing by Jiri Slaby · 17 years ago
  41. 7edc136 [PATCH] Char: isicom, support higher rates by Jiri Slaby · 17 years ago
  42. cb4a10c [PATCH] Char: isicom, check card state in isr by Jiri Slaby · 17 years ago
  43. f0a0ba6 [PATCH] Char: isicom, augment card_reset by Jiri Slaby · 17 years ago
  44. 174f130 [PATCH] Char: isicom, fix locking in isr by Jiri Slaby · 17 years ago
  45. 0aa5de8 [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves by Jiri Slaby · 17 years ago
  46. cfe7c09a [PATCH] Char: isicom, eliminate spinlock recursion by Jiri Slaby · 18 years ago
  47. 17c4edf [PATCH] Char: isicom, fix tty index check by Jiri Slaby · 18 years ago
  48. 34b55b8 [PATCH] Char: isicom, simplify timer by Jiri Slaby · 18 years ago
  49. 906cdec [PATCH] Char: isicom, use completion by Jiri Slaby · 18 years ago
  50. f067137 [PATCH] Char: isicom, check kmalloc retval by Jiri Slaby · 18 years ago
  51. 78028da [PATCH] Char: isicom, use pci_request_region by Jiri Slaby · 18 years ago
  52. 938a702 [PATCH] Char: isicom, move to tty_register_device by Jiri Slaby · 18 years ago
  53. 8acef8f [PATCH] Char: isicom, remove unneeded memset by Jiri Slaby · 18 years ago
  54. 18234f8 [PATCH] Char: isicom, remove isa code by Jiri Slaby · 18 years ago
  55. ca26200 [PATCH] Char: isicom, rename init function by Jiri Slaby · 18 years ago
  56. 09a4a11 [PATCH] Char: isicom, expand function by Jiri Slaby · 18 years ago
  57. 606d099 [PATCH] tty: switch to ktermios by Alan Cox · 18 years ago
  58. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  59. c387fd8 [PATCH] Char: isicom, fix close bug by Jiri Slaby · 18 years ago
  60. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  61. b68e31d [PATCH] const struct tty_operations by Jeff Dike · 18 years ago
  62. e4e0408 [PATCH] isicom: correct firmware loading by Jiri Slaby · 18 years ago
  63. 0f2ed4c [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  64. 0418726 typo fixes: aquire -> acquire by Adrian Bunk · 18 years ago
  65. f4eaa37 [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed by Greg Kroah-Hartman · 19 years ago
  66. 326f28e9 [PATCH] More !tty cleanups in drivers/char by Eric Sesterhenn · 18 years ago
  67. a547dfe [PATCH] char/isicom: More whitespaces and coding style by Jiri Slaby · 19 years ago
  68. e65c1db [PATCH] char/isicom: Firmware loading by Jiri Slaby · 19 years ago
  69. 9ac0948 [PATCH] char/isicom: Pci probing added by Jiri Slaby · 19 years ago
  70. aaa246e [PATCH] char/isicom: Other little changes by Jiri Slaby · 19 years ago
  71. 8070e35 [PATCH] char/isicom: Type conversion and variables deletion by Jiri Slaby · 19 years ago
  72. d8d16e4 [PATCH] char/isicom: Whitespace cleanup by Jiri Slaby · 19 years ago
  73. 33f0f88 [PATCH] TTY layer buffering revamp by Alan Cox · 19 years ago
  74. 4b84972 [PATCH] drivers/char/isicom.c: section fixes by Adrian Bunk · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago