1. c419dc1 hex2bin: fix access beyond string end by Mikulas Patocka · 2 years, 4 months ago
  2. 75a7b4f hex2bin: make the function hex_to_bin constant-time by Mikulas Patocka · 2 years, 5 months ago
  3. 6f0d11b lib/raid6/test: fix multiple definition linking error by Dirk Müller · 2 years, 7 months ago
  4. fa52124 ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE by Julian Braha · 2 years, 8 months ago
  5. c460ef6 lib/iov_iter: initialize "flags" in new pipe_buffer by Max Kellermann · 2 years, 7 months ago
  6. d47e16b ARM: 8800/1: use choice for kernel unwinders by Stefan Agner · 6 years ago
  7. ef2e640 lib/timerqueue: Rely on rbtree semantics for next timer by Davidlohr Bueso · 2 years, 8 months ago
  8. c89a768 rbtree: cache leftmost node internally by Davidlohr Bueso · 2 years, 8 months ago
  9. 0d604c1 siphash: use _unaligned version by default by Arnd Bergmann · 2 years, 9 months ago
  10. ad78ed6 lib/xz: Validate the value before assigning it to an enum variable by Lasse Collin · 2 years, 11 months ago
  11. 9cea212 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression by Lasse Collin · 2 years, 11 months ago
  12. 81e1c2d bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 3 years, 2 months ago
  13. 0bc3da1 bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 3 years, 2 months ago
  14. fe0bc3f lib/string.c: add multibyte memset functions by Matthew Wilcox · 7 years ago
  15. 03069e4 lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 3 years, 2 months ago
  16. f2b9f75 seq_buf: Fix overflow in seq_buf_putmem_hex() by Yun Zhou · 3 years, 2 months ago
  17. ad63e13 seq_buf: Make trace_seq_putmem_hex() support data longer than 8 by Yun Zhou · 3 years, 2 months ago
  18. c027848 iov_iter_fault_in_readable() should do nothing in xarray case by Al Viro · 3 years, 3 months ago
  19. 02969df lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 3 years, 4 months ago
  20. a36d9ba kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 3 years, 5 months ago
  21. 316c6cc lib/string: Add strscpy_pad() function by Tobin C. Harding · 5 years ago
  22. 096d1ab lib/genalloc: fix the overflow when size is too big by Huang Shijie · 3 years, 8 months ago
  23. 29da3bb random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 1 month ago
  24. 41cdb4a swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" by Stefano Stabellini · 3 years, 11 months ago
  25. 7dadd4e Fonts: Replace discarded const qualifier by Lee Jones · 3 years, 10 months ago
  26. 2de51c9 lib/crc32.c: fix trivial typo in preprocessor condition by Tobias Jordan · 3 years, 11 months ago
  27. 23283c8 Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts by Peilin Ye · 4 years ago
  28. b7b6642 random32: Restore __latent_entropy attribute on net_rand_state by Thibaut Sautereau · 4 years ago
  29. 586d6f17 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years ago
  30. eb8cbd8 dyndbg: fix a BUG_ON in ddebug_describe_flags by Jim Cromie · 4 years, 2 months ago
  31. 8ce7dd3 random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 4 years, 1 month ago
  32. 5aa7839 random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 2 months ago
  33. 900bf0e lib/zlib: remove outdated and incorrect pre-increment optimization by Jann Horn · 4 years, 3 months ago
  34. ed3cbbf lib/mpi: Fix 64-bit MIPS build with Clang by Nathan Chancellor · 4 years, 5 months ago
  35. eff8c03 ubsan: build ubsan.c more conservatively by Arnd Bergmann · 5 years ago
  36. bd44630 x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 5 years ago
  37. 566ff29 lib/mpi: Fix building for powerpc with clang by Nathan Chancellor · 4 years, 5 months ago
  38. 73e82ee9 lib/stackdepot.c: fix global out-of-bounds in stack_slabs by Alexander Potapenko · 4 years, 7 months ago
  39. 1cf357f lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 4 years, 7 months ago
  40. 02012ba lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 4 years, 7 months ago
  41. 33a451d bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
  42. 1d06b24 Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" by Linus Torvalds · 5 years ago
  43. db62dde devres: allow const resource arguments by Arnd Bergmann · 5 years ago
  44. 475c147 kobject: Export kobject_get_unless_zero() by Jan Kara · 7 years ago
  45. bbed8ff dma-debug: add a schedule point in debug_dma_dump_mappings() by Eric Dumazet · 4 years, 11 months ago
  46. 4d1f99a lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 4 years, 9 months ago
  47. 4964ffc lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
  48. d84f622 lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
  49. bd5d9cd lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
  50. 1bb7772 dump_stack: avoid the livelock of the dump_lock by Kevin Hao · 4 years, 10 months ago
  51. 198d33a kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K by Nicolas Boichat · 5 years ago
  52. 175a407 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 5 years ago
  53. 53e054b siphash: add cryptographically secure PRF by Jason A. Donenfeld · 5 years ago
  54. 8dd8b4d lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 7 years ago
  55. 8fc1866 lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 5 years ago
  56. 2419d39 rslib: Fix handling of of caller provided syndrome by Ferdinand Blomqvist · 5 years ago
  57. 5c345e2 rslib: Fix decoding of shortened codes by Ferdinand Blomqvist · 5 years ago
  58. ea68394 lib/mpi: Fix karactx leak in mpi_powm by Herbert Xu · 5 years ago
  59. 50013ea mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 5 years ago
  60. b34d655 ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 5 years ago
  61. 5d01a64 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 6 years ago
  62. fe71230 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
  63. afac7da lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
  64. 7eceaf5 lib/string.c: implement a basic bcmp by Nick Desaulniers · 5 years ago
  65. 1de344c ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
  66. 9c24366 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
  67. 627f9c3 lib/int_sqrt: optimize initial value compute by Peter Zijlstra · 7 years ago
  68. e6008a0 lib/int_sqrt: optimize small argument by Peter Zijlstra · 7 years ago
  69. 740f4ae assoc_array: Fix shortcut creation by David Howells · 6 years ago
  70. cb56da64 seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
  71. 36c9eca lib/interval_tree_test.c: allow users to limit scope of endpoint by Davidlohr Bueso · 7 years ago
  72. c07f406 lib/rbtree-test: lower default params by Davidlohr Bueso · 7 years ago
  73. b7d8b9c lib/rbtree_test.c: make input module parameters by Davidlohr Bueso · 7 years ago
  74. 5e03c49 lib/interval_tree_test.c: allow full tree search by Davidlohr Bueso · 7 years ago
  75. c114bdd lib/interval_tree_test.c: make test options module parameters by Davidlohr Bueso · 7 years ago
  76. f4d2afe debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
  77. adcc572 swiotlb: clean up reporting by Kees Cook · 6 years ago
  78. cd39e29 kobject: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
  79. d041ed2 test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
  80. d05e26d lib/raid6: Fix arm64 test build by Jeremy Linton · 6 years ago
  81. e133c33 lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn by Arnd Bergmann · 6 years ago
  82. 81301a1 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
  83. acfbd28 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 6 years ago
  84. fb19348 rhashtable: add schedule points by Eric Dumazet · 6 years ago
  85. 4a67b82 scsi: klist: Make it safe to use klists in atomic context by Bart Van Assche · 6 years ago
  86. 414bd73 debugobjects: Make stack check warning more informative by Joel Fernandes (Google) · 6 years ago
  87. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  88. 09ae008 lib/rhashtable: consider param->min_size when setting initial table size by Davidlohr Bueso · 6 years ago
  89. ec7bea3 lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 6 years ago
  90. ee4bba5 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 7 years ago
  91. 6ab4413 kobject: don't use WARN for registration failures by Dmitry Vyukov · 6 years ago
  92. ad62170 rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 7 years ago
  93. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  94. d9868db lib/mpi: Fix umul_ppmm() for MIPS64r6 by James Hogan · 7 years ago
  95. ef3af34 kasan: rework Kconfig settings by Arnd Bergmann · 7 years ago
  96. d39838a 509: fix printing uninitialized stack memory when OID is empty by Eric Biggers · 7 years ago
  97. 3c83fe5 lib/ubsan: add type mismatch handler for new GCC/Clang by Andrey Ryabinin · 7 years ago
  98. 3f81301 lib/ubsan.c: s/missaligned/misaligned/ by Andrew Morton · 7 years ago
  99. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  100. a780a72 dynamic-debug-howto: fix optional/omitted ending line number to be LARGE instead of 0 by Randy Dunlap · 7 years ago