1. 145cc8c io-wq: kill unused IO_WORKER_F_EXITING by Jens Axboe · 4 years, 3 months ago
  2. c4068bf io-wq: fix use-after-free in io_wq_worker_running by Hillf Danton · 4 years, 3 months ago
  3. dbbe9c6 io_uring: show sqthread pid and cpu in fdinfo by Joseph Qi · 4 years, 3 months ago
  4. af9c1a4 io_uring: process task work in io_uring_register() by Jens Axboe · 4 years, 4 months ago
  5. 91d8f51 io_uring: add blkcg accounting to offloaded operations by Dennis Zhou · 4 years, 4 months ago
  6. de29393 io_uring: improve registered buffer accounting for huge pages by Jens Axboe · 4 years, 4 months ago
  7. 14db841 io_uring: remove unneeded semicolon by Zheng Bin · 4 years, 4 months ago
  8. e95eee2 io_uring: cap SQ submit size for SQPOLL with multiple rings by Jens Axboe · 4 years, 4 months ago
  9. e8c2bc1 io_uring: get rid of req->io/io_async_ctx union by Jens Axboe · 4 years, 5 months ago
  10. 4be1c61 io_uring: kill extra user_bufs check by Pavel Begunkov · 4 years, 4 months ago
  11. ab0b196 io_uring: fix overlapped memcpy in io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  12. afb8765 io_uring: refactor io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  13. f4bff10 io_uring: simplify io_rw_prep_async() by Pavel Begunkov · 4 years, 4 months ago
  14. 9055420 io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits by Jens Axboe · 4 years, 4 months ago
  15. 738277a io_uring: mark io_uring_fops/io_op_defs as __read_mostly by Jens Axboe · 4 years, 4 months ago
  16. aa06165 io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too by Jens Axboe · 4 years, 4 months ago
  17. 69fb213 io_uring: base SQPOLL handling off io_sq_data by Jens Axboe · 4 years, 4 months ago
  18. 534ca6d io_uring: split SQPOLL data into separate structure by Jens Axboe · 4 years, 4 months ago
  19. c8d1ba5 io_uring: split work handling part of SQPOLL into helper by Jens Axboe · 4 years, 4 months ago
  20. 3f0e64d io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler by Jens Axboe · 4 years, 4 months ago
  21. 6a77938 io_uring: use private ctx wait queue entries for SQPOLL by Jens Axboe · 4 years, 4 months ago
  22. ce71bfe fs: align IOCB_* flags with RWF_* flags by Jens Axboe · 4 years, 4 months ago
  23. e35afcf io_uring: io_sq_thread() doesn't need to flush signals by Jens Axboe · 4 years, 4 months ago
  24. 95da846 io_wq: Make io_wqe::lock a raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 4 months ago
  25. 7e84e1c io_uring: allow disabling rings during the creation by Stefano Garzarella · 4 years, 4 months ago
  26. 21b55db io_uring: add IOURING_REGISTER_RESTRICTIONS opcode by Stefano Garzarella · 4 years, 4 months ago
  27. 9d4a75e io_uring: use an enumeration for io_uring_register(2) opcodes by Stefano Garzarella · 4 years, 4 months ago
  28. a3ec600 io_uring: move io_uring_get_socket() into io_uring.h by Jens Axboe · 4 years, 4 months ago
  29. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 4 months ago
  30. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  31. e6c8aa9 io_uring: enable task/files specific overflow flushing by Jens Axboe · 4 years, 3 months ago
  32. 76e1b64 io_uring: return cancelation status from poll/timeout/files handlers by Jens Axboe · 4 years, 3 months ago
  33. e3bc8e9 io_uring: unconditionally grab req->task by Jens Axboe · 4 years, 4 months ago
  34. 2aede0e io_uring: stash ctx task reference for SQPOLL by Jens Axboe · 4 years, 4 months ago
  35. f573d38 io_uring: move dropping of files into separate helper by Jens Axboe · 4 years, 4 months ago
  36. f3606e3 io_uring: allow timeout/poll/files killing to take task into account by Jens Axboe · 4 years, 4 months ago
  37. 0f07889 Merge branch 'io_uring-5.9' into for-5.10/io_uring by Jens Axboe · 4 years, 3 months ago
  38. c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 3 months ago
  39. fb0155a Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 3 months ago
  40. a4d63c3 mm: do not rely on mm == current->mm in __get_user_pages_locked by Jason A. Donenfeld · 4 years, 3 months ago
  41. fad8e0d io_uring: fix potential ABBA deadlock in ->show_fdinfo() by Jens Axboe · 4 years, 3 months ago
  42. 8706e04 io_uring: always delete double poll wait entry on match by Jens Axboe · 4 years, 3 months ago
  43. a1b8638 Linux 5.9-rc7 by Linus Torvalds · 4 years, 3 months ago
  44. 16bc1d5 Merge tag 'kbuild-fixes-v5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  45. f881855 Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  46. ba25f05 Merge tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  47. d042035 mm/thp: Split huge pmds/puds if they're pinned when fork() by Peter Xu · 4 years, 3 months ago
  48. 70e806e mm: Do early cow for pinned pages during fork() for ptes by Peter Xu · 4 years, 3 months ago
  49. 7a4830c mm/fork: Pass new vma pointer into copy_page_range() by Peter Xu · 4 years, 3 months ago
  50. 008cfe4 mm: Introduce mm_struct.has_pinned by Peter Xu · 4 years, 3 months ago
  51. a7b6c0f Merge tag 'timers-v5.9-rc4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent by Thomas Gleixner · 4 years, 3 months ago
  52. a1bffa4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 3 months ago
  53. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  54. 9d2fbae Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  55. eeddbe6 Merge tag 's390-5.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 3 months ago
  56. 8fb1e91 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  57. ce26842 mm: validate pmd after splitting by Minchan Kim · 4 years, 4 months ago
  58. f85086f mm: don't rely on system state to detect hot-plug operations by Laurent Dufour · 4 years, 3 months ago
  59. c1d0da8 mm: replace memmap_context by meminit_context by Laurent Dufour · 4 years, 3 months ago
  60. a1cd6c2 arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writeback by Mikulas Patocka · 4 years, 3 months ago
  61. ffa550c lib/memregion.c: include memregion.h by Jason Yan · 4 years, 3 months ago
  62. 1e1b6d6 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years, 3 months ago
  63. 6c5c7b9 mm/migrate: correct thp migration stats by Zi Yan · 4 years, 3 months ago
  64. d3f7b1b mm/gup: fix gup_fast with dynamic page table folding by Vasily Gorbik · 4 years, 3 months ago
  65. 8d3fe09 mm: memcontrol: fix missing suffix of workingset_restore by Muchun Song · 4 years, 3 months ago
  66. 4166343 mm, THP, swap: fix allocating cluster for swapfile by mistake by Gao Xiang · 4 years, 3 months ago
  67. 678ff6a mm: slab: fix potential double free in ___cache_free by Shakeel Butt · 4 years, 3 months ago
  68. e30d694 Documentation/llvm: Fix clang target examples by Florian Fainelli · 4 years, 4 months ago
  69. 7c7ec32 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 3 months ago
  70. b463b6f Merge tag 'mips_fixes_5.9_3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
  71. 782d122 Merge tag 'spi-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 3 months ago
  72. 814324b Merge tag 'regulator-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 3 months ago
  73. 9a3a087 Merge tag 'regmap-fix-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 4 years, 3 months ago
  74. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 3 months ago
  75. 6d28cf7 Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 4 months ago
  76. 15083aa Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 4 months ago
  77. 4bb05f3 KVM: SVM: Add a dedicated INVD intercept routine by Tom Lendacky · 4 years, 4 months ago
  78. 33d04c6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 4 months ago
  79. 574ec42 Merge tag 'drm-fixes-2020-09-25' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 4 months ago
  80. 6040723 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 4 years, 4 months ago
  81. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 4 months ago
  82. 1b0e6e2 Merge tag 'devfreq-fixes-for-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux by Rafael J. Wysocki · 4 years, 4 months ago
  83. 3aab917 block: remove unused BLK_QC_T_EAGAIN flag by Jeffle Xu · 4 years, 4 months ago
  84. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 4 months ago
  85. 8d214c4 KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKE by Sean Christopherson · 4 years, 4 months ago
  86. ba78755e Merge tag 'drm-misc-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 4 months ago
  87. f3231a0 Merge tag 'drm-intel-fixes-2020-09-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 4 months ago
  88. 720777c BackMerge commit '98477740630f270aecf648f1d6a9dbc6027d4ff1' into drm-fixes by Dave Airlie · 4 years, 4 months ago
  89. 9754d6c Merge tag 'nvme-5.9-2020-09-24' of git://git.infradead.org/nvme into block-5.9 by Jens Axboe · 4 years, 4 months ago
  90. ee6fa05 KVM: x86: fix MSR_IA32_TSC read for nested migration by Maxim Levitsky · 4 years, 4 months ago
  91. 171d4ff Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 4 years, 4 months ago
  92. 8fa5960 Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 4 months ago
  93. 9ef7dce Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 4 months ago
  94. 516d980 scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.* by Masahiro Yamada · 4 years, 4 months ago
  95. be068f2 mm: fix misplaced unlock_page in do_wp_page() by Linus Torvalds · 4 years, 4 months ago
  96. 00fb259 spi: bcm-qspi: Fix probe regression on iProc platforms by Ray Jui · 4 years, 4 months ago
  97. f7e8098 s390/zcrypt: Fix ZCRYPT_PERDEV_REQCNT ioctl by Christian Borntraeger · 4 years, 4 months ago
  98. c9c9e6a Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 4 months ago
  99. a969324 Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 4 years, 4 months ago
  100. bffac4b Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 4 months ago