1. dd9ae8a io_uring: Fix comment of io_get_sqe by Fam Zheng · 3 years, 7 months ago
  2. 441b8a7 io_uring: optimise non-drain path by Pavel Begunkov · 3 years, 7 months ago
  3. 76cc33d io_uring: refactor io_req_defer() by Pavel Begunkov · 3 years, 7 months ago
  4. 0499e58 io_uring: move uring_lock location by Pavel Begunkov · 3 years, 7 months ago
  5. 311997b io_uring: wait heads renaming by Pavel Begunkov · 3 years, 7 months ago
  6. 5ed7a37 io_uring: clean up check_overflow flag by Pavel Begunkov · 3 years, 7 months ago
  7. 5e15920 io_uring: small io_submit_sqe() optimisation by Pavel Begunkov · 3 years, 7 months ago
  8. f18ee4c io_uring: optimise completion timeout flushing by Pavel Begunkov · 3 years, 7 months ago
  9. 15641e4 io_uring: don't cache number of dropped SQEs by Pavel Begunkov · 3 years, 7 months ago
  10. 17d3aeb io_uring: refactor io_get_sqe() by Pavel Begunkov · 3 years, 7 months ago
  11. 7f1129d io_uring: shuffle more fields into SQ ctx section by Pavel Begunkov · 3 years, 7 months ago
  12. b52ecf8 io_uring: move ctx->flags from SQ cacheline by Pavel Begunkov · 3 years, 7 months ago
  13. c7af47c io_uring: keep SQ pointers in a single cacheline by Pavel Begunkov · 3 years, 7 months ago
  14. b1b2fc3 io-wq: remove redundant initialization of variable ret by Colin Ian King · 3 years, 7 months ago
  15. fdd1dc3 io_uring: Fix incorrect sizeof operator for copy_from_user call by Colin Ian King · 3 years, 7 months ago
  16. aeab950 io_uring: inline io_iter_do_read() by Pavel Begunkov · 3 years, 7 months ago
  17. 78cc687 io_uring: unify SQPOLL and user task cancellations by Pavel Begunkov · 3 years, 7 months ago
  18. 09899b1 io_uring: cache task struct refs by Pavel Begunkov · 3 years, 7 months ago
  19. 2d091d6 io_uring: don't vmalloc rsrc tags by Pavel Begunkov · 3 years, 7 months ago
  20. 9123c8f io_uring: add helpers for 2 level table alloc by Pavel Begunkov · 3 years, 7 months ago
  21. 157d257 io_uring: remove rsrc put work irq save/restore by Pavel Begunkov · 3 years, 7 months ago
  22. d878c81 io_uring: hide rsrc tag copy into generic helpers by Pavel Begunkov · 3 years, 7 months ago
  23. e587227 io-wq: simplify worker exiting by Pavel Begunkov · 3 years, 7 months ago
  24. 769e683 io-wq: don't repeat IO_WQ_BIT_EXIT check by worker by Pavel Begunkov · 3 years, 7 months ago
  25. eef51da io_uring: rename function *task_file by Pavel Begunkov · 3 years, 7 months ago
  26. cb3d897 io_uring: refactor io_iopoll_req_issued by Pavel Begunkov · 3 years, 7 months ago
  27. 382cb03 io-wq: remove unused io-wq refcounting by Pavel Begunkov · 3 years, 7 months ago
  28. c7f405d io-wq: embed wqe ptr array into struct io_wq by Pavel Begunkov · 3 years, 7 months ago
  29. 976517f io_uring: fix blocking inline submission by Pavel Begunkov · 3 years, 7 months ago
  30. 40dad76 io_uring: enable shmem/memfd memory registration by Pavel Begunkov · 3 years, 7 months ago
  31. d0acdee io_uring: don't bounce submit_state cachelines by Pavel Begunkov · 3 years, 8 months ago
  32. d068b50 io_uring: rename io_get_cqring by Pavel Begunkov · 3 years, 8 months ago
  33. 8f6ed49 io_uring: kill cached_cq_overflow by Pavel Begunkov · 3 years, 8 months ago
  34. ea5ab3b io_uring: deduce cq_mask from cq_entries by Pavel Begunkov · 3 years, 8 months ago
  35. a566c55 io_uring: remove dependency on ring->sq/cq_entries by Pavel Begunkov · 3 years, 8 months ago
  36. b13a891 io_uring: better locality for rsrc fields by Pavel Begunkov · 3 years, 8 months ago
  37. b986af7 io_uring: shuffle rarely used ctx fields by Pavel Begunkov · 3 years, 8 months ago
  38. 93d2bcd io_uring: make fail flag not link specific by Pavel Begunkov · 3 years, 8 months ago
  39. 3dd0c97 io_uring: get rid of files in exit cancel by Pavel Begunkov · 3 years, 8 months ago
  40. acfb381 io_uring: simplify waking sqo_sq_wait by Pavel Begunkov · 3 years, 8 months ago
  41. 21f2fc0 io_uring: remove unused park_task_work by Pavel Begunkov · 3 years, 8 months ago
  42. aaa9f0f io_uring: improve sq_thread waiting check by Pavel Begunkov · 3 years, 8 months ago
  43. e4b6d90 io_uring: improve sqpoll event/state handling by Pavel Begunkov · 3 years, 8 months ago
  44. 009c9aa Linux 5.13-rc6 by Linus Torvalds · 3 years, 7 months ago
  45. e4e4534 Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 7 months ago
  46. 960f071 Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 7 months ago
  47. 331a6ed Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 7 months ago
  48. 8ecfa36 Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 7 months ago
  49. 2e30254 mm: relocate 'write_protect_seq' in struct mm_struct by Feng Tang · 3 years, 7 months ago
  50. 43cb5d4 Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 7 months ago
  51. c46fe4a Merge tag 'tty-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 7 months ago
  52. 0d50658 Merge tag 'staging-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 7 months ago
  53. 87a7f73 Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 7 months ago
  54. 1dfa2e7 Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 7 months ago
  55. 141415d Merge tag 'pinctrl-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 3 years, 7 months ago
  56. efc1fd6 Merge tag 'block-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  57. b2568ee Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  58. 99f9259 Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  59. 191aaf6 Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  60. 768895f Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 7 months ago
  61. 0ddd7ea riscv: Fix BUILTIN_DTB for sifive and microchip soc by Alexandre Ghiti · 3 years, 8 months ago
  62. ad347ab Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 7 months ago
  63. 548843c Merge tag 'clang-features-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 7 months ago
  64. e65b791 Merge tag 'gpio-fixes-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 7 months ago
  65. f21b807 Merge tag 'drm-fixes-2021-06-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 7 months ago
  66. 929d931 Merge tag 'devicetree-fixes-for-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 7 months ago
  67. 85f3f17 Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-5.13 by Jens Axboe · 3 years, 7 months ago
  68. d17bcc5 Merge tag 'acpi-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 7 months ago
  69. 990e781 block: loop: fix deadlock between open and remove by Christoph Hellwig · 3 years, 7 months ago
  70. fd2cd56 Merge tag 'sound-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 7 months ago
  71. 2398ce8 x86, lto: Pass -stack-alignment only on LLD < 13.0.0 by Tor Vic · 3 years, 7 months ago
  72. 4244b5d Merge tag 'hwmon-for-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 3 years, 7 months ago
  73. f30dc8f Merge tag 'mmc-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 3 years, 7 months ago
  74. bc8865a Merge branch 'acpi-bus' by Rafael J. Wysocki · 3 years, 7 months ago
  75. 3652411 tools headers cpufeatures: Sync with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  76. 197eecb perf session: Correct buffer copying when peeking events by Leo Yan · 3 years, 7 months ago
  77. 7c4363d Merge tag 'usb-serial-5.13-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 3 years, 7 months ago
  78. abd0628 Revert "usb: gadget: fsl: Re-enable driver for ARM SoCs" by Greg Kroah-Hartman · 3 years, 7 months ago
  79. 2d49b72 objtool: Only rewrite unconditional retpoline thunk calls by Peter Zijlstra · 3 years, 7 months ago
  80. 858cf860 riscv: alternative: fix typo in macro name by Vitaly Wool · 3 years, 8 months ago
  81. 9be148e async_xor: check src_offs is not NULL before updating it by Xiao Ni · 3 years, 8 months ago
  82. 7de5c0d Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 7 months ago
  83. 750643a Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 3 years, 7 months ago
  84. 43f44f5 Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/msm into drm-fixes by Dave Airlie · 3 years, 7 months ago
  85. 42e0e0b riscv: code patching only works on !XIP_KERNEL by Jisheng Zhang · 3 years, 8 months ago
  86. 5e63215 riscv: xip: support runtime trap patching by Vitaly Wool · 3 years, 8 months ago
  87. 9690557 io_uring: add feature flag for rsrc tags by Pavel Begunkov · 3 years, 7 months ago
  88. 992da01 io_uring: change registration/upd/rsrc tagging ABI by Pavel Begunkov · 3 years, 7 months ago
  89. 06af867 coredump: Limit what can interrupt coredumps by Eric W. Biederman · 3 years, 7 months ago
  90. f09eacc Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 7 months ago
  91. 142d0b2 usb: typec: mux: Fix copy-paste mistake in typec_mux_match by Bjorn Andersson · 3 years, 7 months ago
  92. f247f0a usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path by Mayank Rana · 3 years, 7 months ago
  93. e0e8b6a usb: gadget: fsl: Re-enable driver for ARM SoCs by Joel Stanley · 3 years, 7 months ago
  94. d5ab95d usb: typec: wcove: Use LE to CPU conversion when accessing msg->header by Andy Shevchenko · 3 years, 7 months ago
  95. 29a877d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 7 months ago
  96. e13d112 hwmon: (tps23861) correct shunt LSB values by Robert Marko · 3 years, 7 months ago
  97. b325d35 hwmon: (tps23861) set current shunt value by Robert Marko · 3 years, 7 months ago
  98. fb8543f hwmon: (tps23861) define regmap max register by Robert Marko · 3 years, 7 months ago
  99. 83e197a ALSA: seq: Fix race of snd_seq_timer_open() by Takashi Iwai · 3 years, 7 months ago
  100. 63a8eef USB: serial: cp210x: fix CP2102N-A01 modem control by Johan Hovold · 3 years, 7 months ago