summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-0/+1
|\
| * vfio-ccw: Destroy kmem cache region on module exitFarhan Ali2019-06-131-0/+1
* | s390/qeth: allocate a single cmd on read channelJulian Wiedmann2019-06-144-24/+39
* | s390/qeth: command-chain the IDX sequenceJulian Wiedmann2019-06-141-44/+14Star
* | s390/qeth: convert RCD code to common IO infrastructureJulian Wiedmann2019-06-143-90/+46Star
* | s390/qeth: add support for dynamically allocated cmdsJulian Wiedmann2019-06-142-9/+56
* | s390/qeth: remove 'channel' parameter from callbacksJulian Wiedmann2019-06-143-27/+21Star
* | s390/qeth: convert device-specific trace entriesJulian Wiedmann2019-06-143-137/+122Star
* | s390/qeth: remove OSN-specific IO codeJulian Wiedmann2019-06-143-37/+10Star
* | s390/qeth: remove qeth_wait_for_buffer()Julian Wiedmann2019-06-143-28/+37
* | s390/qeth: clean up setting of BLKT defaultsJulian Wiedmann2019-06-142-5/+7
* | s390/qeth: restart pending READ cmd from callbackJulian Wiedmann2019-06-141-3/+1Star
* | s390/qeth: simplify DOWN state handlingJulian Wiedmann2019-06-142-10/+4Star
* | s390/qeth: use mm helpersJulian Wiedmann2019-06-141-17/+16Star
* | s390/qeth: don't mask TX errors on IQD devicesJulian Wiedmann2019-06-141-7/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-073-12/+44
|\
| * s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
| * s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
| * s390/qeth: check dst entry before useJulian Wiedmann2019-06-051-5/+25
| * s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann2019-06-051-0/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-024-7/+66
|\ \
| * | scsi: zfcp: fix to prevent port_remove with pure auto scan LUNs (only sdevs)Steffen Maier2019-05-304-7/+65
| * | scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-301-0/+1
* | | Merge tag 's390-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-313-7/+39
|\ \ \ | |_|/ |/| |
| * | s390/zcrypt: Fix wrong dispatching for control domain CPRBsHarald Freudenberger2019-05-283-7/+39
* | | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-0/+1
|/ /
* | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-173-32/+11Star
|\ \
| * | 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
* | | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-171-1/+1
|\ \ \
| * | | s390/dasd: fix build warning in dasd_eckd_build_cp_rawMing Lei2019-05-091-1/+1
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-05-141-27/+25Star
|\ \ \ \
| * | | | virtio/s390: enable packed ringHalil Pasic2019-05-121-3/+1Star
| * | | | virtio/s390: DMA support for virtio-ccwHalil Pasic2019-05-121-7/+15
| * | | | virtio/s390: use vring_create_virtqueueHalil Pasic2019-05-121-19/+11Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-088-685/+782
|\ \ \ \ \
| * | | | | s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann2019-04-261-8/+3Star
| * | | | | s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann2019-04-263-18/+14Star
| * | | | | s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-263-24/+22Star
| * | | | | s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann2019-04-261-6/+2Star
| * | | | | s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-267-78/+54Star
| * | | | | s390/qeth: clean up stale buffer state documentationJulian Wiedmann2019-04-261-28/+13Star
| * | | | | s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-262-3/+0Star
| * | | | | s390: qeth: address type mismatch warningArnd Bergmann2019-04-261-3/+7
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-269-10/+17
| |\| | | |
| * | | | | s390/qeth: stop/wake TX queues based on their fill levelJulian Wiedmann2019-04-175-48/+71
| * | | | | s390/qeth: simplify QoS codeJulian Wiedmann2019-04-172-20/+7Star
| * | | | | s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-174-52/+51Star