aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30drivers: Add generic helper to match any deviceSuzuki K Poulose1-7/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose2-23/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-14/+12
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-423/+620
2019-07-05vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1Eric Farman1-1/+1
2019-07-02s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-02s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-07-02s390/cio: introduce driver_override on the css busCornelia Huck2-0/+54
2019-06-26drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2-4/+2
2019-06-24vfio-ccw: make convert_ccw0_to_ccw1 staticCornelia Huck1-1/+1
2019-06-24Merge tag 'vfio-ccw-20190621' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresVasily Gorbik3-278/+151
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose3-4/+4
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose3-6/+6
2019-06-21vfio-ccw: Remove copy_ccw_from_iova()Eric Farman1-12/+2
2019-06-21vfio-ccw: Factor out the ccw0-to-ccw1 transitionEric Farman1-23/+25
2019-06-21vfio-ccw: Copy CCW data outside length calculationEric Farman1-12/+7
2019-06-21vfio-ccw: Skip second copy of guest cp to hostEric Farman1-7/+3
2019-06-21vfio-ccw: Move guest_cp storage into common structEric Farman3-19/+18
2019-06-19s390/cio: move struct node_descriptor to cio.hJulian Wiedmann1-30/+0
2019-06-17s390/cio: Combine direct and indirect CCW pathsEric Farman1-76/+39
2019-06-17vfio-ccw: Rearrange IDAL allocation in direct CCWEric Farman1-10/+15
2019-06-17vfio-ccw: Remove pfn_array_tableEric Farman1-85/+33
2019-06-17vfio-ccw: Adjust the first IDAW outside of the nested loopsEric Farman1-2/+3
2019-06-17vfio-ccw: Rearrange pfn_array and pfn_array_table arraysEric Farman1-15/+11
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-15s390/airq: use DMA memory for adapter interruptsHalil Pasic3-14/+26
2019-06-15s390/cio: add basic protected virtualization supportHalil Pasic8-73/+160
2019-06-15s390/cio: introduce DMA pools to cioHalil Pasic1-4/+129
2019-06-13vfio-ccw: Destroy kmem cache region on module exitFarhan Ali1-0/+1
2019-06-07s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann1-0/+1
2019-06-07s390/cio: fix kdoc for tiqdio_thinint_handlerSebastian Ott1-0/+1
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
2019-06-03s390/cio: Set vfio-ccw FSM state before ioeventfdEric Farman1-3/+3
2019-06-03s390/cio: Update SCSW if it points to the end of the chainEric Farman1-1/+5
2019-05-08s390/qdio: optimize state inspection of HW-owned SBALsJulian Wiedmann1-2/+9
2019-05-08s390/qdio: use get_buf_state() in debug_get_buf_state()Julian Wiedmann1-1/+1
2019-05-08s390/qdio: allow to scan all Output SBALs in one goJulian Wiedmann1-5/+1
2019-05-08s390/cio: Remove tracing for rchp instructionFarhan Ali2-24/+0
2019-04-29s390: show statistics for MSI IRQsSebastian Ott1-1/+1
2019-04-29s390/airq: provide cacheline aligned ivsSebastian Ott1-5/+34
2019-04-29s390/airq: recognize directed interruptsSebastian Ott3-4/+4
2019-04-24vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali1-14/+18
2019-04-24vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali1-1/+10