1. f154c80 Merge tag 's390-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 4 months ago
  2. 19379d4 s390/cio: fix kernel doc comment by Heiko Carstens · 3 years, 5 months ago
  3. 89b6b8c Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 5 months ago
  4. c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 5 months ago
  5. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 5 months ago
  6. 2297791 s390/cio: dont unregister subchannel from child-drivers by Vineeth Vijayan · 3 years, 9 months ago
  7. 9f79b54 s390/qdio: remove unused support for SLIB parameters by Julian Wiedmann · 3 years, 6 months ago
  8. 44d9a21 s390/qdio: consolidate QIB code by Julian Wiedmann · 3 years, 6 months ago
  9. f86991b s390/qdio: use dev_info() in qdio_print_subchannel_info() by Julian Wiedmann · 3 years, 6 months ago
  10. 87e225b s390/qdio: fine-tune the queue sync by Julian Wiedmann · 3 years, 6 months ago
  11. 10376b5 s390/qdio: clean up SIGA capability tracking by Julian Wiedmann · 3 years, 6 months ago
  12. e2af48d s390/qdio: remove unused sync-after-IRQ infrastructure by Julian Wiedmann · 3 years, 10 months ago
  13. eade5f6 s390/qdio: use absolute data address in ESTABLISH ccw by Julian Wiedmann · 3 years, 7 months ago
  14. d3683c0 s390/cio: add dev_busid sysfs entry for each subchannel by Vineeth Vijayan · 3 years, 9 months ago
  15. cec0c58 s390/cio: add rescan functionality on channel subsystem by Vineeth Vijayan · 3 years, 9 months ago
  16. 9b0d6b7 vfio/ap,ccw: Fix open/close when multiple device FDs are open by Jason Gunthorpe · 3 years, 6 months ago
  17. 0d37438 s390/qdio: remove unused macros by Julian Wiedmann · 4 years ago
  18. 0ae8f2a s390/qdio: remove unneeded siga-sync for Output Queue by Julian Wiedmann · 3 years, 6 months ago
  19. d01fad2 s390/qdio: remove remaining tasklet & timer code by Julian Wiedmann · 3 years, 10 months ago
  20. d1ea9b5 s390/qdio: propagate error when cancelling a ccw fails by Julian Wiedmann · 3 years, 8 months ago
  21. d06314e s390/qdio: improve roll-back after error on ESTABLISH ccw by Julian Wiedmann · 3 years, 8 months ago
  22. 1c1dc8b s390/qdio: cancel the ESTABLISH ccw after timeout by Julian Wiedmann · 3 years, 8 months ago
  23. 2c19787 s390/qdio: fix roll-back after timeout on ESTABLISH ccw by Julian Wiedmann · 3 years, 8 months ago
  24. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  25. 15f83bb s390/scm: Make struct scm_driver::remove return void by Uwe Kleine-König · 3 years, 6 months ago
  26. 7a47c52 s390/ccwgroup: Drop if with an always false condition by Uwe Kleine-König · 3 years, 6 months ago
  27. a7bdb9a s390/cio: Make struct css_driver::remove return void by Uwe Kleine-König · 3 years, 6 months ago
  28. a8c7629 s390/qeth: remove OSN support by Julian Wiedmann · 3 years, 6 months ago
  29. d3e2ff5 s390/qdio: get rid of register asm by Heiko Carstens · 3 years, 7 months ago
  30. 7496209 s390/ioasm: use symbolic names for asm operands by Heiko Carstens · 3 years, 7 months ago
  31. b94bcca s390/ioasm: get rid of register asm by Heiko Carstens · 3 years, 7 months ago
  32. 6d7c628 s390/cmf: get rid of register asm by Heiko Carstens · 3 years, 7 months ago
  33. c749d8c s390/cio: dont call css_wait_for_slow_path() inside a lock by Vineeth Vijayan · 3 years, 8 months ago
  34. 0a50044 s390: use struct tpi_info in lowcore.h by Sven Schnelle · 3 years, 8 months ago
  35. 34bbeed s390: add struct tpi_info to struct pt_regs by Sven Schnelle · 3 years, 8 months ago
  36. c63c473 s390/cio: add tpi.h header file by Sven Schnelle · 3 years, 8 months ago
  37. 17c0b86 s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungrouping by Julian Wiedmann · 3 years, 9 months ago
  38. 428b7f5 s390/ccwgroup: simplify ungrouping when driver deregisters by Julian Wiedmann · 3 years, 9 months ago
  39. 197cec2 s390/ccwgroup: release the cdevs from within dev->release() by Julian Wiedmann · 3 years, 9 months ago
  40. 2af7a83 vfio-ccw: Serialize FSM IDLE state with I/O completion by Eric Farman · 3 years, 8 months ago
  41. 6c02ac4c vfio-ccw: Reset FSM state to IDLE inside FSM by Eric Farman · 3 years, 8 months ago
  42. c6c82e0 vfio-ccw: Check initialized flag in cp_init() by Eric Farman · 3 years, 8 months ago
  43. e486612 Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 3 years, 9 months ago
  44. 2f7484f s390/cio: remove invalid condition on IO_SCH_UNREG by Vineeth Vijayan · 3 years, 9 months ago
  45. 238da4d Merge tag 'vfio-v5.13-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 9 months ago
  46. 9169cff vfio/mdev: Correct the function signatures for the mdev_type_attributes by Jason Gunthorpe · 3 years, 10 months ago
  47. c2ef2f5 vfio/mdev: Remove kobj from mdev_parent_ops->create() by Jason Gunthorpe · 3 years, 10 months ago
  48. 3081e61 s390/cio: use DECLARE_WAIT_QUEUE_HEAD for static work_queue_head_t by Vineeth Vijayan · 3 years, 10 months ago
  49. 4e774d5 s390/cio: use DECLARE_WAIT_QUEUE_HEAD() for wait_queue by Shixin Liu · 3 years, 10 months ago
  50. 1034c96 s390/cio: use DEFINE_SPINLOCK() for spinlock by Shixin Liu · 3 years, 10 months ago
  51. 396c100 s390/qdio: let driver manage the QAOB by Julian Wiedmann · 4 years ago
  52. a4f17cc s390/cio: add CRW inject functionality by Vineeth Vijayan · 4 years ago
  53. 64a715a s390/cio: introduce CIO debugfs directory by Vineeth Vijayan · 4 years ago
  54. d9c48a9 s390/cio: return -EFAULT if copy_to_user() fails by Eric Farman · 3 years, 11 months ago
  55. 51c44ba s390/cio: return -EFAULT if copy_to_user() fails by Wang Qing · 3 years, 11 months ago
  56. eba8e1a s390/time,idle: get rid of unsigned long long by Heiko Carstens · 4 years ago
  57. 2223318 s390/qdio: remove 'merge_pending' mechanism by Julian Wiedmann · 4 years ago
  58. 7940eaf s390/qdio: improve handling of PENDING buffers for QEBSM devices by Julian Wiedmann · 4 years ago
  59. 540936df s390/qdio: rework q->qdio_error indication by Julian Wiedmann · 4 years ago
  60. 3bf526e s390/qdio: inline qdio_kick_handler() by Julian Wiedmann · 4 years ago
  61. bd83917 s390/qdio: track time of last data IRQ for each device by Julian Wiedmann · 4 years, 4 months ago
  62. 954d623 s390/qdio: make thinint registration symmetric by Julian Wiedmann · 4 years, 4 months ago
  63. 6bb7a51 s390/qdio: adopt new tasklet API by Julian Wiedmann · 4 years, 4 months ago
  64. ed64569 s390/qdio: remove qdio_inbound_q_moved() wrapper by Julian Wiedmann · 4 years ago
  65. 1ecbcfd s390/qdio: remove Input tasklet code by Julian Wiedmann · 4 years, 8 months ago
  66. 4520a91 s390/cio: use dma helpers for setting masks by Julian Wiedmann · 4 years, 1 month ago
  67. 29c53de s390/cio: remove ccw_device_add() wrapper by Julian Wiedmann · 4 years, 2 months ago
  68. a087241 Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 1 month ago
  69. 0c71cc0 Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 1 month ago
  70. 69f637c Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  71. e0d62dc s390/delay: remove udelay_simple() by Heiko Carstens · 4 years, 1 month ago
  72. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  73. 14d4c4f s390/cio: fix use-after-free in ccw_device_destroy_console by Qinglang Miao · 4 years, 2 months ago
  74. 0506631 s390/ccwgroup: use bus->dev_groups for bus-based sysfs attributes by Julian Wiedmann · 4 years, 1 month ago
  75. bccce80 vfio-ccw: Wire in the request callback by Eric Farman · 4 years, 2 months ago
  76. 8cc0dcf s390/cio: remove pm support from ccw bus driver by Vineeth Vijayan · 4 years, 2 months ago
  77. ef2eea7 s390/cio: remove pm support from css-bus driver by Vineeth Vijayan · 4 years, 2 months ago
  78. 796cfab s390/cio: remove pm support from IO subchannel drivers by Vineeth Vijayan · 4 years, 10 months ago
  79. bfa1115 s390/cio: remove pm support from chsc subchannel driver by Vineeth Vijayan · 4 years, 10 months ago
  80. 6b532ee s390/cio: remove pm support from eadm-sch drivers by Vineeth Vijayan · 4 years, 4 months ago
  81. 32ef938 s390/cio: Add support for FCES status notification by Vineeth Vijayan · 4 years, 3 months ago
  82. 4cd6094 s390/cio: Provide Endpoint-Security Mode per CU by Vineeth Vijayan · 4 years, 3 months ago
  83. 8b8b0915 s390/cio: Export information about Endpoint-Security Capability by Sebastian Ott · 4 years, 3 months ago
  84. 847d428 Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 3 months ago
  85. 402e922 s390: remove orphaned function declarations by Vasily Gorbik · 4 years, 4 months ago
  86. 54530ce s390/cio: remove unused channel_subsystem_reinit by Vasily Gorbik · 4 years, 4 months ago
  87. b2539aa s390/stp: add support for leap seconds by Sven Schnelle · 4 years, 7 months ago
  88. b983aa1 s390/cio: Helper functions to read CSSID, IID, and CHID by Alexandra Winter · 4 years, 4 months ago
  89. 4fea49a s390/cio: Add new Operation Code OC3 to PNSO by Alexandra Winter · 4 years, 4 months ago
  90. 180a4c4 s390/qdio: always use dev_name() for device name in QIB by Julian Wiedmann · 4 years, 5 months ago
  91. 4d4a3ca s390/qdio: clean up QDR setup by Julian Wiedmann · 5 years ago
  92. 309f98d s390/qdio: make qdio_handle_aobs() more robust by Julian Wiedmann · 5 years ago
  93. 0b8eb2e s390/cio: add cond_resched() in the slow_eval_known_fn() loop by Vineeth Vijayan · 4 years, 7 months ago
  94. 45365a0 Merge tag 's390-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 6 months ago
  95. a709423 s390/qdio: remove internal polling in non-thinint path by Julian Wiedmann · 4 years, 7 months ago
  96. 2bbf282 s390/qdio: allow to scan all 128 Input SBALs by Julian Wiedmann · 4 years, 7 months ago
  97. 529683d s390/qdio: fix statistics for 128 SBALs by Julian Wiedmann · 4 years, 7 months ago
  98. d8ca55a vfio-ccw: Fix a build error due to missing include of linux/slab.h by Sean Christopherson · 4 years, 7 months ago
  99. c920c54 s390/qdio: warn about unexpected SLSB states by Julian Wiedmann · 4 years, 8 months ago
  100. 3d6c6f2 s390/qdio: clean up usage of qdio_data by Julian Wiedmann · 4 years, 8 months ago