1. 2b6b38b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  2. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  3. fb317002 s390/virtio: change virtio_feature_desc:features type to __le32 by Heiko Carstens · 8 years ago
  4. ebccc739 s390/qeth: add missing hash table initializations by Ursula Braun · 8 years ago
  5. 25e2c34 s390/qeth: avoid null pointer dereference on OSN by Julian Wiedmann · 8 years ago
  6. 2d2ebb3 s390/qeth: unbreak OSM and OSN support by Julian Wiedmann · 8 years ago
  7. 9111e78 s390/qeth: handle sysfs error during initialization by Ursula Braun · 8 years ago
  8. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  9. 6423ef6 s390/qdio: increase string buffer size by Heiko Carstens · 8 years ago
  10. 2685df6 s390/ccwgroup: increase string buffer size by Heiko Carstens · 8 years ago
  11. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  12. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  13. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  14. f94682d virtio: add context flag to find vqs by Michael S. Tsirkin · 8 years ago
  15. b68e7e9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  16. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  17. 5037c22 Merge tag 'vfio-ccw-20170413' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features by Martin Schwidefsky · 8 years ago
  18. 71cb1bf s390/sclp: Detect KSS facility by Farhan Ali · 8 years ago
  19. 7a2765f dcssblk: add dax_operations support by Dan Williams · 8 years ago
  20. 129cc19 vfio: ccw: improve error handling for vfio_ccw_mdev_remove by Dong Jia Shi · 8 years ago
  21. c9c31b0 vfio: ccw: remove unnecessary NULL checks of a pointer by Dong Jia Shi · 8 years ago
  22. 6ffa4d1 s390/qeth: remove unimplemented gdev routines by Julian Wiedmann · 8 years ago
  23. 41fc3b6 s390/qeth: use LINK_MODE_* to report the link characteristics by Julian Wiedmann · 8 years ago
  24. 993e19c s390/qeth: convert to ETHTOOL_GLINKSETTINGS API by Julian Wiedmann · 8 years ago
  25. 774afb8 s390/qeth: clean up qeth_set_ecmd_adv_sup() by Julian Wiedmann · 8 years ago
  26. 2aedd56 s390/qeth: use and remove some defines by Julian Wiedmann · 8 years ago
  27. e38db6b s390/qeth: use correct return type for hard_start_xmit() by Julian Wiedmann · 8 years ago
  28. 4e8d7e6 s390/qeth: remove unused parameter by Julian Wiedmann · 8 years ago
  29. 96d1bb5 s390/qeth: move gdev shutdown handler to core by Julian Wiedmann · 8 years ago
  30. d73ef32 s390/qeth: move NAPI poll routine to core by Julian Wiedmann · 8 years ago
  31. 942d698 s390/qeth: move common ioctl handling to core by Julian Wiedmann · 8 years ago
  32. 6c37c60 s390/netiucv: improve endianness handling by Hans Wippel · 8 years ago
  33. 5cd77c1 s390/ctcm: improve endianness handling by Hans Wippel · 8 years ago
  34. 6bee4e2 s390/qeth: improve endianness handling by Hans Wippel · 8 years ago
  35. ff581f8 s390/qeth: Remove unused code by Julian Wiedmann · 8 years ago
  36. d7a3993 s390/qeth: remove unused return value by Julian Wiedmann · 8 years ago
  37. bbeb241 s390/qeth: fix up ssqd tracing by Julian Wiedmann · 8 years ago
  38. aa59004 s390/qeth: use QDIO_*_QFMT defines by Julian Wiedmann · 8 years ago
  39. ea6b172 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  40. 6fb81d6 Merge branch 'vfio-ccw-for-martin' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features by Martin Schwidefsky · 8 years ago
  41. d686f21 vfio: ccw: introduce support for ccw0 by Dong Jia Shi · 8 years ago
  42. bbe37e4 vfio: ccw: introduce a finite state machine by Dong Jia Shi · 8 years ago
  43. e5f84db vfio: ccw: return I/O results asynchronously by Dong Jia Shi · 8 years ago
  44. 120e214 vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls by Dong Jia Shi · 8 years ago
  45. 83d1193 vfio: ccw: realize VFIO_DEVICE_RESET ioctl by Dong Jia Shi · 8 years ago
  46. e01bcdd vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl by Dong Jia Shi · 8 years ago
  47. 4e149e4 vfio: ccw: handle ccw command request by Dong Jia Shi · 8 years ago
  48. 060d2b5 vfio: ccw: introduce ccw_io_region by Dong Jia Shi · 8 years ago
  49. 84cd8fc vfio: ccw: register vfio_ccw to the mediated device framework by Dong Jia Shi · 8 years ago
  50. 0a19e61 vfio: ccw: introduce channel program interfaces by Dong Jia Shi · 8 years ago
  51. 63f1934 vfio: ccw: basic implementation for vfio_ccw driver by Dong Jia Shi · 8 years ago
  52. a22217e s390: cio: export more interfaces by Dong Jia Shi · 8 years ago
  53. 5434da4 s390: cio: introduce cio_cancel_halt_clear by Dong Jia Shi · 8 years ago
  54. ab24fbd s390/dasd: suppress command reject error for query host access command by Stefan Haberland · 8 years ago
  55. ccd53fa s390/dasd: check if query host access feature is supported by Stefan Haberland · 8 years ago
  56. acd9776 s390/qeth: no ETH header for outbound AF_IUCV by Julian Wiedmann · 8 years ago
  57. 7d969d2 s390/qeth: size calculation outbound buffers by Julian Wiedmann · 8 years ago
  58. e61a613 s390/pkey: Introduce new API for secure key verification by Harald Freudenberger · 8 years ago
  59. ca681ec s390/pkey: Fix wrong handling of secure key with old MKVP by Harald Freudenberger · 8 years ago
  60. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  62. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  63. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  64. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  65. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  66. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 8 years ago
  67. 8693b91 s390/dasd: fix spelling mistake: "supportet" -> "supported" by Colin Ian King · 8 years ago
  68. e80d4af s390/pkey: Introduce pkey kernel module by Harald Freudenberger · 8 years ago
  69. a1d001e s390/zcrypt: export additional symbols by Harald Freudenberger · 8 years ago
  70. f546d6a s390/zcrypt: Cleanup leftover module code. by Harald Freudenberger · 8 years ago
  71. d0360d7 s390/zcrypt: Enable request count reset for cards and queues. by Harald Freudenberger · 8 years ago
  72. 7775913 s390/chsc: Add exception handler for CHSC instruction by Peter Oberparleiter · 8 years ago
  73. ff47d8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  74. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  75. cdc1947 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  76. 50a0d46 s390/zcrypt: make ap_bus explicitly non-modular by Paul Gortmaker · 8 years ago
  77. 260021e s390/zcrypt: Removed unneeded debug feature directory creation. by Harald Freudenberger · 8 years ago
  78. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  79. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. 13ebfd0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  81. ed6de45 Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes by James Bottomley · 8 years ago
  82. 2dfa668 scsi: zfcp: fix use-after-free by not tracing WKA port open/close on failed send by Steffen Maier · 8 years ago
  83. f694bb3 s390/sclp: get rid of common response code handling by Heiko Carstens · 8 years ago
  84. 02407ba s390/sclp: don't add new lines to each printed string by Heiko Carstens · 8 years ago
  85. d5ab7a3 s390/sclp: make early sclp code readable by Heiko Carstens · 8 years ago
  86. 76fdf14 s390/sclp: disable early sclp code as soon as the base sclp driver is active by Heiko Carstens · 8 years ago
  87. 9090f3f s390/sclp: move early printk code to drivers by Heiko Carstens · 8 years ago
  88. b6a05c8 scsi: remove eh_timed_out methods in the transport template by Christoph Hellwig · 8 years ago
  89. f83435c s390/qdio: improve some debug prints by Julian Wiedmann · 8 years ago
  90. 72a01d0 s390/qdio: fix up tiqdio_thinint_handler() kerneldoc by Julian Wiedmann · 8 years ago
  91. 67bb323 s390/qdio: clean up q->irq_ptr usage by Julian Wiedmann · 8 years ago
  92. 1e4a382 s390/qdio: clear DSCI prior to scanning multiple input queues by Julian Wiedmann · 8 years ago
  93. a63f53e s390/dcssblk: fix device size calculation in dcssblk_direct_access() by Gerald Schaefer · 8 years ago
  94. 1dd128a scm_blk: remove unneeded REQ_TYPE_FS check by Christoph Hellwig · 8 years ago
  95. ba21d0e s390/dasd: correct inconsistent indenting by Stefan Haberland · 8 years ago
  96. ca732e1 s390/dasd: check blockdevice pointer before trying to sync blockdevice by Stefan Haberland · 8 years ago
  97. 2202134 s390/dasd: check for device error pointer within state change interrupts by Stefan Haberland · 8 years ago
  98. defc2a9 s390/dasd: allow 0 for path_threshold attribute by Stefan Haberland · 8 years ago
  99. 3b1bea0 s390/dasd: Improve parameter list parsing by Jan Höppner · 8 years ago
  100. 09762dc s390/dasd: Always store parameter elements in an array by Jan Höppner · 8 years ago