summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2019-07-26s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann1-0/+1
2019-07-21s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann1-1/+0
2019-07-21s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2-2/+4
2019-05-31vfio-ccw: Prevent quiesce function going into an infinite loopFarhan Ali1-14/+18
2019-05-31s390: cio: fix cio_irb declarationArnd Bergmann1-1/+1
2019-05-31vfio-ccw: Release any channel program when releasing/removing vfio-ccw mdevFarhan Ali1-1/+10
2019-05-31vfio-ccw: Do not call flush_workqueue while holding the spinlockFarhan Ali1-1/+1
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-2/+19
2019-03-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+38
2019-03-11zcrypt: handle AP Info notification from CHSC SEI commandTony Krowiak1-0/+13
2019-03-11vfio: ccw: only free cp on final interruptCornelia Huck1-2/+6
2019-02-26s390/cio: Use cpa range elsewhere within vfio-ccwEric Farman1-12/+6
2019-02-26s390/cio: Fix vfio-ccw handling of recursive TICsEric Farman1-1/+36
2019-02-07Merge tag 'vfio-ccw-20190204' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky1-1/+1
2019-02-07s390/qdio: make SBAL address array type-safeJulian Wiedmann1-3/+3
2019-02-05s390/cio: add function chsc_sgib()Michael Mueller2-0/+38
2019-02-04vfio-ccw: Don't assume there are more ccws after a TICFarhan Ali1-1/+1
2018-12-13Merge tag 'vfio-ccw-20181213' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2-7/+1
2018-12-13s390/drivers: fix proc/debugfs file permissionsSebastian Ott1-1/+1
2018-12-13s390: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-14/+2
2018-12-12vfio: ccw: Merge BUSY and BOXED statesPierre Morel2-7/+1
2018-11-13s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman1-1/+3
2018-11-13s390/cio: Fix cleanup of pfn_array alloc failureEric Farman1-1/+1
2018-11-13vfio: ccw: Register mediated device once all structures are initializedPierre Morel1-4/+4
2018-11-13s390/cio: make vfio_ccw_io_region staticSebastian Ott1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-14/+32
2018-10-08s390/ccwgroup: add get_ccwgroupdev_by_busid()Julian Wiedmann1-0/+30
2018-10-02s390/cio: Fix how vfio-ccw checks pinned pagesEric Farman1-1/+1
2018-09-27s390/cio: Refactor alloc of ccw_io_regionEric Farman1-4/+16
2018-09-27s390/cio: Convert ccw_io_region to pointerEric Farman4-7/+17
2018-09-20s390/qdio: clean up AOB handlingJulian Wiedmann2-14/+2
2018-07-23s390 cio: Rewrite trace point class s390_class_schibThomas Richter1-6/+28
2018-07-23s390 cio: Rewrite trace point in s390_cio_tschThomas Richter1-4/+18
2018-07-23s390 cio: Rewrite trace point in s390_cio_adapter_intThomas Richter1-1/+3
2018-07-23s390 cio: Rewrite trace point in s390_cio_stcrwThomas Richter1-3/+17
2018-07-23s390 cio: Rewrite trace point in s390_cio_tpiThomas Richter1-2/+8
2018-07-23s390 cio: Rewrite trace point in s390_cio_interruptThomas Richter1-4/+8
2018-07-17s390/chsc: fix packed-not-aligned warningsSebastian Ott2-18/+18
2018-07-17s390/css: reduce stsch callsSebastian Ott4-79/+57
2018-07-17s390/css: validate subchannel prior to allocationSebastian Ott3-30/+23
2018-07-17s390/css: start the subchannel evaluation earlierSebastian Ott1-4/+5
2018-07-17s390/cio: ensure that a chpid is registered only onceSebastian Ott2-12/+12
2018-06-25s390/qdio: reset old sbal_state flagsJulian Wiedmann1-3/+2
2018-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-67/+150
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-12Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky5-67/+150
2018-06-07Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+1
2018-06-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-0/+37