summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* virtio/s390: fix race on airq_areas[]Halil Pasic2019-09-161-0/+3
* s390/qeth: serialize cmd reply with concurrent timeoutJulian Wiedmann2019-09-102-0/+21
* s390/qdio: add sanity checks to the fast-requeue pathJulian Wiedmann2019-08-161-6/+6
* vfio-ccw: Don't call cp_free if we are processing a channel programFarhan Ali2019-08-161-1/+1
* vfio-ccw: Set pa_nr to 0 if memory allocation fails for pa_iova_pfnFarhan Ali2019-08-161-1/+3
* s390/dasd: fix endless loop after read unit address configurationStefan Haberland2019-08-061-6/+16
* scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitializedBenjamin Block2019-08-061-0/+7
* scsi: zfcp: fix request object use-after-free in send path causing wrong tracesBenjamin Block2019-07-261-2/+8
* scsi: zfcp: fix request object use-after-free in send path causing seqno errorsBenjamin Block2019-07-261-5/+40
* s390/qdio: handle PENDING state for QEBSM devicesJulian Wiedmann2019-07-261-0/+1
* s390/qdio: don't touch the dsci in tiqdio_add_input_queues()Julian Wiedmann2019-07-211-1/+0
* s390/qdio: (re-)initialize tiqdio list entriesJulian Wiedmann2019-07-212-2/+4
* s390/ipl: Fix detection of has_secure attributePhilipp Rudo2019-07-211-1/+0
* vfio-ccw: Destroy kmem cache region on module exitFarhan Ali2019-06-131-0/+1
* 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-294-7/+65
| * | scsi: zfcp: fix missing zfcp_port reference put on -EBUSY from port_removeSteffen Maier2019-05-291-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-201-0/+1
|/ /
* | Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-173-32/+11
|\ \
| * | 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/+1
| * | s390/cio: Remove tracing for rchp instructionFarhan Ali2019-05-082-24/+0
* | | Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-161-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/+25
|\ \ \ \
| * | | | virtio/s390: enable packed ringHalil Pasic2019-05-121-3/+1
| * | | | virtio/s390: DMA support for virtio-ccwHalil Pasic2019-05-121-7/+15
| * | | | virtio/s390: use vring_create_virtqueueHalil Pasic2019-05-121-19/+11
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-078-685/+782
|\ \ \ \ \
| * | | | | s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann2019-04-261-8/+3
| * | | | | s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann2019-04-263-18/+14
| * | | | | s390/qeth: cache max number of available buffer elementsJulian Wiedmann2019-04-263-24/+22
| * | | | | s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann2019-04-261-6/+2
| * | | | | s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann2019-04-267-78/+54
| * | | | | s390/qeth: clean up stale buffer state documentationJulian Wiedmann2019-04-261-28/+13
| * | | | | s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2019-04-262-3/+0
| * | | | | 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-259-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/+7
| * | | | | s390/qeth: add TX multiqueue support for OSA devicesJulian Wiedmann2019-04-174-52/+51
| * | | | | s390/qeth: add TX multiqueue support for IQD devicesJulian Wiedmann2019-04-176-26/+97