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
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2014-07-11tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2013-12-21tty: an overflow of multiplication in drivers/tty/cyclades.cQixue Xiao
2013-03-19TTY: add tty_port_tty_hangup helperJiri Slaby
2013-01-16cyclades: push down tty_port_tty_getJiri 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
2013-01-16TTY: switch tty_buffer_request_room to tty_portJiri 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-09-06serial: add a new helper functionHuang Shijie
2012-08-14TTY: use tty_port_register_deviceJiri Slaby
2012-08-10tty: localise the lockAlan Cox
2012-07-17tty: move the termios object into the ttyAlan Cox
2012-07-16tty: revert incorrectly applied lock patchAlan Cox
2012-07-07tty: localise the lockAlan Cox
2012-06-13TTY: cyclades, add local pointer for cardJiri Slaby
2012-06-03tty: Revert the tty locking series, it needs more workLinus Torvalds
2012-05-05tty_lock: Localise the lockAlan Cox
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-03-08tty: cyclades: TIOCSERGETLSR should should store to a uintDan Carpenter
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-08-23TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby
2011-05-27Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-04-20tty: remove invalid location line in file headerJovi Zhang
2011-04-20Char: cyclades, fix unused variableJiri Slaby
2011-04-19cyclades: Drop __TIME__ usageMichal Marek
2011-02-23tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman