Age | Commit message (Expand) | Author | Files | Lines |
2013-05-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -4/+2 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+7 |
2013-05-02 | proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} | David Howells | 1 | -0/+7 |
2013-04-30 | audit: push loginuid and sessionid processing down | Eric Paris | 1 | -2/+2 |
2013-04-30 | audit: stop pushing loginid, uid, sessionid as arguments | Eric Paris | 1 | -4/+2 |
2013-03-19 | tty: Don't reenable already enabled ldisc | Peter Hurley | 1 | -2/+0 |
2013-03-19 | tty: Add diagnostic for halted line discipline | Peter Hurley | 1 | -0/+1 |
2013-03-19 | TTY: add tty_port_tty_hangup helper | Jiri Slaby | 1 | -0/+1 |
2013-03-19 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -0/+1 |
2013-03-19 | TTY: do not warn about setting speed via SPD_* | Jiri Slaby | 1 | -2/+16 |
2013-03-19 | tty: Add safe tty throttle/unthrottle functions | Peter Hurley | 1 | -0/+18 |
2013-01-19 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -11/+33 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -1/+0 |
2013-01-16 | TTY: move low_latency to tty_port | Jiri Slaby | 1 | -2/+3 |
2012-11-16 | TTY: introduce tty_port_destroy | Jiri Slaby | 1 | -0/+1 |
2012-10-23 | TTY: move tty buffers to tty_port | Jiri Slaby | 1 | -3/+3 |
2012-10-23 | TTY: add port -> tty link | Jiri Slaby | 1 | -0/+1 |
2012-10-23 | TTY: move TTY_FLUSH* flags to tty_port | Jiri Slaby | 1 | -2/+3 |
2012-10-23 | TTY: move ldisc data from tty_struct: locks | Jiri Slaby | 1 | -10/+1 |
2012-10-23 | TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff | Jiri Slaby | 1 | -10/+0 |
2012-10-23 | TTY: move ldisc data from tty_struct: bitmaps | Jiri Slaby | 1 | -2/+0 |
2012-10-23 | TTY: move ldisc data from tty_struct: simple members | Jiri Slaby | 1 | -5/+0 |
2012-10-23 | TTY: audit, stop accessing tty->icount | Jiri Slaby | 1 | -2/+2 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -36/+1 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
2012-09-18 | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 1 | -2/+2 |
2012-09-07 | tty_register_device_attr updated for tty-next | Tomas Hlavacek | 1 | -0/+4 |
2012-09-06 | tty: uartclk value from serial_core exposed to sysfs | Tomas Hlavacek | 1 | -0/+4 |
2012-09-06 | serial: add a new helper function | Huang Shijie | 1 | -0/+6 |
2012-09-06 | tty: move the async flags from the serial code into the tty includes | Alan Cox | 1 | -0/+1 |
2012-08-14 | TTY: add tty_port_link_device | Jiri Slaby | 1 | -0/+2 |
2012-08-10 | tty: localise the lock | Alan Cox | 1 | -9/+14 |
2012-07-17 | tty: Move the handling of the tty release logic | Alan Cox | 1 | -1/+0 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -23/+23 |
2012-07-16 | tty: revert incorrectly applied lock patch | Alan Cox | 1 | -14/+9 |
2012-07-07 | tty: localise the lock | Alan Cox | 1 | -9/+14 |
2012-06-14 | TTY: add tty_port_register_device helper | Jiri Slaby | 1 | -0/+3 |
2012-06-14 | TTY: provide drivers with tty_port_install | Jiri Slaby | 1 | -0/+2 |
2012-06-03 | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 1 | -14/+9 |
2012-05-05 | tty_lock: Localise the lock | Alan Cox | 1 | -9/+14 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
2012-02-03 | TTY: provide tty_standard_install helper | Jiri Slaby | 1 | -0/+2 |
2012-01-25 | tty: rework pty count limiting | Konstantin Khlebnikov | 1 | -0/+1 |
2012-01-25 | tty: cleanup prohibition of direct opening for unix98 pty master | Konstantin Khlebnikov | 1 | -2/+1 |
2011-10-26 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -3/+23 |
2011-10-19 | TTY: make tty_add_file non-failing | Jiri Slaby | 1 | -1/+3 |
2011-10-19 | tty: Support compat_ioctl get/set termios_locked | Thomas Meyer | 1 | -0/+2 |
2011-08-25 | TTY: define tty_wait_until_sent_from_close | Jiri Slaby | 1 | -0/+18 |
2011-08-23 | TTY: remove tty_locked | Jiri Slaby | 1 | -2/+0 |
2011-08-23 | TTY: pty, fix pty counting | Jiri Slaby | 1 | -0/+2 |