1. ebe1002 io_uring: don't cancel all work on process exit by Jens Axboe · 5 years ago
  2. 73e08e7 Revert "io_uring: only allow submit from owning task" by Jens Axboe · 5 years ago
  3. 1292e97 io_uring: fix compat for IORING_REGISTER_FILES_UPDATE by Eugene Syromiatnikov · 5 years ago
  4. 44d2827 io_uring: only allow submit from owning task by Jens Axboe · 5 years ago
  5. 11ba820 io_uring: ensure workqueue offload grabs ring mutex for poll list by Jens Axboe · 5 years ago
  6. 797f3f5 io_uring: clear req->result always before issuing a read/write request by Bijan Mottahedeh · 5 years ago
  7. 7891293 io_uring: be consistent in assigning next work from handler by Jens Axboe · 5 years ago
  8. e0bbb34 io-wq: cancel work if we fail getting a mm reference by Jens Axboe · 5 years ago
  9. 74566df io_uring: don't setup async context for read/write fixed by Jens Axboe · 5 years ago
  10. eacc6df io_uring: remove punt of short reads to async context by Jens Axboe · 5 years ago
  11. fd1c4bc io-wq: add cond_resched() to worker thread by Hillf Danton · 5 years ago
  12. 1f424e8b io-wq: remove unused busy list from io_sqe by Hillf Danton · 5 years ago
  13. 3529d8c io_uring: pass in 'sqe' to the prep handlers by Jens Axboe · 5 years ago
  14. 06b76d4 io_uring: standardize the prep methods by Jens Axboe · 5 years ago
  15. 26a6167 io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler by Jens Axboe · 5 years ago
  16. e47293f io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler by Jens Axboe · 5 years ago
  17. 3fbb51c io_uring: move all prep state for IORING_OP_CONNECT to prep handler by Jens Axboe · 5 years ago
  18. 9adbd45 io_uring: add and use struct io_rw for read/writes by Jens Axboe · 5 years ago
  19. d55e5f5 io_uring: use u64_to_user_ptr() consistently by Jens Axboe · 5 years ago
  20. fd6c2e4 io_uring: io_wq_submit_work() should not touch req->rw by Jens Axboe · 5 years ago
  21. 7c504e65 io_uring: don't wait when under-submitting by Pavel Begunkov · 5 years ago
  22. e781573 io_uring: warn about unhandled opcode by Jens Axboe · 5 years ago
  23. d625c6e io_uring: read opcode and user_data from SQE exactly once by Jens Axboe · 5 years ago
  24. b29472e io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable by Jens Axboe · 5 years ago
  25. fbf2384 io_uring: make IORING_OP_CANCEL_ASYNC deferrable by Jens Axboe · 5 years ago
  26. 0969e78 io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable by Jens Axboe · 5 years ago
  27. ffbb8d6 io_uring: make HARDLINK imply LINK by Pavel Begunkov · 5 years ago
  28. 8ed8d3c io_uring: any deferred command must have stable sqe data by Jens Axboe · 5 years ago
  29. fc4df99 io_uring: remove 'sqe' parameter to the OP helpers that take it by Jens Axboe · 5 years ago
  30. b7bb4f7 io_uring: fix pre-prepped issue with force_nonblock == true by Jens Axboe · 5 years ago
  31. 525b305 io-wq: re-add io_wq_current_is_worker() by Jens Axboe · 5 years ago
  32. 0b416c3 io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG by Jens Axboe · 5 years ago
  33. d195a66 io_uring: fix stale comment and a few typos by Brian Gianforcaro · 5 years ago
  34. e31736d Merge tag 'nios2-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2 by Linus Torvalds · 5 years ago
  35. 1482e66 Merge tag 'devicetree-fixes-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 5 years ago
  36. dd79b53 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  37. 1d76c07 Merge tag 'pci-v5.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  38. 3b2ee61 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  39. 6bd2c87 Merge tag 'pm-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  40. b61c562 Merge tag 'sound-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 5 years ago
  41. b2cb931 Merge tag 'drm-fixes-2019-12-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  42. f1fcd77 Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  43. 5bd831a Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  44. 15da849 Merge tag 'for-5.5/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  45. 22ff311 Merge tag 'sizeof_field-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 years ago
  46. 4c84515 Merge branches 'pm-cpuidle' and 'acpi-pm' by Rafael J. Wysocki · 5 years ago
  47. d16f0f6 Merge tag 'drm-fixes-5.5-2019-12-12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 5 years ago
  48. 82e50ec Merge tag 'drm-intel-fixes-2019-12-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 5 years ago
  49. 7315c0e Merge tag 'drm-misc-next-fixes-2019-12-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  50. ee9b280 of/platform: Unconditionally pause/resume sync state during kernel init by Saravana Kannan · 5 years ago
  51. 70c8121 dt-bindings: memory-controllers: tegra: Fix type references by Rob Herring · 5 years ago
  52. 5c7404b dt-bindings: Change maintainer address by Maxime Ripard · 5 years ago
  53. ca01e79 PCI: rockchip: Fix IO outbound ATU register number by Enric Balletbo i Serra · 5 years ago
  54. f271fe1 drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10 by changzhu · 5 years ago
  55. 90f6452 drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9 by changzhu · 5 years ago
  56. 37d4e84 Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  57. d4d8140 cpuidle: Drop unnecessary type cast in cpuidle_poll_time() by Rafael J. Wysocki · 5 years ago
  58. 5addeae blk-cgroup: remove blkcg_drain_queue by Guoqing Jiang · 5 years ago
  59. ecb6186 block: fix NULL pointer dereference in account statistics with IDE by Logan Gunthorpe · 5 years ago
  60. 413fc38 drm/amdgpu: avoid using invalidate semaphore for picasso by changzhu · 5 years ago
  61. a680aea Revert "drm/amdgpu: dont schedule jobs while in reset" by Alex Deucher · 5 years ago
  62. e32ea12 nios2: Fix ioremap by Guenter Roeck · 5 years ago
  63. cdf1d28 Merge branch 'linux-5.5' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 5 years ago
  64. 296aec4 Merge branch 'md-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-linus by Jens Axboe · 5 years ago
  65. 5ba0474 Merge tag 'drm-misc-fixes-2019-12-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  66. ae4b064 Merge tag 'afs-fixes-20191211' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  67. 9e3aa61 io_uring: ensure we return -EINVAL on unknown opcode by Jens Axboe · 5 years ago
  68. 687dec9 Merge tag 'erofs-for-5.5-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 5 years ago
  69. 6674fdb Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  70. d1c6a2a pipe: simplify signal handling in pipe_read() and add comments by Linus Torvalds · 5 years ago
  71. bd95c14 drm/amdgpu: fix license on Kconfig and Makefiles by Alex Deucher · 5 years ago
  72. 69897d3 drm/amdgpu/gfx10: update gfx golden settings for navi14 by Tianci.Yin · 5 years ago
  73. 847b0d8 drm/amdgpu/gfx10: update gfx golden settings by Tianci.Yin · 5 years ago
  74. 5714a20 drm/amdgpu/gfx10: update gfx golden settings for navi14 by Tianci.Yin · 5 years ago
  75. 02cca57 drm/amdgpu/gfx10: update gfx golden settings by Tianci.Yin · 5 years ago
  76. 3b7436c md: make sure desc_nr less than MD_SB_DISKS by Yufen Yu · 5 years ago
  77. 028288d md: raid1: check rdev before reference in raid1_sync_request func by Zhiqiang Liu · 5 years ago
  78. a7ede3d raid5: need to set STRIPE_HANDLE for batch head by Guoqing Jiang · 5 years ago
  79. 5055980 afs: Show volume name in /proc/net/afs/<cell>/volumes by David Howells · 5 years ago
  80. 106bc79 afs: Fix missing cell comparison in afs_test_super() by David Howells · 5 years ago
  81. 1da4bd9 afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP by David Howells · 5 years ago
  82. 158d583 afs: Fix mountpoint parsing by David Howells · 5 years ago
  83. a2ce321 dt-bindings: net: ti: cpsw-switch: update to fix comments by Grygorii Strashko · 5 years ago
  84. 71bbcd2 dt-bindings: remoteproc: stm32: add wakeup-source property by Arnaud Pouliquen · 5 years ago
  85. 750bde2 drm/i915: Serialise with remote retirement by Chris Wilson · 5 years ago
  86. 63b9b80 virtio_balloon: divide/multiply instead of shifts by Michael S. Tsirkin · 5 years ago
  87. 2a946fa virtio_balloon: name cleanups by Michael S. Tsirkin · 5 years ago
  88. 63341ab virtio-balloon: fix managed page counts when migrating pages between zones by David Hildenbrand · 5 years ago
  89. 8c9312a i2c: add helper to check if a client has a driver attached by Wolfram Sang · 5 years ago
  90. 5815bdf ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO by Hui Wang · 5 years ago
  91. 10d5934 io_uring: add sockets to list of files that support non-blocking issue by Jens Axboe · 5 years ago
  92. ebfcd89 net: make socket read/write_iter() honor IOCB_NOWAIT by Jens Axboe · 5 years ago
  93. 53108d4 io_uring: only hash regular files for async work execution by Jens Axboe · 5 years ago
  94. 4a0a7a1 io_uring: run next sqe inline if possible by Jens Axboe · 5 years ago
  95. 392edb4 io_uring: don't dynamically allocate poll data by Jens Axboe · 5 years ago
  96. d968856 io_uring: deferred send/recvmsg should assign iov by Jens Axboe · 5 years ago
  97. 8a4955f io_uring: sqthread should grab ctx->uring_lock for submissions by Jens Axboe · 5 years ago
  98. e995d51 io-wq: briefly spin for new work after finishing work by Jens Axboe · 5 years ago
  99. 506d95f io-wq: remove worker->wait waitqueue by Jens Axboe · 5 years ago
  100. 4e88d6e io_uring: allow unbreakable links by Jens Axboe · 5 years ago