Age | Commit message (Expand) | Author | Files | Lines |
2012-08-16 | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 4 | -10/+10 |
2012-08-16 | n_gsm: memory leak in uplink error path | Russ Gorby | 1 | -2/+5 |
2012-08-16 | n_gsm: replace kfree_skb w/ appropriate dev_* versions | Russ Gorby | 1 | -4/+4 |
2012-08-16 | n_gsm: avoid accessing freed memory during CMD_FCOFF condition | Russ Gorby | 1 | -27/+13 |
2012-08-16 | n_gsm: added interlocking for gsm_data_lock for certain code paths | Russ Gorby | 1 | -2/+6 |
2012-08-16 | char: n_gsm: remove message filtering for contipated DLCI | samix.lebsir | 1 | -24/+1 |
2012-08-16 | n_gsm : Flow control handling in Mux driver | Frederic Berat | 1 | -22/+57 |
2012-08-16 | n_gsm: uplink SKBs accumulate on list | Russ Gorby | 1 | -2/+5 |
2012-08-16 | n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX | xiaojin | 1 | -0/+4 |
2012-08-16 | Remove BUG_ON from n_tty_read() | Stanislav Kozina | 1 | -1/+2 |
2012-08-16 | 8250: add AgeStar AS-PRS2-009 | Alan Cox | 1 | -0/+8 |
2012-08-15 | drivers/tty/moxa.c: fix error return code | Julia Lawall | 1 | -0/+1 |
2012-08-14 | MIPS: OCTEON: Fix breakage due to 8250 changes. | David Daney | 1 | -15/+15 |
2012-08-14 | TTY: synclink_cs, fix build | Jiri Slaby | 1 | -1/+1 |
2012-08-13 | TTY: mxser, fix invalid module_parm permissions | Jiri Slaby | 1 | -1/+1 |
2012-08-13 | TTY: hvcs, add tty install | Jiri Slaby | 1 | -19/+33 |
2012-08-13 | TTY: hvcs, clean hvcs_open a bit | Jiri Slaby | 1 | -15/+17 |
2012-08-13 | TTY: hvc_console, add tty install | Jiri Slaby | 1 | -6/+25 |
2012-08-13 | TTY: tty3270, add tty install | Jiri Slaby | 1 | -9/+22 |
2012-08-13 | TTY: ircomm_tty, add tty install | Jiri Slaby | 1 | -16/+25 |
2012-08-13 | TTY: synclinkmp, add tty install | Jiri Slaby | 1 | -9/+19 |
2012-08-13 | TTY: synclink, add tty install | Jiri Slaby | 1 | -18/+26 |
2012-08-13 | TTY: i4l, add tty install | Jiri Slaby | 1 | -8/+15 |
2012-08-13 | TTY: con3215, add tty install | Jiri Slaby | 1 | -6/+15 |
2012-08-13 | TTY: con3215, unset raw3215[line] | Jiri Slaby | 1 | -0/+7 |
2012-08-13 | TTY: nfcon, add tty_port and link it | Jiri Slaby | 1 | -0/+4 |
2012-08-13 | TTY: moxa, convert to dynamic device | Jiri Slaby | 1 | -4/+20 |
2012-08-13 | TTY: synclink_cs, final cleanup in synclink_cs_init | Jiri Slaby | 1 | -33/+32 |
2012-08-13 | TTY: synclink_cs, use dynamic tty devices | Jiri Slaby | 1 | -12/+15 |
2012-08-13 | TTY: synclink_cs, sanitize fail paths | Jiri Slaby | 1 | -27/+14 |
2012-08-13 | TTY: use tty_port_link_device | Jiri Slaby | 12 | -13/+30 |
2012-08-13 | TTY: add tty_port_link_device | Jiri Slaby | 2 | -1/+23 |
2012-08-13 | TTY: tty_port, add some documentation | Jiri Slaby | 1 | -0/+21 |
2012-08-13 | TTY: automatically create nodes for some drivers | Jiri Slaby | 3 | -3/+3 |
2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 20 | -40/+58 |
2012-08-13 | TTY: move cdev_add to tty_register_device | Jiri Slaby | 2 | -8/+42 |
2012-08-13 | TTY: add support for unnumbered device nodes | Jiri Slaby | 3 | -15/+15 |
2012-08-13 | TTY: move allocations to tty_alloc_driver | Jiri Slaby | 1 | -40/+33 |
2012-08-13 | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 2 | -11/+24 |
2012-08-10 | TTY: pass flags to alloc_tty_driver | Jiri Slaby | 2 | -13/+44 |
2012-08-10 | TTY: tty3270, free tty driver properly | Jiri Slaby | 1 | -0/+1 |
2012-08-10 | TTY: ttyprintk, initialize tty_port earlier | Jiri Slaby | 1 | -4/+4 |
2012-08-10 | TTY: ttyprintk, don't touch behind tty->write_buf | Jiri Slaby | 1 | -1/+1 |
2012-08-10 | TTY: ttyprintk, unregister tty driver on failure | Jiri Slaby | 1 | -0/+1 |
2012-08-10 | mxser: allow overlapping vector | Jiri Slaby | 1 | -4/+31 |
2012-08-10 | misc: pti, use tty_port_register_device | Jiri Slaby | 1 | -3/+3 |
2012-08-10 | misc: pti, fix tty_port count | Jiri Slaby | 1 | -7/+10 |
2012-08-10 | misc: pti, fix fail paths | Jiri Slaby | 1 | -28/+25 |
2012-08-10 | misc: pti, do the opposite of ->probe in ->remove | Jiri Slaby | 1 | -14/+7 |
2012-08-10 | misc: pti, move ->remove to the PCI code | Jiri Slaby | 1 | -16/+16 |