1. 49faa77 locking/lockdep: Improve noinstr vs errors by Peter Zijlstra · 3 years, 7 months ago
  2. 415f0c8 lib: crc64: fix kernel-doc warning by YueHaibing · 3 years, 8 months ago
  3. 97e5bf6 Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 8 months ago
  4. 1b6d639 lib: kunit: suppress a compilation warning of frame size by Zhen Lei · 3 years, 8 months ago
  5. 50f09a3 Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 8 months ago
  6. f649dc0 kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled by Peter Collingbourne · 3 years, 8 months ago
  7. a3626bc dyndbg: drop uninformative vpr_info by Jim Cromie · 3 years, 9 months ago
  8. 640d1ea dyndbg: avoid calling dyndbg_emit_prefix when it has no work by Jim Cromie · 3 years, 9 months ago
  9. 9e9da02 percpu_ref: Don't opencode percpu_ref_is_dying by Nikolay Borisov · 3 years, 8 months ago
  10. 0f979d8 Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 8 months ago
  11. fc858a5 Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 8 months ago
  12. a48b087 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 8 months ago
  13. edd9334 lib: parser: clean up kernel-doc by Randy Dunlap · 3 years, 8 months ago
  14. 9d6ecac lib/genalloc: add parameter description to fix doc compile warning by Alex Shi · 3 years, 8 months ago
  15. db65a86 lib/percpu_counter: tame kernel-doc compile warning by Alex Shi · 3 years, 8 months ago
  16. 78564b9 lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 3 years, 8 months ago
  17. e18baa7 lib: crc8: pointer to data block should be const by Richard Fitzgerald · 3 years, 8 months ago
  18. ade29d4 lib/genalloc.c: Fix a typo by Bhaskar Chowdhury · 3 years, 8 months ago
  19. e89b635 lib/list_sort.c: fix typo in function description by ToastC · 3 years, 8 months ago
  20. b8cf202 lib: fix inconsistent indenting in process_bit1() by Wang Qing · 3 years, 8 months ago
  21. 0523c69 lib/bch.c: fix a typo in the file bch.c by Bhaskar Chowdhury · 3 years, 8 months ago
  22. 2cc7b6a lib: add fast path for find_first_*_bit() and find_last_bit() by Yury Norov · 3 years, 8 months ago
  23. 5c88af5 lib: inline _find_next_bit() wrappers by Yury Norov · 3 years, 8 months ago
  24. 8404c9f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  25. 2c16db6 net: fix nla_strcmp to handle more then one trailing null character by Maciej Żenczykowski · 3 years, 9 months ago
  26. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 9 months ago
  27. 5a5bcd4 Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 9 months ago
  28. 407f1d8 kfence: await for allocation using wait_event by Marco Elver · 3 years, 9 months ago
  29. 2896199 iov_iter: lift memzero_page() to highmem.h by Ira Weiny · 3 years, 9 months ago
  30. 65dd36a lib/cmdline: Export next_arg() for being used in modules by Andy Shevchenko · 3 years, 11 months ago
  31. e829c2e lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc() by Bartosz Golaszewski · 3 years, 10 months ago
  32. c13656b lib: bitmap: order includes alphabetically by Bartosz Golaszewski · 3 years, 10 months ago
  33. 152d32a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 9 months ago
  34. 9009b45 .gitignore: prefix local generated files with a slash by Masahiro Yamada · 3 years, 9 months ago
  35. d42f323 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 9 months ago
  36. c70a4be Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 9 months ago
  37. 99734b5 kasan: detect false-positives in tests by Andrey Konovalov · 3 years, 9 months ago
  38. aa5c219 kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
  39. 80f4759 lib/test_vmalloc.c: add a new 'nr_threads' parameter by Uladzislau Rezki (Sony) · 3 years, 9 months ago
  40. a803315 lib/test_vmalloc.c: remove two kvfree_rcu() tests by Uladzislau Rezki (Sony) · 3 years, 9 months ago
  41. dce4456 mm/memtest: add ARCH_USE_MEMTEST by Anshuman Khandual · 3 years, 9 months ago
  42. 7b1ae24 dyndbg: fix parsing file query without a line-range suffix by Shuo Chen · 3 years, 9 months ago
  43. b0030af Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 9 months ago
  44. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 9 months ago
  45. 77d5133 Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 3 years, 9 months ago
  46. d72cd4a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  47. 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, 9 months ago
  48. 0ff0edb Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  49. 9a45da9 Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  50. 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 9 months ago
  51. 1e9599d Merge tag 'linux-kselftest-kunit-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 9 months ago
  52. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 9 months ago
  53. 820c4ba Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 3 years, 9 months ago
  54. 57fa236 Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 9 months ago
  55. da34b03 Merge branch 'for-5.13-vsprintf-pgp' into for-linus by Petr Mladek · 3 years, 9 months ago
  56. 3d14ec1 iov_iter: Four fixes for ITER_XARRAY by David Howells · 3 years, 9 months ago
  57. 0c85556 Merge tag 'arm-apple-m1-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 3 years, 9 months ago
  58. c01c071 Merge tag 'driver-core-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 9 months ago
  59. 31a24ae Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 9 months ago
  60. a4a78bc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 9 months ago
  61. ffc766b Merge tag 'tomoyo-pr-20210426' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 by Linus Torvalds · 3 years, 9 months ago
  62. 7dd1ce1 Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years, 9 months ago
  63. 2e98815 kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh by Masahiro Yamada · 3 years, 10 months ago
  64. 5cc1247 kbuild: add CONFIG_VMLINUX_MAP expert option by Rasmus Villemoes · 3 years, 11 months ago
  65. 84696cf lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf() by Rasmus Villemoes · 3 years, 9 months ago
  66. c4f7190 Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD by Paolo Bonzini · 3 years, 9 months ago
  67. 517b322 lib/math/test_div64: Correct the spelling of "dividend" by Maciej W. Rozycki · 3 years, 9 months ago
  68. 7ff506207 iov_iter: Add ITER_XARRAY by David Howells · 5 years ago
  69. b2a4411 crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c by Randy Dunlap · 3 years, 9 months ago
  70. 182dd5b lib/math/test_div64: Fix error message formatting by Maciej W. Rozycki · 3 years, 9 months ago
  71. 5086ea4 lib/math: Add a `do_div' test module by Maciej W. Rozycki · 3 years, 9 months ago
  72. d0d252b Merge tag 'v5.12-rc8' into sched/core, to pick up fixes by Ingo Molnar · 3 years, 9 months ago
  73. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  74. c95c2d3 lib: remove "expecting prototype" kernel-doc warnings by Randy Dunlap · 3 years, 9 months ago
  75. 02c5877 kasan: remove redundant config option by Walter Wu · 3 years, 9 months ago
  76. d86ba83 sched: Don't make LATENCYTOP select SCHED_DEBUG by Peter Zijlstra · 3 years, 10 months ago
  77. a00fcbc Merge tag 'v5.12-rc7' into driver-core-next by Greg Kroah-Hartman · 3 years, 9 months ago
  78. b070676 lib: Add ASN.1 encoder by James Bottomley · 4 years ago
  79. 808094f lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data() by Christophe Leroy · 3 years, 10 months ago
  80. 58efe9f lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline() by Christophe Leroy · 3 years, 10 months ago
  81. 213cc92 Merge drm/drm-fixes into drm-next by Daniel Vetter · 3 years, 9 months ago
  82. eedd634 Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core by Ingo Molnar · 3 years, 9 months ago
  83. 120b566 Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 3 years, 9 months ago
  84. e80a76a kasan, arm64: tests supports for HW_TAGS async mode by Andrey Konovalov · 3 years, 10 months ago
  85. 2603f8a kasan: Add KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 10 months ago
  86. b410418 kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 3 years, 10 months ago
  87. 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  88. 7d37cb2 lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERS by Julian Braha · 3 years, 9 months ago
  89. e156656 lib/test_kasan_module.c: suppress unused var warning by Andrew Morton · 3 years, 9 months ago
  90. 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
  91. 7c566bb asm-generic/io.h: Add a non-posted variant of ioremap() by Hector Martin · 4 years ago
  92. a48849e printk: clarify the documentation for plain pointer printing by Vlastimil Babka · 3 years, 11 months ago
  93. 5dc3359 lockdep: Allow tuning tracing capacity constants. by Tetsuo Handa · 3 years, 10 months ago
  94. 359a376 kunit: support failure from dynamic analysis tools by Uriel Guajardo · 3 years, 10 months ago
  95. 9854781 kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment by Daniel Latypov · 3 years, 11 months ago
  96. acd9762 kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals by Daniel Latypov · 3 years, 10 months ago
  97. 8d195e7 crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 10 months ago
  98. 5b8be5d bug: Assign values once in bug_get_file_line() by Andrew Scull · 3 years, 10 months ago
  99. 26dbc7e bug: Factor out a getter for a bug's file line by Andrew Scull · 3 years, 10 months ago
  100. 3ad1a6c bug: Remove redundant condition check in report_bug by Andrew Scull · 3 years, 10 months ago