- 52ccdf9 FROMLIST: lockdep: Remove console_verbose when disable lock debugging by Elliot Berman · 3 years, 7 months ago
- 3cd04ea ANDROID: lib: Export show_mem() for vendor module usage by Georgi Djakov · 3 years, 6 months ago
- 9e08e97 Merge 5.10.43 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
- 9c55679 ANDROID: crypto: lib/aes - add vendor hooks for AES library routines by Ard Biesheuvel · 3 years, 9 months ago
- 7a689eb ANDROID: crypto: lib/sha256 - add vendor hook for sha256() routine by Ard Biesheuvel · 3 years, 9 months ago
- f20eef4 lib/lz4: explicitly support in-place decompression by Gao Xiang · 4 years ago
- a504731 FROMLIST: bootconfig: Support mixing a value and subkeys under a key by Masami Hiramatsu · 3 years, 7 months ago
- 7559923 FROMLIST: bootconfig: Change array value to use child node by Masami Hiramatsu · 3 years, 7 months ago
- 855f802 Merge 5.10.39 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
- 1fb05a3 lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 3 years, 8 months ago
- 359a038 FROMGIT: printk: introduce dump_stack_lvl() by Alexander Potapenko · 3 years, 8 months ago
- 76002c2 Merge 5.10.38 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
- 20530f7 kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 3 years, 9 months ago
- fe5c0a6 kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled by Peter Collingbourne · 3 years, 8 months ago
- d6c635a net: fix nla_strcmp to handle more then one trailing null character by Maciej Żenczykowski · 3 years, 8 months ago
- e054456 Merge 5.10.37 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 556e75a bug: Remove redundant condition check in report_bug by Andrew Scull · 3 years, 10 months ago
- bbd61fa crypto: poly1305 - fix poly1305_core_setkey() declaration by Arnd Bergmann · 3 years, 9 months ago
- a1ac3f3 Merge 5.10.36 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 051dd06 lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf() by Rasmus Villemoes · 3 years, 8 months ago
- 90402b6 dyndbg: fix parsing file query without a line-range suffix by Shuo Chen · 3 years, 9 months ago
- b9bb7f3 FROMGIT: kfence: await for allocation using wait_event by Marco Elver · 3 years, 8 months ago
- ccc8708b FROMGIT: kasan, arm64: tests supports for HW_TAGS async mode by Andrey Konovalov · 3 years, 10 months ago
- 563c7d9 FROMGIT: kasan: Add KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 10 months ago
- 32b16a3 Merge 5.10.32 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- 955da2b lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERS by Julian Braha · 3 years, 9 months ago
- ab8b108 Merge 5.10.31 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
- d99e22c XArray: Fix splitting to non-zero orders by Matthew Wilcox (Oracle) · 4 years, 1 month ago
- c62f091 Merge 5.10.29 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
- 2934985 math: Export mul_u64_u64_div_u64 by David S. Miller · 3 years, 9 months ago
- 99941e2 Merge branch 'android12-5.10-lts' into 'android12-5.10' by Greg Kroah-Hartman · 3 years, 9 months ago
- 7186ac0 FROMGIT: kasan: init memory in kasan_(un)poison for HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
- 86a1ff2 BACKPORT: kasan: remove redundant config option by Walter Wu · 3 years, 10 months ago
- cfcec8b FROMGIT: kasan: fix KASAN_STACK dependency for HW_TAGS by Andrey Konovalov · 3 years, 10 months ago
- e8f79d9 Merge branch 'android12-5.10' into branch 'android12-5.10-lts' by Greg Kroah-Hartman · 3 years, 9 months ago
- 3ccfc59 Merge 5.10.24 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 10 months ago
- 2414944 ANDROID: vendor_hooks: Add hooks for memory when debug by Liujie Xie · 3 years, 10 months ago
- 219fc4b kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 3 years, 10 months ago
- 6d4fabc PCI: Fix pci_register_io_range() memory leak by Geert Uytterhoeven · 4 years ago
- 7656aa0 ANDROID: lib/plist.c: Export plist-related APIs by Choonghoon Park · 3 years, 10 months ago
- c7d68c4 BACKPORT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 3 years, 10 months ago
- 9f925b2 Revert "FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode" by Andrey Konovalov · 3 years, 10 months ago
- c0a166c Revert "BACKPORT: kasan: remove redundant config option" by Andrey Konovalov · 3 years, 10 months ago
- fc461a1 UPSTREAM: lib/vsprintf: no_hash_pointers prints all addresses as unhashed by Timur Tabi · 3 years, 11 months ago
- 6b2db01 UPSTREAM: lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers by Timur Tabi · 3 years, 11 months ago
- f411897 UPSTREAM: crypto: blake2s - move update and final logic to internal/blake2s.h by Eric Biggers · 4 years ago
- d0a59f9 UPSTREAM: crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 1 month ago
- b129c98 Merge 5.10.17 into android12-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago
- 46a831d udp: fix skb_copy_and_csum_datagram with odd segment sizes by Willem de Bruijn · 3 years, 11 months ago
- 486c152 Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs" by Thomas Gleixner · 3 years, 11 months ago
- cf1cab6 ubsan: implement __ubsan_handle_alignment_assumption by Nathan Chancellor · 3 years, 11 months ago
- 4f62c69 FROMGIT: kasan, mm: fail krealloc on freed objects by Andrey Konovalov · 3 years, 11 months ago
- d7ef7af FROMGIT: kasan: rework krealloc tests by Andrey Konovalov · 3 years, 11 months ago
- 3a0defe FROMGIT: lib: stackdepot: fix ignoring return value warning by Vijayanand Jitta · 3 years, 11 months ago
- bfed1c3 FROMGIT: lib: stackdepot: add support to disable stack depot by Vijayanand Jitta · 3 years, 11 months ago
- 892f557 FROMGIT: lib: stackdepot: add support to configure STACK_HASH_SIZE by Yogesh Lal · 3 years, 11 months ago
- ceca973 UPSTREAM: lib/stackdepot.c: use array_size() helper in jhash2() by Gustavo A. R. Silva · 4 years ago
- 522668e UPSTREAM: lib/stackdepot.c: use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years ago
- 6251cf8 UPSTREAM: lib/stackdepot.c: replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years ago
- 13aefe4 BACKPORT: kasan: remove redundant config option by Walter Wu · 4 years ago
- bdf2f9b FROMGIT: kasan: don't run tests when KASAN is not enabled by Andrey Konovalov · 4 years ago
- 9346eae FROMGIT: kasan: add a test for kmem_cache_alloc/free_bulk by Andrey Konovalov · 4 years ago
- e449e27 FROMGIT: kasan: add proper page allocator tests by Andrey Konovalov · 4 years ago
- 696574e FROMGIT: kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 4 years ago
- c1e807d FROMGIT: kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 4 years ago
- 0c23e1c FROMGIT: kasan: adapt kmalloc_uaf2 test to HW_TAGS mode by Andrey Konovalov · 4 years ago
- 7095a8f FROMGIT: kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL by Andrey Konovalov · 4 years ago
- 916518e FROMGIT: kasan: rename CONFIG_TEST_KASAN_MODULE by Andrey Konovalov · 4 years ago
- a599a4e FROMGIT: kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 4 years ago
- 782ba45 FROMGIT: kasan: add match-all tag tests by Andrey Konovalov · 4 years ago
- 127ffef FROMGIT: kasan: add macros to simplify checking test constraints by Andrey Konovalov · 4 years ago
- f3e66b2 FROMGIT: kasan: clean up comments in tests by Andrey Konovalov · 4 years ago
- d15b326 FROMGIT: kfence: add test suite by Marco Elver · 4 years ago
- a6c0e21 FROMGIT: kfence, Documentation: add KFENCE documentation by Marco Elver · 4 years ago
- 263969e FROMGIT: kfence, kasan: make KFENCE compatible with KASAN by Alexander Potapenko · 4 years ago
- 33ad661 FROMGIT: kfence: add option to use KFENCE without static keys by Marco Elver · 4 years ago
- adb54c7 BACKPORT: mm: add Kernel Electric-Fence infrastructure by Alexander Potapenko · 4 years ago
- ba15277 Merge 5.10.11 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
- 37d4f78 iov_iter: fix the uaccess area in copy_compat_iovec_from_user by Christoph Hellwig · 4 years ago
- 505e9678 ANDROID: bug: add vendor hook for bug trap by Sangmoon Kim · 4 years ago
- 25d5d4e UPSTREAM: kasan: introduce CONFIG_KASAN_HW_TAGS by Andrey Konovalov · 4 years ago
- 987eaa9 UPSTREAM: kasan: don't duplicate config dependencies by Andrey Konovalov · 4 years ago
- 70585d9 UPSTREAM: kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years ago
- d9d1610 UPSTREAM: kasan: KASAN_VMALLOC depends on KASAN_GENERIC by Andrey Konovalov · 4 years ago
- a6aebdb UPSTREAM: lib/test_kasan.c: add workqueue test case by Walter Wu · 4 years, 1 month ago
- 88e2d5f Merge 5.10.9 into android12-5.10 by Greg Kroah-Hartman · 4 years ago
- 2aa134d lib/raid6: Let $(UNROLL) rules work with macOS userland by John Millikin · 4 years ago
- d54ee8a FROMLIST: lib/list_sort: fix function type mismatches by Sami Tolvanen · 5 years ago
- 8532d3e lib/genalloc: fix the overflow when size is too big by Huang Shijie · 4 years ago
- fdac87b zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c by Randy Dunlap · 4 years ago
- a5184f3 lib/zlib: fix inflating zlib streams on s390 by Ilya Leoshkevich · 4 years ago
- fe9db43 dyndbg: fix use before null check by Jim Cromie · 4 years, 1 month ago
- 84edc2e selftest/fpu: avoid clang warning by Arnd Bergmann · 4 years, 1 month ago
- 11fb479 zlib: export S390 symbols for zlib modules by Randy Dunlap · 4 years, 1 month ago
- 4f134b8 lib/syscall: fix syscall registers retrieval on 32-bit platforms by Willy Tarreau · 4 years, 1 month ago
- 6fa6d28 lib/strncpy_from_user.c: Mask out bytes after NUL terminator. by Daniel Xu · 4 years, 1 month ago
- fc7b66e Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
- 9522750c Fonts: Replace discarded const qualifier by Lee Jones · 4 years, 2 months ago
- aa4e460 lib/crc32test: remove extra local_irq_disable/enable by Vasily Gorbik · 4 years, 2 months ago
- 58b999d kasan: adopt KUNIT tests to SW_TAGS mode by Andrey Konovalov · 4 years, 2 months ago