1. c62f091 Merge 5.10.29 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  2. 2934985 math: Export mul_u64_u64_div_u64 by David S. Miller · 3 years, 10 months ago
  3. 99941e2 Merge branch 'android12-5.10-lts' into 'android12-5.10' by Greg Kroah-Hartman · 3 years, 10 months ago
  4. 7186ac0 FROMGIT: kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
  5. 86a1ff2 BACKPORT: kasan: remove redundant config option by Walter Wu · 3 years, 10 months ago
  6. cfcec8b FROMGIT: kasan: fix KASAN_STACK dependency for HW_TAGS by Andrey Konovalov · 3 years, 11 months ago
  7. e8f79d9 Merge branch 'android12-5.10' into branch 'android12-5.10-lts' by Greg Kroah-Hartman · 3 years, 10 months ago
  8. 3ccfc59 Merge 5.10.24 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 10 months ago
  9. 2414944 ANDROID: vendor_hooks: Add hooks for memory when debug by Liujie Xie · 3 years, 11 months ago
  10. 219fc4b kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 4 years ago
  11. 6d4fabc PCI: Fix pci_register_io_range() memory leak by Geert Uytterhoeven · 4 years ago
  12. 7656aa0 ANDROID: lib/plist.c: Export plist-related APIs by Choonghoon Park · 4 years ago
  13. c7d68c4 BACKPORT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 4 years ago
  14. 9f925b2 Revert "FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode" by Andrey Konovalov · 3 years, 11 months ago
  15. c0a166c Revert "BACKPORT: kasan: remove redundant config option" by Andrey Konovalov · 4 years ago
  16. fc461a1 UPSTREAM: lib/vsprintf: no_hash_pointers prints all addresses as unhashed by Timur Tabi · 4 years ago
  17. 6b2db01 UPSTREAM: lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers by Timur Tabi · 4 years ago
  18. f411897 UPSTREAM: crypto: blake2s - move update and final logic to internal/blake2s.h by Eric Biggers · 4 years, 1 month ago
  19. d0a59f9 UPSTREAM: crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 2 months ago
  20. b129c98 Merge 5.10.17 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  21. 46a831d udp: fix skb_copy_and_csum_datagram with odd segment sizes by Willem de Bruijn · 4 years ago
  22. 486c152 Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs" by Thomas Gleixner · 4 years ago
  23. cf1cab6 ubsan: implement __ubsan_handle_alignment_assumption by Nathan Chancellor · 4 years ago
  24. 4f62c69 FROMGIT: kasan, mm: fail krealloc on freed objects by Andrey Konovalov · 4 years ago
  25. d7ef7af FROMGIT: kasan: rework krealloc tests by Andrey Konovalov · 4 years ago
  26. 3a0defe FROMGIT: lib: stackdepot: fix ignoring return value warning by Vijayanand Jitta · 4 years ago
  27. bfed1c3 FROMGIT: lib: stackdepot: add support to disable stack depot by Vijayanand Jitta · 4 years ago
  28. 892f557 FROMGIT: lib: stackdepot: add support to configure STACK_HASH_SIZE by Yogesh Lal · 4 years ago
  29. ceca973 UPSTREAM: lib/stackdepot.c: use array_size() helper in jhash2() by Gustavo A. R. Silva · 4 years, 1 month ago
  30. 522668e UPSTREAM: lib/stackdepot.c: use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years, 1 month ago
  31. 6251cf8 UPSTREAM: lib/stackdepot.c: replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years, 1 month ago
  32. 13aefe4 BACKPORT: kasan: remove redundant config option by Walter Wu · 4 years ago
  33. bdf2f9b FROMGIT: kasan: don't run tests when KASAN is not enabled by Andrey Konovalov · 4 years ago
  34. 9346eae FROMGIT: kasan: add a test for kmem_cache_alloc/free_bulk by Andrey Konovalov · 4 years ago
  35. e449e27 FROMGIT: kasan: add proper page allocator tests by Andrey Konovalov · 4 years ago
  36. 696574e FROMGIT: kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 4 years ago
  37. c1e807d FROMGIT: kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 4 years ago
  38. 0c23e1c FROMGIT: kasan: adapt kmalloc_uaf2 test to HW_TAGS mode by Andrey Konovalov · 4 years ago
  39. 7095a8f FROMGIT: kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL by Andrey Konovalov · 4 years ago
  40. 916518e FROMGIT: kasan: rename CONFIG_TEST_KASAN_MODULE by Andrey Konovalov · 4 years ago
  41. a599a4e FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 4 years ago
  42. 782ba45 FROMGIT: kasan: add match-all tag tests by Andrey Konovalov · 4 years ago
  43. 127ffef FROMGIT: kasan: add macros to simplify checking test constraints by Andrey Konovalov · 4 years ago
  44. f3e66b2 FROMGIT: kasan: clean up comments in tests by Andrey Konovalov · 4 years ago
  45. d15b326 FROMGIT: kfence: add test suite by Marco Elver · 4 years ago
  46. a6c0e21 FROMGIT: kfence, Documentation: add KFENCE documentation by Marco Elver · 4 years ago
  47. 263969e FROMGIT: kfence, kasan: make KFENCE compatible with KASAN by Alexander Potapenko · 4 years ago
  48. 33ad661 FROMGIT: kfence: add option to use KFENCE without static keys by Marco Elver · 4 years ago
  49. adb54c7 BACKPORT: mm: add Kernel Electric-Fence infrastructure by Alexander Potapenko · 4 years ago
  50. ba15277 Merge 5.10.11 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  51. 37d4f78 iov_iter: fix the uaccess area in copy_compat_iovec_from_user by Christoph Hellwig · 4 years ago
  52. 505e9678 ANDROID: bug: add vendor hook for bug trap by Sangmoon Kim · 4 years ago
  53. 25d5d4e UPSTREAM: kasan: introduce CONFIG_KASAN_HW_TAGS by Andrey Konovalov · 4 years, 1 month ago
  54. 987eaa9 UPSTREAM: kasan: don't duplicate config dependencies by Andrey Konovalov · 4 years, 1 month ago
  55. 70585d9 UPSTREAM: kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years, 1 month ago
  56. d9d1610 UPSTREAM: kasan: KASAN_VMALLOC depends on KASAN_GENERIC by Andrey Konovalov · 4 years, 1 month ago
  57. a6aebdb UPSTREAM: lib/test_kasan.c: add workqueue test case by Walter Wu · 4 years, 1 month ago
  58. 88e2d5f Merge 5.10.9 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
  59. 2aa134d lib/raid6: Let $(UNROLL) rules work with macOS userland by John Millikin · 4 years, 1 month ago
  60. d54ee8a FROMLIST: lib/list_sort: fix function type mismatches by Sami Tolvanen · 5 years ago
  61. 8532d3e lib/genalloc: fix the overflow when size is too big by Huang Shijie · 4 years, 1 month ago
  62. fdac87b zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c by Randy Dunlap · 4 years, 1 month ago
  63. a5184f3 lib/zlib: fix inflating zlib streams on s390 by Ilya Leoshkevich · 4 years, 1 month ago
  64. fe9db43 dyndbg: fix use before null check by Jim Cromie · 4 years, 1 month ago
  65. 84edc2e selftest/fpu: avoid clang warning by Arnd Bergmann · 4 years, 1 month ago
  66. 11fb479 zlib: export S390 symbols for zlib modules by Randy Dunlap · 4 years, 2 months ago
  67. 4f134b8 lib/syscall: fix syscall registers retrieval on 32-bit platforms by Willy Tarreau · 4 years, 2 months ago
  68. 6fa6d28 lib/strncpy_from_user.c: Mask out bytes after NUL terminator. by Daniel Xu · 4 years, 2 months ago
  69. fc7b66e Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
  70. 9522750c Fonts: Replace discarded const qualifier by Lee Jones · 4 years, 3 months ago
  71. aa4e460 lib/crc32test: remove extra local_irq_disable/enable by Vasily Gorbik · 4 years, 3 months ago
  72. 58b999d kasan: adopt KUNIT tests to SW_TAGS mode by Andrey Konovalov · 4 years, 3 months ago
  73. 9c75b68 Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 3 months ago
  74. 75442fb docs: Kconfig/Makefile: add a check for broken ABI files by Mauro Carvalho Chehab · 4 years, 3 months ago
  75. 1f41be7 lib/scatterlist: use consistent sg_copy_buffer() return type by David Disseldorp · 4 years, 3 months ago
  76. 91f28da Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandom by Linus Torvalds · 4 years, 3 months ago
  77. d769139 Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  78. c6e169b random32: add a selftest for the prandom32 code by Willy Tarreau · 4 years, 3 months ago
  79. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 6 months ago
  80. c51f8f8 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 6 months ago
  81. fc03b2d Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 3 months ago
  82. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 3 months ago
  83. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  84. c4d6fe7 Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray by Linus Torvalds · 4 years, 3 months ago
  85. 272d708 Fonts: Support FONT_EXTRA_WORDS macros for font_6x8 by Peilin Ye · 4 years, 3 months ago
  86. 7cf726a Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 3 months ago
  87. 41eea65 Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  88. a1e16bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 3 months ago
  89. 49dc6fb Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 4 years, 3 months ago
  90. 09a31a7 Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 years, 3 months ago
  91. 294a7f1 lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILE by Vitor Massaru Iha · 4 years, 3 months ago
  92. c4cf498 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
  93. 4d0e9df lib, uaccess: add failure injection to usercopy functions by Albert van der Linde · 4 years, 3 months ago
  94. 2c739ce lib, include/linux: add usercopy failure capability by Albert van der Linde · 4 years, 3 months ago
  95. 6a6155f ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang by George Popescu · 4 years, 3 months ago
  96. 904542d lib/crc32.c: fix trivial typo in preprocessor condition by Tobias Jordan · 4 years, 3 months ago
  97. f3c9d0a lib/test_hmm.c: fix an error code in dmirror_allocate_chunk() by Dan Carpenter · 4 years, 3 months ago
  98. 1d33963 lib/percpu_counter.c: use helper macro abs() by Miaohe Lin · 4 years, 3 months ago
  99. 6ed9b92 lib/scatterlist.c: avoid a double memset by Christophe JAILLET · 4 years, 3 months ago
  100. 3b67426 lib/idr.c: document calling context for IDA APIs mustn't use locks by Stephen Boyd · 4 years, 3 months ago