1. e781573 io_uring: warn about unhandled opcode by Jens Axboe · 5 years ago
  2. d625c6e io_uring: read opcode and user_data from SQE exactly once by Jens Axboe · 5 years ago
  3. b29472e io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable by Jens Axboe · 5 years ago
  4. fbf2384 io_uring: make IORING_OP_CANCEL_ASYNC deferrable by Jens Axboe · 5 years ago
  5. 0969e78 io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable by Jens Axboe · 5 years ago
  6. ffbb8d6 io_uring: make HARDLINK imply LINK by Pavel Begunkov · 5 years ago
  7. 8ed8d3c io_uring: any deferred command must have stable sqe data by Jens Axboe · 5 years ago
  8. fc4df99 io_uring: remove 'sqe' parameter to the OP helpers that take it by Jens Axboe · 5 years ago
  9. b7bb4f7 io_uring: fix pre-prepped issue with force_nonblock == true by Jens Axboe · 5 years ago
  10. 525b305 io-wq: re-add io_wq_current_is_worker() by Jens Axboe · 5 years ago
  11. 0b416c3 io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG by Jens Axboe · 5 years ago
  12. d195a66 io_uring: fix stale comment and a few typos by Brian Gianforcaro · 5 years ago
  13. 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
  14. 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
  15. dd79b53 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  16. 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
  17. 3b2ee61 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  18. 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
  19. 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
  20. b2cb931 Merge tag 'drm-fixes-2019-12-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  21. f1fcd77 Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  22. 5bd831a Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  23. 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
  24. 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
  25. 4c84515 Merge branches 'pm-cpuidle' and 'acpi-pm' by Rafael J. Wysocki · 5 years ago
  26. 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
  27. 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
  28. 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
  29. ee9b280 of/platform: Unconditionally pause/resume sync state during kernel init by Saravana Kannan · 5 years ago
  30. 70c8121 dt-bindings: memory-controllers: tegra: Fix type references by Rob Herring · 5 years ago
  31. 5c7404b dt-bindings: Change maintainer address by Maxime Ripard · 5 years ago
  32. ca01e79 PCI: rockchip: Fix IO outbound ATU register number by Enric Balletbo i Serra · 5 years ago
  33. f271fe1 drm/amdgpu: add invalidate semaphore limit for SRIOV in gmc10 by changzhu · 5 years ago
  34. 90f6452 drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9 by changzhu · 5 years ago
  35. 37d4e84 Merge tag 'ceph-for-5.5-rc2' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  36. d4d8140 cpuidle: Drop unnecessary type cast in cpuidle_poll_time() by Rafael J. Wysocki · 5 years ago
  37. 5addeae blk-cgroup: remove blkcg_drain_queue by Guoqing Jiang · 5 years ago
  38. ecb6186 block: fix NULL pointer dereference in account statistics with IDE by Logan Gunthorpe · 5 years ago
  39. 413fc38 drm/amdgpu: avoid using invalidate semaphore for picasso by changzhu · 5 years ago
  40. a680aea Revert "drm/amdgpu: dont schedule jobs while in reset" by Alex Deucher · 5 years ago
  41. e32ea12 nios2: Fix ioremap by Guenter Roeck · 5 years ago
  42. cdf1d28 Merge branch 'linux-5.5' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 5 years ago
  43. 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
  44. 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
  45. 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
  46. 9e3aa61 io_uring: ensure we return -EINVAL on unknown opcode by Jens Axboe · 5 years ago
  47. 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
  48. 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
  49. d1c6a2a pipe: simplify signal handling in pipe_read() and add comments by Linus Torvalds · 5 years ago
  50. bd95c14 drm/amdgpu: fix license on Kconfig and Makefiles by Alex Deucher · 5 years ago
  51. 69897d3 drm/amdgpu/gfx10: update gfx golden settings for navi14 by Tianci.Yin · 5 years ago
  52. 847b0d8 drm/amdgpu/gfx10: update gfx golden settings by Tianci.Yin · 5 years ago
  53. 5714a20 drm/amdgpu/gfx10: update gfx golden settings for navi14 by Tianci.Yin · 5 years ago
  54. 02cca57 drm/amdgpu/gfx10: update gfx golden settings by Tianci.Yin · 5 years ago
  55. 3b7436c md: make sure desc_nr less than MD_SB_DISKS by Yufen Yu · 5 years ago
  56. 028288d md: raid1: check rdev before reference in raid1_sync_request func by Zhiqiang Liu · 5 years ago
  57. a7ede3d raid5: need to set STRIPE_HANDLE for batch head by Guoqing Jiang · 5 years ago
  58. 5055980 afs: Show volume name in /proc/net/afs/<cell>/volumes by David Howells · 5 years ago
  59. 106bc79 afs: Fix missing cell comparison in afs_test_super() by David Howells · 5 years ago
  60. 1da4bd9 afs: Fix creation calls in the dynamic root to fail with EOPNOTSUPP by David Howells · 5 years ago
  61. 158d583 afs: Fix mountpoint parsing by David Howells · 5 years ago
  62. a2ce321 dt-bindings: net: ti: cpsw-switch: update to fix comments by Grygorii Strashko · 5 years ago
  63. 71bbcd2 dt-bindings: remoteproc: stm32: add wakeup-source property by Arnaud Pouliquen · 5 years ago
  64. 750bde2 drm/i915: Serialise with remote retirement by Chris Wilson · 5 years ago
  65. 63b9b80 virtio_balloon: divide/multiply instead of shifts by Michael S. Tsirkin · 5 years ago
  66. 2a946fa virtio_balloon: name cleanups by Michael S. Tsirkin · 5 years ago
  67. 63341ab virtio-balloon: fix managed page counts when migrating pages between zones by David Hildenbrand · 5 years ago
  68. 8c9312a i2c: add helper to check if a client has a driver attached by Wolfram Sang · 5 years ago
  69. 5815bdf ALSA: hda/realtek - Line-out jack doesn't work on a Dell AIO by Hui Wang · 5 years ago
  70. 10d5934 io_uring: add sockets to list of files that support non-blocking issue by Jens Axboe · 5 years ago
  71. ebfcd89 net: make socket read/write_iter() honor IOCB_NOWAIT by Jens Axboe · 5 years ago
  72. 53108d4 io_uring: only hash regular files for async work execution by Jens Axboe · 5 years ago
  73. 4a0a7a1 io_uring: run next sqe inline if possible by Jens Axboe · 5 years ago
  74. 392edb4 io_uring: don't dynamically allocate poll data by Jens Axboe · 5 years ago
  75. d968856 io_uring: deferred send/recvmsg should assign iov by Jens Axboe · 5 years ago
  76. 8a4955f io_uring: sqthread should grab ctx->uring_lock for submissions by Jens Axboe · 5 years ago
  77. e995d51 io-wq: briefly spin for new work after finishing work by Jens Axboe · 5 years ago
  78. 506d95f io-wq: remove worker->wait waitqueue by Jens Axboe · 5 years ago
  79. 4e88d6e io_uring: allow unbreakable links by Jens Axboe · 5 years ago
  80. b0142d6 cpuidle: Fix cpuidle_driver_state_disabled() by Rafael J. Wysocki · 5 years ago
  81. 07b6728 drm/amd/display: include linux/slab.h where needed by Arnd Bergmann · 5 years ago
  82. 3ac6125 i2c: fix header file kernel-doc warning by Randy Dunlap · 5 years ago
  83. 2c2f00a i2c: remove i2c_new_dummy() API by Wolfram Sang · 5 years ago
  84. 1f00534 drm/amd/display: fix undefined struct member reference by Arnd Bergmann · 5 years ago
  85. ff20576 ftrace: Fix function_graph tracer interaction with BPF trampoline by Alexei Starovoitov · 5 years ago
  86. a61f810 tracing: remove set but not used variable 'buffer' by YueHaibing · 5 years ago
  87. af74262 module: Remove accidental change of module_enable_x() by Steven Rostedt (VMware) · 5 years ago
  88. 6e8aeda ALSA: hda/hdmi - Fix duplicate unref of pci_dev by Lukas Wunner · 5 years ago
  89. 7fc979f docs: dm-integrity: remove reference to ARC4 by Eric Biggers · 5 years ago
  90. 3d1890e drm/nouveau/kms/nv50-: fix panel scaling by Ben Skeggs · 5 years ago
  91. ae5769d drm/nouveau/kms/nv50-: Limit MST BPC to 8 by Lyude Paul · 5 years ago
  92. ac2d927 drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom by Lyude Paul · 5 years ago
  93. 310d357 drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN by Lyude Paul · 5 years ago
  94. 64d17f2 drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware by Hans de Goede · 5 years ago
  95. 37a68ea drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit by Hans de Goede · 5 years ago
  96. f26a9e9 drm/i915/gt: Detect if we miss WaIdleLiteRestore by Chris Wilson · 5 years ago
  97. 3ce8209 drm/i915/hdcp: Nuke intel_hdcp_transcoder_config() by Ville Syrjälä · 5 years ago
  98. 0eb8e74 drm/i915/fbc: Disable fbc by default on all glk+ by Ville Syrjälä · 5 years ago
  99. 177e876 drm/i915/perf: Configure OAR for specific context by Umesh Nerlige Ramappa · 5 years ago
  100. 2a264a0 drm/i915/perf: Allow non-privileged access when OA buffer is not sampled by Umesh Nerlige Ramappa · 5 years ago