Age | Commit message (Expand) | Author | Files | Lines |
2008-04-30 | char serial: switch drivers to ioremap_nocache | Alan Cox | 1 | -3/+3 |
2008-04-30 | istallion: TIOCG/SSOFTCAR handling removal | Alan Cox | 1 | -10/+0 |
2008-04-30 | isicom: istallion prepare for lock_kernel pushdown | Alan Cox | 1 | -0/+6 |
2008-02-07 | Char: istallion, remove hangup bottomhalf | Jiri Slaby | 1 | -22/+1 |
2007-10-13 | Convert from class_device to device in drivers/char | tonyj@suse.de | 1 | -5/+3 |
2007-07-17 | Char: istallion, init+locking fixes | Ingo Korb | 1 | -7/+2 |
2007-07-16 | serial: remove termios checks from various old char serial drivers | Alan Cox | 1 | -3/+0 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -1/+0 |
2006-12-08 | [PATCH] Char: istallion, use mod_timer | Jiri Slaby | 1 | -4/+2 |
2006-12-08 | [PATCH] Char: istallion, dynamic tty device | Jiri Slaby | 1 | -1/+14 |
2006-12-08 | [PATCH] Char: istallion, change init sequence | Jiri Slaby | 1 | -55/+75 |
2006-12-08 | [PATCH] Char: istallion, move init and exit code | Jiri Slaby | 1 | -61/+52 |
2006-12-08 | [PATCH] Char: istallion, fix enabling | Jiri Slaby | 1 | -7/+11 |
2006-12-08 | [PATCH] Char: istallion, correct fail paths | Jiri Slaby | 1 | -61/+81 |
2006-12-08 | [PATCH] Char: istallion, free only isa | Jiri Slaby | 1 | -1/+3 |
2006-12-08 | [PATCH] Char: istallion, brdnr locking | Jiri Slaby | 1 | -4/+11 |
2006-12-08 | [PATCH] Char: istallion, ifdef eisa code | Jiri Slaby | 1 | -2/+11 |
2006-12-08 | [PATCH] Char: istallion, variables cleanup | Jiri Slaby | 1 | -45/+55 |
2006-12-08 | [PATCH] Char: istallion, eliminate typedefs | Jiri Slaby | 1 | -208/+206 |
2006-12-08 | [PATCH] Char: istallion, remove the mess | Jiri Slaby | 1 | -170/+36 |
2006-12-08 | [PATCH] Char: istallion, convert to pci probing | Jiri Slaby | 1 | -49/+67 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -6/+8 |
2006-12-08 | [PATCH] struct path: convert char-drivers | Josef Sipek | 1 | -2/+2 |
2006-12-07 | [PATCH] ioremap balanced with iounmap for drivers/char/istallion.c | Amol Lad | 1 | -0/+4 |
2006-12-06 | [PATCH] drivers/{char|isdn}: work_struct-induced breakage | Al Viro | 1 | -4/+4 |
2006-10-11 | [PATCH] trivial iomem annotations: istallion | Al Viro | 1 | -29/+29 |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
2006-09-29 | [PATCH] istallion: Remove private baud rate decoding, which is also broken in... | Alan Cox | 1 | -19/+1 |
2006-09-23 | [PATCH] memcpy_fromio() missing in istallion | Al Viro | 1 | -1/+1 |
2006-07-04 | [PATCH] make more file_operation structs static | Arjan van de Ven | 1 | -1/+1 |
2006-07-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+0 |
2006-06-30 | [PATCH] fix ISTALLION=y | Adrian Bunk | 1 | -15/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6 | Linus Torvalds | 1 | -11/+2 |
2006-06-29 | [PATCH] istallion: cleanups | Alan Cox | 1 | -1152/+667 |
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-04-01 | [PATCH] drivers/char/[i]stallion: Clean up kmalloc usage | Tobias Klauser | 1 | -23/+9 |
2006-03-25 | [PATCH] Remove MODULE_PARM | Rusty Russell | 1 | -4/+4 |
2006-03-23 | [PATCH] sem2mutex: drivers/char/ | Ingo Molnar | 1 | -1/+0 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -17/+9 |
2006-01-10 | [PATCH] drivers/char: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -11/+8 |
2005-11-07 | [PATCH] kfree cleanup: drivers/char | Jesper Juhl | 1 | -4/+3 |
2005-10-28 | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 1 | -1/+2 |
2005-09-10 | [PATCH] timer initialization cleanup: DEFINE_TIMER | Ingo Molnar | 1 | -1/+1 |
2005-06-26 | [PATCH] drivers/char/istallion.c: remove an unneeded variable | Adrian Bunk | 1 | -2/+1 |
2005-06-21 | [PATCH] class: convert drivers/char/* to use the new class api instead of cla... | gregkh@suse.de | 1 | -5/+5 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+5276 |