| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-04-30 | isicom: fix buffer allocation |  Alan Cox | 1 | -8/+6 |
| 2008-04-30 | tty: The big operations rework |  Alan Cox | 1 | -7/+8 |
| 2008-04-30 | isicom: bring into coding style |  Alan Cox | 1 | -53/+56 |
| 2008-04-30 | tty/serial: lay the foundations for the next set of reworks |  Alan Cox | 1 | -18/+17 |
| 2008-04-30 | isicom: prepare for lock_kernel push down |  Alan Cox | 1 | -14/+8 |
| 2008-03-04 | drivers/char/isicom.c: correct use of ! and & |  Julia Lawall | 1 | -1/+1 |
| 2007-10-18 | Add missing newlines to some uses of dev_<level> messages |  Joe Perches | 1 | -3/+7 |
| 2007-07-17 | Char: isicom, proper variables types |  Jiri Slaby | 1 | -11/+7 |
| 2007-07-17 | Char: isicom, del_timer at exit |  Jiri Slaby | 1 | -11/+1 |
| 2007-07-17 | Char: isicom, cleanup locking |  Jiri Slaby | 1 | -38/+27 |
| 2007-05-08 | Char: isicom, use pr_debug |  Jiri Slaby | 1 | -2/+1 |
| 2007-02-11 | [PATCH] Char: tty_wakeup cleanup |  Jiri Slaby | 1 | -1/+0 |
| 2007-02-11 | [PATCH] Char: isicom, correct probing/removing |  Jiri Slaby | 1 | -7/+9 |
| 2007-02-11 | [PATCH] Char: isicom, support higher rates |  Jiri Slaby | 1 | -2/+7 |
| 2007-02-11 | [PATCH] Char: isicom, check card state in isr |  Jiri Slaby | 1 | -0/+5 |
| 2007-02-11 | [PATCH] Char: isicom, augment card_reset |  Jiri Slaby | 1 | -17/+22 |
| 2007-02-11 | [PATCH] Char: isicom, fix locking in isr |  Jiri Slaby | 1 | -0/+2 |
| 2007-02-11 | [PATCH] Char: isicom, remove tty_{hang,wake}up bottomhalves |  Jiri Slaby | 1 | -33/+3 |
| 2006-12-30 | [PATCH] Char: isicom, eliminate spinlock recursion |  Jiri Slaby | 1 | -52/+51 |
| 2006-12-08 | [PATCH] Char: isicom, fix tty index check |  Jiri Slaby | 1 | -2/+2 |
| 2006-12-08 | [PATCH] Char: isicom, simplify timer |  Jiri Slaby | 1 | -14/+4 |
| 2006-12-08 | [PATCH] Char: isicom, use completion |  Jiri Slaby | 1 | -5/+3 |
| 2006-12-08 | [PATCH] Char: isicom, check kmalloc retval |  Jiri Slaby | 1 | -0/+5 |
| 2006-12-08 | [PATCH] Char: isicom, use pci_request_region |  Jiri Slaby | 1 | -3/+4 |
| 2006-12-08 | [PATCH] Char: isicom, move to tty_register_device |  Jiri Slaby | 1 | -1/+12 |
| 2006-12-08 | [PATCH] Char: isicom, remove unneeded memset |  Jiri Slaby | 1 | -1/+0 |
| 2006-12-08 | [PATCH] Char: isicom, remove isa code |  Jiri Slaby | 1 | -70/+21 |
| 2006-12-08 | [PATCH] Char: isicom, rename init function |  Jiri Slaby | 1 | -2/+2 |
| 2006-12-08 | [PATCH] Char: isicom, expand function |  Jiri Slaby | 1 | -107/+44 |
| 2006-12-08 | [PATCH] tty: switch to ktermios |  Alan Cox | 1 | -1/+1 |
| 2006-11-22 | WorkStruct: make allyesconfig |  David Howells | 1 | -6/+6 |
| 2006-11-14 | [PATCH] Char: isicom, fix close bug |  Jiri Slaby | 1 | -1/+2 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers |  David Howells | 1 | -1/+1 |
| 2006-10-02 | [PATCH] const struct tty_operations |  Jeff Dike | 1 | -1/+1 |
| 2006-10-01 | [PATCH] isicom: correct firmware loading |  Jiri Slaby | 1 | -16/+19 |
| 2006-07-02 | [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants |  Thomas Gleixner | 1 | -2/+2 |
| 2006-06-30 | typo fixes: aquire -> acquire |  Adrian Bunk | 1 | -2/+2 |
| 2006-06-26 | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed |  Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-25 | [PATCH] More !tty cleanups in drivers/char |  Eric Sesterhenn | 1 | -2/+2 |
| 2006-01-10 | [PATCH] char/isicom: More whitespaces and coding style |  Jiri Slaby | 1 | -53/+59 |
| 2006-01-10 | [PATCH] char/isicom: Firmware loading |  Jiri Slaby | 1 | -236/+174 |
| 2006-01-10 | [PATCH] char/isicom: Pci probing added |  Jiri Slaby | 1 | -204/+235 |
| 2006-01-10 | [PATCH] char/isicom: Other little changes |  Jiri Slaby | 1 | -81/+80 |
| 2006-01-10 | [PATCH] char/isicom: Type conversion and variables deletion |  Jiri Slaby | 1 | -70/+61 |
| 2006-01-10 | [PATCH] char/isicom: Whitespace cleanup |  Jiri Slaby | 1 | -683/+682 |
| 2006-01-10 | [PATCH] TTY layer buffering revamp |  Alan Cox | 1 | -15/+9 |
| 2005-06-25 | [PATCH] drivers/char/isicom.c: section fixes |  Adrian Bunk | 1 | -6/+6 |
| 2005-04-16 | Linux-2.6.12-rc2 |  Linus Torvalds | 1 | -0/+2079 |