summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-163-4/+4
|\
| * s390/virtio: change virtio_feature_desc:features type to __le32Heiko Carstens2017-05-151-1/+1
| * s390/qdio: increase string buffer sizeHeiko Carstens2017-05-091-1/+1
| * s390/ccwgroup: increase string buffer sizeHeiko Carstens2017-05-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-157-24/+69
|\ \
| * | s390/qeth: add missing hash table initializationsUrsula Braun2017-05-111-0/+2
| * | s390/qeth: avoid null pointer dereference on OSNJulian Wiedmann2017-05-111-4/+6
| * | s390/qeth: unbreak OSM and OSN supportJulian Wiedmann2017-05-117-20/+51
| * | s390/qeth: handle sysfs error during initializationUrsula Braun2017-05-114-3/+13
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-102-6/+9
|\ \ \ | |/ / |/| |
| * | virtio: add context flag to find vqsMichael S. Tsirkin2017-05-022-6/+9
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-081-1/+3
|\ \ \
| * | | s390/sclp: Detect KSS facilityFarhan Ali2017-04-211-1/+3
* | | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-052-12/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-16/+0
| * | | dcssblk: add dax_operations supportDan Williams2017-04-192-9/+47
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0210-483/+318
|\ \ \
| * | | s390/qeth: remove unimplemented gdev routinesJulian Wiedmann2017-04-112-19/+2
| * | | s390/qeth: use LINK_MODE_* to report the link characteristicsJulian Wiedmann2017-04-111-24/+47
| * | | s390/qeth: convert to ETHTOOL_GLINKSETTINGS APIJulian Wiedmann2017-04-114-42/+40
| * | | s390/qeth: clean up qeth_set_ecmd_adv_sup()Julian Wiedmann2017-04-111-29/+28
| * | | s390/qeth: use and remove some definesJulian Wiedmann2017-04-112-3/+2
| * | | s390/qeth: use correct return type for hard_start_xmit()Julian Wiedmann2017-04-112-2/+4
| * | | s390/qeth: remove unused parameterJulian Wiedmann2017-04-114-5/+4
| * | | s390/qeth: move gdev shutdown handler to coreJulian Wiedmann2017-04-114-27/+6
| * | | s390/qeth: move NAPI poll routine to coreJulian Wiedmann2017-04-114-169/+97
| * | | s390/qeth: move common ioctl handling to coreJulian Wiedmann2017-04-114-99/+64
| * | | s390/netiucv: improve endianness handlingHans Wippel2017-04-071-1/+1
| * | | s390/ctcm: improve endianness handlingHans Wippel2017-04-072-7/+7
| * | | s390/qeth: improve endianness handlingHans Wippel2017-04-074-31/+32
| * | | s390/qeth: Remove unused codeJulian Wiedmann2017-04-076-32/+0
| * | | s390/qeth: remove unused return valueJulian Wiedmann2017-04-072-11/+3
| * | | s390/qeth: fix up ssqd tracingJulian Wiedmann2017-04-071-2/+3
| * | | s390/qeth: use QDIO_*_QFMT definesJulian Wiedmann2017-04-071-6/+4
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-05-0214-53/+2077
|\ \ \ | |/ / |/| |
| * | Merge tag 'vfio-ccw-20170413' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2017-04-242-33/+7
| |\ \
| | * | vfio: ccw: improve error handling for vfio_ccw_mdev_removeDong Jia Shi2017-04-121-11/+6
| | * | vfio: ccw: remove unnecessary NULL checks of a pointerDong Jia Shi2017-04-122-22/+1
| * | | Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kern...Martin Schwidefsky2017-03-3110-46/+2023
| |\ \ \ | | |/ /
| | * | vfio: ccw: introduce support for ccw0Dong Jia Shi2017-03-311-3/+29
| | * | vfio: ccw: introduce a finite state machineDong Jia Shi2017-03-315-107/+287
| | * | vfio: ccw: return I/O results asynchronouslyDong Jia Shi2017-03-313-31/+37
| | * | vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctlsDong Jia Shi2017-03-312-1/+126
| | * | vfio: ccw: realize VFIO_DEVICE_RESET ioctlDong Jia Shi2017-03-311-14/+33
| | * | vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctlDong Jia Shi2017-03-311-0/+78
| | * | vfio: ccw: handle ccw command requestDong Jia Shi2017-03-313-4/+148
| | * | vfio: ccw: introduce ccw_io_regionDong Jia Shi2017-03-312-0/+51
| | * | vfio: ccw: register vfio_ccw to the mediated device frameworkDong Jia Shi2017-03-314-2/+170
| | * | vfio: ccw: introduce channel program interfacesDong Jia Shi2017-03-313-1/+859
| | * | vfio: ccw: basic implementation for vfio_ccw driverDong Jia Shi2017-03-313-0/+290
OpenPOWER on IntegriCloud