summaryrefslogtreecommitdiffstats
path: root/drivers/s390/cio
Commit message (Expand)AuthorAgeFilesLines
* s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-191-1/+2
* s390/cio: use kobj_to_dev() APIchenqiwu2020-02-171-2/+2
* s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin2020-02-171-2/+3
* Merge tag 'vfio-ccw-20200206' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik2020-02-111-2/+2
|\
| * vfio-ccw: Use the correct style for SPDX License IdentifierNishad Kamdar2020-01-071-2/+2
* | s390/qdio: don't allocate *aob array with GFP_ATOMICJulian Wiedmann2020-02-111-1/+1
* | s390/qdio: simplify ACK trackingJulian Wiedmann2020-02-103-24/+14
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-042-13/+12
* | s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2019-12-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-252-16/+16
|\
| * s390/qdio: implement IQD Multi-WriteJulian Wiedmann2019-10-312-16/+16
* | Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-2510-73/+129
|\ \ | |/ |/|
| * Merge tag 'vfio-ccw-20191111' of https://git.kernel.org/pub/scm/linux/kernel/...Vasily Gorbik2019-11-126-14/+93
| |\
| | * vfio-ccw: Rework the io_fctl traceEric Farman2019-10-173-10/+14
| | * vfio-ccw: Add a trace for asynchronous requestsEric Farman2019-10-173-0/+35
| | * vfio-ccw: Trace the FSM jumptableEric Farman2019-10-173-0/+28
| | * vfio-ccw: Refactor how the traces are builtEric Farman2019-10-175-5/+17
| * | s390/qdio: don't attempt IRQ avoidance on Output SBALsJulian Wiedmann2019-10-311-11/+6
| * | s390/qdio: simplify thinint device registrationJulian Wiedmann2019-10-314-26/+13
| * | s390/qdio: add statistics helper macroJulian Wiedmann2019-10-313-5/+7
| * | s390/qdio: remove a forward declarationJulian Wiedmann2019-10-311-8/+5
| * | s390/qdio: reduce log level for EQBS partialJulian Wiedmann2019-10-311-1/+1
| * | s390/qdio: use QDIO_BUFNR()Julian Wiedmann2019-10-311-8/+4
| |/
* / s390/cio: fix virtio-ccw DMA without PVHalil Pasic2019-10-103-2/+8
|/
* s390/qdio: clarify size of the QIB parm areaJulian Wiedmann2019-10-011-1/+1
* Merge tag 's390-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-263-7/+20
|\
| * s390/cio: exclude subchannels with no parent from pseudo checkVasily Gorbik2019-09-231-0/+2
| * s390/cio: avoid calling strlen on null pointerVasily Gorbik2019-09-231-1/+1
| * s390/cio: fix intparm documentationCornelia Huck2019-09-191-6/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-183-27/+53
|\ \
| * | s390/qdio: let drivers opt-out from Output Queue scanningJulian Wiedmann2019-08-243-6/+10
| * | s390/qdio: enable drivers to poll for Output completionsJulian Wiedmann2019-08-241-21/+43
* | | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-172-30/+3
|\ \ \ | |_|/ |/| |
| * | drivers: Add generic helper to match any deviceSuzuki K Poulose2019-07-301-7/+1
| * | drivers: Introduce device lookup variants by nameSuzuki K Poulose2019-07-302-23/+2
* | | Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-174-6/+130
|\ \ \ | |_|/ |/| |
| * | vfio-ccw: fix error return code in vfio_ccw_sch_init()Wei Yongjun2019-09-051-2/+6
| * | vfio-ccw: add some loggingCornelia Huck2019-08-234-4/+124
* | | vfio-ccw: make vfio_ccw_async_region_ops staticVasily Gorbik2019-07-291-1/+1
|/ /
* | Merge tag 'vfio-ccw-20190717-2' of https://git.kernel.org/pub/scm/linux/kerne...Heiko Carstens2019-07-232-12/+18
|\ \
| * | vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali2019-07-151-1/+1
| * | vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali2019-07-151-1/+3
| * | vfio-ccw: Fix memory leak and don't call cp_free in cp_initFarhan Ali2019-07-151-4/+7
| * | vfio-ccw: Fix misleading comment when setting orb.cmd.c64Farhan Ali2019-07-151-6/+7
* | | s390/qdio: restrict QAOB usage to IQD unicast queuesJulian Wiedmann2019-07-231-7/+5
* | | s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann2019-07-231-6/+6
| |/ |/|
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-125-14/+12
|\ \ | |/ |/|
| * drivers: s390/cio: Fix compilation warning about const qualifiersSuzuki K Poulose2019-06-262-4/+2
| * driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-243-4/+4
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-243-6/+6