- 06e4907 tty: synclink_gt: rename a conflicting function name by Randy Dunlap · 3 years, 5 months ago
- 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 5 months ago
- ad7eab2a net: split out ndo_siowandev ioctl by Arnd Bergmann · 3 years, 6 months ago
- 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 6 months ago
- 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 6 months ago
- 3ec2ff3 tty: make use of tty_get_{char,frame}_size by Jiri Slaby · 3 years, 7 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
- 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 8 months ago
- 86eb032 tty: synclink_gt: remove redundant initialization of variable count by Colin Ian King · 3 years, 9 months ago
- 88d8cb7 tty: synclink_gt: drop redundant tty-port initialisation by Johan Hovold · 3 years, 9 months ago
- b9b90fe tty: synclink_gt, drop unneeded forward declarations by Jiri Slaby · 3 years, 11 months ago
- 6c2e631 tty: do not check tty_unregister_driver's return value by Jiri Slaby · 3 years, 11 months ago
- 0bc1bd0 tty_port: drop last traces of low_latency by Jiri Slaby · 4 years ago
- 71b061e tty: synclink_gt: Demote one kernel-doc header and repair another by Lee Jones · 4 years, 2 months ago
- 68778ca tty: synclink_gt: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 5 months ago
- 87d03a9 tty: synclink, fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
- ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
- bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 446e768 tty: synclink_gt: Adjust indentation in several functions by Nathan Chancellor · 5 years ago
- bf22182 tty: synclink_gt: use true,false for bool variable by Zheng Bin · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 27230e5 synclink_gt(): fix compat_ioctl() by Al Viro · 6 years ago
- f82fc0f synclink: reduce pointless checks in ->ioctl() by Al Viro · 6 years ago
- 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- 0846b76 tty: synclink_gt: constify pci_device_id. by Arvind Yadav · 7 years ago
- 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
- ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 8 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 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
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- d41861c tty: Replace ASYNC_INITIALIZED 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
- 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
- 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
- 076fe303 tty: synclink_gt: Rename tty_driver_name by Peter Hurley · 9 years ago
- fef062c tty: Remove ASYNC_CLOSING checks in open()/hangup() methods by Peter Hurley · 9 years ago
- 3236133 tty: synclink_gt.c: move assignment out of if () block by Greg Kroah-Hartman · 10 years ago
- d54d779 synclink_gt: use pci_zalloc_consistent by Joe Perches · 10 years ago
- e359a4e tty: Remove tty_hung_up_p() tests from tty drivers' open() by Peter Hurley · 11 years ago
- b8c98ae tty: synclink: avoid sleep_on race by Arnd Bergmann · 11 years ago
- 5d8be15 TTY: synclink_gt: fix DTR being raised on hang up by Johan Hovold · 12 years ago
- 9fe8074 TTY: synclink: Convert + to | for bit operations by Joe Perches · 12 years ago
- cc5ab61 TTY: synclink, remove unneeded tests by Jiri Slaby · 12 years ago
- 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
- d6c53c0e TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
- 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
- a6b68a6 synclink fix ldisc buffer argument by Paul Fulghum · 12 years ago
- ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
- 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
- 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
- f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
- 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
- 89c8d91 tty: localise the lock by Alan Cox · 12 years ago
- adc8d74 tty: move the termios object into the tty by Alan Cox · 13 years ago
- 6d31a88 tty: revert incorrectly applied lock patch by Alan Cox · 13 years ago
- f5e3bcc tty: localise the lock by Alan Cox · 13 years ago
- f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 13 years ago
- d29f3ef tty_lock: Localise the lock by Alan Cox · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
- 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
- 5980c00 tty: fix comment typo in synclink_gt.c by Masanari Iida · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/synclink_gt.c]
- 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
- 9807224 drivers/char/synclink_gt.c: add extended sync feature by Paul Fulghum · 14 years ago
- ed77ed6 drivers/char/synclink_gt.c: fix information leak to userland by Vasiliy Kulikov · 14 years ago
- ffd7d6ba synclink_gt: fix per device locking by Paul Fulghum · 14 years ago
- 0587102 tty: icount changeover for other main devices by Alan Cox · 14 years ago
- 80d04f2 synclink: add mutex_unlock() on error path by Dan Carpenter · 14 years ago
- e142a31 tty: release BTM while sleeping in block_til_ready by Arnd Bergmann · 15 years ago
- a360fae synclink: reworking locking a bit by Alan Cox · 15 years ago
- f602501 synclink: kill the big kernel lock by Alan Cox · 15 years ago
- 7ea7c6d synclink: use ARRAY_SIZE by Kulikov Vasiliy · 15 years ago
- de538eb serial: synclink_gt: dropped transmit data bugfix by Paul Fulghum · 15 years ago
- 4c5d502 hdlc: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
- ce89294 synclink_gt: fix transmit race and timeout by Paul Fulghum · 16 years ago
- 5ba5a5d tty: synclink_gt add receive pio mode by Paul Fulghum · 16 years ago
- fcc8ac1 tty: Add carrier processing on close to the tty_port core by Alan Cox · 16 years ago
- 1f80769 synclink_gt: add clock options by Paul Fulghum · 16 years ago
- a18c56e proc tty: switch synclink_gt to ->proc_fops by Alexey Dobriyan · 16 years ago
- 991990a WAN: Convert generic HDLC drivers to netdev_ops. by Krzysztof Hałasa · 16 years ago
- a6b2f87 synclink_gt: enable RI interrupt by Paul Fulghum · 16 years ago
- a661499 tty: Introduce some close helpers for ports by Alan Cox · 16 years ago
- 5d951fb tty: Pull the dtr raise into tty port by Alan Cox · 16 years ago