aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-4/+4
2017-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-24/+69
2017-05-15s390/virtio: change virtio_feature_desc:features type to __le32Heiko Carstens1-1/+1
2017-05-11s390/qeth: add missing hash table initializationsUrsula Braun1-0/+2
2017-05-11s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann1-4/+6
2017-05-11s390/qeth: unbreak OSM and OSN supportJulian Wiedmann7-20/+51
2017-05-11s390/qeth: handle sysfs error during initializationUrsula Braun4-3/+13
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+9
2017-05-09s390/qdio: increase string buffer sizeHeiko Carstens1-1/+1
2017-05-09s390/ccwgroup: increase string buffer sizeHeiko Carstens1-2/+2
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-12/+34
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-483/+318
2017-05-02virtio: add context flag to find vqsMichael S. Tsirkin2-6/+9
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds14-53/+2077
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-16/+0
2017-04-24Merge tag 'vfio-ccw-20170413' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresMartin Schwidefsky2-33/+7
2017-04-21s390/sclp: Detect KSS facilityFarhan Ali1-1/+3
2017-04-19dcssblk: add dax_operations supportDan Williams2-9/+47
2017-04-12vfio: ccw: improve error handling for vfio_ccw_mdev_removeDong Jia Shi1-11/+6
2017-04-12vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi2-22/+1
2017-04-11s390/qeth: remove unimplemented gdev routinesJulian Wiedmann2-19/+2
2017-04-11s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann1-24/+47
2017-04-11s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann4-42/+40
2017-04-11s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann1-29/+28
2017-04-11s390/qeth: use and remove some definesJulian Wiedmann2-3/+2
2017-04-11s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann2-2/+4
2017-04-11s390/qeth: remove unused parameterJulian Wiedmann4-5/+4
2017-04-11s390/qeth: move gdev shutdown handler to coreJulian Wiedmann4-27/+6
2017-04-11s390/qeth: move NAPI poll routine to coreJulian Wiedmann4-169/+97
2017-04-11s390/qeth: move common ioctl handling to coreJulian Wiedmann4-99/+64
2017-04-07s390/netiucv: improve endianness handlingHans Wippel1-1/+1
2017-04-07s390/ctcm: improve endianness handlingHans Wippel2-7/+7
2017-04-07s390/qeth: improve endianness handlingHans Wippel4-31/+32
2017-04-07s390/qeth: Remove unused codeJulian Wiedmann6-32/+0
2017-04-07s390/qeth: remove unused return valueJulian Wiedmann2-11/+3
2017-04-07s390/qeth: fix up ssqd tracingJulian Wiedmann1-2/+3
2017-04-07s390/qeth: use QDIO_*_QFMT definesJulian Wiedmann1-6/+4
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-18/+15
2017-03-31Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into featuresMartin Schwidefsky10-46/+2023
2017-03-31vfio: ccw: introduce support for ccw0Dong Jia Shi1-3/+29
2017-03-31vfio: ccw: introduce a finite state machineDong Jia Shi5-107/+287
2017-03-31vfio: ccw: return I/O results asynchronouslyDong Jia Shi3-31/+37
2017-03-31vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi2-1/+126
2017-03-31vfio: ccw: realize VFIO_DEVICE_RESET ioctlDong Jia Shi1-14/+33
2017-03-31vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlDong Jia Shi1-0/+78
2017-03-31vfio: ccw: handle ccw command requestDong Jia Shi3-4/+148
2017-03-31vfio: ccw: introduce ccw_io_regionDong Jia Shi2-0/+51
2017-03-31vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi4-2/+170
2017-03-31vfio: ccw: introduce channel program interfacesDong Jia Shi3-1/+859