summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-2384-739/+2131
|\
| * s390/kasan: support preemptible kernel buildVasily Gorbik2018-10-222-4/+9
| * s390/perf: Return error when debug_register failsThomas Richter2018-10-191-1/+5
| * s390/sthyi: Fix machine name validity indicationJanosch Frank2018-10-151-3/+5
| * s390/vmalloc: fix VMALLOC_START calculationMikhail Zaslonko2018-10-111-2/+2
| * s390/mem_detect: add missing includeHeiko Carstens2018-10-101-0/+1
| * s390/dumpstack: print psw mask and address againHeiko Carstens2018-10-101-1/+1
| * s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki2018-10-101-26/+37
| * s390/pkey: Introduce new API for transforming key blobsIngo Franzki2018-10-102-0/+25
| * s390/pkey: Introduce new API for random protected key verificationIngo Franzki2018-10-102-0/+17
| * s390/pkey: Introduce new API for random protected key generationIngo Franzki2018-10-092-0/+18
| * s390/zcrypt: zcrypt device driver cleanupHarald Freudenberger2018-10-091-2/+2
| * s390/kasan: add support for mem= kernel parameterVasily Gorbik2018-10-091-0/+3
| * s390/kasan: optimize kasan vmemmap allocationVasily Gorbik2018-10-091-1/+2
| * s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik2018-10-091-1/+18
| * s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2018-10-092-1/+2
| * s390/mm: improve debugfs ptdump markers walkingVasily Gorbik2018-10-091-1/+1
| * s390/mm: optimize debugfs ptdump kasan zero page walkingVasily Gorbik2018-10-091-1/+34
| * s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-094-7/+26
| * s390/kasan: free early identity mapping structuresVasily Gorbik2018-10-093-2/+13
| * s390/kasan: enable stack and global variables access checksVasily Gorbik2018-10-092-1/+6
| * s390/dumpstack: disable __dump_trace kasan instrumentationVasily Gorbik2018-10-091-1/+1
| * s390/kasan: reipl and kexec supportVasily Gorbik2018-10-094-3/+8
| * s390/smp: kasan stack instrumentation supportVasily Gorbik2018-10-092-4/+4
| * s390/kasan: use noexec and large pagesVasily Gorbik2018-10-096-5/+118
| * s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik2018-10-092-12/+14
| * s390/mm: add kasan shadow to the debugfs pgtable dumpVasily Gorbik2018-10-091-6/+15
| * s390/kasan: avoid user access code instrumentationVasily Gorbik2018-10-091-0/+4
| * s390/kasan: double the stack sizeVasily Gorbik2018-10-092-1/+5
| * s390/kasan: add initialization code and enable itVasily Gorbik2018-10-098-7/+343
| * s390: add pgd_page primitiveVasily Gorbik2018-10-091-1/+10
| * s390: introduce MAX_PTRS_PER_P4DVasily Gorbik2018-10-091-0/+2
| * s390/kasan: replace some memory functionsVasily Gorbik2018-10-092-3/+30
| * s390/kasan: avoid instrumentation of early C codeVasily Gorbik2018-10-093-0/+4
| * s390/kasan: avoid vdso instrumentationVasily Gorbik2018-10-092-2/+4
| * s390/mm: add missing pfn_to_kaddr helperVasily Gorbik2018-10-091-0/+1
| * s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-0915-176/+355
| * s390/sclp: introduce sclp_early_get_hsa_sizeVasily Gorbik2018-10-091-0/+1
| * s390/mem_detect: add info source debug printVasily Gorbik2018-10-091-0/+17
| * s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-093-34/+19Star
| * s390/mem_detect: use SCLP info for continuous memory detectionVasily Gorbik2018-10-092-2/+8
| * s390/mem_detect: introduce z/VM specific diag260 callVasily Gorbik2018-10-092-0/+53
| * s390/mem_detect: introduce SCLP storage infoVasily Gorbik2018-10-093-0/+10
| * s390: introduce .boot.data section compile time validationVasily Gorbik2018-10-092-2/+19
| * s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-0910-69/+260
| * s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-092-0/+2
| * s390: introduce .boot.data sectionVasily Gorbik2018-10-096-4/+56
| * s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik2018-10-094-24/+14Star
| * s390: rescue initrd as early as possibleVasily Gorbik2018-10-095-38/+40
| * s390/decompressor: get rid of .bss usageVasily Gorbik2018-10-092-13/+6Star