summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* init: add arch_call_rest_init to allow stack switchingMartin Schwidefsky2018-10-092-2/+9
* s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-17/+21
* s390/monwriter: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-13/+20
* s390/hypfs: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-19/+23
* s390/appldata: do not use stack buffers for hardware dataMartin Schwidefsky2018-10-091-12/+23
* s390/appldata: pass parameter list pointer to appldata_asmMartin Schwidefsky2018-10-093-11/+16
* s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann2018-10-082-0/+32
* s390/zcrypt: multiple zcrypt device nodes supportHarald Freudenberger2018-10-086-63/+663
* s390/qdio: clean up AOB handlingJulian Wiedmann2018-09-203-16/+2
* s390: clean up stacks setupVasily Gorbik2018-09-205-12/+9
* s390/vdso: correct CFI annotations of vDSO functionsVasily Gorbik2018-09-204-23/+27
* s390/vdso: avoid 64-bit vdso mapping for compat tasksVasily Gorbik2018-09-203-3/+8
* s390/zcrypt: enable AP bus scan without a valid default domainHalil Pasic2018-09-201-12/+6
* s390: add initial 64-bit restart PSWMartin Schwidefsky2018-09-201-0/+3
* s390/tape: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-201-1/+1
* s390: vmlogrdr: Use ARRAY_SIZE instead of reimplementing its functionzhong jiang2018-09-201-1/+1
* s390/zcrypt: Use kmemdup to replace kmalloc + memcpyzhong jiang2018-09-201-6/+3
* s390/sclp: Allow to request adapter resetJan Höppner2018-09-202-2/+9
* s390/dasd: remove unnecessary condition checkChengguang Xu2018-09-201-4/+2
* s390/hibernate: fix error handling when suspend cpu != resume cpuGerald Schaefer2018-09-204-10/+14
* Merge tag 'mtd/fixes-for-4.19-rc5' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2018-09-204-5/+36
|\
| * mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon2018-09-181-3/+23
| * mtd: partitions: fix unbalanced of_node_get/put()Miquel Raynal2018-09-171-1/+4