aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/rocket.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Merge 5.7-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-11/+14
2020-04-23tty: rocket, remove unneeded variableGravatar Jiri Slaby 1-6/+4
2020-04-23tty: rocket, avoid OOB accessGravatar Jiri Slaby 1-11/+14
2019-11-04tty: rocket: reduce stack usageGravatar Sudip Mukherjee 1-13/+19
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-4/+10
2019-05-06tty: rocket: fix incorrect forward declaration of 'rp_init()'Gravatar Linus Torvalds 1-1/+1
2019-04-25tty: rocket: deprecate the rp_ioctlGravatar Fuqian Huang 1-0/+10
2019-04-25tty: rocket: Remove RCPK_GET_STRUCT ioctlGravatar Fuqian Huang 1-4/+0
2018-08-02tty: rocket: Fix possible buffer overwrite on register_PCIGravatar Anton Vasilyev 1-1/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-14/+1
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-06-13tty: rocket: drop broken alt-speed supportGravatar Johan Hovold 1-21/+6
2017-04-20Annotate hardware config module parameters in drivers/tty/Gravatar David Howells 1-5/+5
2016-11-10tty: rocket: fix invalid user-pointer checksGravatar Johan Hovold 1-4/+0
2016-04-30TTY: add __init attributeGravatar Julia Lawall 1-1/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-5/+5
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-2/+3
2016-01-28tty: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-1/+1
2016-01-28tty: Use termios c_*flag macrosGravatar Peter Hurley 1-4/+4
2016-01-28tty: rocket: Remove private close_waitGravatar Peter Hurley 1-2/+0
2016-01-27tty: Remove chars_in_buffer() line discipline methodGravatar Peter Hurley 1-4/+2
2015-10-17tty: Remove tty_port::close_waitGravatar Peter Hurley 1-1/+0
2015-10-17tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsGravatar Peter Hurley 1-12/+0
2015-01-09TTY: fix misspelling of current function in stringGravatar Julia Lawall 1-2/+2
2013-12-08tty: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-05-20TTY: rocket, fix more no-PCI warningsGravatar Jiri Slaby 1-147/+141
2013-04-15TTY: rocket, fix compilation warningGravatar Jiri Slaby 1-19/+21
2013-03-18TTY: cleanup tty->hw_stopped usesGravatar Jiri Slaby 1-11/+8
2013-03-18TTY: add tty_port_tty_hangup helperGravatar Jiri Slaby 1-6/+1
2013-01-17tty: rocket: Explicitly list supported PCI IDsGravatar Kevin Cernekee 1-3/+25
2013-01-15tty: add parenthesis to macro POLL_PERIOD in rocket.cGravatar Cong Ding 1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-14/+11
2013-01-15TTY: switch tty_insert_flip_charGravatar Jiri Slaby 1-1/+2
2013-01-15TTY: convert more flipping functionsGravatar Jiri Slaby 1-1/+1
2012-11-21tty: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-0/+2
2012-08-13TTY: use tty_port_register_deviceGravatar Jiri Slaby 1-2/+2
2012-07-16tty: move the termios object into the ttyGravatar Alan Cox 1-9/+9
2012-03-08TTY: remove unneeded tty->index checksGravatar Jiri Slaby 1-3/+3
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-04-19TTY: rocket, remove unused variablesGravatar Jiri Slaby 1-47/+0
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-2/+2
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+3199