summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-0831-764/+1192
|\
| * vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman2019-07-051-1/+1
| * s390: ap: implement PAPQ AQIC interception in kernelPierre Morel2019-07-023-7/+375
| * vfio: ap: register IOMMU VFIO notifierPierre Morel2019-07-022-1/+44
| * s390: ap: kvm: add PQAP interception for AQICPierre Morel2019-07-021-0/+2
| * s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann2019-07-021-1/+0Star
| * s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2019-07-022-2/+4
| * s390/dasd: Fix a precision vs width bug in dasd_feature_list()Dan Carpenter2019-07-021-1/+1
| * s390/cio: introduce driver_override on the css busCornelia Huck2019-07-022-0/+54
| * vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck2019-06-241-1/+1
| * Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik2019-06-243-278/+151Star
| |\
| | * vfio-ccw: Remove copy_ccw_from_iova()Eric Farman2019-06-211-12/+2Star
| | * vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman2019-06-211-23/+25
| | * vfio-ccw: Copy CCW data outside length calculationEric Farman2019-06-211-12/+7Star
| | * vfio-ccw: Skip second copy of guest cp to hostEric Farman2019-06-211-7/+3Star
| | * vfio-ccw: Move guest_cp storage into common structEric Farman2019-06-213-19/+18Star
| | * s390/cio: Combine direct and indirect CCW pathsEric Farman2019-06-171-76/+39Star
| | * vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman2019-06-171-10/+15
| | * vfio-ccw: Remove pfn_array_tableEric Farman2019-06-171-85/+33Star
| | * vfio-ccw: Adjust the first IDAW outside of the nested loopsEric Farman2019-06-171-2/+3
| | * vfio-ccw: Rearrange pfn_array and pfn_array_table arraysEric Farman2019-06-171-15/+11Star
| | * s390/cio: Use generalized CCW handler in cp_init()Eric Farman2019-06-171-23/+4Star
| | * s390/cio: Generalize the TIC handlerEric Farman2019-06-171-5/+6
| | * s390/cio: Refactor the routine that handles TIC CCWsEric Farman2019-06-171-4/+4
| | * s390/cio: Squash cp_free() and cp_unpin_free()Eric Farman2019-06-171-20/+16Star
| * | s390/cio: move struct node_descriptor to cio.hJulian Wiedmann2019-06-191-30/+0Star
| * | s390/sclp: remove call home supportHeiko Carstens2019-06-193-211/+0Star
| |/
| * 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-153-14/+26
| * s390/cio: add basic protected virtualization supportHalil Pasic2019-06-159-83/+160
| * s390/cio: introduce DMA pools to cioHalil Pasic2019-06-151-4/+129
| * s390/pkey: Use -ENODEV instead of -EOPNOTSUPPDavid Hildenbrand2019-06-151-4/+4
| * docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-111-1/+1
| * s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann2019-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
| * 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/+5Star
| | * s390/cio: Allow zero-length CCWs in vfio-ccwEric Farman2019-06-031-18/+12Star
| | * 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/Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-06-043-13/+12Star
* | | vfio-ccw: Destroy kmem cache region on module exitFarhan Ali2019-06-131-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-073-12/+44
|\ \ \ | |/ / |/| |