| Commit message (Expand) | Author | Age | Files | Lines |
* | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 | 1 | -3/+3 |
* | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 | 1 | -0/+1 |
* | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 2012-10-22 | 1 | -2/+3 |
* | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 2012-10-22 | 1 | -10/+1 |
* | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 2012-10-22 | 1 | -10/+0 |
* | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 2012-10-22 | 1 | -2/+0 |
* | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 2012-10-22 | 1 | -5/+0 |
* | TTY: audit, stop accessing tty->icount | Jiri Slaby | 2012-10-22 | 1 | -2/+2 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -36/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -2/+2 |
|\ |
|
| * | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 2012-09-17 | 1 | -2/+2 |
* | | tty_register_device_attr updated for tty-next | Tomas Hlavacek | 2012-09-06 | 1 | -0/+4 |
* | | tty: uartclk value from serial_core exposed to sysfs | Tomas Hlavacek | 2012-09-06 | 1 | -0/+4 |
* | | serial: add a new helper function | Huang Shijie | 2012-09-05 | 1 | -0/+6 |
* | | tty: move the async flags from the serial code into the tty includes | Alan Cox | 2012-09-05 | 1 | -0/+1 |
* | | TTY: add tty_port_link_device | Jiri Slaby | 2012-08-13 | 1 | -0/+2 |
* | | tty: localise the lock | Alan Cox | 2012-08-10 | 1 | -9/+14 |
* | | tty: Move the handling of the tty release logic | Alan Cox | 2012-07-17 | 1 | -1/+0 |
* | | tty: move the termios object into the tty | Alan Cox | 2012-07-16 | 1 | -23/+23 |
* | | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 | 1 | -14/+9 |
* | | tty: localise the lock | Alan Cox | 2012-07-06 | 1 | -9/+14 |
* | | TTY: add tty_port_register_device helper | Jiri Slaby | 2012-06-13 | 1 | -0/+3 |
* | | TTY: provide drivers with tty_port_install | Jiri Slaby | 2012-06-13 | 1 | -0/+2 |
|/ |
|
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 | 1 | -14/+9 |
* | 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 |