summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/diag.h
Commit message (Collapse)AuthorAgeFilesLines
* [S390] replace diag10() with diag10_range() functionMichael Holzheu2011-05-101-2/+15
| | | | | | | | | | | | | Currently the diag10() function can only release one page. For exploiters that have to call diag10 on a contiguous memory region this is suboptimal. This patch replaces the diag10() function with diag10_range() that is able to release multiple pages. In addition to that the new function now allows to release memory with addresses higher than 2047 MiB. This was due to a restriction of the diagnose implementation under z/VM prior to release 5.2. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky2008-08-011-0/+39
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>