aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/vmcp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-06s390/vmcp: use page_to_virt instead of page_to_physHeiko Carstens1-2/+2
2019-08-26s390/vmcp: correct early_param handlingVasily Gorbik1-0/+2
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski1-1/+1
2018-04-19compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29s390/vmcp: simplify vmcp_response_free()Heiko Carstens1-3/+2
2017-08-09s390/vmcp: simplify vmcp_ioctl()Heiko Carstens1-14/+12
2017-08-09s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: split vmcp header file and move to uapiHeiko Carstens1-1/+10
2017-08-09s390/vmcp: make use of contiguous memory allocatorHeiko Carstens1-8/+66
2017-08-09s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens1-1/+1
2017-08-09s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens1-1/+3
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-8/+3
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-0/+1
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-3/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-23drivers/s390: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-05-17[S390] vmcp: disallow modular buildHeiko Carstens1-30/+8
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
2010-01-13[S390] vmcp: add missing compat ptr conversionHeiko Carstens1-3/+9
2008-12-25[S390] convert vmcp printks to pr_xxx macros.Christian Borntraeger1-3/+5
2008-12-25[S390] vmcp: remove BKLChristian Borntraeger1-3/+0
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds1-0/+4
2008-07-14[S390] Cleanup vmcp printk messages.Christian Borntraeger1-10/+5
2008-07-14[S390] s390/vmcp: use simple_read_from_buffer()Akinobu Mita1-14/+8
2008-07-02vmcp: BKL pushdownArnd Bergmann1-0/+4
2007-07-17[S390] vmcp cleanupChristian Borntraeger1-38/+51
2007-07-10[S390] vmcp cleanupRobert P. J. Day1-7/+6
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2007-01-09[S390] locking problem with __cpcmd.Christian Borntraeger1-1/+1
2006-09-20[S390] fix typo in vmcp.Christian Borntraeger1-1/+1
2005-11-07[PATCH] s390: fix memory leak in vmcpChristian Borntraeger1-1/+3
2005-07-27[PATCH] s390: use __cpcmd in vmcp_writeChristian Borntraeger1-3/+3
2005-06-25[PATCH] s390: debug feature changesMichael Holzheu1-1/+1
2005-06-25[PATCH] s390: add vmcp interfaceChristian Borntraeger1-0/+219