aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/virtio (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17s390/cio: Use generalized CCW handler in cp_init()Eric Farman1-23/+4
2019-06-17s390/cio: Generalize the TIC handlerEric Farman1-5/+6
2019-06-17s390/cio: Refactor the routine that handles TIC CCWsEric Farman1-4/+4
2019-06-17s390/cio: Squash cp_free() and cp_unpin_free()Eric Farman1-20/+16
2019-06-15Update default configurationMartin Schwidefsky3-3/+8
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens5-13/+9
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky5-13/+25
2019-06-15processor: remove spin_cpu_yieldHeiko Carstens2-11/+0
2019-06-15s390/traps: simplify data exception handlerVasily Gorbik1-8/+2
2019-06-15virtio/s390: make airq summary indicators DMAHalil Pasic1-8/+24
2019-06-15virtio/s390: use DMA memory for ccw I/O and classic notifiersHalil Pasic1-80/+89
2019-06-15virtio/s390: add indirection to indicators accessHalil Pasic1-15/+25
2019-06-15virtio/s390: use cacheline aligned airq bit vectorsHalil Pasic1-1/+2
2019-06-15s390/airq: use DMA memory for adapter interruptsHalil Pasic4-14/+28
2019-06-15s390/cio: add basic protected virtualization supportHalil Pasic10-83/+164
2019-06-15s390/cio: introduce DMA pools to cioHalil Pasic3-4/+141
2019-06-15s390/mm: force swiotlb for protected virtualizationHalil Pasic3-0/+68
2019-06-15s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand3-3/+3
2019-06-15s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-2/+2
2019-06-15s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-1/+1
2019-06-15s390/pkey: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand1-4/+4
2019-06-11s390/kdump: get rid of compile warningHeiko Carstens1-1/+2
2019-06-11RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik1-1/+1
2019-06-11s390: include/asm/debug.h add kerneldoc markupsMauro Carvalho Chehab2-671/+232
2019-06-11docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab21-2262/+3118
2019-06-11docs: Debugging390.txt: convert table to ascii artworkMauro Carvalho Chehab1-90/+120
2019-06-07s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann1-0/+1
2019-06-07s390/jump_label: remove unused structure definitionHeiko Carstens1-5/+0
2019-06-07s390/boot: disable address-of-packed-member warningHeiko Carstens1-0/+1
2019-06-07s390/cio: fix kdoc for tiqdio_thinint_handlerSebastian Ott1-0/+1
2019-06-07s390/zcrypt: support special flagged EP11 cprbsHarald Freudenberger1-0/+4
2019-06-07s390: fix unrecognized __aligned() in uapi headerMasahiro Yamada1-1/+1
2019-06-07s390/configs: remove useless UEVENT_HELPER_PATHKrzysztof Kozlowski2-2/+0
2019-06-07s390: enforce CONFIG_HOTPLUG_CPUHeiko Carstens3-29/+0
2019-06-07s390: enforce CONFIG_SMPHeiko Carstens12-95/+7
2019-06-04s390/disassembler: update opcode tableMartin Schwidefsky2-10/+46
2019-06-04s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personalityAlexandre Ghiti1-2/+0
2019-06-04s390/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult4-14/+13
2019-06-04s390/purgatory: update .gitignoreMasahiro Yamada1-1/+2
2019-06-04s390: drop meaningless 'targets' from tools MakefileMasahiro Yamada1-1/+0
2019-06-04s390: drop redundant directory creation from tools MakefileMasahiro Yamada1-3/+0
2019-06-04s390: drop unneeded -Wall addition from tools MakefileMasahiro Yamada1-2/+1
2019-06-04s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.cMasahiro Yamada1-1/+1
2019-06-04s390/idal: use struct_size() in kmalloc()xiaolinkui1-2/+1
2019-06-04s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky2-17/+10
2019-06-03s390/cio: Remove vfio-ccw checks of command codesEric Farman1-6/+5
2019-06-03s390/cio: Allow zero-length CCWs in vfio-ccwEric Farman1-18/+12
2019-06-03s390/cio: Don't pin vfio pages for empty transfersEric Farman1-5/+50
2019-06-03s390/cio: Initialize the host addresses in pfn_arrayEric Farman1-1/+4
2019-06-03s390/cio: Split pfn_array_alloc_pin into piecesEric Farman1-18/+46