Age | Commit message (Expand) | Author | Files | Lines |
2011-02-23 | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman | 1 | -2784/+0 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -4/+4 |
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 | -2/+2 |
2010-08-11 | epca: Kill the big kernel lock | Alan Cox | 1 | -3/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-12-12 | tty: const: constify remaining tty_operations | Alexey Dobriyan | 1 | -1/+1 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -0/+1 |
2009-06-11 | tty: rewrite the ldisc locking | Alan Cox | 1 | -2/+2 |
2009-06-11 | epca: fix test_bit parameters | Jiri Slaby | 1 | -4/+5 |
2009-06-11 | tty: Add carrier processing on close to the tty_port core | Alan Cox | 1 | -2/+2 |
2009-01-06 | trivial: fix an -> a typos in documentation and comments | Frederik Schwarzer | 1 | -1/+1 |
2009-01-02 | tty: Redo the rocket driver locking | Alan Cox | 1 | -7/+2 |
2009-01-02 | tty: Make epca use the port helpers | Alan Cox | 1 | -148/+24 |
2009-01-02 | tty: refcount the epca driver | Alan Cox | 1 | -12/+15 |
2009-01-02 | tty: relock epca | Alan Cox | 1 | -91/+104 |
2009-01-02 | tty: Remove some pointless casts | Alan Cox | 1 | -5/+5 |
2008-10-20 | epca: Add infinite break support | Alan Cox | 1 | -1/+5 |
2008-10-13 | epca: call tty_port_init | Alan Cox | 1 | -4/+1 |
2008-07-23 | Fix the epca driver to permit epca_setup() to be invoked from the kernel cmdline | David Howells | 1 | -2/+13 |
2008-07-23 | epca: Restore driver | Alan Cox | 1 | -29/+9 |
2008-07-23 | epca: Fix comments and move break | Alan Cox | 1 | -5/+0 |
2008-07-21 | epca: use tty_port | Alan Cox | 1 | -53/+53 |
2008-07-21 | tty: Ldisc revamp | Alan Cox | 1 | -2/+2 |
2008-04-30 | epca: coding style | Alan Cox | 1 | -118/+158 |
2008-04-30 | tty/serial: lay the foundations for the next set of reworks | Alan Cox | 1 | -11/+2 |
2008-04-30 | epca.c: static functions and integer as NULL pointer fixes | Harvey Harrison | 1 | -4/+5 |
2008-04-30 | epca: lock_kernel push down | Alan Cox | 1 | -15/+2 |
2008-02-03 | drivers/char/: Spelling fixes | Joe Perches | 1 | -2/+2 |
2007-10-17 | epca.c: reformat comments and coding style improvements | Alexey Dobriyan | 1 | -1409/+1202 |
2007-05-08 | drivers/char: use __set_current_state() | Milind Arun Choudhary | 1 | -1/+1 |
2007-03-05 | [PATCH] char/epca.c: remove unused function | Michal Piotrowski | 1 | -17/+0 |
2007-02-11 | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 1 | -3/+0 |
2006-12-08 | [PATCH] tty: switch to ktermios | Alan Cox | 1 | -5/+11 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -4/+4 |
2006-10-17 | [PATCH] epca: prevent panic on tty_register_driver() failure | Akinobu Mita | 1 | -9/+23 |
2006-10-04 | [PATCH] char: kill unneeded memsets | Jiri Slaby | 1 | -15/+2 |
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 | -1/+0 |
2006-06-28 | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 1 | -1/+1 |
2006-06-26 | [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed | Greg Kroah-Hartman | 1 | -1/+0 |
2006-03-26 | BUG_ON() Conversion in drivers/char | Eric Sesterhenn | 1 | -2/+1 |
2006-01-10 | [PATCH] TTY layer buffering revamp | Alan Cox | 1 | -13/+4 |
2005-11-11 | [PATCH] PCI: removed unneeded .owner field from struct pci_driver | Greg Kroah-Hartman | 1 | -1/+0 |
2005-10-31 | [PATCH] epca: update .owner field of struct pci_driver | Laurent Riffard | 1 | -0/+1 |
2005-09-16 | [PATCH] epca iomem annotations + several missing readw() | Al Viro | 1 | -40/+44 |
2005-09-08 | [PATCH] Clean up the old digi support and rescue it | Alan Cox | 1 | -1129/+459 |