| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 5 | -5/+0 |
* | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -1/+1 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 3 | -0/+3 |
* | drivers/char/rio/rioctrl.c: off by one error in rioctrl.c | Dan Carpenter | 2009-09-24 | 1 | -1/+1 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | rio: addition has higher precedence than ?: | Roel Kluin | 2009-04-06 | 1 | -1/+1 |
* | rio: Kill off ckmalloc | Alan Cox | 2009-01-02 | 1 | -13/+4 |
* | tty_port: Add a port level carrier detect operation | Alan Cox | 2009-01-02 | 1 | -10/+8 |
* | rio: push down the BKL into the firmware ioctl handler | Alan Cox | 2008-07-25 | 1 | -3/+5 |
* | gs: use tty_port | Alan Cox | 2008-07-20 | 5 | -29/+29 |
* | drivers/char/rio/: remove VCS tags | Adrian Bunk | 2008-07-20 | 26 | -121/+0 |
* | drivers/char: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-30 | 1 | -3/+3 |
* | Char: rio, fix cirrus defines | Jiri Slaby | 2008-04-30 | 7 | -185/+191 |
* | drivers: fix integer as NULL pointer warnings | Harvey Harrison | 2008-04-28 | 1 | -1/+1 |
* | drivers: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | 2008-04-18 | 9 | -9/+0 |
* | Char: rio, fix sparse warnings | Jiri Slaby | 2008-04-02 | 2 | -1/+7 |
* | long vs. unsigned long - low-hanging fruits in drivers | Al Viro | 2007-10-14 | 1 | -1/+1 |
* | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 2007-07-19 | 3 | -8/+3 |
* | Overrun in drivers/char/rio/riocmd.c | Eric Sesterhenn / Snakebyte | 2007-05-11 | 1 | -1/+1 |
* | rio: typo in bitwise AND expression. | Willy Tarreau | 2007-02-17 | 1 | -1/+1 |
* | [PATCH] Char: timers cleanup | Jiri Slaby | 2007-02-12 | 1 | -8/+4 |
* | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 2007-02-11 | 1 | -7/+2 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 1 | -1/+1 |
* | [PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.c | Amol Lad | 2006-12-07 | 1 | -1/+7 |
* | Fix misc .c/.h comment typos | Matt LaPlante | 2006-11-30 | 3 | -5/+5 |
* | [PATCH] Char: correct pci_get_device changes | Jiri Slaby | 2006-10-21 | 2 | -0/+10 |
* | [PATCH] rio: fix array checking | Alan Cox | 2006-10-16 | 1 | -2/+2 |
* | Various drivers' irq handlers: kill dead code, needless casts | Jeff Garzik | 2006-10-06 | 3 | -4/+4 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -2/+2 |
* | [PATCH] const struct tty_operations | Jeff Dike | 2006-10-02 | 1 | -1/+1 |
* | [PATCH] make more file_operation structs static | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] irq-flags: rio: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 3 | -3/+0 |
* | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] missing readb/readw in rio | Al Viro | 2006-05-27 | 3 | -24/+24 |
* | [PATCH] copy_to_user() from iomem is a bad thing | Al Viro | 2006-05-27 | 1 | -4/+16 |
* | [PATCH] forgotten swap of copyout() arguments | Al Viro | 2006-05-27 | 1 | -1/+1 |
* | [PATCH] handling rio MEMDUMP | Al Viro | 2006-05-27 | 1 | -1/+1 |
* | [PATCH] fix rio_copy_to_card() for OLDPCI case | Al Viro | 2006-05-27 | 2 | -2/+14 |
* | [PATCH] uses of ->Copy() in rioroute are bogus | Al Viro | 2006-05-27 | 1 | -5/+5 |
* | [PATCH] bogus order of copy_from_user() arguments | Al Viro | 2006-05-27 | 1 | -1/+1 |
* | [PATCH] rio ->Copy() expects the sourse as first argument | Al Viro | 2006-05-27 | 2 | -2/+2 |
* | [PATCH] trivial annotations in rio | Al Viro | 2006-05-27 | 17 | -230/+228 |
* | [PATCH] Final rio polish | Alan Cox | 2006-05-15 | 4 | -75/+34 |
* | [PATCH] Yet more rio cleaning (2 of 2) | Alan Cox | 2006-03-24 | 18 | -912/+265 |
* | [PATCH] Yet more rio cleaning (1 of 2) | Alan Cox | 2006-03-24 | 15 | -524/+36 |
* | [PATCH] rio driver rework continued #5 | Alan Cox | 2006-03-24 | 2 | -9/+1 |
* | [PATCH] rio driver rework continued #4 | Alan Cox | 2006-03-24 | 1 | -272/+118 |
* | [PATCH] rio driver rework continued #3 | Alan Cox | 2006-03-24 | 7 | -535/+232 |
* | [PATCH] rio driver rework continued #2 | Alan Cox | 2006-03-24 | 4 | -154/+115 |