| Commit message (Expand) | Author | Age | Files | Lines |
* | tty_lock: Localise the lock | Alan Cox | 2012-05-04 | 1 | -9/+14 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | TTY: provide tty_standard_install helper | Jiri Slaby | 2012-02-02 | 1 | -0/+2 |
* | tty: rework pty count limiting | Konstantin Khlebnikov | 2012-01-24 | 1 | -0/+1 |
* | tty: cleanup prohibition of direct opening for unix98 pty master | Konstantin Khlebnikov | 2012-01-24 | 1 | -2/+1 |
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2011-10-26 | 1 | -3/+23 |
|\ |
|
| * | TTY: make tty_add_file non-failing | Jiri Slaby | 2011-10-18 | 1 | -1/+3 |
| * | tty: Support compat_ioctl get/set termios_locked | Thomas Meyer | 2011-10-18 | 1 | -0/+2 |
| * | TTY: define tty_wait_until_sent_from_close | Jiri Slaby | 2011-08-25 | 1 | -0/+18 |
| * | TTY: remove tty_locked | Jiri Slaby | 2011-08-23 | 1 | -2/+0 |
* | | TTY: pty, fix pty counting | Jiri Slaby | 2011-08-23 | 1 | -0/+2 |
|/ |
|
* | TTY: export NR_LDISC and N_* line discipline numbers to user-space | Florian Fainelli | 2011-06-07 | 1 | -18/+19 |
* | n_tracerouter and n_tracesink ldisc additions. | J Freyensee | 2011-05-13 | 1 | -0/+2 |
* | TTY: introduce deinit helpers for proper ldisc shutdown | Jiri Slaby | 2011-04-19 | 1 | -0/+2 |
* | tty: stop using "delayed_work" in the tty layer | Linus Torvalds | 2011-03-22 | 1 | -1/+1 |
* | tty: add a helper for setting termios data from kernel side | Alan Cox | 2011-02-17 | 1 | -0/+1 |
* | tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabled | Greg Kroah-Hartman | 2011-02-17 | 1 | -1/+1 |
* | tty: now phase out the ioctl file pointer for good | Alan Cox | 2011-02-17 | 1 | -1/+1 |
* | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2010-12-02 | 1 | -0/+1 |
|\ |
|
| * | TTY: open/hangup race fixup | Jiri Slaby | 2010-11-29 | 1 | -0/+1 |
* | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
|/ |
|
* | tty: Fix formatting in tty.h | Alan Cox | 2010-11-09 | 1 | -1/+1 |
* | audit: Call tty_audit_push_task() outside preempt disabled | Thomas Gleixner | 2010-10-30 | 1 | -4/+5 |
* | Merge 'staging-next' to Linus's tree | Greg Kroah-Hartman | 2010-10-28 | 1 | -0/+1 |
|\ |
|
| * | tty.h: new ldisc for TI WiLink ST | Pavan Savoy | 2010-10-05 | 1 | -0/+1 |
* | | tty: Remove __GFP_NOFAIL from tty_add_file() | Pekka Enberg | 2010-10-22 | 1 | -1/+1 |
* | | tty: add tty_struct->dev pointer to corresponding device instance | Dmitry Eremin-Solenikov | 2010-10-22 | 1 | -0/+1 |
|/ |
|
* | tty: fix fu_list abuse | Nick Piggin | 2010-08-18 | 1 | -0/+8 |
* | fs: cleanup files_lock locking | Nick Piggin | 2010-08-18 | 1 | -0/+1 |
* | tty: implement BTM as mutex instead of BKL | Arnd Bergmann | 2010-08-10 | 1 | -13/+5 |
* | tty: remove tty_lock_nested | Arnd Bergmann | 2010-08-10 | 1 | -15/+1 |
* | tty: introduce wait_event_interruptible_tty | Arnd Bergmann | 2010-08-10 | 1 | -0/+42 |
* | tty: replace BKL with a new tty_lock | Arnd Bergmann | 2010-08-10 | 1 | -0/+31 |
* | tty: Add EXTPROC support for LINEMODE | hyc@symas.com | 2010-08-10 | 1 | -0/+1 |
* | Fix init ordering of /dev/console vs callers of modprobe | David Howells | 2010-08-06 | 1 | -0/+3 |
* | tty: n_gsm line discipline | Alan Cox | 2010-05-21 | 1 | -0/+1 |
* | serial: TTY: new ldiscs for staging | Pavan Savoy | 2010-05-21 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-06 | 1 | -4/+6 |
|\ |
|
| * | tty_port,usb-console: Fix usb serial console open/close regression | Jason Wessel | 2010-03-19 | 1 | -0/+1 |
| * | tty: Take a 256 byte padding into account when buffering below sub-page units | Mel Gorman | 2010-03-19 | 1 | -4/+5 |
* | | net-caif-driver: add CAIF serial driver (ldisc) | Sjur Braendeland | 2010-03-30 | 1 | -2/+2 |
|/ |
|
* | ldisc n_tty: add new method n_tty_inherit_ops() | Rodolfo Giometti | 2010-03-12 | 1 | -0/+1 |
* | tty: Keep the default buffering to sub-page units | Alan Cox | 2010-03-02 | 1 | -0/+10 |
* | tty.h: make tty_port_get() static inline | Randy Dunlap | 2010-01-16 | 1 | -2/+2 |
* | vt: introduce and use vt_kmsg_redirect() function | Bernhard Walle | 2009-12-15 | 1 | -2/+0 |
* | tty: push the BKL down into the handlers a bit | Alan Cox | 2009-12-11 | 1 | -1/+1 |
* | tty: tty_port: Add a kref object to the tty port | Alan Cox | 2009-12-11 | 1 | -0/+12 |
* | tty: tty_port: Change the buffer allocator locking | Alan Cox | 2009-12-11 | 1 | -0/+1 |
* | tty_port: add "tty_port_open" helper | Alan Cox | 2009-12-11 | 1 | -1/+9 |
* | tty: handle VT specific compat ioctls in vt driver | Arnd Bergmann | 2009-09-19 | 1 | -0/+3 |