summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* 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/airq: use DMA memory for adapter interruptsHalil Pasic2019-06-153-14/+26
* s390/cio: add basic protected virtualization supportHalil Pasic2019-06-158-73/+160
* s390/cio: introduce DMA pools to cioHalil Pasic2019-06-151-4/+129
* 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/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/qdio: optimize state inspection of HW-owned SBALsJulian Wiedmann2019-05-081-2/+9
* s390/qdio: use get_buf_state() in debug_get_buf_state()Julian Wiedmann2019-05-081-1/+1
* s390/qdio: allow to scan all Output SBALs in one goJulian Wiedmann2019-05-081-5/+1Star
* s390/cio: Remove tracing for rchp instructionFarhan Ali2019-05-082-24/+0Star
* s390: show statistics for MSI IRQsSebastian Ott2019-04-291-1/+1
* s390/airq: provide cacheline aligned ivsSebastian Ott2019-04-291-5/+34
* s390/airq: recognize directed interruptsSebastian Ott2019-04-293-4/+4
* vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali2019-04-241-14/+18
* vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali2019-04-241-1/+10
* vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali2019-04-241-1/+1
* vfio-ccw: add handling for async channel instructionsCornelia Huck2019-04-246-18/+256
* s390/cio: export hsch to modulesCornelia Huck2019-04-241-0/+1
* vfio-ccw: add capabilities chainCornelia Huck2019-04-242-26/+199
* vfio-ccw: protect the I/O regionCornelia Huck2019-04-243-9/+24
* vfio-ccw: rework ssch state handlingCornelia Huck2019-04-243-8/+16
* vfio-ccw: make it safe to access channel programsCornelia Huck2019-04-243-1/+27
* s390/qdio: consolidate index tracking for queue scanJulian Wiedmann2019-04-181-24/+31
* s390/qdio: limit direct access to first_to_check cursorJulian Wiedmann2019-04-181-27/+29
* s390: cio: fix cio_irb declarationArnd Bergmann2019-04-101-1/+1
* s390/qdio: eliminate queue's last_move cursorJulian Wiedmann2019-04-103-14/+5Star