Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
dded0317f510352ee622e526e113b9478ca406da
/
include
/
linux
/
tty.h
0c5aae5
serdev: ttyport: restore client ops on deregistration
by Johan Hovold
· 5 years ago
9c96f40
Merge 4.20-rc6 into tty-next
by Greg Kroah-Hartman
· 6 years ago
c96cf92
tty: Don't block on IO when ldisc change is pending
by Dmitry Safonov
· 6 years ago
f51ccf4
USB: serial: console: fix reported terminal settings
by Johan Hovold
· 6 years ago
e211203
move compat handling of tty ioctls to tty_compat_ioctl()
by Al Viro
· 6 years ago
07c4dd3
Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 7 years ago
7b0c6b3
tty: add missing const to termios hw-change helper
by Johan Hovold
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
903f9db
tty: Don't call panic() at tty_ldisc_init()
by Tetsuo Handa
· 7 years ago
28b0f8a
tty: make n_tty_read() always abort if hangup is in progress
by Tejun Heo
· 7 years ago
b027e22
tty: fix data race between tty_init_dev and flush of buf
by Gaurav Kohli
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
a033c3b
tty: undo export of tty_open_by_driver
by Okash Khawaja
· 7 years ago
a09ac39
tty: resolve tty contention between kernel and user space
by Okash Khawaja
· 7 years ago
e06fdaf
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
9a715cd
Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
3859a27
randstruct: Mark various structs for randomization
by Kees Cook
· 8 years ago
fc61ed5
tty: add function to convert device name to number
by Okash Khawaja
· 8 years ago
cbf4b38
tty: define tty_open_by_driver when CONFIG_TTY is not defined
by Okash Khawaja
· 8 years ago
7b08579
tty: drop unused alt_speed from tty_struct
by Johan Hovold
· 8 years ago
7bf1e44
Merge 4.12-rc5 into staging-next
by Greg Kroah-Hartman
· 8 years ago
8cde11b
tty/serdev: add serdev registration interface
by Johan Hovold
· 8 years ago
12e84c7
tty: export tty_open_by_driver
by Okash Khawaja
· 8 years ago
a1235b3
tty: split job control support into a file of its own
by Nicolas Pitre
· 8 years ago
0c68861
console: move console_init() out of tty_io.c
by Nicolas Pitre
· 8 years ago
c3485ee
tty_port: Add port client functions
by Rob Herring
· 8 years ago
c92d781
tty: constify tty_ldisc_receive_buf buffer pointer
by Rob Herring
· 8 years ago
9ed90d2
tty: move the non-file related parts of tty_release to new tty_release_struct
by Rob Herring
· 8 years ago
e10abc6
Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
03e1aa1
Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 9 years ago
0f40fbb
Fix OpenSSH pty regression on close
by Brian Bloniarz
· 9 years ago
d41861c
tty: Replace ASYNC_INITIALIZED bit and update atomically
by Peter Hurley
· 9 years ago
80f02d5
tty: Replace ASYNC_SUSPENDED bit and update atomically
by Peter Hurley
· 9 years ago
2d68655
tty: Replace ASYNC_CHECK_CD and update atomically
by Peter Hurley
· 9 years ago
807c8d81
tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically
by Peter Hurley
· 9 years ago
5604a98
tty: Replace ASYNC_CTS_FLOW bit and update atomically
by Peter Hurley
· 9 years ago
e4d38f3
tty: Define ASYNC_ replacement bits
by Peter Hurley
· 9 years ago
97ef38b
tty: Replace TTY_THROTTLED bit tests with tty_throttled()
by Peter Hurley
· 9 years ago
18900ca
tty: Replace TTY_IO_ERROR bit tests with tty_io_error()
by Peter Hurley
· 9 years ago
188e3c5
tty: provide tty_name() even without CONFIG_TTY
by Arnd Bergmann
· 9 years ago
8d082cd
tty: Unify receive_buf() code paths
by Peter Hurley
· 9 years ago
f33798d
tty: Fix GPF in flush_to_ldisc(), part 2
by Peter Hurley
· 9 years ago
37282a7
tty: audit: Combine push functions
by Peter Hurley
· 9 years ago
b50819f
tty: audit: Ignore current association for audit push
by Peter Hurley
· 9 years ago
309426a
tty: audit: Remove icanon mode from call chain
by Peter Hurley
· 9 years ago
4a51096
tty: Make tty_files_lock per-tty
by Peter Hurley
· 9 years ago
527ffc1
tty: Remove unreferenced tty flags macro TTY_DEBUG
by Peter Hurley
· 9 years ago
e802ca0
tty: Move tty_check_change() helper
by Peter Hurley
· 9 years ago
de5583d
tty: Remove declarations to non-existent functions
by Peter Hurley
· 9 years ago
2722873
tty: Eliminate global symbol tty_ldisc_N_TTY
by Peter Hurley
· 9 years ago
892d1fa
tty: Destroy ldisc instance on hangup
by Peter Hurley
· 9 years ago
c12da96
tty: Use 'disc' for line discipline index name
by Peter Hurley
· 9 years ago
c2bb524
tty: Remove __lockfunc annotation from tty lock functions
by Peter Hurley
· 9 years ago
05de87ed
tty: Re-declare tty_driver_remove_tty() file scope
by Peter Hurley
· 9 years ago
a3123fd
tty: Fix tty_init_termios() declaration
by Peter Hurley
· 9 years ago
c8b710b
tty: Fix ldisc leak in failed tty_init_dev()
by Peter Hurley
· 9 years ago
0bfd464
tty: Wait interruptibly for tty lock on reopen
by Peter Hurley
· 9 years ago
4de91eb
tty: Remove dead tty_write_flush() declaration and macro
by Peter Hurley
· 9 years ago
d435cef
tty: Remove __func__ from tty_debug() macro
by Peter Hurley
· 9 years ago
339f36b
tty: Define tty_*() printk macros
by Peter Hurley
· 9 years ago
0a083ed
tty: core: Add helper fn to deref tty driver name
by Peter Hurley
· 9 years ago
82b8f88
tty: Make tty_paranoia_check() file scope
by Peter Hurley
· 9 years ago
998b4a4
tty: Improve tty_debug() macro
by Peter Hurley
· 9 years ago
6b2a3d6
tty: audit: Fix audit source
by Peter Hurley
· 9 years ago
e176058
tty: Abstract tty buffer work
by Peter Hurley
· 9 years ago
2812d9e
tty: Combine SIGTTOU/SIGTTIN handling
by Peter Hurley
· 9 years ago
f148d6d
tty: Remove wait_event_interruptible_tty()
by Peter Hurley
· 9 years ago
cc2aaab
tty: Remove tty_port::close_wait
by Peter Hurley
· 9 years ago
79c1faa
tty: Remove tty_wait_until_sent_from_close()
by Peter Hurley
· 9 years ago
e2dfa3d
tty: core: Add tty_debug() for printk(KERN_DEBUG) messages
by Peter Hurley
· 9 years ago
02730d3
Merge 4.1-rc4 into tty-next
by Greg Kroah-Hartman
· 10 years ago
1a48632
pty: Fix input race when closing
by Peter Hurley
· 10 years ago
429b474
tty: remove buf parameter from tty_name()
by Rasmus Villemoes
· 10 years ago
1d6b987
tty: constify return type of tty_name
by Rasmus Villemoes
· 10 years ago
b00f5c2
tty: Re-add external interface for tty_set_termios()
by Frederic Danis
· 10 years ago
632f32e
tty: Remove external interface for tty_set_termios()
by Peter Hurley
· 10 years ago
d2b6f44
n_tty: Fix signal handling flushes
by Peter Hurley
· 10 years ago
1d1d14d
pty: Fix buffer flush deadlock
by Peter Hurley
· 10 years ago
3abf87c
tty: Make lock subclasses available for other tty locks
by Peter Hurley
· 10 years ago
413ba63
tty: Convert tty->closing to int
by Peter Hurley
· 10 years ago
b9104f5
tty: Remove defunct serial_console_init() declaration
by Peter Hurley
· 10 years ago
1d597e7
tty: Remove defunct pcxe_open() declaration
by Peter Hurley
· 10 years ago
86c80a8
tty: Flush ldisc buffer atomically with tty flip buffers
by Peter Hurley
· 10 years ago
35af935
tty: Remove tty_unhangup() declaration
by Peter Hurley
· 10 years ago
2febdb6
tty: Preset lock subclass for nested tty locks
by Peter Hurley
· 10 years ago
2aff5e2
tty: Change tty lock order to master->slave
by Peter Hurley
· 10 years ago
62462ae
tty: Simplify tty_ldisc_release() interface
by Peter Hurley
· 10 years ago
0498070
tty: Remove TTY_CLOSING
by Peter Hurley
· 10 years ago
3ff51a1
tty: Remove TTY_HUPPING
by Peter Hurley
· 10 years ago
8f166e0
tty: Remove tty_pair_get_tty()/tty_pair_get_pty() api
by Peter Hurley
· 10 years ago
cc952e7
tty: Fix width of unsigned long bitfield padding
by Peter Hurley
· 10 years ago
9941632
tty: Workaround Alpha non-atomic byte storage in tty_struct
by Peter Hurley
· 10 years ago
136d525
tty: Move and rename send_prio_char() as tty_send_xchar()
by Peter Hurley
· 10 years ago
c545b66
tty: Serialize tcflow() with other tty flow control changes
by Peter Hurley
· 10 years ago
f9e053d
tty: Serialize tty flow control changes with flow_lock
by Peter Hurley
· 10 years ago
d7a855b
tty: Convert tty_struct bitfield to ints
by Peter Hurley
· 10 years ago
2c964a2
drivers: tty: Merge alloc_tty_struct and initialize_tty_struct
by Rasmus Villemoes
· 10 years ago
5fbf1a6
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc"
by Peter Hurley
· 11 years ago
6a20dbd
tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
by Manfred Schlaegl
· 11 years ago
cd6362b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
Next »