- 7bfa608 UPSTREAM: kasan: test: support async (again) and asymm modes for HW_TAGS by Andrey Konovalov · 3 years, 7 months ago
- 176c157 ANDROID: GKI: set vfs-only exports into their own namespace by Greg Kroah-Hartman · 3 years, 7 months ago
- c05355c5 ANDROID: kasan: sync vmalloc support with linux-next/akpm by Andrey Konovalov · 3 years, 7 months ago
- 12781cd Merge 5.10.107 into android13-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- ebe106e ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE by Julian Braha · 3 years, 8 months ago
- 768ef3a Merge 5.10.102 into android13-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
- b19ec7a lib/iov_iter: initialize "flags" in new pipe_buffer by Max Kellermann · 3 years, 8 months ago
- 7a3edd8 FROMLIST: kasan: improve vmalloc tests by Andrey Konovalov · 3 years, 9 months ago
- a5d38f5 FROMGIT: kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
- 39b0871 UPSTREAM: kasan: test: fix compatibility with FORTIFY_SOURCE by Marco Elver · 3 years, 9 months ago
- 5934916 UPSTREAM: lib/stackdepot: always do filter_irq_stacks() in stack_depot_save() by Marco Elver · 3 years, 9 months ago
- f8e5c76 UPSTREAM: kasan: test: add test case for double-kmem_cache_destroy() by Marco Elver · 3 years, 9 months ago
- b56bd5bf UPSTREAM: kasan: test: add globals left-out-of-bounds test by Marco Elver · 3 years, 9 months ago
- 4d429579 UPSTREAM: kasan: test: silence intentional read overflow warnings by Kees Cook · 3 years, 9 months ago
- 563bc12 UPSTREAM: kasan: test: bypass __alloc_size checks by Kees Cook · 3 years, 9 months ago
- 61edf4d UPSTREAM: kasan: test: add memcpy test that avoids out-of-bounds write by Peter Collingbourne · 3 years, 9 months ago
- edcc1b6e UPSTREAM: lib/stackdepot: introduce __stack_depot_save() by Marco Elver · 3 years, 9 months ago
- a639ce7 UPSTREAM: lib/stackdepot: remove unused function argument by Marco Elver · 3 years, 9 months ago
- 1b9d30d UPSTREAM: kasan: Extend KASAN mode kernel parameter by Vincenzo Frascino · 3 years, 9 months ago
- 600102b UPSTREAM: kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS by Marco Elver · 3 years, 9 months ago
- 73a526b UPSTREAM: kasan: test: avoid corrupting memory in kasan_rcu_uaf by Andrey Konovalov · 3 years, 9 months ago
- 78434e3 UPSTREAM: kasan: test: avoid corrupting memory in copy_user_test by Andrey Konovalov · 3 years, 9 months ago
- ef0ede5 UPSTREAM: lib/test_kasan_module.c: suppress unused var warning by Andrew Morton · 3 years, 9 months ago
- 25d60db UPSTREAM: kasan: test: clean up ksize_uaf by Andrey Konovalov · 3 years, 9 months ago
- 35e82c9 UPSTREAM: kasan: test: only do kmalloc_uaf_memset for generic mode by Andrey Konovalov · 3 years, 9 months ago
- 8dced00 UPSTREAM: kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS by Andrey Konovalov · 3 years, 9 months ago
- ea58b507 UPSTREAM: kasan: test: avoid corrupting memory via memset by Andrey Konovalov · 3 years, 9 months ago
- 5601277 UPSTREAM: kasan: test: avoid writing invalid memory by Andrey Konovalov · 3 years, 9 months ago
- f443ee8 UPSTREAM: kasan: test: rework kmalloc_oob_right by Andrey Konovalov · 3 years, 9 months ago
- e1f9490 UPSTREAM: arm64: kasan: mte: remove redundant mte_report_once logic by Mark Rutland · 3 years, 9 months ago
- f4b29a0 UPSTREAM: kasan: add memory corruption identification support for hardware tag-based mode by Kuan-Ying Lee · 3 years, 9 months ago
- fff0ec1 UPSTREAM: kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY by Kuan-Ying Lee · 3 years, 9 months ago
- f7313c9 UPSTREAM: kasan: allow an architecture to disable inline instrumentation by Daniel Axtens · 3 years, 9 months ago
- 781ec5f UPSTREAM: kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL() by David Gow · 3 years, 9 months ago
- 52abeae UPSTREAM: kasan: detect false-positives in tests by Andrey Konovalov · 3 years, 9 months ago
- d6cd062 Merge 5.10.94 into android13-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
- 8104e58 lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test by Andrey Konovalov · 3 years, 9 months ago
- 6292503 mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault by Alistair Popple · 3 years, 9 months ago
- 9defd7d lib/mpi: Add the return value check of kcalloc() by Zizhuang Deng · 3 years, 9 months ago
- 29428cf Merge 5.10.84 into android13-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago
- ef55f0f siphash: use _unaligned version by default by Arnd Bergmann · 3 years, 11 months ago
- c2a29c3 Merge remote-tracking branch 'aosp/upstream-f2fs-stable-linux-5.10.y' into android13-5.10 by Jaegeuk Kim · 4 years ago
- 8095971 Merge 5.10.80 into android13-5.10 by Greg Kroah-Hartman · 4 years ago
- ab5c46f lib/xz: Validate the value before assigning it to an enum variable by Lasse Collin · 4 years ago
- aa5d35e3 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression by Lasse Collin · 4 years ago
- b600866 iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value by Andreas Gruenbacher · 4 years ago
- 277fcaa lib/xz, lib/decompress_unxz.c: Fix spelling in comments by Lasse Collin · 4 years ago
- 1bf2140 lib/xz: Add MicroLZMA decoder by Lasse Collin · 4 years ago
- 6e17bfa lib/xz: Move s->lzma.len = 0 initialization to lzma_reset() by Lasse Collin · 4 years ago
- 70d9fac lib/xz: Validate the value before assigning it to an enum variable by Lasse Collin · 4 years ago
- 5981d99 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression by Lasse Collin · 4 years ago
- aed5511 Merge 5.10.70 into android13-5.10 by Greg Kroah-Hartman · 4 years, 1 month ago
- ba348b7 Merge 5.10.69 into android13-5.10 by Greg Kroah-Hartman · 4 years, 1 month ago
- 55e6f8b treewide: Change list_sort to use const pointers by Sami Tolvanen · 4 years, 1 month ago
- 912afe6 Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH by Lukas Bulwahn · 4 years, 1 month ago
- c66bdde Merge 5.10.67 into android13-5.10 by Greg Kroah-Hartman · 4 years, 1 month ago
- 5944d0e lib/test_stackinit: Fix static initializer test by Kees Cook · 4 years, 1 month ago
- 6a35647 bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 4 years, 1 month ago
- 99121de bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 4 years, 1 month ago
- c22f31d Merge 5.10.65 into android13-5.10 by Greg Kroah-Hartman · 4 years, 2 months ago
- dde7ff1c lib/mpi: use kcalloc in mpi_resize by Hongbo Li · 4 years, 2 months ago
- ac8f298 Merge 5.10.64 into android13-5.10 by Greg Kroah-Hartman · 4 years, 2 months ago
- 7ff0b71 net: kcov: don't select SKB_EXTENSIONS when there is no NET by Randy Dunlap · 4 years, 2 months ago
- 2c71318 Merge 5.10.62 into android13-5.10 by Greg Kroah-Hartman · 4 years, 2 months ago
- 6815e21 once: Fix panic when module unload by Kefeng Wang · 4 years, 2 months ago
- ac329b33 Merge 5.10.54 into android13-5.10 by Greg Kroah-Hartman · 4 years, 3 months ago
- 4a31baf net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 3 months ago
- 2b03485 Merge branch 'android12-5.10' into 'android13-5.10' by Greg Kroah-Hartman · 4 years, 3 months ago
- 5629c870 Merge 5.10.52 into android13-5.10 by Greg Kroah-Hartman · 4 years, 3 months ago
- ff53dfb lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 4 years, 3 months ago
- bd3e908 Merge 5.10.51 into android13-5.10 by Greg Kroah-Hartman · 4 years, 3 months ago
- f9fb498 seq_buf: Fix overflow in seq_buf_putmem_hex() by Yun Zhou · 4 years, 4 months ago
- ec50cbf Merge 5.10.50 into android13-5.10 by Greg Kroah-Hartman · 4 years, 4 months ago
- 4565540 lib/math/rational.c: fix divide by zero by Trent Piepho · 4 years, 4 months ago
- f18f7a2 lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING by Peter Zijlstra · 4 years, 4 months ago
- 5a3ac10 locking/lockdep: Reduce LOCKDEP dependency list by Randy Dunlap · 4 years, 4 months ago
- 9e914f5 lib: vsprintf: Fix handling of number field widths in vsscanf by Richard Fitzgerald · 4 years, 4 months ago
- c556b93 seq_buf: Make trace_seq_putmem_hex() support data longer than 8 by Yun Zhou · 4 years, 4 months ago
- 7b0393e iov_iter_fault_in_readable() should do nothing in xarray case by Al Viro · 4 years, 4 months ago
- b6df9e4 copy_page_to_iter(): fix ITER_DISCARD case by Al Viro · 4 years, 4 months ago
- 52ccdf9 FROMLIST: lockdep: Remove console_verbose when disable lock debugging by Elliot Berman · 4 years, 4 months ago
- 088e2b0 UPSTREAM: bug: Assign values once in bug_get_file_line() by Andrew Scull · 4 years, 4 months ago
- fa6138d UPSTREAM: bug: Factor out a getter for a bug's file line by Andrew Scull · 4 years, 4 months ago
- 7175935 Merge 5.10.47 into android13-5.10 by Greg Kroah-Hartman · 4 years, 4 months ago
- ca2acbd locking/lockdep: Improve noinstr vs errors by Peter Zijlstra · 4 years, 4 months ago
- 3cd04ea ANDROID: lib: Export show_mem() for vendor module usage by Georgi Djakov · 4 years, 4 months ago
- 9e08e97e Merge 5.10.43 into android12-5.10 by Greg Kroah-Hartman · 4 years, 5 months ago
- 9c55679 ANDROID: crypto: lib/aes - add vendor hooks for AES library routines by Ard Biesheuvel · 4 years, 5 months ago
- 7a689eb ANDROID: crypto: lib/sha256 - add vendor hook for sha256() routine by Ard Biesheuvel · 4 years, 5 months ago
- f20eef4d lib/lz4: explicitly support in-place decompression by Gao Xiang · 4 years, 5 months ago
- a504731 FROMLIST: bootconfig: Support mixing a value and subkeys under a key by Masami Hiramatsu · 4 years, 5 months ago
- 7559923 FROMLIST: bootconfig: Change array value to use child node by Masami Hiramatsu · 4 years, 5 months ago
- 855f802 Merge 5.10.39 into android12-5.10 by Greg Kroah-Hartman · 4 years, 5 months ago
- 1fb05a3 lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 4 years, 5 months ago
- 359a038 FROMGIT: printk: introduce dump_stack_lvl() by Alexander Potapenko · 4 years, 5 months ago
- 76002c2 Merge 5.10.38 into android12-5.10 by Greg Kroah-Hartman · 4 years, 5 months ago
- 20530f7 kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 4 years, 6 months ago
- fe5c0a6 kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled by Peter Collingbourne · 4 years, 6 months ago
- d6c635a net: fix nla_strcmp to handle more then one trailing null character by Maciej Żenczykowski · 4 years, 6 months ago
- e054456 Merge 5.10.37 into android12-5.10 by Greg Kroah-Hartman · 4 years, 6 months ago