1. c0d1a7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  3. d7927df Merge tag 'vfio-ccw-20180529' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features by Martin Schwidefsky · 7 years ago
  4. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  5. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  6. 5037be1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  7. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  8. 3cd9021 vfio: ccw: add tracepoints for interesting error paths by Halil Pasic · 7 years ago
  9. 6238f92 vfio: ccw: set ccw->cda to NULL defensively by Dong Jia Shi · 7 years ago
  10. 5c1cfb1 vfio: ccw: refactor and improve pfn_array_alloc_pin() by Dong Jia Shi · 7 years ago
  11. 80c57f7 vfio: ccw: shorten kernel doc description for pfn_array_pin() by Dong Jia Shi · 7 years ago
  12. fb9e788 vfio: ccw: push down unsupported IDA check by Halil Pasic · 7 years ago
  13. 2c861d8 vfio: ccw: fix error return in vfio_ccw_sch_event by Dong Jia Shi · 7 years ago
  14. a166c36 s390/cio: add test for ccwgroup device by Sebastian Ott · 8 years ago
  15. 1996523 s390/cio: add helper to query utility strings per given ccw device by Sebastian Ott · 9 years ago
  16. 2e68adc s390/qdio: don't release memory in qdio_setup_irq() by Julian Wiedmann · 7 years ago
  17. e521813 s390/qdio: fix access to uninitialized qdio_q fields by Julian Wiedmann · 7 years ago
  18. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  19. d66a735 vfio: ccw: fix cleanup if cp_prefetch fails by Halil Pasic · 7 years ago
  20. 3368e54 vfio: ccw: process ssch with interrupts disabled by Cornelia Huck · 7 years ago
  21. af2e460 s390/cio: update chpid descriptor after resource accessibility event by Sebastian Ott · 7 years ago
  22. 0d55303 compat: Move compat_timespec/ timeval to compat_time.h by Deepa Dinamani · 7 years ago
  23. d485235 s390: assume diag308 set always works by Vasily Gorbik · 7 years ago
  24. d08091a s390/ipl: rely on diag308 store to get ipl info by Vasily Gorbik · 7 years ago
  25. 7eee12b s390/qdio: lock device while installing IRQ handler by Julian Wiedmann · 7 years ago
  26. 8928632 s390/qdio: clear intparm during shutdown by Julian Wiedmann · 7 years ago
  27. ab7efda s390/ccwgroup: require at least one ccw device by Julian Wiedmann · 7 years ago
  28. b9dd652 s390/cio: add util_string sysfs attribute by Sebastian Ott · 9 years ago
  29. fcc6dd4 s390/chsc: query utility strings via fmt3 channel path descriptor by Sebastian Ott · 9 years ago
  30. ded27d8 s390/cio: rename struct channel_path_desc by Sebastian Ott · 8 years ago
  31. 135a8b4 s390/cio: fix unbind of io_subchannel_driver by Sebastian Ott · 7 years ago
  32. 88bf319 s390/qdio: split up CCQ handling for EQBS / SQBS by Julian Wiedmann · 7 years ago
  33. dae55b6 s390/qdio: don't retry EQBS after CCQ 96 by Julian Wiedmann · 7 years ago
  34. c11a3df s390/qdio: restrict buffer merging to eligible devices by Julian Wiedmann · 7 years ago
  35. 0cf1e05 s390/qdio: don't merge ERROR output buffers by Julian Wiedmann · 7 years ago
  36. 152485b s390/qdio: simplify math in get_*_buffer_frontier() by Julian Wiedmann · 7 years ago
  37. 9851bc7 vfio-ccw: fence off transport mode by Cornelia Huck · 7 years ago
  38. 410d5e1 s390/cio: clear timer when terminating driver I/O by Sebastian Ott · 7 years ago
  39. 770b55c s390/cio: fix return code after missing interrupt by Sebastian Ott · 7 years ago
  40. f97a6b6 s390/cio: fix ccw_device_start_timeout API by Sebastian Ott · 7 years ago
  41. 364e3f9 s390/cio: fix kernel-doc usage by Sebastian Ott · 7 years ago
  42. f3ea841 s390/cmf: fix kerneldoc by Cornelia Huck · 7 years ago
  43. c828a89 treewide: Use DEVICE_ATTR_RO by Joe Perches · 7 years ago
  44. b6b996b treewide: Use DEVICE_ATTR_RW by Joe Perches · 7 years ago
  45. 9fa1db4 s390: add a few more SPDX identifiers by Martin Schwidefsky · 7 years ago
  46. b23481f s390/qdio: restrict target-full handling to IQDIO by Julian Wiedmann · 7 years ago
  47. 0b926ac s390/qdio: consider ERROR buffers for inbound-full condition by Julian Wiedmann · 7 years ago
  48. 13d1d55 s390: drivers: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  49. 724117b s390: cio: add SPDX identifiers to the remaining files by Greg Kroah-Hartman · 7 years ago
  50. 846d0c6 s390/cio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  51. cb9f780 s390: qdio: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  52. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  53. 408358b s390: vfio-ccw: Do not attempt to free no-op, test and tic cda. by Jason J. Herne · 7 years ago
  54. 30e8eb86 s390/qdio: sanitize put_indicator by Sebastian Ott · 7 years ago
  55. 648a6f4 s390/qdio: use atomic_cmpxchg by Sebastian Ott · 7 years ago
  56. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  57. 94158e5 s390/debug: improve debug_event by Sebastian Ott · 7 years ago
  58. 4cebc5d vfio: ccw: validate the count field of a ccw before pinning by Dong Jia Shi · 7 years ago
  59. 688c295 vfio: ccw: bypass bad idaw address when fetching IDAL ccws by Dong Jia Shi · 7 years ago
  60. f9a5d70 s390/ccwgroup: tie a ccwgroup driver to its ccw driver by Julian Wiedmann · 7 years ago
  61. 08c6df9 s390/cmf: use tod_to_ns() by Sebastian Ott · 7 years ago
  62. cb09b35 s390/cmf: avg_utilization by Sebastian Ott · 7 years ago
  63. d4d287e s390/cmf: read from hw buffer by Sebastian Ott · 7 years ago
  64. 81b050b s390/cmf: simplify copy_block by Sebastian Ott · 7 years ago
  65. 60f3eac s390/cmf: simplify cmb_copy_wait by Sebastian Ott · 7 years ago
  66. eeec1e4 s390/cmf: simplify set_schib_wait by Sebastian Ott · 7 years ago
  67. adc69b4 s390/cmf: set_schib_wait add timeout by Sebastian Ott · 7 years ago
  68. 55fb734 s390/cio: recover from bad paths by Sebastian Ott · 7 years ago
  69. ac34bbc s390/cio: add const to bin_attribute structures by Bhumika Goyal · 7 years ago
  70. dd783b4 Merge tag 'vfio-ccw-20170724' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into features by Martin Schwidefsky · 7 years ago
  71. f460d11 s390/cio: constify attribute_group structures. by Arvind Yadav · 7 years ago
  72. c389377 vfio: ccw: fix bad ptr math for TIC cda translation by Jason J. Herne · 7 years ago
  73. 2daace7 s390: chp: handle CRW_ERC_INIT for channel-path status change by Dong Jia Shi · 8 years ago
  74. c14b7a8 s390/vfio_ccw: remove unused variable by Sebastian Ott · 8 years ago
  75. e0f3e8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  76. f95a0d6 Merge commit '8e8320c9315c' into for-4.13/block by Jens Axboe · 8 years ago
  77. 36f6237 s390/cio: introduce io_subchannel_type by Sebastian Ott · 8 years ago
  78. 2a842ac block: introduce new block status code type by Christoph Hellwig · 8 years ago
  79. 698be5d Merge tag 'vfio-ccw-20170522' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw into fixes by Martin Schwidefsky · 8 years ago
  80. 5bf1853 s390/vfio_ccw: make some symbols static by Sebastian Ott · 8 years ago
  81. 6423ef6 s390/qdio: increase string buffer size by Heiko Carstens · 8 years ago
  82. 2685df6 s390/ccwgroup: increase string buffer size by Heiko Carstens · 8 years ago
  83. 129cc19 vfio: ccw: improve error handling for vfio_ccw_mdev_remove by Dong Jia Shi · 8 years ago
  84. c9c31b0 vfio: ccw: remove unnecessary NULL checks of a pointer by Dong Jia Shi · 8 years ago
  85. d686f21 vfio: ccw: introduce support for ccw0 by Dong Jia Shi · 8 years ago
  86. bbe37e4 vfio: ccw: introduce a finite state machine by Dong Jia Shi · 8 years ago
  87. e5f84db vfio: ccw: return I/O results asynchronously by Dong Jia Shi · 8 years ago
  88. 120e214 vfio: ccw: realize VFIO_DEVICE_G(S)ET_IRQ_INFO ioctls by Dong Jia Shi · 8 years ago
  89. 83d1193 vfio: ccw: realize VFIO_DEVICE_RESET ioctl by Dong Jia Shi · 8 years ago
  90. e01bcdd vfio: ccw: realize VFIO_DEVICE_GET_REGION_INFO ioctl by Dong Jia Shi · 8 years ago
  91. 4e149e4 vfio: ccw: handle ccw command request by Dong Jia Shi · 8 years ago
  92. 060d2b5 vfio: ccw: introduce ccw_io_region by Dong Jia Shi · 8 years ago
  93. 84cd8fc vfio: ccw: register vfio_ccw to the mediated device framework by Dong Jia Shi · 8 years ago
  94. 0a19e61 vfio: ccw: introduce channel program interfaces by Dong Jia Shi · 8 years ago
  95. 63f1934 vfio: ccw: basic implementation for vfio_ccw driver by Dong Jia Shi · 8 years ago
  96. a22217e s390: cio: export more interfaces by Dong Jia Shi · 8 years ago
  97. 5434da4 s390: cio: introduce cio_cancel_halt_clear by Dong Jia Shi · 8 years ago
  98. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  99. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  100. 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