1. 5c947d0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years ago
  2. 1be5bdf Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 3 years ago
  3. a229327 Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years ago
  4. 8efd0d9 Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years ago
  5. bf4eebf8 Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years ago
  6. dd827ab lib/mpi: Add the return value check of kcalloc() by Zizhuang Deng · 3 years ago
  7. 6048fdc lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years ago
  8. 7c63f26 lib: objagg: Use the bitmap API when applicable by Christophe JAILLET · 3 years ago
  9. 44b7da5 kunit: Report test parameter results as (K)TAP subtests by David Gow · 3 years, 2 months ago
  10. 37dbb4c kunit: Don't crash if no parameters are generated by David Gow · 3 years, 2 months ago
  11. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  12. bd3d5bd kcsan: Support WEAK_MEMORY with Clang where no objtool support exists by Marco Elver · 3 years, 1 month ago
  13. 69562e4 kcsan: Add core support for a subset of weak memory modeling by Marco Elver · 3 years, 5 months ago
  14. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  15. 6efcdad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 1 month ago
  16. 4d92b95 net: add net device refcount tracker infrastructure by Eric Dumazet · 3 years, 1 month ago
  17. 914a7b5 lib: add tests for reference tracker by Eric Dumazet · 3 years, 1 month ago
  18. 4e66934 lib: add reference counting tracking infrastructure by Eric Dumazet · 3 years, 1 month ago
  19. 52e68cd vsprintf: Use non-atomic bitmap API when applicable by Christophe JAILLET · 3 years, 1 month ago
  20. d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  21. f7e5b9b siphash: use _unaligned version by default by Arnd Bergmann · 3 years, 1 month ago
  22. 8d192be parisc: Increase FRAME_WARN to 2048 bytes on parisc by Helge Deller · 3 years, 1 month ago
  23. cab71f7 kasan: test: silence intentional read overflow warnings by Kees Cook · 3 years, 1 month ago
  24. 4c388a8 Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
  25. 7416cdc lib: zstd: Don't add -O3 to cflags by Nick Terrell · 3 years, 1 month ago
  26. 1974990 lib: zstd: Don't inline functions in zstd_opt.c by Nick Terrell · 3 years, 1 month ago
  27. ae8d67b lib: zstd: Fix unused variable warning by Nick Terrell · 3 years, 1 month ago
  28. 7d5775d Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 1 month ago
  29. bf6d0d1 Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 1 month ago
  30. ebf7f6f bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 by Tiezhu Yang · 3 years, 2 months ago
  31. c8c1095 Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux by Linus Torvalds · 3 years, 1 month ago
  32. ab09243 mm/migrate.c: remove MIGRATE_PFN_LOCKED by Alistair Popple · 3 years, 2 months ago
  33. 5d5e452 printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces by Nicholas Piggin · 3 years, 2 months ago
  34. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  35. 723aca2 mm/scatterlist: replace the !preemptible warning in sg_miter_stop() by Thomas Gleixner · 3 years, 2 months ago
  36. 839b395 lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 2 months ago
  37. 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
  38. 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
  39. 4d4712c lib, stackdepot: check stackdepot handle before accessing slabs by Imran Khan · 3 years, 2 months ago
  40. 0a8ea23 lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logical by Nathan Chancellor · 3 years, 2 months ago
  41. e0c1b49f lib: zstd: Upgrade to latest upstream zstd version 1.4.10 by Nick Terrell · 4 years, 4 months ago
  42. 2479b52 lib: zstd: Add decompress_sources.h for decompress_unzstd by Nick Terrell · 4 years, 3 months ago
  43. cf30f6a lib: zstd: Add kernel-specific API by Nick Terrell · 4 years, 4 months ago
  44. 1e9ed93 Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 2 months ago
  45. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  46. 4f612ed kfence: default to dynamic branch instead of static keys mode by Marco Elver · 3 years, 2 months ago
  47. f39f21b stacktrace: move filter_irq_stacks() to kernel/stacktrace.c by Marco Elver · 3 years, 2 months ago
  48. 50f9481 mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE by David Hildenbrand · 3 years, 2 months ago
  49. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  50. 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
  51. fa27717 memblock: drop memblock_free_early_nid() and memblock_free_early() by Mike Rapoport · 3 years, 2 months ago
  52. 34b46ef lib/test_vmalloc.c: use swap() to make code cleaner by Changcheng Deng · 3 years, 2 months ago
  53. d73dad4 kasan: test: bypass __alloc_size checks by Kees Cook · 3 years, 2 months ago
  54. 758caba kasan: test: add memcpy test that avoids out-of-bounds write by Peter Collingbourne · 3 years, 2 months ago
  55. 11ac25c6 lib/stackdepot: introduce __stack_depot_save() by Marco Elver · 3 years, 2 months ago
  56. 7f2b881 lib/stackdepot: remove unused function argument by Marco Elver · 3 years, 2 months ago
  57. 95faf6b Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 2 months ago
  58. 5c4e0a2 string: uninline memcpy_and_pad by Guenter Roeck · 3 years, 2 months ago
  59. 313b6ff Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 3 years, 2 months ago
  60. 56d3375 Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 2 months ago
  61. c03098d Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 2 months ago
  62. 0aaa58e Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
  63. fc02cb2 Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 2 months ago
  64. 40e64a8 Merge branch 'for-5.16-vsprintf-pgp' into for-linus by Petr Mladek · 3 years, 2 months ago
  65. bfc484f Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 2 months ago
  66. d2fac0a Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 3 years, 2 months ago
  67. 79ef0c0 Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 2 months ago
  68. b7b98f8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 2 months ago
  69. bf95391 Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 2 months ago
  70. 2dc26d9 Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 2 months ago
  71. 46f8763 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 3 years, 2 months ago
  72. 43aa0a1 Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  73. 595b28f Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  74. 67a135b Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 3 years, 2 months ago
  75. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  76. 49f8275 Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache by Linus Torvalds · 3 years, 2 months ago
  77. b066abb bpf, tests: Add module parameter test_suite to test_bpf module by Tiezhu Yang · 3 years, 2 months ago
  78. 970eae1 BackMerge tag 'v5.15-rc7' into drm-next by Dave Airlie · 3 years, 2 months ago
  79. 39d9c1c bootconfig: Initialize ret in xbc_parse_tree() by Steven Rostedt (VMware) · 3 years, 2 months ago
  80. 24a1dff lib/vsprintf.c: Amend static asserts for format specifier flags by Andy Shevchenko · 3 years, 2 months ago
  81. 23efd08 vsprintf: Make %pGp print the hex value by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  82. 507f986 test_printf: Append strings more efficiently by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  83. 5b358b0 test_printf: Remove custom appending of '|' by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  84. a25a085 test_printf: Remove separate page_flags variable by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  85. c666d44 test_printf: Make pft array const by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  86. 7529cc7f lib: bitmap: Introduce node-aware alloc API by Tariq Toukan · 4 years ago
  87. b9e94a7 test_kprobes: Move it from kernel/ to lib/ by Tiezhu Yang · 3 years, 2 months ago
  88. 010db09 lib/bootconfig: Fix the xbc_get_info kerneldoc by Masami Hiramatsu · 3 years, 2 months ago
  89. 4d1c92a lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function by Masami Hiramatsu · 3 years, 2 months ago
  90. 9f8b93a sbitmap: silence data race warning by Jens Axboe · 3 years, 2 months ago
  91. 3337ab0 iov_iter: Introduce nofault flag to disable page faults by Andreas Gruenbacher · 3 years, 6 months ago
  92. e44e81c kprobes: convert tests to kunit by Sven Schnelle · 3 years, 2 months ago
  93. 09ee10f dyndbg: refine verbosity 1-4 summary-detail by Jim Cromie · 3 years, 2 months ago
  94. cdd591f iov_iter: Introduce fault_in_iov_iter_writeable by Andreas Gruenbacher · 3 years, 6 months ago
  95. 17ac23e kunit: Reset suite count after running tests by David Gow · 3 years, 3 months ago
  96. 9c6b0e1 kunit: add 'kunit.action' param to allow listing out tests by Daniel Latypov · 3 years, 3 months ago
  97. cd94fbc kunit: fix too small allocation when using suite-only kunit.filter_glob by Daniel Latypov · 3 years, 3 months ago
  98. a127b15 kunit: tool: allow filtering test cases via glob by Daniel Latypov · 3 years, 3 months ago
  99. b7cbaef kunit: drop assumption in kunit-log-test about current suite by Daniel Latypov · 3 years, 3 months ago
  100. 0a434e0 lib/xz, lib/decompress_unxz.c: Fix spelling in comments by Lasse Collin · 3 years, 3 months ago