summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/vmcp.c
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: make virt_to_pfn() a static inlineLinus Walleij2023-08-161-1/+1
* s390/vmcp: use page_to_virt instead of page_to_physHeiko Carstens2021-12-061-2/+2
* s390/vmcp: correct early_param handlingVasily Gorbik2019-08-261-0/+2
* mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
* compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* s390/vmcp: simplify vmcp_response_free()Heiko Carstens2017-08-291-3/+2
* s390/vmcp: simplify vmcp_ioctl()Heiko Carstens2017-08-091-14/+12
* s390/vmcp: return -ENOTTY for unknown ioctl commandsHeiko Carstens2017-08-091-1/+1
* s390/vmcp: split vmcp header file and move to uapiHeiko Carstens2017-08-091-1/+10
* s390/vmcp: make use of contiguous memory allocatorHeiko Carstens2017-08-091-8/+66
* s390/cpcmd,vmcp: avoid GFP_DMA allocationsHeiko Carstens2017-08-091-1/+1
* s390/vmcp: fix uaccess check and avoid undefined behaviorHeiko Carstens2017-08-091-1/+3
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* convert a bunch of open-coded instances of memdup_user_nul()Al Viro2016-01-041-8/+3
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-1/+1
* compat: fix compile breakage on s390Heiko Carstens2012-02-271-0/+1
* s390: add missing module.h/export.h includesHeiko Carstens2011-10-311-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-3/+3
|\
| * drivers/s390: Remove unnecessary casts of private_dataJoe Perches2010-09-231-3/+3
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* [S390] vmcp: disallow modular buildHeiko Carstens2010-05-171-30/+8
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [S390] vmcp: add missing compat ptr conversionHeiko Carstens2010-01-131-3/+9
* [S390] convert vmcp printks to pr_xxx macros.Christian Borntraeger2008-12-251-3/+5
* [S390] vmcp: remove BKLChristian Borntraeger2008-12-251-3/+0
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-0/+4
|\
| * vmcp: BKL pushdownArnd Bergmann2008-07-021-0/+4
* | [S390] Cleanup vmcp printk messages.Christian Borntraeger2008-07-141-10/+5
* | [S390] s390/vmcp: use simple_read_from_buffer()Akinobu Mita2008-07-141-14/+8
|/
* [S390] vmcp cleanupChristian Borntraeger2007-07-171-38/+51
* [S390] vmcp cleanupRobert P. J. Day2007-07-101-7/+6
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [S390] locking problem with __cpcmd.Christian Borntraeger2007-01-091-1/+1
* [S390] fix typo in vmcp.Christian Borntraeger2006-09-201-1/+1
* [PATCH] s390: fix memory leak in vmcpChristian Borntraeger2005-11-071-1/+3
* [PATCH] s390: use __cpcmd in vmcp_writeChristian Borntraeger2005-07-271-3/+3
* [PATCH] s390: debug feature changesMichael Holzheu2005-06-251-1/+1
* [PATCH] s390: add vmcp interfaceChristian Borntraeger2005-06-251-0/+219