summaryrefslogtreecommitdiff
path: root/drivers/s390/cio
AgeCommit message (Expand)AuthorFilesLines
2023-06-28s390/cio: unregister device when the only path is goneVineeth Vijayan1-1/+4
2023-05-30s390/qdio: fix do_sqbs() inline assembly constraintHeiko Carstens1-1/+1
2023-05-30s390/qdio: get rid of register asmHeiko Carstens2-41/+46
2022-08-25vfio/ccw: Do not change FSM state in subchannel eventEric Farman1-11/+3
2021-11-26s390/cio: check the subchannel validity for dev_busidVineeth Vijayan1-2/+2
2021-09-22s390/cio: add dev_busid sysfs entry for each subchannelVineeth Vijayan1-0/+17
2021-07-20s390/cio: dont call css_wait_for_slow_path() inside a lockVineeth Vijayan2-2/+3
2021-03-17s390/cio: return -EFAULT if copy_to_user() failsEric Farman1-1/+1
2021-03-17s390/cio: return -EFAULT if copy_to_user() fails againWang Qing1-2/+2
2020-09-03s390/cio: add cond_resched() in the slow_eval_known_fn() loopVineeth Vijayan1-0/+5
2020-06-25s390/qdio: put thinint indicator after early errorJulian Wiedmann3-8/+8
2020-04-29s390/cio: avoid duplicated 'ADD' ueventsCornelia Huck1-4/+9
2020-03-11s390/qdio: fill SL with absolute addressesJulian Wiedmann1-1/+2
2020-03-11s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin1-2/+3
2020-01-12s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner1-1/+1
2019-10-11s390/cio: avoid calling strlen on null pointerVasily Gorbik1-1/+1
2019-10-11s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik1-0/+2
2019-08-16s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann1-6/+6
2019-08-16vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali1-1/+3
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-04-03vfio: ccw: only free cp on final interruptCornelia Huck1-2/+6
2018-12-17s390/cio: Fix cleanup when unsupported IDA format is usedEric Farman1-1/+3
2018-12-17s390/cio: Fix cleanup of pfn_array alloc failureEric Farman1-1/+1
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-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