aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Gorbik3-0/+4
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 Gorbik1-0/+1
2018-10-09s390/mem_detect: add info source debug printVasily Gorbik1-0/+17
2018-10-09s390/mem_detect: replace tprot loop with binary searchVasily Gorbik3-34/+19
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 Gorbik3-0/+10
2018-10-09s390: introduce .boot.data section compile time validationVasily Gorbik2-2/+19
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik10-69/+260
2018-10-09s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2-0/+2
2018-10-09s390: introduce .boot.data sectionVasily Gorbik6-4/+56
2018-10-09s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik4-24/+14
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik5-38/+40
2018-10-09s390/decompressor: get rid of .bss usageVasily Gorbik2-13/+6
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik7-56/+61
2018-10-09s390: remove decompressor's head.SVasily Gorbik8-64/+43
2018-10-09s390: unify stack size definitionsVasily Gorbik6-21/+16
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky16-88/+225
2018-10-09s390: add stack switch helperMartin Schwidefsky2-9/+50
2018-10-09s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky1-17/+21
2018-10-09s390/hypfs: do not use stack buffers for hardware dataMartin Schwidefsky1-19/+23
2018-10-09s390/appldata: do not use stack buffers for hardware dataMartin Schwidefsky1-12/+23
2018-10-09s390/appldata: pass parameter list pointer to appldata_asmMartin Schwidefsky2-10/+13
2018-10-08s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann1-0/+2
2018-10-08s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger2-4/+18
2018-09-20s390/qdio: clean up AOB handlingJulian Wiedmann1-2/+0
2018-09-20s390: clean up stacks setupVasily Gorbik5-12/+9
2018-09-20s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik4-23/+27
2018-09-20s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik3-3/+8
2018-09-20s390: add initial 64-bit restart PSWMartin Schwidefsky1-0/+3
2018-09-20s390/sclp: Allow to request adapter resetJan Höppner1-0/+1
2018-09-20s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer3-7/+6
2018-09-13Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2018-09-04KVM: s390: Properly lock mm context allow_gmap_hpage_1m settingJanosch Frank2-1/+9
2018-09-04KVM: s390: vsie: copy wrapping keys to right placePierre Morel1-1/+2
2018-09-04KVM: s390: Fix pfmf and conditional skey emulationJanosch Frank1-12/+18
2018-09-04s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki1-1/+1
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-90/+80
2018-08-23s390: ebcdic: convert comments to UTF-8Arnd Bergmann1-18/+18
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-1/+1
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-08-21s390: remove gcc version check (4.3 or newer)Heiko Carstens1-8/+0