summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann2019-06-132-5/+7
| * | | | | s390/qeth: restart pending READ cmd from callbackJulian Wiedmann2019-06-131-3/+1
| * | | | | s390/qeth: simplify DOWN state handlingJulian Wiedmann2019-06-132-10/+4
| * | | | | s390/qeth: use mm helpersJulian Wiedmann2019-06-131-17/+16
| * | | | | s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann2019-06-131-7/+0
| | |_|_|/ | |/| | |
* | | | | 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/+0
| * | | | 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/+151
| |\ \ \ \
| | * | | | vfio-ccw: Remove copy_ccw_from_iova()Eric Farman2019-06-211-12/+2
| | * | | | 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/+7
| | * | | | vfio-ccw: Skip second copy of guest cp to hostEric Farman2019-06-211-7/+3
| | * | | | vfio-ccw: Move guest_cp storage into common structEric Farman2019-06-213-19/+18
| | * | | | s390/cio: Combine direct and indirect CCW pathsEric Farman2019-06-171-76/+39
| | * | | | vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman2019-06-171-10/+15
| | * | | | vfio-ccw: Remove pfn_array_tableEric Farman2019-06-171-85/+33
| | * | | | 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/+11
| | * | | | s390/cio: Use generalized CCW handler in cp_init()Eric Farman2019-06-171-23/+4
| | * | | | 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/+16
| * | | | | s390/cio: move struct node_descriptor to cio.hJulian Wiedmann2019-06-191-30/+0
| * | | | | s390/sclp: remove call home supportHeiko Carstens2019-06-193-211/+0
| |/ / / /
| * | | | 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/+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