- 6a63a63 kasan: introduce CONFIG_KASAN_HW_TAGS by Andrey Konovalov · 4 years ago
- ffcc5ce kasan: don't duplicate config dependencies by Andrey Konovalov · 4 years ago
- 1f60062 kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_* by Andrey Konovalov · 4 years ago
- 71f6af6 kasan: KASAN_VMALLOC depends on KASAN_GENERIC by Andrey Konovalov · 4 years ago
- e2ae634 Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years ago
- ac7ac46 Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
- 5e60366 Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years ago
- 706451d Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years ago
- 33fb626 lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() static by Jason Yan · 4 years ago
- 537cd89 fault-injection: handle EI_ETYPE_TRUE by Barnabás Pőcze · 4 years ago
- d3c2279 lib/ubsan.c: mark type_check_kinds with static keyword by Zou Wei · 4 years ago
- 4a26f49 ubsan: expand tests and reporting by Kees Cook · 4 years ago
- c637693 ubsan: remove UBSAN_MISC in favor of individual options by Kees Cook · 4 years ago
- d0a3ac5 ubsan: enable for all*config builds by Kees Cook · 4 years ago
- 7979137 ubsan: disable UBSAN_TRAP for all*config by Kees Cook · 4 years ago
- 61e0349 ubsan: disable object-size sanitizer under GCC by Kees Cook · 4 years ago
- cdf8a76 ubsan: move cc-option tests into Kconfig by Kees Cook · 4 years ago
- d8a7f62 ubsan: remove redundant -Wno-maybe-uninitialized by Kees Cook · 4 years ago
- 89b1586 lib/lz4: explicitly support in-place decompression by Gao Xiang · 4 years ago
- 506dfc9 lib: cleanup kstrto*() usage by Alexey Dobriyan · 4 years ago
- ff72daa lib/string: remove unnecessary #undefs by Nick Desaulniers · 4 years ago
- 7546861 lib/cmdline_kunit: add a new test suite for cmdline API by Andy Shevchenko · 4 years ago
- 6b2b6b8 lib/cmdline: allow NULL to be an output for get_option() by Andy Shevchenko · 4 years ago
- e291851 lib/cmdline: fix get_option() for strings starting with hyphen by Andy Shevchenko · 4 years ago
- 45e3d5a lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RT by Sebastian Andrzej Siewior · 4 years ago
- 180644f lib/stackdepot.c: use array_size() helper in jhash2() by Gustavo A. R. Silva · 4 years ago
- 47e684a lib/stackdepot.c: use flex_array_size() helper in memcpy() by Gustavo A. R. Silva · 4 years ago
- 3a2b67e lib/stackdepot.c: replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years ago
- 0ae446e lib/test_free_pages.c: add basic progress indicators by Geert Uytterhoeven · 4 years ago
- aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years ago
- aab7ce2 Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years ago
- 7240153 Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years ago
- 214c783 lib/test_kasan.c: add workqueue test case by Walter Wu · 4 years ago
- d5037d1 locking/selftests: add testcases for fs_reclaim by Daniel Vetter · 4 years ago
- 5e2cde0 Merge branches 'acpi-resources' and 'acpi-docs' by Rafael J. Wysocki · 4 years ago
- edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- e857b6f Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- 58659247 Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years ago
- 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
- 1d36dff Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years ago
- 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 84edc2e selftest/fpu: avoid clang warning by Arnd Bergmann · 4 years, 1 month ago
- 7d95a88 Add and use a generic version of devmem_is_allowed() by Palmer Dabbelt · 4 years, 1 month ago
- 527701e lib: Add a generic version of devmem_is_allowed() by Palmer Dabbelt · 4 years, 6 months ago
- 3577afb dyndbg: fix use before null check by Jim Cromie · 4 years, 1 month ago
- 2b3c99e Merge branch 'locking/rwsem' by Peter Zijlstra · 4 years, 1 month ago
- 0eff1f1 sbitmap: simplify wrap check by Pavel Begunkov · 4 years, 1 month ago
- c3250c8 sbitmap: replace CAS with atomic and by Pavel Begunkov · 4 years, 1 month ago
- 661d4f5 sbitmap: remove swap_lock by Pavel Begunkov · 4 years, 1 month ago
- b78beea sbitmap: optimise sbitmap_deferred_clear() by Pavel Begunkov · 4 years, 1 month ago
- 11fb479 zlib: export S390 symbols for zlib modules by Randy Dunlap · 4 years, 1 month ago
- ce0d5d6 crypto: lib/blake2s - Move selftest prototype into header file by Herbert Xu · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 4f134b8 lib/syscall: fix syscall registers retrieval on 32-bit platforms by Willy Tarreau · 4 years, 1 month ago
- e04ce67 lockdep/selftest: Add spin_nest_lock test by Boqun Feng · 4 years, 2 months ago
- a2e9ae5 lockdep/selftests: Fix PROVE_RAW_LOCK_NESTING by Peter Zijlstra · 4 years, 2 months ago
- fadb08e kunit: Support for Parameterized Testing by Arpitha Raghunandan · 4 years, 1 month ago
- fa69ee5 net: switch to storing KCOV handle directly in sk_buff by Marco Elver · 4 years, 1 month ago
- a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
- 0e91a0c mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP by Thomas Gleixner · 4 years, 1 month ago
- 6e799cb mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL by Thomas Gleixner · 4 years, 1 month ago
- 13c8da5 Merge branch 'sched/core' into core/mm by Thomas Gleixner · 4 years, 1 month ago
- 74d862b6 sched: Make migrate_disable/enable() independent of RT by Thomas Gleixner · 4 years, 1 month ago
- 1201581 crypto: lib/curve25519 - Move selftest prototype into header file by Herbert Xu · 4 years, 2 months ago
- a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 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
- 36f9ff9 lib: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- 4c1ca83 Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" by Nick Desaulniers · 4 years, 1 month ago
- 5df38ca resource: Add test cases for new resource API by Andy Shevchenko · 4 years, 2 months ago
- 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
- 9ca7187 Modify return value of nla_strlcpy to match that of strscpy. by Francis Laniel · 4 years, 1 month ago
- 8eeb99b Fix unefficient call to memset before memcpu in nla_strlcpy. by Francis Laniel · 4 years, 1 month ago
- 4ee5730 Fonts: Add charcount field to font_desc by Peilin Ye · 4 years, 2 months ago
- 07cbce2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
- 85ce50d3 net: kcov: don't select SKB_EXTENSIONS when there is no NET by Randy Dunlap · 4 years, 2 months ago
- 5f9ae91 kbuild: Build kernel module BTFs if BTF is enabled and pahole supports it by Andrii Nakryiko · 4 years, 2 months ago
- 14e292f8 sched,rt: Use cpumask_any*_distribute() by Peter Zijlstra · 4 years, 3 months ago
- af44990 sched: Add migrate_disable() by Peter Zijlstra · 4 years, 3 months ago
- a8b62fd stop_machine: Add function and caller debug info by Peter Zijlstra · 4 years, 3 months ago
- a3453d9 s390/kasan: remove 3-level paging support by Vasily Gorbik · 4 years, 3 months ago
- ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months 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
- 6370cc3 net: add kcov handle to skb extensions by Aleksandr Nogikh · 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
- 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, 2 months ago
- 75442fb docs: Kconfig/Makefile: add a check for broken ABI files by Mauro Carvalho Chehab · 4 years, 2 months ago
- 18d05ca crypto: lib/sha256 - Unroll LOAD and BLEND loops by Arvind Sankar · 4 years, 2 months ago
- 63642d5 crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64 by Arvind Sankar · 4 years, 2 months ago
- b839981 crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform() by Arvind Sankar · 4 years, 2 months ago
- 7a4295f crypto: lib/sha256 - Don't clear temporary variables by Arvind Sankar · 4 years, 2 months ago
- 1762818 crypto: lib/sha256 - Use memzero_explicit() for clearing state by Arvind Sankar · 4 years, 2 months ago
- d722869 lib/mpi: Remove unused scalar_copied by Herbert Xu · 4 years, 3 months ago
- 1f41be7 lib/scatterlist: use consistent sg_copy_buffer() return type by David Disseldorp · 4 years, 2 months ago
- 91f28da Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/wtarreau/prandom by Linus Torvalds · 4 years, 2 months ago