Age | Commit message (Expand) | Author | Files | Lines |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -2/+2 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-09-21 | Fix typo interrest[ing|ed] => interest[ing|ed] | Thomas Weber | 1 | -2/+2 |
2010-08-10 | stallion: prune lock_kernel calls | Alan Cox | 1 | -8/+12 |
2010-04-30 | tty: Fix regressions in the char driver conversion | Alan Cox | 1 | -3/+4 |
2009-12-11 | tty: stallion: Convert to the tty_port_open/close methods | Alan Cox | 1 | -81/+35 |
2009-12-11 | tty: stallion: kill BKL ioctl | Alan Cox | 1 | -6/+7 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -3/+3 |
2009-04-01 | proc tty: switch stallion to ->proc_fops | Alexey Dobriyan | 1 | -76/+50 |
2009-01-02 | tty: Introduce some close helpers for ports | Alan Cox | 1 | -35/+4 |
2009-01-02 | tty: rework stallion to use the tty_port bits | Alan Cox | 1 | -104/+38 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -7/+21 |
2008-10-16 | device create: char: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 1 | -2/+2 |
2008-10-13 | tty: Remove lots of NULL checks | Alan Cox | 1 | -34/+0 |
2008-10-13 | stallion: Use krefs | Alan Cox | 1 | -41/+64 |
2008-07-24 | stallion: removed unused variable | Andre Haupt | 1 | -1/+0 |
2008-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+2 |
2008-07-22 | Fix the (i)Stallion driver's putchar() and break_ctl() ops | David Howells | 1 | -7/+9 |
2008-07-21 | device create: char: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -2/+2 |
2008-07-20 | stallion: use tty_port | Alan Cox | 1 | -80/+80 |
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 | -82/+83 |
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 |