- e7f7cf9 lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 3 years, 10 months ago
- c386907 kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 4 years ago
- 143722a net: fix nla_strcmp to handle more then one trailing null character by Maciej Żenczykowski · 3 years, 10 months ago
- 92a2ae7 bug: Remove redundant condition check in report_bug by Andrew Scull · 4 years ago
- fe072e5 lib/string: Add strscpy_pad() function by Tobin C. Harding · 6 years ago
- 708f3ba lib/genalloc: fix the overflow when size is too big by Huang Shijie · 4 years, 2 months ago
- a16f026 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 7 months ago
- b2e390f swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" by Stefano Stabellini · 4 years, 4 months ago
- dc64568 lib/crc32test: remove extra local_irq_disable/enable by Vasily Gorbik · 4 years, 4 months ago
- f7267a7 Fonts: Replace discarded const qualifier by Lee Jones · 4 years, 4 months ago
- 04472a1 sgl_alloc_order: fix memory leak by Douglas Gilbert · 4 years, 5 months ago
- 6f0344a lib/crc32.c: fix trivial typo in preprocessor condition by Tobias Jordan · 4 years, 5 months ago
- 2832691 Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts by Peilin Ye · 4 years, 5 months ago
- 02555f6 random32: Restore __latent_entropy attribute on net_rand_state by Thibaut Sautereau · 4 years, 5 months ago
- b6d3813 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years, 5 months ago
- 40e009d test_kmod: avoid potential double free in trigger_config_run_type() by Tiezhu Yang · 4 years, 7 months ago
- 001499d dyndbg: fix a BUG_ON in ddebug_describe_flags by Jim Cromie · 4 years, 8 months ago
- 8dacd74 random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 4 years, 7 months ago
- 583bcbc random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 8 months ago
- 660915b lib/zlib: remove outdated and incorrect pre-increment optimization by Jann Horn · 4 years, 9 months ago
- fbab221 lib/mpi: Fix 64-bit MIPS build with Clang by Nathan Chancellor · 4 years, 11 months ago
- f7ce58a lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen_user() by Christophe Leroy · 5 years ago
- b25df29 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
- 5d1c6c0 ubsan: build ubsan.c more conservatively by Arnd Bergmann · 6 years ago
- e02c76f x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 6 years ago
- f7cfbf4 lib/mpi: Fix building for powerpc with clang by Nathan Chancellor · 5 years ago
- 5efb8f9 lib/raid6: use vdupq_n_u8 to avoid endianness warnings by ndesaulniers@google.com · 6 years ago
- 4eb9d5b uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 5 years ago
- 719742a lib/stackdepot.c: fix global out-of-bounds in stack_slabs by Alexander Potapenko · 5 years ago
- 55f09a4 lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 5 years ago
- 0649546 lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 5 years ago
- 8f715ca bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 7 years ago
- abb78b8 Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" by Linus Torvalds · 6 years ago
- 9746436 devres: allow const resource arguments by Arnd Bergmann · 6 years ago
- 5b81bba dma-debug: add a schedule point in debug_dma_dump_mappings() by Eric Dumazet · 5 years ago
- 02072c3 lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 5 years ago
- d8e74cb lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
- afe13dc lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
- 525ef56 lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
- d0840f6 idr: Fix idr_alloc_u32 on 32-bit systems by Matthew Wilcox (Oracle) · 5 years ago
- a99fc91 idr: Fix idr_get_next race with idr_remove by Matthew Wilcox (Oracle) · 6 years ago
- 75644ed lib/scatterlist: Introduce sgl_alloc() and sgl_free() by Bart Van Assche · 7 years ago
- e8b4d45 dump_stack: avoid the livelock of the dump_lock by Kevin Hao · 5 years ago
- f892d2f kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K by Nicolas Boichat · 5 years ago
- 8d4611f test_firmware: fix a memory leak bug by Wenwen Wang · 6 years ago
- 9ce0c09 lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 7 years ago
- c78c33a lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 6 years ago
- 9a3d442 rslib: Fix handling of of caller provided syndrome by Ferdinand Blomqvist · 6 years ago
- a5a0c29 rslib: Fix decoding of shortened codes by Ferdinand Blomqvist · 6 years ago
- 9fbe87f lib/mpi: Fix karactx leak in mpi_powm by Herbert Xu · 6 years ago
- 2418da0 test_firmware: Use correct snprintf() limit by Dan Carpenter · 6 years ago
- ce4390f kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice. by Tetsuo Handa · 6 years ago
- a7ab08b mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 6 years ago
- fce0954 sbitmap: fix improper use of smp_mb__before_atomic() by Andrea Parri · 6 years ago
- 489e5d8 x86/mm/mem_encrypt: Disable all instrumentation for early SME setup by Gary Hook · 6 years ago
- d58465a iov_iter: optimize page_copy_sane() by Eric Dumazet · 6 years ago
- 4b2bff7 ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 6 years ago
- bd6afee kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 7 years ago
- 13a1d1a kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
- 7a32687 lib/Kconfig.debug: fix build error without CONFIG_BLOCK by YueHaibing · 6 years ago
- 6dc75cc lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
- 56dbdae lib/string.c: implement a basic bcmp by Nick Desaulniers · 6 years ago
- 416b593 ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
- e62824d kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
- 083aa6a lib/int_sqrt: optimize initial value compute by Peter Zijlstra · 7 years ago
- 9f6e902 rhashtable: Still do rehash when we get EEXIST by Herbert Xu · 6 years ago
- aab8621 lib/int_sqrt: optimize small argument by Peter Zijlstra · 7 years ago
- d366f51 assoc_array: Fix shortcut creation by David Howells · 6 years ago
- 8d5b255 lib/test_kmod.c: potential double free in error handling by Dan Carpenter · 6 years ago
- 4a38ed7 seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
- ff420ff lib: fix build failure in CONFIG_DEBUG_VIRTUAL test by Christophe Leroy · 6 years ago
- 1f33700 raid6/ppc: Fix build for clang by Joel Stanley · 6 years ago
- 891e5a89 lib/rbtree-test: lower default params by Davidlohr Bueso · 7 years ago
- 225b113 debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
- f2a4f76 swiotlb: clean up reporting by Kees Cook · 6 years ago
- 58e0bc43 test_firmware: fix error return getting clobbered by Colin Ian King · 6 years ago
- af882cb kobject: Replace strncpy with memcpy by Guenter Roeck · 7 years ago
- 337f283 test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
- 397dbde lib/test_kmod.c: fix rmmod double free by Luis Chamberlain · 6 years ago
- 615a30e lib/raid6: Fix arm64 test build by Jeremy Linton · 6 years ago
- efcbe50 lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn by Arnd Bergmann · 6 years ago
- 5cf2ab0 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
- 7d768c8 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 7 years ago
- 1390c37 scsi: klist: Make it safe to use klists in atomic context by Bart Van Assche · 7 years ago
- 33dc9f7 rhashtable: add schedule points by Eric Dumazet · 6 years ago
- 8d015a3 debugobjects: Make stack check warning more informative by Joel Fernandes (Google) · 7 years ago
- cd71265 printk/nmi: Prevent deadlock when accessing the main log buffer in NMI by Petr Mladek · 7 years ago
- a348069 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 7 years ago
- cfb876d lib/rhashtable: consider param->min_size when setting initial table size by Davidlohr Bueso · 7 years ago
- ea0ac01 lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 7 years ago
- e2d9442 lib/test_kmod.c: fix limit check on number of test devices created by Luis R. Rodriguez · 7 years ago
- 0472f94 idr: fix invalid ptr dereference on item delete by Matthew Wilcox · 7 years ago
- 572e238 radix tree: fix multi-order iteration race by Ross Zwisler · 7 years ago
- f6c0f02 lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly by Matthew Wilcox · 7 years ago
- 0799a0e errseq: Always report a writeback error once by Matthew Wilcox · 7 years ago
- a5f4276 kobject: don't use WARN for registration failures by Dmitry Vyukov · 7 years ago
- 3e01c16 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 7 years ago
- a333a28 lib: fix stall in __bitmap_parselist() by Yury Norov · 7 years ago
- 07cf9d3 rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 7 years ago
- acdb498 mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 7 years ago