summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_iucv.c
Commit message (Expand)AuthorAgeFilesLines
* tty: hvc-iucv: Make use of iucv_alloc_device()Heiko Carstens2024-05-141-13/+2
* tty: hvc-iucv: fix function pointer castsArnd Bergmann2024-02-171-1/+5
* tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-9/+9
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-3/+3
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
* tty: hvc: remove HVC_IUCV_MAGICнаб2022-09-221-6/+5
* tty: hvc: fix return value of __setup handlerRandy Dunlap2022-03-181-1/+3
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+0
|\
| * tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-131-2/+0
* | s390/hvc_iucv: Remove power management supportJulian Wiedmann2021-06-181-51/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/iucv: do not use arrays as argumentUrsula Braun2015-09-211-5/+5
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner2015-01-221-7/+24
* s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner2014-01-221-7/+26
* s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner2014-01-221-0/+68
* s390/hvc_iucv: fix sparse warningHendrik Brueckner2014-01-221-1/+1
* tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner2013-10-281-2/+1
* tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner2013-07-241-13/+51
* tty: replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-031-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-131-0/+1337