Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-25tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2021-09-14tty: moxa: merge moxa.h into moxa.cJiri Slaby
2021-08-26tty: moxa: use semi-colons instead of commasDan Carpenter
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-07tty: moxa: fix TIOCSSERIAL implementationJohan Hovold
2021-04-07tty: moxa: fix TIOCSSERIAL permission checkJohan Hovold
2021-04-07tty: moxa: fix TIOCSSERIAL jiffies conversionsJohan Hovold
2021-03-10tty: do not check tty_unregister_driver's return valueJiri Slaby
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2018-10-13moxa: switch to ->[sg]et_serial()Al Viro
2017-11-28tty: moxa: Add support for CMSPARLars Kanis
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-14Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-07-30tty: moxa: constify pci_device_id.Arvind Yadav
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2015-12-14tty: Remove unused SERIAL_DO_RESTART definePeter Hurley
2014-09-09TTY: fix decimal printf format specifiers prefixed with 0xHans Wennborg
2013-03-19TTY: add tty_port_tty_hangup helperJiri Slaby
2013-01-16TTY: switch tty_schedule_flipJiri Slaby
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby
2013-01-16TTY: convert more flipping functionsJiri Slaby
2012-11-22tty: remove use of __devexitBill Pemberton
2012-11-22tty: remove use of __devinitBill Pemberton
2012-11-22tty: remove use of __devexit_pBill Pemberton
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-11-16moxa: dcd handling of CLOCAL is backwardsAlan Cox
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter
2012-08-16drivers/tty/moxa.c: fix error return codeJulia Lawall
2012-08-14TTY: moxa, convert to dynamic deviceJiri Slaby
2012-07-17tty: move the termios object into the ttyAlan Cox
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-09tty: moxa: fix bit test in moxa_start()Dan Carpenter
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2011-07-02drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies
2011-04-30drivers/tty/moxa.c: Put correct tty valueJulia Lawall
2011-04-26Char: moxa, fix locking in moxa_writeJiri Slaby
2011-04-20Char: moxa, do not touch NORMAL_ACTIVE bitJiri Slaby
2011-04-20Char: moxa, remove unused variablesJiri Slaby
2011-02-23tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman