aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/vmlogrdr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-3/+2
* [S390] Fix sparse warnings.Heiko Carstens2006-07-121-3/+3
* [PATCH] s390: kzalloc() conversion in drivers/s390Eric Sesterhenn2006-03-241-2/+1
* [PATCH] arguments out of order in class_device_create() call (s390)Al Viro2005-10-291-1/+1
* [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-0/+1
* [PATCH] s390: add vmcp interfaceChristian Borntraeger2005-06-251-5/+5
* [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update d...Yani Ioannou2005-06-201-6/+6
* [PATCH] class: convert drivers/* to use the new class api instead of class_si...gregkh@suse.de2005-06-201-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+920