Age | Commit message (Expand) | Author | Files | Lines |
2011-02-22 | tty: move obsolete and broken generic_serial drivers to drivers/staging/gener... | Greg Kroah-Hartman | 1 | -2894/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -2/+2 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 1 | -1/+0 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-08-10 | tty: replace BKL with a new tty_lock | Arnd Bergmann | 1 | -6/+6 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-02-20 | sx.c: avoid referencing freed memory if copy_from_user() fails | Dan Carpenter | 1 | -1/+1 |
2009-02-20 | sx.c: fix dbl statement if - add missing braces | Ilpo Järvinen | 1 | -1/+2 |
2009-02-05 | sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl() | Dan Carpenter | 1 | -3/+5 |
2009-01-02 | tty: Remove some pointless casts | Alan Cox | 1 | -2/+2 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -13/+14 |
2008-10-20 | Char: sx, remove bogus iomap | Jiri Slaby | 1 | -3/+3 |
2008-10-13 | Char: sx, fix io unmapping | Jiri Slaby | 1 | -2/+2 |
2008-07-25 | sx: push BKL down into the firmware ioctl handler | Alan Cox | 1 | -30/+43 |
2008-07-22 | tty: rework break handling | Alan Cox | 1 | -1/+2 |
2008-07-20 | tty: add more tty_port fields | Alan Cox | 1 | -1/+1 |
2008-07-20 | gs: use tty_port | Alan Cox | 1 | -59/+56 |
2008-05-08 | sx.c: fix printk warnings on sparc32 | Andrew Morton | 1 | -3/+6 |
2008-04-30 | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -4/+4 |
2008-04-30 | char serial: switch drivers to ioremap_nocache | Alan Cox | 1 | -5/+5 |
2008-04-30 | sx: prepare for BKL pushdown | Alan Cox | 1 | -13/+4 |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 1 | -1/+1 |
2007-07-10 | sx: switch subven and subid values | Jiri Slaby | 1 | -2/+2 |
2006-12-13 | [PATCH] sx: fix non-PCI build | Jiri Slaby | 1 | -0/+8 |
2006-12-08 | [PATCH] Char: sx, request regions | Jiri Slaby | 1 | -6/+49 |
2006-12-08 | [PATCH] Char: sx, use pci_iomap | Jiri Slaby | 1 | -12/+14 |
2006-12-08 | [PATCH] Char: sx, fix return in module init | Jiri Slaby | 1 | -0/+1 |
2006-12-08 | [PATCH] Char: sx, simplify timer logic | Jiri Slaby | 1 | -11/+4 |
2006-12-08 | [PATCH] Char: sx, whitespace cleanup | Jiri Slaby | 1 | -846/+976 |
2006-12-08 | [PATCH] Char: sx, remove duplicite code | Jiri Slaby | 1 | -15/+3 |
2006-12-08 | [PATCH] Char: sx, lock boards struct | Jiri Slaby | 1 | -14/+23 |
2006-12-08 | [PATCH] Char: sx, ifdef ISA code | Jiri Slaby | 1 | -6/+14 |
2006-12-08 | [PATCH] Char: sx, use eisa probing | Jiri Slaby | 1 | -47/+117 |
2006-12-08 | [PATCH] Char: sx, mark functions as devinit | Jiri Slaby | 1 | -4/+4 |
2006-12-08 | [PATCH] Char: sx, use kcalloc | Jiri Slaby | 1 | -13/+1 |
2006-12-08 | [PATCH] Char: sx, convert to pci probing | Jiri Slaby | 1 | -78/+105 |
2006-12-08 | [PATCH] Char: isicom, remove cvs stuff | Jiri Slaby | 1 | -5/+2 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -0/+2 |
2006-10-17 | [PATCH] sx: fix user-visible typo (devic) | Alexey Dobriyan | 1 | -1/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
2006-10-04 | Remove all inclusions of <linux/config.h> | Dave Jones | 1 | -2/+0 |
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-27 | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 1 | -1/+1 |
2006-03-23 | [PATCH] sem2mutex: serial ->port_write_mutex | Ingo Molnar | 1 | -1/+1 |
2006-02-27 | [PATCH] Fix Specialix SX corruption | Marc Zyngier | 1 | -5/+5 |
2006-02-26 | [PATCH] Fix Specialix SI probing | Marc Zyngier | 1 | -4/+8 |