Commit Graph

209 Commits (8a8d20600dce01553c8505b7c576f8d4307e4ba8)

Author SHA1 Message Date
Nathael Pajani 6eb68d6f3b tty: fix tty_line must not be equal to number of allocated tty pointers in tty driver 15 years ago
Nick Piggin d996b62a8d tty: fix fu_list abuse 15 years ago
Nick Piggin ee2ffa0dfd fs: cleanup files_lock locking 15 years ago
Kulikov Vasiliy 2b50d24760 tty_io: remove casts from void* 15 years ago
Arnd Bergmann 11dbf20392 tty: avoid recursive BTM in pty_close 15 years ago
Arnd Bergmann ddcd9fb66a tty: remove tty_lock_nested 15 years ago
Arnd Bergmann 64ba3dc314 tty: never hold BTM while getting tty_mutex 15 years ago
Arnd Bergmann ec79d6056d tty: replace BKL with a new tty_lock 15 years ago
David Howells 31d1d48e19 Fix init ordering of /dev/console vs callers of modprobe 15 years ago
Alan Cox 77945febbe tty: Fix unbalanced BKL handling in error path 15 years ago
Oleg Nesterov 6da8d866d0 tty: release_one_tty() forgets to put pids 15 years ago
Daniel Mack 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago
Linus Torvalds 80e1e82398 Fix race in tty_fasync() properly 15 years ago
Greg Kroah-Hartman 7036251180 tty: fix race in tty_fasync 15 years ago
Alan Cox 6698e34720 tty: Fix BKL taken under a spinlock bug introduced in the BKL split 15 years ago
Alan Cox 36ba782e96 tty: split the lock up a bit further 15 years ago
Alan Cox 5ec93d1154 tty: Move the leader test in disassociate 15 years ago
Alan Cox 38c70b27f9 tty: Push the bkl down a bit in the hangup code 15 years ago
Alan Cox f18f9498e9 tty: Push the lock down further into the ldisc code 15 years ago
Alan Cox eeb89d918c tty: push the BKL down into the handlers a bit 15 years ago
Dave Young f278a2f7bb tty: Fix regressions caused by commit b50989dc 16 years ago
Alan Cox fe1ae7fdd2 tty: USB serial termios bits 16 years ago
Alan Cox b50989dc44 tty: make the kref destructor occur asynchronously 16 years ago
Alan Cox 6146b9af84 tty: Fix a typo noted in passing 16 years ago
Kay Sievers e454cea20b Driver-Core: extend devnode callbacks to provide permissions 16 years ago
Alan Cox 1aa4bed82a tty: fix sanity check 16 years ago
Alan Cox f2c4c65c83 tty: Move ldisc_flush 16 years ago
Alan Cox c65c9bc3ef tty: rewrite the ldisc locking 16 years ago
Alan Cox e8b70e7d3e tty: Extract various bits of ldisc code 16 years ago
Alan Cox 5f0878acba tty: Fix oops when scanning the polling list for kgdb 16 years ago
Oleg Nesterov 1b0f7ffd0e pids: kill signal_struct-> __pgrp/__session and friends 16 years ago
Andrew Morton 846c151a4d __tty_open(): use the correct type for saved_flags 16 years ago
Davide Libenzi 4b19449db0 epoll keyed wakeups: make tty use keyed wakeups 16 years ago
Jonathan Corbet db1dd4d376 Use f_lock to protect f_flags 16 years ago
Eric Paris 808ffa3d30 tty_open can return to userspace holding tty_mutex 16 years ago
Alan Cox fc6f623822 pty: simplify resize 16 years ago
Jason Wessel a47d545f57 tty: Fix sparse static warning for tty_driver_lookup_tty 16 years ago
Joe Peterson a88a69c912 n_tty: Fix loss of echoed characters and remove bkl from n_tty 16 years ago
Al Viro 1e641743f0 Audit: Log TIOCSTI 16 years ago
Will Newton 296fa7f6a3 drivers/char/tty_io.c: Avoid panic when no console is configured. 16 years ago
Greg Kroah-Hartman 03457cd455 device create: char: convert device_create_drvdata to device_create 17 years ago
Arjan van de Ven 7c3b1dcf13 tty: make sure that proc_clear_tty stores the cpu flags 17 years ago
Jason Wessel 402fda9201 tty: tty_io.c shadows sparse fix 17 years ago
Alan Cox fe6e29fdb1 tty: simplify ktermios allocation 17 years ago
Sukadev Bhattiprolu 15f1a6338d Add an instance parameter devpts interfaces 17 years ago
Sukadev Bhattiprolu 4a2b5fddd5 Move tty lookup/reopen to caller 17 years ago
Alan Cox bf970ee46e tty: extract the pty init time special cases 17 years ago
Alan Cox 73ec06fc5f tty: Finish fixing up the init_dev interface to use ERR_PTR 17 years ago
Alan Cox 8b0a88d591 tty: More driver operations 17 years ago
Alan Cox 7d7b93c145 tty: kref the tty driver object 17 years ago