aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/monwriter.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-10-20s390: char: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-10-24s390/monwriter: fix smatch warning for strcpy()Gerald Schaefer1-1/+1
2011-05-23[S390] monwriter: fix return code handlingHeiko Carstens1-2/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-08-09s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita1-1/+1
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-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-07[S390] monwriter: remove lock_kernel() from open() functionGerald Schaefer1-3/+4
2009-06-16[S390] pm: monwriter power management callbacks.Gerald Schaefer1-6/+92
2008-12-25[S390] convert monwriter printks to pr_xxx macros.Melissa Howland1-1/+4
2008-07-02monwriter: BKL pushdownArnd Bergmann1-0/+3
2008-01-26[S390] drivers/s390: Add missing "space"Joe Perches1-1/+1
2007-08-10[S390] monwriter: Serialization bug for multithreaded applications.Melissa Howland1-0/+6
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-02-05[S390] Avoid excessive inlining.Heiko Carstens1-2/+2
2006-12-28[S390] Change max. buffer size for monwriter device.Melissa Howland1-1/+1
2006-10-18[S390] monwriter find header logic.Melissa Howland1-4/+10
2006-10-11[S390] monwriter kzalloc size.Melissa Howland1-1/+1
2006-10-06[S390] monwriter buffer limit.Melissa Howland1-5/+5
2006-09-20[S390] Linux API for writing z/VM APPLDATA Monitor records.Melissa Howland1-0/+292