Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0019b4089ccef8148d8be83cc8adfc81a75b47d4
/
drivers
/
tty
/
tty_io.c
0019b40
TTY: add support for unnumbered device nodes
by Jiri Slaby
· 12 years ago
16a0208
TTY: move allocations to tty_alloc_driver
by Jiri Slaby
· 12 years ago
7f0bc6a
TTY: pass flags to alloc_tty_driver
by Jiri Slaby
· 12 years ago
89c8d91
tty: localise the lock
by Alan Cox
· 12 years ago
dc6802a
tty: handle NULL parameters in free_tty_struct()
by Dan Carpenter
· 12 years ago
4ac5d70
tty: fix missing assignment
by Dan Carpenter
· 12 years ago
d155255
tty: Fix race in tty release
by Alan Cox
· 12 years ago
36b3c07
tty: Move the handling of the tty release logic
by Alan Cox
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
6d31a88
tty: revert incorrectly applied lock patch
by Alan Cox
· 12 years ago
f5e3bcc
tty: localise the lock
by Alan Cox
· 12 years ago
04831dc
TTY: add ports array to tty_driver
by Jiri Slaby
· 12 years ago
9bb8a3d
TTY: centralize fail paths in tty_register_driver
by Jiri Slaby
· 12 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 12 years ago
d29f3ef
tty_lock: Localise the lock
by Alan Cox
· 13 years ago
3af502b
tty_lock: undo the old tty_lock use on the ctty
by Alan Cox
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
ecd1665
TTY: remove tty driver re-set from tty_reopen
by Jiri Slaby
· 13 years ago
d483426
TTY: simplify tty_driver_lookup_tty a bit
by Jiri Slaby
· 13 years ago
1a54a76
TTY: let alloc_tty_driver deduce the owner automatically
by Jiri Slaby
· 13 years ago
a8fbc97
TTY: tty_io, remove buffer re-assignments
by Jiri Slaby
· 13 years ago
0ef1698
Revert "TTY: get rid of BTM around devpts_*"
by Greg Kroah-Hartman
· 13 years ago
d3bda52
TTY: get rid of BTM around devpts_*
by Jiri Slaby
· 13 years ago
66d450e
TTY: provide tty_standard_install helper
by Jiri Slaby
· 13 years ago
593a27c
tty: cleanup prohibition of direct opening for unix98 pty master
by Konstantin Khlebnikov
· 13 years ago
5983faf
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
9de44bd
TTY: open/release, cleanup printks
by Jiri Slaby
· 13 years ago
955787ca
TTY: move debug checking out of tty_release
by Jiri Slaby
· 13 years ago
2cd0050
TTY: move tty_lookup_driver to switch-cases
by Jiri Slaby
· 13 years ago
ba5db44
TTY: coalesce fail paths in tty_open
by Jiri Slaby
· 13 years ago
5b5e704
TTY: extract driver lookup from tty_open
by Jiri Slaby
· 13 years ago
b82154a
TTY: extract /dev/tty handling from tty_open
by Jiri Slaby
· 13 years ago
1411dc4
TTY: move pgrp killing
by Jiri Slaby
· 13 years ago
efb8d21
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 13 years ago
a034070
Revert "TTY: call tty_driver_lookup_tty unconditionally"
by Greg Kroah-Hartman
· 13 years ago
631180a
TTY: call tty_driver_lookup_tty unconditionally
by Jiri Slaby
· 13 years ago
fa90e1c
TTY: make tty_add_file non-failing
by Jiri Slaby
· 13 years ago
c290f83
TTY: drop driver reference in tty_open fail path
by Jiri Slaby
· 13 years ago
8193c42
tty: Support compat_ioctl get/set termios_locked
by Thomas Meyer
· 13 years ago
24d406a
TTY: pty, fix pty counting
by Jiri Slaby
· 13 years ago
5a3c6b2
drivers/tty: use printk_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
83c6757
TTY: tty_io, annotate locking functions
by Jiri Slaby
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
0259894
TTY: fix fail path in tty_open
by Jiri Slaby
· 14 years ago
a9dccdd
TTY: plug in deinitialize_tty_struct
by Jiri Slaby
· 14 years ago
6716671
TTY: introduce deinit helpers for proper ldisc shutdown
by Jiri Slaby
· 14 years ago
d554350
TTY: unify tty_init_dev fail path handling
by Jiri Slaby
· 14 years ago
909bc77
vt: remove uneeded retval check before tty->ops->open inside tty_open
by Herton Ronaldo Krzesinski
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f74b944
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
5edc341
drivers: remove extraneous includes of smp_lock.h
by Arnd Bergmann
· 14 years ago
3c95c98
tty: add TIOCVHANGUP to allow clean tty shutdown of all ttys
by Kay Sievers
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
abfa44b
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
ac751ef
console: rename acquire/release_console_sem() to console_lock/unlock()
by Torben Hohn
· 14 years ago
a2a6a82
tty: use for_each_console() and WARN() on sysfs failures
by Kay Sievers
· 14 years ago
56b85f3
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
b7b8de0
TTY: Add tty ioctl to figure device node of the system console.
by Werner Fink
· 14 years ago
fbc92a3
tty: add 'active' sysfs attribute to tty0 and console device
by Kay Sievers
· 14 years ago
acfa747
TTY: open/hangup race fixup
by Jiri Slaby
· 14 years ago
e2efafb
TTY: don't allow reopen when ldisc is changing
by Jiri Slaby
· 14 years ago
96fd7ce
TTY: create drivers/tty and move the tty core files there
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/char/tty_io.c]
d281da7
tty: Make tiocgicount a handler
by Alan Cox
· 14 years ago
b670bde
tty_io: check return code of tty_register_device
by Vasiliy Kulikov
· 14 years ago
f573bd1
tty: Remove __GFP_NOFAIL from tty_add_file()
by Pekka Enberg
· 14 years ago
30004ac
tty: add tty_struct->dev pointer to corresponding device instance
by Dmitry Eremin-Solenikov
· 14 years ago
6eb68d6
tty: fix tty_line must not be equal to number of allocated tty pointers in tty driver
by Nathael Pajani
· 14 years ago
d996b62
tty: fix fu_list abuse
by Nick Piggin
· 14 years ago
ee2ffa0
fs: cleanup files_lock locking
by Nick Piggin
· 14 years ago
2b50d24
tty_io: remove casts from void*
by Kulikov Vasiliy
· 14 years ago
11dbf20
tty: avoid recursive BTM in pty_close
by Arnd Bergmann
· 14 years ago
ddcd9fb
tty: remove tty_lock_nested
by Arnd Bergmann
· 14 years ago
64ba3dc3
tty: never hold BTM while getting tty_mutex
by Arnd Bergmann
· 14 years ago
ec79d60
tty: replace BKL with a new tty_lock
by Arnd Bergmann
· 14 years ago
31d1d48
Fix init ordering of /dev/console vs callers of modprobe
by David Howells
· 14 years ago
77945fe
tty: Fix unbalanced BKL handling in error path
by Alan Cox
· 15 years ago
6da8d86
tty: release_one_tty() forgets to put pids
by Oleg Nesterov
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
3ad2f3f
tree-wide: Assorted spelling fixes
by Daniel Mack
· 15 years ago
80e1e82
Fix race in tty_fasync() properly
by Linus Torvalds
· 15 years ago
7036251
tty: fix race in tty_fasync
by Greg Kroah-Hartman
· 15 years ago
6698e34
tty: Fix BKL taken under a spinlock bug introduced in the BKL split
by Alan Cox
· 15 years ago
36ba782
tty: split the lock up a bit further
by Alan Cox
· 15 years ago
5ec93d1
tty: Move the leader test in disassociate
by Alan Cox
· 15 years ago
38c70b2
tty: Push the bkl down a bit in the hangup code
by Alan Cox
· 15 years ago
f18f949
tty: Push the lock down further into the ldisc code
by Alan Cox
· 15 years ago
eeb89d9
tty: push the BKL down into the handlers a bit
by Alan Cox
· 15 years ago
f278a2f
tty: Fix regressions caused by commit b50989dc
by Dave Young
· 15 years ago
a57c21c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 15 years ago
fe1ae7f
tty: USB serial termios bits
by Alan Cox
· 15 years ago
b50989d
tty: make the kref destructor occur asynchronously
by Alan Cox
· 15 years ago
6146b9a
tty: Fix a typo noted in passing
by Alan Cox
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
1aa4bed
tty: fix sanity check
by Alan Cox
· 15 years ago
f2c4c65
tty: Move ldisc_flush
by Alan Cox
· 15 years ago
c65c9bc
tty: rewrite the ldisc locking
by Alan Cox
· 15 years ago
e8b70e7
tty: Extract various bits of ldisc code
by Alan Cox
· 15 years ago
Next »