summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/pkey: Define protected key blob formatIngo Franzki2018-10-091-6/+27
* s390/pkey: Introduce new API for random protected key generationIngo Franzki2018-10-093-0/+73
* s390/zcrypt: add ap_adapter_mask sysfs attributeHarald Freudenberger2018-10-091-0/+16
* s390/zcrypt: provide apfs failure code on type 86 error replyHarald Freudenberger2018-10-092-1/+25
* s390/zcrypt: zcrypt device driver cleanupHarald Freudenberger2018-10-0917-191/+117
* 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-095-7/+35
* 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
* compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik2018-10-091-0/+7
* 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-094-0/+5
* 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-092-0/+12
* s390/mem_detect: add info source debug printVasily Gorbik2018-10-091-0/+17
* s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-094-36/+20
* 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-096-10/+74
* 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-0911-69/+277
* s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-095-64/+81
* s390: introduce .boot.data sectionVasily Gorbik2018-10-096-4/+56
* s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik2018-10-094-24/+14
* s390: rescue initrd as early as possibleVasily Gorbik2018-10-095-38/+40
* s390/sclp: simplify early hsa_size detectionVasily Gorbik2018-10-091-57/+3
* s390/decompressor: get rid of .bss usageVasily Gorbik2018-10-092-13/+6
* s390/decompressor: rework uncompressed image info collectionVasily Gorbik2018-10-097-56/+61
* s390: remove decompressor's head.SVasily Gorbik2018-10-098-64/+43
* s390: unify stack size definitionsVasily Gorbik2018-10-096-21/+16
* s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-0916-88/+225
* s390: add stack switch helperMartin Schwidefsky2018-10-092-9/+50