| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] tty: switch to ktermios and new framework | Alan Cox | 2006-12-08 | 2 | -113/+282 |
* | [PATCH] tty: preparatory structures for termios revamp | Alan Cox | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] Char: stallion, remove many prototypes | Jiri Slaby | 2006-12-08 | 1 | -131/+91 |
* | [PATCH] Char: stallion, mark functions as init | Jiri Slaby | 2006-12-08 | 1 | -8/+8 |
* | [PATCH] Char: stallion, uninline functions | Jiri Slaby | 2006-12-08 | 1 | -19/+9 |
* | [PATCH] Char: stallion, move init/deinit | Jiri Slaby | 2006-12-08 | 1 | -136/+120 |
* | [PATCH] Char: stallion, kill typedefs | Jiri Slaby | 2006-12-08 | 1 | -231/+227 |
* | [PATCH] Char: stallion, remove unneeded casts | Jiri Slaby | 2006-12-08 | 1 | -136/+136 |
* | [PATCH] Char: stallion, use pr_debug macro | Jiri Slaby | 2006-12-08 | 1 | -237/+86 |
* | [PATCH] mxser-workqueue-fixes | Andrew Morton | 2006-12-08 | 1 | -3/+3 |
* | [PATCH] mxser_new: correct tty driver name | Jiri Slaby | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] Char: mxser_new, clean macros | Jiri Slaby | 2006-12-08 | 1 | -10/+2 |
* | [PATCH] Char: mxser_new, pci probing | Jiri Slaby | 2006-12-08 | 1 | -87/+88 |
* | [PATCH] Char: mxser_new, delete ttys and termios | Jiri Slaby | 2006-12-08 | 1 | -6/+0 |
* | [PATCH] Char: mxser_new, correct intr handler proto | Jiri Slaby | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] Char: mxser_new, comments cleanup | Jiri Slaby | 2006-12-08 | 1 | -127/+16 |
* | [PATCH] Char: mxser_new, reverse if-else-paths patch | Jiri Slaby | 2006-12-08 | 1 | -20/+7 |
* | [PATCH] Char: mxser_new, compact structures, round2 | Jiri Slaby | 2006-12-08 | 1 | -167/+109 |
* | [PATCH] Char: mxser_new, register tty devices on the fly | Jiri Slaby | 2006-12-08 | 1 | -11/+27 |
* | [PATCH] Char: mxser_new, compress isa finding | Jiri Slaby | 2006-12-08 | 1 | -69/+40 |
* | [PATCH] Char: mxser_new, don't check tty_unregister retval | Jiri Slaby | 2006-12-08 | 1 | -6/+3 |
* | [PATCH] Char: mxser_new, correct fail paths | Jiri Slaby | 2006-12-08 | 1 | -25/+24 |
* | [PATCH] Char: mxser_new, testbit for bit testing | Jiri Slaby | 2006-12-08 | 1 | -7/+8 |
* | [PATCH] Char: mxser_new, eliminate tty ldisc deref | Jiri Slaby | 2006-12-08 | 1 | -10/+2 |
* | [PATCH] char: remove unneded termbits redefinitions (mxser_new) | Jiri Slaby | 2006-12-08 | 1 | -3/+0 |
* | [PATCH] Char: mxser_new, CMSPAR is defined | Jiri Slaby | 2006-12-08 | 1 | -4/+0 |
* | [PATCH] Char: mxser_new, code upside down | Jiri Slaby | 2006-12-08 | 1 | -1557/+1488 |
* | [PATCH] Char: mxser_new, alter license terms | Jiri Slaby | 2006-12-08 | 1 | -12/+4 |
* | [PATCH] Char: mxser_new, debug printk dependent on DEBUG | Jiri Slaby | 2006-12-08 | 1 | -14/+5 |
* | [PATCH] Char: mxser_new, remove request for testers line | Jiri Slaby | 2006-12-08 | 1 | -3/+0 |
* | [PATCH] Char: mxser_new, revert spin_lock changes | Jiri Slaby | 2006-12-08 | 1 | -12/+0 |
* | [PATCH] Char: mxser_new, kill unneeded memsets | Jiri Slaby | 2006-12-08 | 1 | -7/+0 |
* | [PATCH] char: mxser_new, check request_region retvals | Jiri Slaby | 2006-12-08 | 1 | -4/+17 |
* | [PATCH] char: mxser_new, pci_request_region for pci regions | Jiri Slaby | 2006-12-08 | 1 | -6/+4 |
* | [PATCH] char: mxser_new, use __(dev)init macros | Jiri Slaby | 2006-12-08 | 1 | -4/+4 |
* | [PATCH] Char: mxser_new, rework to allow dynamic structs | Jiri Slaby | 2006-12-08 | 2 | -628/+584 |
* | [PATCH] Char: mxser_new, upgrade to 1.9.1 | Jiri Slaby | 2006-12-08 | 1 | -204/+192 |
* | [PATCH] Char: mxser_new, correct include file | Jiri Slaby | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] mxser: session warning fix | Andrew Morton | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] mxser: make an experimental clone | Jiri Slaby | 2006-12-08 | 4 | -0/+3649 |
* | [PATCH] mxser: PCI refcounts | Alan Cox | 2006-12-08 | 1 | -2/+6 |
* | [PATCH] mxser: correct tty driver name | Jiri Slaby | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] add process_session() helper routine: deprecate old field | Cedric Le Goater | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] add process_session() helper routine | Cedric Le Goater | 2006-12-08 | 3 | -8/+8 |
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 6 | -10/+10 |
* | [PATCH] struct path: convert zorro | Josef Sipek | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] struct path: convert video | Josef Sipek | 2006-12-08 | 3 | -7/+7 |
* | [PATCH] struct path: convert v4l | Josef Sipek | 2006-12-08 | 3 | -4/+4 |
* | [PATCH] struct path: convert usb | Josef Sipek | 2006-12-08 | 3 | -11/+11 |
* | [PATCH] struct path: convert scsi | Josef Sipek | 2006-12-08 | 2 | -2/+2 |