Age | Commit message (Expand) | Author | Files | Lines |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -23/+16 |
2013-01-16 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -3/+3 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -6/+6 |
2013-01-16 | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 1 | -5/+7 |
2012-11-16 | TTY: call tty_port_destroy in the rest of drivers | Jiri Slaby | 1 | -0/+4 |
2012-08-14 | TTY: i4l, add tty install | Jiri Slaby | 1 | -8/+15 |
2012-08-14 | TTY: automatically create nodes for some drivers | Jiri Slaby | 1 | -1/+1 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -8/+8 |
2012-04-09 | TTY: isdn, use tty_port_block_til_ready helper | Jiri Slaby | 1 | -96/+1 |
2012-04-09 | TTY: isdn, define tty_port_operations | Jiri Slaby | 1 | -1/+13 |
2012-04-09 | TTY: isdn, use tty_port_close_end helper | Jiri Slaby | 1 | -7/+2 |
2012-04-09 | TTY: isdn, define local tty_port | Jiri Slaby | 1 | -46/+52 |
2012-04-09 | TTY: isdn, use xmit_buf from tty_port | Jiri Slaby | 1 | -7/+9 |
2012-04-09 | TTY: isdn, use tty from tty_port | Jiri Slaby | 1 | -21/+20 |
2012-04-09 | TTY: isdn, use counts from tty_port | Jiri Slaby | 1 | -22/+21 |
2012-04-09 | TTY: isdn, use open/close_wait from tty_port | Jiri Slaby | 1 | -9/+7 |
2012-04-09 | TTY: isdn, add tty_port | Jiri Slaby | 1 | -29/+31 |
2012-04-09 | TTY: isdn, make some functions readable | Jiri Slaby | 1 | -85/+93 |
2012-04-09 | TTY: isdn, do not play with module refcounts | Jiri Slaby | 1 | -11/+0 |
2012-04-09 | TTY: isdn, remove ISDN_ASYNC_* flags | Jiri Slaby | 1 | -29/+30 |
2012-04-09 | TTY: isdn, remove callout | Jiri Slaby | 1 | -26/+6 |
2012-04-09 | ISDN: i4l, remove cvs crap | Jiri Slaby | 1 | -5/+1 |
2012-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1220/+1220 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -5/+2 |
2012-02-21 | isdn: whitespace coding style cleanup | Joe Perches | 1 | -1220/+1220 |
2011-11-01 | drivers/isdn: Add module.h to ISDN files implicitly using it. | Paul Gortmaker | 1 | -0/+1 |
2011-08-25 | TTY: use tty_wait_until_sent_from_close in other drivers | Jiri Slaby | 1 | -1/+1 |
2011-04-18 | isdn: i4l: isdn_tty: Fix unused-but-set variables. | David S. Miller | 1 | -2/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -2/+1 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -1/+1 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
2010-09-16 | i4l: kill big kernel lock | Arnd Bergmann | 1 | -5/+6 |
2010-09-07 | isdn: cleanup: make buffer smaller | Dan Carpenter | 1 | -2/+2 |
2010-07-06 | isdn: avoid calling tty_ldisc_flush() in atomic context | Tilman Schmidt | 1 | -6/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-11 | drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing | Roel Kluin | 1 | -1/+1 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -3/+1 |
2008-04-30 | isdn_tty: Prepare for BKL push down | Alan Cox | 1 | -18/+8 |
2008-04-28 | isdn: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -3/+3 |
2008-02-06 | drivers/isdn/i4l/isdn_tty.c: remove write_sem | Daniel Walker | 1 | -1/+0 |
2008-01-04 | [ISDN]: i4l: Fix DLE handling for i4l-audio | Matthias Goebl | 1 | -0/+2 |
2008-01-04 | [ISDN] i4l: 'NO CARRIER' message lost after ldisc flush | Matthias Goebl | 1 | -0/+5 |
2007-06-01 | Fix broken CLIR in isdn driver | Karsten Keil | 1 | -1/+2 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -1/+0 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -1/+1 |
2006-10-02 | [PATCH] const struct tty_operations | Jeff Dike | 1 | -1/+1 |
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 | -2/+1 |