aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-22s390/kasan: support preemptible kernel buildVasily Gorbik2-4/+9
2018-10-19s390/pkey: Load pkey kernel module automaticallyIngo Franzki1-1/+2
2018-10-19s390/perf: Return error when debug_register failsThomas Richter1-1/+5
2018-10-15s390/sthyi: Fix machine name validity indicationJanosch Frank1-3/+5
2018-10-15s390/zcrypt: fix broken zcrypt_send_cprb in-kernel api functionHarald Freudenberger1-1/+1
2018-10-11s390/vmalloc: fix VMALLOC_START calculationMikhail Zaslonko1-2/+2
2018-10-10s390/mem_detect: add missing includeHeiko Carstens1-0/+1
2018-10-10s390/dumpstack: print psw mask and address againHeiko Carstens1-1/+1
2018-10-10s390/crypto: Enhance paes cipher to accept variable length key materialIngo Franzki1-26/+37
2018-10-10s390/pkey: Introduce new API for transforming key blobsIngo Franzki3-0/+135
2018-10-10s390/pkey: Introduce new API for random protected key verificationIngo Franzki3-1/+83
2018-10-10s390/pkey: Add sysfs attributes to emit secure key blobsIngo Franzki1-0/+104
2018-10-10s390/pkey: Add sysfs attributes to emit protected key blobsIngo Franzki1-0/+127
2018-10-09s390/pkey: Define protected key blob formatIngo Franzki1-6/+27
2018-10-09s390/pkey: Introduce new API for random protected key generationIngo Franzki3-0/+73
2018-10-09s390/zcrypt: add ap_adapter_mask sysfs attributeHarald Freudenberger1-0/+16
2018-10-09s390/zcrypt: provide apfs failure code on type 86 error replyHarald Freudenberger2-1/+25
2018-10-09s390/zcrypt: zcrypt device driver cleanupHarald Freudenberger17-191/+117
2018-10-09s390/kasan: add support for mem= kernel parameterVasily Gorbik1-0/+3
2018-10-09s390/kasan: optimize kasan vmemmap allocationVasily Gorbik1-1/+2
2018-10-09s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik1-1/+18
2018-10-09s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2-1/+2
2018-10-09s390/mm: improve debugfs ptdump markers walkingVasily Gorbik1-1/+1
2018-10-09s390/mm: optimize debugfs ptdump kasan zero page walkingVasily Gorbik1-1/+34
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik5-7/+35
2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik3-2/+13
2018-10-09s390/kasan: enable stack and global variables access checksVasily Gorbik2-1/+6
2018-10-09s390/dumpstack: disable __dump_trace kasan instrumentationVasily Gorbik1-1/+1
2018-10-09s390/kasan: reipl and kexec supportVasily Gorbik4-3/+8
2018-10-09s390/smp: kasan stack instrumentation supportVasily Gorbik2-4/+4
2018-10-09compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik1-0/+7
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik6-5/+118
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik2-12/+14
2018-10-09s390/mm: add kasan shadow to the debugfs pgtable dumpVasily Gorbik1-6/+15
2018-10-09s390/kasan: avoid user access code instrumentationVasily Gorbik1-0/+4
2018-10-09s390/kasan: double the stack sizeVasily Gorbik2-1/+5
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik8-7/+343
2018-10-09s390: add pgd_page primitiveVasily Gorbik1-1/+10
2018-10-09s390: introduce MAX_PTRS_PER_P4DVasily Gorbik1-0/+2
2018-10-09s390/kasan: replace some memory functionsVasily Gorbik2-3/+30
2018-10-09s390/kasan: avoid instrumentation of early C codeVasily Gorbik4-0/+5
2018-10-09s390/kasan: avoid vdso instrumentationVasily Gorbik2-2/+4
2018-10-09s390/mm: add missing pfn_to_kaddr helperVasily Gorbik1-0/+1
2018-10-09s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik15-176/+355
2018-10-09s390/sclp: introduce sclp_early_get_hsa_sizeVasily Gorbik2-0/+12
2018-10-09s390/mem_detect: add info source debug printVasily Gorbik1-0/+17
2018-10-09s390/mem_detect: replace tprot loop with binary searchVasily Gorbik4-36/+20
2018-10-09s390/mem_detect: use SCLP info for continuous memory detectionVasily Gorbik2-2/+8
2018-10-09s390/mem_detect: introduce z/VM specific diag260 callVasily Gorbik2-0/+53
2018-10-09s390/mem_detect: introduce SCLP storage infoVasily Gorbik6-10/+74