| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-04-30 | tty/serial: lay the foundations for the next set of reworks |  Alan Cox | 1 | -0/+2 |
| 2008-04-30 | stallion: Prepare for BKL push down |  Alan Cox | 1 | -12/+3 |
| 2008-04-20 | drivers/char: minor irq handler cleanups |  Jeff Garzik | 1 | -1/+1 |
| 2008-02-07 | Char: stallion, remove bottomhalf |  Jiri Slaby | 1 | -44/+24 |
| 2008-02-07 | Char: stallion, fix compiler warnings |  Jiri Slaby | 1 | -4/+6 |
| 2007-10-12 | Convert from class_device to device in drivers/char |  tonyj@suse.de | 1 | -4/+3 |
| 2007-07-19 | unregister_chrdev(): ignore the return value |  Akinobu Mita | 1 | -4/+1 |
| 2007-07-17 | stallion: remove unneeded lock_kernel |  Alan Cox | 1 | -2/+0 |
| 2007-07-17 | Char: stallion, remove user class report request |  Jiri Slaby | 1 | -3/+0 |
| 2007-06-24 | Char: stallion, fix oops during init with ISA cards |  Ingo Korb | 1 | -3/+4 |
| 2007-06-08 | Char: stallion, proper fail return values |  Jiri Slaby | 1 | -1/+5 |
| 2007-06-08 | Char: stallion, alloc tty before pci devices init |  Jiri Slaby | 1 | -39/+34 |
| 2007-06-08 | Char: stallion, don't fail with less than max panels |  Jiri Slaby | 1 | -1/+1 |
| 2006-12-08 | [PATCH] Char: stallion, use dynamic dev |  Jiri Slaby | 1 | -6/+27 |
| 2006-12-08 | [PATCH] Char: stallion, variables cleanup |  Jiri Slaby | 1 | -36/+31 |
| 2006-12-08 | [PATCH] Char: stallion, remove syntactic sugar |  Jiri Slaby | 1 | -97/+81 |
| 2006-12-08 | [PATCH] Char: stallion, brd struct locking |  Jiri Slaby | 1 | -5/+13 |
| 2006-12-08 | [PATCH] Char: stallion, fix fail paths |  Jiri Slaby | 1 | -29/+52 |
| 2006-12-08 | [PATCH] Char: stallion, functions cleanup |  Jiri Slaby | 1 | -167/+40 |
| 2006-12-08 | [PATCH] Char: stallion, correct __init macros |  Jiri Slaby | 1 | -5/+5 |
| 2006-12-08 | [PATCH] Char: stallion, implement fail paths |  Jiri Slaby | 1 | -71/+128 |
| 2006-12-08 | [PATCH] Char: stallion, prints cleanup |  Jiri Slaby | 1 | -13/+2 |
| 2006-12-08 | [PATCH] Char: stallion, convert to pci probing |  Jiri Slaby | 1 | -81/+82 |
| 2006-12-08 | [PATCH] tty: switch to ktermios |  Alan Cox | 1 | -9/+11 |
| 2006-12-08 | [PATCH] Char: stallion, remove many prototypes |  Jiri Slaby | 1 | -131/+91 |
| 2006-12-08 | [PATCH] Char: stallion, mark functions as init |  Jiri Slaby | 1 | -8/+8 |
| 2006-12-08 | [PATCH] Char: stallion, uninline functions |  Jiri Slaby | 1 | -19/+9 |
| 2006-12-08 | [PATCH] Char: stallion, move init/deinit |  Jiri Slaby | 1 | -136/+120 |
| 2006-12-08 | [PATCH] Char: stallion, kill typedefs |  Jiri Slaby | 1 | -230/+226 |
| 2006-12-08 | [PATCH] Char: stallion, remove unneeded casts |  Jiri Slaby | 1 | -136/+136 |
| 2006-12-08 | [PATCH] Char: stallion, use pr_debug macro |  Jiri Slaby | 1 | -237/+86 |
| 2006-12-06 | [PATCH] drivers/{char|isdn}: work_struct-induced breakage |  Al Viro | 1 | -6/+4 |
| 2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers |  David Howells | 1 | -3/+2 |
| 2006-10-02 | [PATCH] const struct tty_operations |  Jeff Dike | 1 | -1/+1 |
| 2006-07-03 | [PATCH] make more file_operation structs static |  Arjan van de Ven | 1 | -1/+1 |
| 2006-07-02 | [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants |  Thomas Gleixner | 1 | -2/+2 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> |  Jörn Engel | 1 | -1/+0 |
| 2006-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 |  Linus Torvalds | 1 | -12/+2 |
| 2006-06-28 | [PATCH] stallion: fix recent SMP locking cleanup |  Alan Cox | 1 | -0/+3 |
| 2006-06-27 | [PATCH] stallion clean up |  Alan Cox | 1 | -122/+86 |
| 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-26 | [PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree |  Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree |  Greg Kroah-Hartman | 1 | -4/+1 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree |  Greg Kroah-Hartman | 1 | -5/+1 |
| 2006-06-26 | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree |  Greg Kroah-Hartman | 1 | -1/+0 |
| 2006-03-31 | [PATCH] drivers/char/[i]stallion: Clean up kmalloc usage |  Tobias Klauser | 1 | -31/+15 |
| 2006-03-23 | [PATCH] sem2mutex: drivers/char/ |  Ingo Molnar | 1 | -1/+0 |
| 2006-01-15 | return statement cleanup - kill pointless parentheses |  Jesper Juhl | 1 | -64/+64 |
| 2006-01-10 | [PATCH] TTY layer buffering revamp |  Alan Cox | 1 | -35/+15 |
| 2006-01-10 | [PATCH] drivers/char: Use ARRAY_SIZE macro |  Tobias Klauser | 1 | -8/+7 |