aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/vmur.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-20s390/vmur: fix irq pointer dereference in int handlerSebastian Ott1-4/+5
2015-12-23new helpers: no_seek_end_llseek{,_size}()Al Viro1-14/+1
2014-01-22s390/vmur: Link parent CCW device during UR device creationHendrik Brueckner1-2/+2
2013-06-28treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2012-04-11[S390] s390/char/vmur.c: fix memory leakDennis Chen1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+1
2011-10-30[S390] fix mismatch in summation of I/O IRQ statisticsPeter Oberparleiter1-2/+1
2011-03-23[S390] ccw_driver: remove duplicate membersSebastian Ott1-2/+4
2011-01-05[S390] vmur: add support for irq statisticsHeiko Carstens1-0/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-07[S390] vmur: remove BKLMartin Schwidefsky1-3/+0
2009-09-11[S390] vmur: Invalid allocation sequence for vmur classMichael Holzheu1-9/+10
2009-06-22[S390] driver_data accessMartin Schwidefsky1-1/+1
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-8/+8
2009-06-16[S390] pm: vmur driver power management callbacksFrank Munzert1-1/+25
2009-06-15s390: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-8/+8
2008-12-25[S390] convert vmur printks to pr_xxx macros.Frank Munzert1-6/+9
2008-10-16device create: s390: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+2
2008-10-10[S390] bus_id -> dev_name conversionsKay Sievers1-3/+3
2008-07-21device create: s390: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+3
2008-07-17[S390] vmur: Fix return code handling.Frank Munzert1-5/+5
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-3/+9
2008-07-14[S390] cio: introduce fcx enabled scsw formatPeter Oberparleiter1-2/+3
2008-06-20drivers/s390: cdev lock_kernel() pushdownJonathan Corbet1-3/+9
2008-04-17[S390] vmur: Use wait queue instead of mutex to serialize openFrank Munzert1-7/+17
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2007-08-22[S390] vmur: fix reference counting for vmur device structureMichael Holzheu1-58/+160
2007-08-22[S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu1-28/+4
2007-08-10[S390] vmur: diag14 only works with buffers below 2GBMichael Holzheu1-36/+70
2007-08-10[S390] vmur: add "top of queue" sanity check for reader openMichael Holzheu1-1/+6
2007-08-10[S390] vmur: reject open on z/VM reader files with status HOLDMichael Holzheu1-1/+3
2007-08-10[S390] vmur: use DECLARE_COMPLETION_ONSTACK to keep lockdep happyHeiko Carstens1-1/+1
2007-08-10[S390] vmur: allocate single record buffers instead of one big data bufferMichael Holzheu1-38/+37
2007-07-27[S390] vmur: fix diag14_read.Frank Munzert1-1/+1
2007-07-17[S390] z/VM unit record device driverFrank Munzert1-0/+906