[go: up one dir, main page]

  1. 2edbdfc crypto: lib - remove unneeded selection of XOR_BLOCKS by Eric Biggers · 3 years, 2 months ago
  2. 0db9ce8 ratelimit: Fix data-races in ___ratelimit(). by Kuniyuki Iwashima · 3 years, 2 months ago
  3. ce0432a lib/list_debug.c: Detect uninitialized lists by Guenter Roeck · 3 years, 2 months ago
  4. 621b596b crypto: lib/blake2s - reduce stack frame usage in self test by Jason A. Donenfeld · 3 years, 3 months ago
  5. 3dd33a0 crypto: blake2s - remove shash module by Jason A. Donenfeld · 3 years, 3 months ago
  6. f28e4d214 lib/smp_processor_id: fix imbalanced instrumentation_end() call by Tetsuo Handa · 3 years, 3 months ago
  7. 49929f3 selftests/livepatch: better synchronize test_klp_callbacks_busy by Joe Lawrence · 3 years, 3 months ago
  8. d1e0ceee lib/test_hmm: avoid accessing uninitialized pages by Miaohe Lin · 3 years, 3 months ago
  9. 8f458e3 test_bpf: fix incorrect netdev features by Jian Shen · 3 years, 3 months ago
  10. abd3622 kasan: test: Silence GCC 12 warnings by Kees Cook · 3 years, 3 months ago
  11. 4228c03 fix short copy handling in copy_mc_pipe_to_iter() by Al Viro · 3 years, 3 months ago
  12. 8b07022 ida: don't use BUG_ON() for debugging by Linus Torvalds · 3 years, 4 months ago
  13. 795aa0c crypto: memneq - move into lib/ by Jason A. Donenfeld · 3 years, 4 months ago
  14. fb5e51c iov_iter: fix build issue due to possible type mis-match by Linus Torvalds · 3 years, 5 months ago
  15. f293dfc nodemask: Fix return values to be unsigned by Kees Cook · 3 years, 5 months ago
  16. bd08704 iov_iter: Fix iter_xarray_get_pages{,_alloc}() by David Howells · 3 years, 5 months ago
  17. e8864a3 bootconfig: Make the bootconfig.o as a normal object file by Masami Hiramatsu · 3 years, 5 months ago
  18. 358f12a list: test: Add a test for list_is_head() by David Gow · 3 years, 5 months ago
  19. bd14de7 kunit: fix debugfs code to use enum kunit_status, not bool by Daniel Latypov · 3 years, 5 months ago
  20. e16cc79 lib/crypto: add prompts back to crypto libraries by Justin M. Forbes · 3 years, 5 months ago
  21. 8a3db00a assoc_array: Fix BUG_ON during garbage collect by Stephen Brennan · 3 years, 5 months ago
  22. 20b413c percpu_ref_init(): clean ->percpu_count_ref on failure by Al Viro · 3 years, 5 months ago
  23. 8df752b random: remove ratelimiting for in-kernel unseeded randomness by Jason A. Donenfeld · 3 years, 5 months ago
  24. f4cb809a siphash: use one source of truth for siphash permutations by Jason A. Donenfeld · 3 years, 5 months ago
  25. 6da877d random: replace custom notifier chain with standard one by Jason A. Donenfeld · 3 years, 5 months ago
  26. ce951e9 random: remove unused tracepoints by Jason A. Donenfeld · 3 years, 5 months ago
  27. 4562644 lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI by Jason A. Donenfeld · 3 years, 5 months ago
  28. b0cdd9e lib/crypto: sha1: re-roll loops to reduce code size by Jason A. Donenfeld · 3 years, 5 months ago
  29. cba2195 lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 3 years, 5 months ago
  30. caba66e lib/crypto: blake2s: include as built-in by Jason A. Donenfeld · 3 years, 5 months ago
  31. 5f71bc9a dim: initialize all struct fields by Jesse Brandeburg · 3 years, 6 months ago
  32. 3437091 hex2bin: fix access beyond string end by Mikulas Patocka · 3 years, 6 months ago
  33. 4541645b hex2bin: make the function hex_to_bin constant-time by Mikulas Patocka · 3 years, 6 months ago
  34. f86f8d2 iov_iter: Introduce nofault flag to disable page faults by Andreas Gruenbacher · 3 years, 6 months ago
  35. 1d91c91 iov_iter: Introduce fault_in_iov_iter_writeable by Andreas Gruenbacher · 3 years, 6 months ago
  36. 30e66b1 iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable by Andreas Gruenbacher · 3 years, 6 months ago
  37. 923f05a gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} by Andreas Gruenbacher · 3 years, 6 months ago
  38. c9ea4fb1 stacktrace: move filter_irq_stacks() to kernel/stacktrace.c by Marco Elver · 3 years, 7 months ago
  39. 33db991 ubsan: remove CONFIG_UBSAN_OBJECT_SIZE by Kees Cook · 3 years, 7 months ago
  40. 9fb8bc6 lz4: fix LZ4_decompress_safe_partial read out of bound by Guo Xuenan · 3 years, 7 months ago
  41. 9d84944 lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option by Feng Tang · 3 years, 7 months ago
  42. 2be1a7f lib/logic_iomem: correct fallback config references by Johannes Berg · 3 years, 7 months ago
  43. 7aae60d XArray: Update the LRU list in xas_split() by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  44. 7521a97 XArray: Fix xas_create_range() when multi-order entry present by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  45. 6a1c70d lib/test_lockup: fix kernel pointer check for separate address spaces by Arnd Bergmann · 3 years, 7 months ago
  46. 8b2a607 uaccess: fix type mismatch warnings from access_ok() by Arnd Bergmann · 3 years, 7 months ago
  47. 5b8d69c8c lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 by Paul Menzel · 3 years, 7 months ago
  48. 6111701 lib/test: use after free in register_test_dev_kmod() by Dan Carpenter · 3 years, 7 months ago
  49. 469277f vsprintf: Fix %pK with kptr_restrict == 0 by Christophe Leroy · 3 years, 7 months ago
  50. 8611161e lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 7 months ago
  51. 2305e34 vsprintf: Fix potential unaligned access by Andy Shevchenko · 3 years, 7 months ago
  52. 9a24d03 kunit: make kunit_test_timeout compatible with comment by Peng Liu · 3 years, 7 months ago
  53. d342786 lib/raid6/test: fix multiple definition linking error by Dirk Müller · 3 years, 7 months ago
  54. c2924e9 ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE by Julian Braha · 3 years, 8 months ago
  55. 114e9f1 lib/iov_iter: initialize "flags" in new pipe_buffer by Max Kellermann · 3 years, 8 months ago
  56. ffd8fd2 lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test by Andrey Konovalov · 3 years, 9 months ago
  57. 52b66f8 mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault by Alistair Popple · 3 years, 9 months ago
  58. 451ee28 kunit: Don't crash if no parameters are generated by David Gow · 3 years, 9 months ago
  59. b918c66 lib/mpi: Add the return value check of kcalloc() by Zizhuang Deng · 3 years, 9 months ago
  60. 4e71908 lib/logic_iomem: Fix operation on 32-bit by Johannes Berg · 3 years, 9 months ago
  61. 6c72a5bc lib/logic_iomem: Fix 32-bit build by Johannes Berg · 3 years, 9 months ago
  62. 49d17d1 siphash: use _unaligned version by default by Arnd Bergmann · 3 years, 11 months ago
  63. c3b0ab9 printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces by Nicholas Piggin · 4 years ago
  64. d27b2dc string: uninline memcpy_and_pad by Guenter Roeck · 4 years ago
  65. a14e312 dyndbg: make dyndbg a known cli param by Andrew Halaney · 4 years ago
  66. e1ddaa5d bpf/tests: Fix error in tail call limit tests by Johan Almbladh · 4 years ago
  67. a496b70 crypto: sm4 - Do not change section of ck and sbox by Nathan Chancellor · 4 years ago
  68. 0b1a4d0 lib/xz: Validate the value before assigning it to an enum variable by Lasse Collin · 4 years ago
  69. 5329376 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression by Lasse Collin · 4 years ago
  70. c45c83c iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value by Andreas Gruenbacher · 4 years ago
  71. d5dd3b4 kfence: default to dynamic branch instead of static keys mode by Marco Elver · 4 years ago
  72. fa58787 Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 1 month ago
  73. a8cf903 bitfield: build kunit tests without structleak plugin by Arnd Bergmann · 4 years, 1 month ago
  74. f62314b kunit: fix reference count leak in kfree_at_end by Xiyu Yang · 4 years, 1 month ago
  75. b7cd9fa lib/zlib_inflate/inffast: check config in C to avoid unused function warning by Paul Menzel · 4 years, 1 month ago
  76. 8670502 xtensa: increase size of gcc stack frame check by Guenter Roeck · 4 years, 1 month ago
  77. fa360be kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS by Marco Elver · 4 years, 1 month ago
  78. 9bc62af Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  79. 316e8d7 pci_iounmap'2: Electric Boogaloo: try to make sense of it all by Linus Torvalds · 4 years, 1 month ago
  80. ddf21bd Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  81. 3c9cfb5 net: update NXP copyright text by Vladimir Oltean · 4 years, 1 month ago
  82. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 4 years, 2 months ago
  83. 8fb0f47 iov_iter: add helper to save iov_iter state by Jens Axboe · 4 years, 2 months ago
  84. 31634624 Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) by Linus Torvalds · 4 years, 2 months ago
  85. c0a5c81 Kconfig.debug: drop GCC 5+ version check for DWARF5 by Nick Desaulniers · 4 years, 2 months ago
  86. ce4c8f8 Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  87. 5dfe50b bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() by Masami Hiramatsu · 4 years, 2 months ago
  88. d6c338a Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 2 months ago
  89. 2d338201 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago
  90. 6fe2625 Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH by Lukas Bulwahn · 4 years, 2 months ago
  91. 44e5599 lib/iov_iter.c: fix kernel-doc warnings by Randy Dunlap · 4 years, 2 months ago
  92. 83a29be lib/dump_stack: correct kernel-doc notation by Randy Dunlap · 4 years, 2 months ago
  93. 36f33b5 lib/test: convert test_sort.c to use KUnit by Daniel Latypov · 4 years, 2 months ago
  94. 8ba739e math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it by Geert Uytterhoeven · 4 years, 2 months ago
  95. bcda5fd math: make RATIONAL tristate by Geert Uytterhoeven · 4 years, 2 months ago
  96. 41c961b9 mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) by Muchun Song · 4 years, 2 months ago
  97. ba7b1f8 lib/test_scanf: split up number parsing test routines by Linus Torvalds · 4 years, 2 months ago
  98. 49624ef Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux by Linus Torvalds · 4 years, 2 months ago
  99. b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  100. 1472690 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 2 months ago