summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-237-64/+62Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-223-8/+17
| |\
| | * s390/qeth: on channel error, reject further cmd requestsJulian Wiedmann2018-03-221-0/+1
| | * s390/qeth: lock read device while queueing next bufferJulian Wiedmann2018-03-221-3/+13
| | * s390/qeth: when thread completes, wake up all waitersJulian Wiedmann2018-03-221-1/+1
| | * s390/qeth: free netdevice when removing a cardJulian Wiedmann2018-03-223-4/+2Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-03-074-56/+45Star
| |\ \ | | |/ | |/|
| | * s390/cio: clear timer when terminating driver I/OSebastian Ott2018-02-221-0/+1
| | * s390/cio: fix return code after missing interruptSebastian Ott2018-02-222-2/+5
| | * s390/cio: fix ccw_device_start_timeout APISebastian Ott2018-02-221-40/+32Star
| | * s390/dasd: fix handling of internal requestsStefan Haberland2018-02-191-14/+7Star
* | | s390/qeth: shrink qeth_ipaddr structJulian Wiedmann2018-03-093-30/+33
* | | s390/qeth: extract helpers for managing special IPsJulian Wiedmann2018-03-093-165/+57Star
* | | s390/qeth: simplify card look-up on IP notificationJulian Wiedmann2018-03-092-67/+12Star
* | | s390/qeth: restructure IP notification handlersJulian Wiedmann2018-03-092-63/+49Star
* | | s390/qeth: reset NAPI context during queue initJulian Wiedmann2018-03-093-4/+2Star
* | | s390/qeth: reduce RX skb setupJulian Wiedmann2018-03-092-10/+1Star
* | | s390/qeth: allocate skb from NAPI cacheJulian Wiedmann2018-03-093-6/+4Star
* | | s390/qeth: pass correct length to header_ops->create()Julian Wiedmann2018-03-091-4/+3Star
* | | s390/qeth: advertise IFF_UNICAST_FLTJulian Wiedmann2018-03-091-0/+1
* | | s390/qeth: support SG for more device typesJulian Wiedmann2018-03-092-13/+17
* | | s390/qeth: remove outdated portname debug msgJulian Wiedmann2018-03-091-5/+2Star
* | | s390/qeth: use __ipa_cmd() for casting an IPA cmd bufferJulian Wiedmann2018-03-093-28/+24Star
|/ /
* | s390/qeth: fix IPA command submission raceJulian Wiedmann2018-02-281-9/+10
* | s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2018-02-282-51/+74
* | Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann2018-02-281-5/+3Star
* | s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann2018-02-281-1/+2
* | s390/qeth: fix IP removal on offline cardsJulian Wiedmann2018-02-281-11/+3Star
* | s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2018-02-282-9/+12
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-151-0/+29
|\
| * virtio/s390: implement PM operations for virtio_ccwChristian Borntraeger2018-02-141-0/+29
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-3/+3
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-1/+2
|\ \
| * | Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-017-47/+99
| |\|
| * | s390/sclp: expose the GISA format facilityMichael Mueller2018-01-261-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-102-7/+14
|\ \ \
| * | | s390/qeth: fix SETIP command handlingJulian Wiedmann2018-02-092-6/+13
| * | | s390/qeth: fix underestimated count of buffer elementsUrsula Braun2018-02-091-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-02-097-18/+19
|\ \ \ \ | |/ / / |/| | |
| * | | s390: introduce execute-trampolines for branchesMartin Schwidefsky2018-02-071-0/+2
| * | | s390/cio: fix kernel-doc usageSebastian Ott2018-02-055-11/+9Star
| * | | s390/cmf: fix kerneldocCornelia Huck2018-02-021-7/+8
* | | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-062-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-032-0/+12
| |\ \ \ | | | |/ | | |/|
| * | | dax: require 'struct page' by default for filesystem daxDan Williams2018-01-201-0/+1
| * | | mm, dax: introduce pfn_t_special()Dan Williams2018-01-201-1/+2
* | | | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-013-10/+10
|\ \ \ \
| * | | | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-093-9/+9
| * | | | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-02-013-19/+4Star
|\ \ \ \