Age | Commit message (Expand) | Author | Files | Lines |
2009-09-01 | hdlc: convert to netdev_tx_t | Stephen Hemminger | 1 | -4/+3 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -3/+6 |
2009-04-01 | proc tty: switch synclinkmp to ->proc_fops | Alexey Dobriyan | 1 | -40/+34 |
2009-01-22 | WAN: Convert generic HDLC drivers to netdev_ops. | Krzysztof Hałasa | 1 | -7/+11 |
2009-01-02 | tty: Remove some pointless casts | Alan Cox | 1 | -19/+19 |
2009-01-02 | tty: Introduce some close helpers for ports | Alan Cox | 1 | -55/+3 |
2009-01-02 | isicom: redo locking to use tty port locks | Alan Cox | 1 | -6/+14 |
2009-01-02 | tty_port: Add a port level carrier detect operation | Alan Cox | 1 | -20/+35 |
2008-08-07 | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 1 | -4/+0 |
2008-07-24 | Remove bogus dosyncppp variable from synclink drivers. | Krzysztof Hałasa | 1 | -4/+0 |
2008-07-23 | tty: rework break handling | Alan Cox | 1 | -4/+5 |
2008-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -17/+14 |
2008-07-21 | tty: add more tty_port fields | Alan Cox | 1 | -7/+7 |
2008-07-21 | synclink: use tty_port | Alan Cox | 1 | -105/+98 |
2008-07-21 | tty: Ldisc revamp | Alan Cox | 1 | -2/+2 |
2008-07-04 | WAN: convert drivers to use built-in netdev_stats | Krzysztof Halasa | 1 | -17/+14 |
2008-04-30 | char serial: switch drivers to ioremap_nocache | Alan Cox | 1 | -4/+6 |
2008-04-30 | synclink series: switch to int put_char method | Alan Cox | 1 | -4/+7 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -2/+6 |
2008-04-30 | synclink series: Prepare for BKL pushdown | Alan Cox | 1 | -1/+11 |
2008-04-28 | char: make functions static in synclinkmp.c | Harvey Harrison | 1 | -60/+60 |
2008-04-28 | synclink drivers bool conversion | Joe Perches | 1 | -78/+79 |
2008-04-21 | drivers/char: minor irq handler cleanups | Jeff Garzik | 1 | -13/+9 |
2008-02-06 | synclink: standardize format of linux header file include's with "<>" | Robert P. J. Day | 1 | -2/+1 |
2007-07-19 | some kmalloc/memset ->kzalloc (tree wide) | Yoann Padioleau | 1 | -2/+1 |
2007-07-16 | synclink: remove bogus 'no change' termios optimisation from synclink drivers | Alan Cox | 1 | -8/+0 |
2007-02-12 | [PATCH] Char: timers cleanup | Jiri Slaby | 1 | -15/+7 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -4/+1 |
2006-12-13 | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 1 | -2/+2 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -2/+4 |
2006-12-07 | [PATCH] generic HDLC synclink config mismatch fix | Paul Fulghum | 1 | -12/+14 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -4/+4 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+1 |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
2006-07-22 | [WAN]: Converted synclink drivers to use netif_carrier_*() | Krzysztof Halasa | 1 | -4/+10 |
2006-07-03 | [PATCH] irq-flags: drivers/char: Use the new IRQF_ constants | Thomas Gleixner | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-25 | [PATCH] More !tty cleanups in drivers/char | Eric Sesterhenn | 1 | -2/+2 |
2006-03-24 | [PATCH] s/;;/;/g | Alexey Dobriyan | 1 | -1/+1 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -24/+10 |
2006-01-10 | [PATCH] drivers/char: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -2/+2 |
2005-11-11 | [PATCH] PCI: removed unneeded .owner field from struct pci_driver | Greg Kroah-Hartman | 1 | -1/+0 |
2005-11-07 | [PATCH] kfree cleanup: drivers/char | Jesper Juhl | 1 | -6/+3 |
2005-10-31 | [PATCH] SyncLink adapters: updates .owner field of struct pci_driver | Laurent Riffard | 1 | -0/+1 |
2005-09-10 | [PATCH] synclinkmp.c: fix async internal loopback | Paul Fulghum | 1 | -4/+3 |
2005-09-10 | [PATCH] synclinkmp.c: add statistics clear | Paul Fulghum | 1 | -6/+8 |
2005-09-10 | [PATCH] synclinkmp.c: disable burst transfers | Paul Fulghum | 1 | -1/+1 |
2005-09-10 | [PATCH] synclinkmp.c: fix double mapping of signals | Paul Fulghum | 1 | -14/+3 |
2005-09-09 | [PATCH] gratuitous includes of asm/serial.h | viro@ZenIV.linux.org.uk | 1 | -1/+0 |