aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-10Merge 4.20-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2018-12-05tty: Don't block on IO when ldisc change is pendingGravatar Dmitry Safonov 1-0/+7
2018-12-05USB: serial: console: fix reported terminal settingsGravatar Johan Hovold 1-0/+1
2018-09-14move compat handling of tty ioctls to tty_compat_ioctl()Gravatar Al Viro 1-2/+0
2018-06-05Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2018-05-22tty: add missing const to termios hw-change helperGravatar Johan Hovold 1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-1/+2
2018-04-23tty: Don't call panic() at tty_ldisc_init()Gravatar Tetsuo Handa 1-1/+1
2018-02-28tty: make n_tty_read() always abort if hangup is in progressGravatar Tejun Heo 1-0/+1
2018-01-23tty: fix data race between tty_init_dev and flush of bufGravatar Gaurav Kohli 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-28tty: undo export of tty_open_by_driverGravatar Okash Khawaja 1-5/+0
2017-08-28tty: resolve tty contention between kernel and user spaceGravatar Okash Khawaja 1-0/+21
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-03Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+0
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-06-27tty: add function to convert device name to numberGravatar Okash Khawaja 1-0/+3
2017-06-25tty: define tty_open_by_driver when CONFIG_TTY is not definedGravatar Okash Khawaja 1-0/+3
2017-06-13tty: drop unused alt_speed from tty_structGravatar Johan Hovold 1-1/+0
2017-06-12Merge 4.12-rc5 into staging-nextGravatar Greg Kroah-Hartman 1-0/+9
2017-05-18tty/serdev: add serdev registration interfaceGravatar Johan Hovold 1-0/+9
2017-05-16tty: export tty_open_by_driverGravatar Okash Khawaja 1-0/+2
2017-04-18tty: split job control support into a file of its ownGravatar Nicolas Pitre 1-0/+6
2017-04-18console: move console_init() out of tty_io.cGravatar Nicolas Pitre 1-3/+4
2017-02-03tty_port: Add port client functionsGravatar Rob Herring 1-1/+8
2017-01-19tty: constify tty_ldisc_receive_buf buffer pointerGravatar Rob Herring 1-1/+1
2017-01-19tty: move the non-file related parts of tty_release to new tty_release_structGravatar Rob Herring 1-0/+1
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-3/+86
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+3
2016-05-01Fix OpenSSH pty regression on closeGravatar Brian Bloniarz 1-1/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-0/+13
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyGravatar Peter Hurley 1-0/+13
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-0/+13
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-0/+12
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-2/+10
2016-04-30tty: Define ASYNC_ replacement bitsGravatar Peter Hurley 1-1/+15
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Gravatar Peter Hurley 1-0/+5
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-0/+5
2016-04-27tty: provide tty_name() even without CONFIG_TTYGravatar Arnd Bergmann 1-1/+3
2016-01-28tty: Unify receive_buf() code pathsGravatar Peter Hurley 1-14/+2
2016-01-28tty: Fix GPF in flush_to_ldisc(), part 2Gravatar Peter Hurley 1-1/+1
2016-01-27tty: audit: Combine push functionsGravatar Peter Hurley 1-6/+2
2016-01-27tty: audit: Ignore current association for audit pushGravatar Peter Hurley 1-2/+2
2016-01-27tty: audit: Remove icanon mode from call chainGravatar Peter Hurley 1-2/+2
2016-01-27tty: Make tty_files_lock per-ttyGravatar Peter Hurley 1-1/+1
2016-01-27tty: Remove unreferenced tty flags macro TTY_DEBUGGravatar Peter Hurley 1-1/+0
2016-01-27tty: Move tty_check_change() helperGravatar Peter Hurley 1-1/+0
2016-01-27tty: Remove declarations to non-existent functionsGravatar Peter Hurley 1-3/+0
2016-01-27tty: Eliminate global symbol tty_ldisc_N_TTYGravatar Peter Hurley 1-2/+1
2016-01-27tty: Destroy ldisc instance on hangupGravatar Peter Hurley 1-1/+2