aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvc_iucv.c
AgeCommit message (Expand)AuthorFilesLines
9 daystty: hvc-iucv: Make use of iucv_alloc_device()Heiko Carstens1-13/+2
2024-02-17tty: hvc-iucv: fix function pointer castsArnd Bergmann1-1/+5
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)1-9/+9
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-3/+3
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-2/+2
2022-09-22tty: hvc: remove HVC_IUCV_MAGICнаб1-6/+5
2022-03-18tty: hvc: fix return value of __setup handlerRandy Dunlap1-1/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+0
2021-06-18s390/hvc_iucv: Remove power management supportJulian Wiedmann1-51/+0
2021-05-13tty: hvc_iucv: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-21s390/iucv: do not use arrays as argumentUrsula Braun1-5/+5
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-01-22s390/hvc_iucv: add simple wildcard matches to the iucv allow filterHendrik Brueckner1-7/+24
2014-01-22s390/hvc_iucv: Automatically assign free HVC terminal devicesHendrik Brueckner1-7/+26
2014-01-22s390/hvc_iucv: Display connection details through device attributesHendrik Brueckner1-0/+68
2014-01-22s390/hvc_iucv: fix sparse warningHendrik Brueckner1-1/+1
2013-10-28tty/hvc_iucv: remove redundant NULL checkHendrik Brueckner1-2/+1
2013-07-24tty/hvc_iucv: Disconnect IUCV connection when lowering DTRHendrik Brueckner1-13/+51
2013-06-03tty: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman1-0/+1337