1. 625434d Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  2. fc05860 Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 8 months ago
  3. 16b3d0c Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  4. 42dec9a Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 8 months ago
  5. 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  6. 3aa139a Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 3 years, 8 months ago
  7. 070a725 Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 3 years, 8 months ago
  8. c065c42 Merge tag 'nfsd-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 8 months ago
  9. ef12441 Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 8 months ago
  10. d08410d Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 8 months ago
  11. 8900d92 Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 8 months ago
  12. 8e3a324 Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 8 months ago
  13. 90035c2 Merge tag 'platform-drivers-x86-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 3 years, 8 months ago
  14. 31a24ae Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 8 months ago
  15. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 8 months ago
  16. 634d00d io_uring: add full-fledged dynamic buffers support by Pavel Begunkov · 3 years, 8 months ago
  17. c3bdad0 io_uring: add generic rsrc update with tags by Pavel Begunkov · 3 years, 8 months ago
  18. 792e358 io_uring: add IORING_REGISTER_RSRC by Pavel Begunkov · 3 years, 8 months ago
  19. fdecb66 io_uring: enumerate dynamic resources by Pavel Begunkov · 3 years, 8 months ago
  20. 3ddb3fd signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures by Marco Elver · 3 years, 8 months ago
  21. db2e718 capabilities: require CAP_SETFCAP to map uid 0 by Serge E. Hallyn · 3 years, 9 months ago
  22. ab50200 floppy: cleanups: remove trailing whitespaces by Denis Efremov · 3 years, 9 months ago
  23. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  24. 55bcf6e perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE by Kan Liang · 3 years, 9 months ago
  25. d0d1dd6 perf core: Add PERF_COUNT_SW_CGROUP_SWITCHES event by Namhyung Kim · 3 years, 11 months ago
  26. 97ba62b perf: Add support for SIGTRAP on perf events by Marco Elver · 3 years, 9 months ago
  27. fb6cc12 signal: Introduce TRAP_PERF si_code and si_perf to siginfo by Marco Elver · 3 years, 9 months ago
  28. 2e498d0 perf: Add support for event removal on exec by Marco Elver · 3 years, 9 months ago
  29. 2b26f0a perf: Support only inheriting events if cloned with CLONE_THREAD by Marco Elver · 3 years, 9 months ago
  30. c17a306 Merge tag 'dmaengine-fix-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine by Linus Torvalds · 3 years, 9 months ago
  31. af8352f Merge tag 'drm-msm-next-2021-04-11' of https://gitlab.freedesktop.org/drm/msm into drm-next by Daniel Vetter · 3 years, 9 months ago
  32. 213cc92 Merge drm/drm-fixes into drm-next by Daniel Vetter · 3 years, 9 months ago
  33. 2016986 arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS) by Peter Collingbourne · 3 years, 10 months ago
  34. 655cdaf lightnvm: remove duplicate include in lightnvm.h by Zhang Yunkai · 3 years, 9 months ago
  35. 4ac823e dmaengine: idxd: fix delta_rec and crc size field for completion record by Dave Jiang · 3 years, 9 months ago
  36. 14d34d2 Merge 5.12-rc7 into usb-next by Greg Kroah-Hartman · 3 years, 9 months ago
  37. b69de28 io_uring: allow events and user_data update of running poll requests by Jens Axboe · 3 years, 10 months ago
  38. 88e41cf io_uring: add multishot mode for IORING_OP_POLL_ADD by Jens Axboe · 3 years, 10 months ago
  39. aa87e31 Merge tag 'misc-habanalabs-next-2021-04-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ogabbay/linux into char-misc-next by Greg Kroah-Hartman · 3 years, 9 months ago
  40. a7dc1e6 binder: tell userspace to dump current backtrace when detected oneway spamming by Hang Lu · 3 years, 9 months ago
  41. 5a35b04 tty: add ASYNC_SPLIT_TERMIOS to deprecation mask by Johan Hovold · 3 years, 9 months ago
  42. d09845e tty: actually undefine superseded ASYNC flags by Johan Hovold · 3 years, 9 months ago
  43. 4e04e75 Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 9 months ago
  44. 131d1ba habanalabs: remove the store jobs array from CS IOCTL by Oded Gabbay · 3 years, 9 months ago
  45. cf39395 habanalabs: add custom timeout flag per cs by Alon Mizrahi · 3 years, 10 months ago
  46. 586f2ca habanalabs: return current power via INFO IOCTL by Sagiv Ozeri · 3 years, 10 months ago
  47. ab5f5c3 habanalabs: wait for interrupt support by Ofir Bitton · 4 years ago
  48. 7182665 rfkill: revert back to old userspace API by default by Johannes Berg · 3 years, 10 months ago
  49. d9c65de ethtool: fix kdoc in headers by Jakub Kicinski · 3 years, 9 months ago
  50. 83e5fee ethtool: document reserved fields in the uAPI by Jakub Kicinski · 3 years, 9 months ago
  51. f0ebc2b ethtool: un-kdocify extended link state by Jakub Kicinski · 3 years, 9 months ago
  52. 3ab1c5c drm/msm: Add param for userspace to query suspend count by Rob Clark · 3 years, 9 months ago
  53. 1539f71 Merge tag 'drm-misc-next-2021-04-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 9 months ago
  54. 1ad0de7 media: v4l: Add HDR10 static metadata controls by Stanimir Varbanov · 4 years ago
  55. f31b9ff media: v4l: Add new Colorimetry Class by Stanimir Varbanov · 4 years ago
  56. b52051a media: v4l2-ctrl: Add decoder conceal color control by Stanimir Varbanov · 4 years ago
  57. f15c54c media: v4l2-ctrl: add controls for long term reference. by Dikshita Agarwal · 3 years, 9 months ago
  58. b98fc6b media: rkisp1: uapi: document which flags/structs relate to statistics config by Dafna Hirschfeld · 3 years, 9 months ago
  59. 9594408 Merge 5.12-rc6 into tty-next by Greg Kroah-Hartman · 3 years, 9 months ago
  60. e5c7bcc Merge 5.12-rc6 into staging-next by Greg Kroah-Hartman · 3 years, 9 months ago
  61. de800f2 Merge 5.12-rc6 into usb-next by Greg Kroah-Hartman · 3 years, 9 months ago
  62. 422d224 Merge 5.12-rc6 into char-misc-next by Greg Kroah-Hartman · 3 years, 9 months ago
  63. d93a0d4 Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 9 months ago
  64. b9c6cdc block: update a few comments in uapi/linux/blkpg.h by Christoph Hellwig · 3 years, 9 months ago
  65. 2f835b5 Merge tag 'topic/i915-gem-next-2021-03-26' of ssh://git.freedesktop.org/git/drm/drm into drm-next by Dave Airlie · 3 years, 9 months ago
  66. c0a744d UAPI: nfsfh.h: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 9 months ago
  67. f5076c6 can: uapi: can.h: mark union inside struct can_frame packed by Marc Kleine-Budde · 3 years, 9 months ago
  68. e3c1f1c mtd: add OTP (one-time-programmable) erase ioctl by Michael Walle · 3 years, 10 months ago
  69. 2cbcb78 Merge tag 'amd-drm-next-5.13-2021-03-23' of https://gitlab.freedesktop.org/agd5f/linux into drm-next by Daniel Vetter · 3 years, 9 months ago
  70. 9c15db9 Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 3 years, 9 months ago
  71. 8bbecfb crypto: hisilicon/qm - add queue isolation support for Kunpeng930 by Weili Qian · 3 years, 10 months ago
  72. e138138 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 9 months ago
  73. e43accb psample: Fix user API breakage by Ido Schimmel · 3 years, 9 months ago
  74. ae28c1b binder: BINDER_GET_FROZEN_INFO ioctl by Marco Ballesio · 3 years, 10 months ago
  75. 432ff1e binder: BINDER_FREEZE ioctl by Marco Ballesio · 3 years, 10 months ago
  76. 25651f2 uapi: map_to_7segment: Remove licence boilerplate by Geert Uytterhoeven · 3 years, 9 months ago
  77. 8c44390 drm/amdkfd: Bump KFD API version by Felix Kuehling · 3 years, 10 months ago
  78. 98291d6 drm/amdkfd: add new flag for uncached GPU mapping by Eric Huang · 4 years, 8 months ago
  79. 0376a51 media: v4l: Add packed YUV444 24bpp pixel format by Mirela Rabulea · 3 years, 10 months ago
  80. c214e6d media: vpbe_osd.h/uvcvideo.h includes: fix trivial kernel-doc warnings by Hans Verkuil · 3 years, 10 months ago
  81. f12b81e media: core headers: fix kernel-doc warnings by Hans Verkuil · 3 years, 10 months ago
  82. e6a7d7c media: uapi: vp8: Fix kernel-doc warnings by Ezequiel Garcia · 3 years, 10 months ago
  83. 363240c media: uapi: move VP8 stateless controls out of staging by Ezequiel Garcia · 3 years, 10 months ago
  84. e74b504 media: uapi: Move the VP8 stateless control type out of staging by Ezequiel Garcia · 3 years, 10 months ago
  85. 1fb0333 media: uapi: Move parsed VP8 pixel format out of staging by Ezequiel Garcia · 3 years, 10 months ago
  86. f2bf1bc media: v4l2-ctrls: Add control for AUD generation by Stanimir Varbanov · 4 years, 1 month ago
  87. 9f3d105 media: v4l2-ctrl: Make display delay and display enable std controls by Stanimir Varbanov · 4 years, 2 months ago
  88. f85142a Merge 5.12-rc4 into usb-next by Greg Kroah-Hartman · 3 years, 9 months ago
  89. b5b6f6a6 drm/i915/gem: Drop legacy execbuffer support (v2) by Jason Ekstrand · 3 years, 10 months ago
  90. 6a154ec usb: webcam: Invalid size of Processing Unit Descriptor by Pawel Laszczak · 3 years, 10 months ago
  91. 1d60999 platform/surface: Add DTX driver by Maximilian Luz · 3 years, 10 months ago
  92. 90f093f rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION request by Piotr Figiel · 3 years, 10 months ago
  93. 1df2731 Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 10 months ago
  94. f8425c9 fuse: 32-bit user space ioctl compat for fuse device by Alessio Balsini · 4 years ago
  95. 757e267 drm/uapi: Add USB connector type by Noralf Trønnes · 3 years, 10 months ago
  96. f8bade6 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 3 years, 10 months ago
  97. 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 10 months ago
  98. 280def1 Merge 5.12-rc3 into tty-next by Greg Kroah-Hartman · 3 years, 10 months ago
  99. f73f7f4 iio: buffer: add ioctl() to support opening extra buffers for IIO device by Alexandru Ardelean · 3 years, 11 months ago
  100. bcbe55d media: uapi: Correct doc comment in H264 uAPI by Andrzej Pietrasiewicz · 4 years ago