aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds4-56/+45
2018-02-28s390/qeth: fix IPA command submission raceJulian Wiedmann1-9/+10
2018-02-28s390/qeth: fix IP address lookup for L3 devicesJulian Wiedmann2-51/+74
2018-02-28Revert "s390/qeth: fix using of ref counter for rxip addresses"Julian Wiedmann1-5/+3
2018-02-28s390/qeth: fix double-free on IP add/remove raceJulian Wiedmann1-1/+2
2018-02-28s390/qeth: fix IP removal on offline cardsJulian Wiedmann1-11/+3
2018-02-28s390/qeth: fix overestimated count of buffer elementsJulian Wiedmann2-9/+12
2018-02-22s390/cio: clear timer when terminating driver I/OSebastian Ott1-0/+1
2018-02-22s390/cio: fix return code after missing interruptSebastian Ott2-2/+5
2018-02-22s390/cio: fix ccw_device_start_timeout APISebastian Ott1-40/+32
2018-02-19s390/dasd: fix handling of internal requestsStefan Haberland1-14/+7
2018-02-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+29
2018-02-14virtio/s390: implement PM operations for virtio_ccwChristian Borntraeger1-0/+29
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-7/+14
2018-02-09s390/qeth: fix SETIP command handlingJulian Wiedmann2-6/+13
2018-02-09s390/qeth: fix underestimated count of buffer elementsUrsula Braun1-1/+1
2018-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-18/+19
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky1-0/+2
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-1/+3
2018-02-05s390/cio: fix kernel-doc usageSebastian Ott5-11/+9
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2-0/+12
2018-02-02s390/cmf: fix kerneldocCornelia Huck1-7/+8
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-10/+10
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-19/+4
2018-02-01Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipRadim Krčmář7-47/+99
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds11-540/+370
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+3
2018-01-26s390/sclp: expose the GISA format facilityMichael Mueller1-1/+2
2018-01-23s390/sclp: fix .data section specificationVasily Gorbik1-2/+2
2018-01-23s390/dasd: Remove dead return code checksJan Höppner1-12/+0
2018-01-23s390/dasd: Simplify codeChristophe JAILLET1-5/+2
2018-01-19dax: require 'struct page' by default for filesystem daxDan Williams1-0/+1
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams1-1/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+12
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches3-9/+9
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-1/+1
2018-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-0/+12
2018-01-02s390/qeth: support early setup for z/VM NICsJulian Wiedmann1-9/+77
2018-01-02s390/qeth: use common helper to display rxip/vipaJulian Wiedmann1-66/+24
2018-01-02s390/qeth: improve error reporting on IP add/removalJulian Wiedmann3-25/+35
2018-01-02s390/dasd: fix wrongly assigned configuration dataStefan Haberland1-0/+10
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2017-12-20s390/qeth: replace open-coded in*_pton()Julian Wiedmann3-89/+12
2017-12-20s390/qeth: pass full data length to l3_fill_header()Julian Wiedmann1-8/+10
2017-12-20s390/qeth: streamline l3_fill_header()Julian Wiedmann1-56/+43
2017-12-20s390/qeth: unionize next-hop field in qeth L3 headerJulian Wiedmann2-8/+23
2017-12-20s390/qeth: recognize non-IP multicast on L3 transmitJulian Wiedmann2-5/+1
2017-12-20s390/qeth: clean up l3_get_cast_type()Julian Wiedmann2-35/+20