summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/vmlogrdr.c
Commit message (Expand)AuthorAgeFilesLines
* s390/vmlogrdr: Make use of iucv_alloc_device()Heiko Carstens2024-05-141-17/+3
* s390/vmlogrdr: make vmlogrdr_class constantRicardo B. Marliere2024-03-131-10/+8
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* s390/vmlogrdr: Remove power management supportPeter Oberparleiter2021-06-181-24/+0
* s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-201-1/+1
* s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman2017-11-241-0/+1
* s390/char: fix cdev_add usageJean Delvare2017-09-281-2/+1
* s390: drivers: convert to use DRIVER_ATTR_RO/WOGreg Kroah-Hartman2017-06-121-5/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390/vmlogrdr: fix IUCV buffer allocationGerald Schaefer2016-12-121-1/+1
* s390: Use pr_warn instead of pr_warningJoe Perches2016-03-071-4/+2
* s390/iucv: do not use arrays as argumentUrsula Braun2015-09-211-4/+4
* [s390] remove pointless assignment of ->f_op in vmlogrdr ->open()Al Viro2014-10-091-1/+0
* s390: avoid format strings leaking into namesKees Cook2014-06-111-1/+1
* s390/vmlogrdr: fix array access in vmlogrdr_open()Heiko Carstens2013-10-151-1/+1
* s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPPHeiko Carstens2012-09-261-1/+1
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+0
* s390/vmlogrdr: cleanup driver attribute usageSebastian Ott2012-06-051-12/+13
* s390/vmlogrdr: cleanup device attribute usageSebastian Ott2012-06-051-11/+8
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* [S390] vmlogrdr: purge after recording is switched offStefan Weinhuber2010-11-101-12/+24
* [S390] drivers/s390/char: Use static const char arraysJoe Perches2010-10-251-2/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* [S390] vmlogrdr: remove BKLMartin Schwidefsky2009-12-071-6/+2
* [S390] proper use of device registerSebastian Ott2009-09-111-1/+3
* [S390] driver_data accessMartin Schwidefsky2009-06-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-161-6/+6
|\
| * s390: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-6/+6
* | [S390] pm: vmlogrdr power management callbacksStefan Weinhuber2009-06-161-1/+26
|/
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-2/+2
* [S390] convert vmlogrdr printks to pr_xxx macros.Martin Schwidefsky2008-12-251-13/+13
* device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-4/+4
* [S390] bus_id -> dev_set_name() changesCornelia Huck2008-10-101-2/+1
* [S390] bus_id -> dev_name conversionsKay Sievers2008-10-101-1/+1
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-1/+7
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-5/+4
| |\
| * | drivers/s390: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+7
* | | [S390] Cleanup vmlogrdr printk messages.Martin Schwidefsky2008-07-141-26/+3
| |/ |/|
* | s390: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+4
|/
* [S390] vmlogrdr: module initialization function should return negative errorsMarcin Slusarz2008-05-151-1/+1
* [S390] drivers/s390: Add missing "space"Joe Perches2008-01-261-1/+1
* [S390] struct class_device -> struct device conversion.Cornelia Huck2007-10-221-9/+6
* [S390] vmlogrdr function annotation.Christian Borntraeger2007-07-101-2/+2
* [S390] SPIN_LOCK_UNLOCKED cleanup in drivers/s390Milind Arun Choudhary2007-04-271-3/+3
* [S390] vmlogrdr: stop IUCV connection in vmlogrdr_release.Ursula Braun2007-04-271-0/+3
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [S390]: Adapt vmlogrdr driver to new IUCV APIMartin Schwidefsky2007-02-081-152/+127