summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/sclp: remove call home supportHeiko Carstens2019-06-194-227/+0
* s390: replace defconfig with performance_defconfigHeiko Carstens2019-06-192-768/+514
* Update default configurationMartin Schwidefsky2019-06-153-3/+8
* processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-155-13/+9
* s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-155-13/+25
* processor: remove spin_cpu_yieldHeiko Carstens2019-06-152-11/+0
* s390/traps: simplify data exception handlerVasily Gorbik2019-06-151-8/+2
* virtio/s390: make airq summary indicators DMAHalil Pasic2019-06-151-8/+24
* virtio/s390: use DMA memory for ccw I/O and classic notifiersHalil Pasic2019-06-151-80/+89
* virtio/s390: add indirection to indicators accessHalil Pasic2019-06-151-15/+25
* virtio/s390: use cacheline aligned airq bit vectorsHalil Pasic2019-06-151-1/+2
* s390/airq: use DMA memory for adapter interruptsHalil Pasic2019-06-154-14/+28
* s390/cio: add basic protected virtualization supportHalil Pasic2019-06-1510-83/+164
* s390/cio: introduce DMA pools to cioHalil Pasic2019-06-153-4/+141
* s390/mm: force swiotlb for protected virtualizationHalil Pasic2019-06-153-0/+68
* s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-153-3/+3
* s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-2/+2
* s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-1/+1
* s390/pkey: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-4/+4
* s390/kdump: get rid of compile warningHeiko Carstens2019-06-111-1/+2
* RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik2019-06-111-1/+1
* s390: include/asm/debug.h add kerneldoc markupsMauro Carvalho Chehab2019-06-112-671/+232
* docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-1121-2262/+3118
* docs: Debugging390.txt: convert table to ascii artworkMauro Carvalho Chehab2019-06-111-90/+120
* s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann2019-06-071-0/+1
* s390/jump_label: remove unused structure definitionHeiko Carstens2019-06-071-5/+0
* s390/boot: disable address-of-packed-member warningHeiko Carstens2019-06-071-0/+1
* s390/cio: fix kdoc for tiqdio_thinint_handlerSebastian Ott2019-06-071-0/+1
* s390/zcrypt: support special flagged EP11 cprbsHarald Freudenberger2019-06-071-0/+4
* s390: fix unrecognized __aligned() in uapi headerMasahiro Yamada2019-06-071-1/+1
* s390/configs: remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2019-06-072-2/+0
* s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens2019-06-073-29/+0
* s390: enforce CONFIG_SMPHeiko Carstens2019-06-0712-95/+7
* Merge tag 'vfio-ccw-20190603' of https://git.kernel.org/pub/scm/linux/kernel/...Heiko Carstens2019-06-042-46/+119
|\
| * s390/cio: Remove vfio-ccw checks of command codesEric Farman2019-06-031-6/+5
| * s390/cio: Allow zero-length CCWs in vfio-ccwEric Farman2019-06-031-18/+12
| * s390/cio: Don't pin vfio pages for empty transfersEric Farman2019-06-031-5/+50
| * s390/cio: Initialize the host addresses in pfn_arrayEric Farman2019-06-031-1/+4
| * s390/cio: Split pfn_array_alloc_pin into piecesEric Farman2019-06-031-18/+46
| * s390/cio: Set vfio-ccw FSM state before ioeventfdEric Farman2019-06-031-3/+3
| * s390/cio: Update SCSW if it points to the end of the chainEric Farman2019-06-031-1/+5
* | s390/disassembler: update opcode tableMartin Schwidefsky2019-06-042-10/+46
* | s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personalityAlexandre Ghiti2019-06-041-2/+0
* | s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-06-044-14/+13
* | s390/purgatory: update .gitignoreMasahiro Yamada2019-06-041-1/+2
* | s390: drop meaningless 'targets' from tools MakefileMasahiro Yamada2019-06-041-1/+0
* | s390: drop redundant directory creation from tools MakefileMasahiro Yamada2019-06-041-3/+0
* | s390: drop unneeded -Wall addition from tools MakefileMasahiro Yamada2019-06-041-2/+1
* | s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.cMasahiro Yamada2019-06-041-1/+1
* | s390/idal: use struct_size() in kmalloc()xiaolinkui2019-06-041-2/+1