- 7c29fd8 lib/string.c: implement stpcpy by Nick Desaulniers · 4 years, 1 month ago
- 8e69ac0 test_kmod: avoid potential double free in trigger_config_run_type() by Tiezhu Yang · 4 years, 3 months ago
- 2661310 dyndbg: fix a BUG_ON in ddebug_describe_flags by Jim Cromie · 4 years, 4 months ago
- e6b7c5f random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 4 years, 3 months ago
- 29204c8 random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 4 months ago
- c1d9c69 lib/zlib: remove outdated and incorrect pre-increment optimization by Jann Horn · 4 years, 5 months ago
- 831900a lib/mpi: Fix 64-bit MIPS build with Clang by Nathan Chancellor · 4 years, 7 months ago
- e18590b lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen_user() by Christophe Leroy · 4 years, 10 months ago
- 216284c4 make 'user_access_begin()' do 'access_ok()' by Linus Torvalds · 6 years ago
- f5a8138 ubsan: build ubsan.c more conservatively by Arnd Bergmann · 5 years ago
- ce1cc0d x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 6 years ago
- ccc4433 lib: devres: add a helper function for ioremap_uc by Tuowen Zhao · 5 years ago
- 416d95e lib/mpi: Fix building for powerpc with clang by Nathan Chancellor · 4 years, 7 months ago
- 00dd1df lib/raid6: use vdupq_n_u8 to avoid endianness warnings by ndesaulniers@google.com · 6 years ago
- 9af535d uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 4 years, 9 months ago
- da3418a lib/stackdepot.c: fix global out-of-bounds in stack_slabs by Alexander Potapenko · 4 years, 9 months ago
- acaf628 lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 4 years, 9 months ago
- 359cc3b lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 4 years, 9 months ago
- d971189 Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" by Linus Torvalds · 5 years ago
- 0fea8f5 devres: allow const resource arguments by Arnd Bergmann · 5 years ago
- 0cec640 idr: Fix idr_get_next_ul race with idr_remove by Matthew Wilcox (Oracle) · 5 years ago
- 458f77a lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 5 years ago
- 6a471a2 lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
- 0321fe1 lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
- 28fb78c lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
- 8ef58b8 idr: Fix idr_alloc_u32 on 32-bit systems by Matthew Wilcox (Oracle) · 5 years ago
- 08751e4 lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf by Rasmus Villemoes · 6 years ago
- a16a366 idr: Fix idr_get_next race with idr_remove by Matthew Wilcox (Oracle) · 5 years ago
- ad28c2b crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
- 8e358a0 dump_stack: avoid the livelock of the dump_lock by Kevin Hao · 5 years ago
- 0cb5c7b lib: textsearch: fix escapes in example code by Randy Dunlap · 5 years ago
- 30ab799 kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K by Nicolas Boichat · 5 years ago
- c4616a9 lib: logic_pio: Add logic_pio_unregister_range() by John Garry · 5 years ago
- 7faef13 lib: logic_pio: Avoid possible overlap for unregistering regions by John Garry · 5 years ago
- b865c2c lib: logic_pio: Fix RCU usage by John Garry · 5 years ago
- 0ba69e9 test_firmware: fix a memory leak bug by Wenwen Wang · 5 years ago
- 93b8300 lib/test_string.c: avoid masking memset16/32/64 failures by Peter Rosin · 5 years ago
- 8e087a2 lib/test_overflow.c: avoid tainting the kernel and fix wrap size by Kees Cook · 5 years ago
- 677b2aa lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 5 years ago
- 0340c62 rslib: Fix handling of of caller provided syndrome by Ferdinand Blomqvist · 5 years ago
- 8ba93c5 rslib: Fix decoding of shortened codes by Ferdinand Blomqvist · 5 years ago
- ea38007 lib/mpi: Fix karactx leak in mpi_powm by Herbert Xu · 5 years ago
- 7fbcb7d test_firmware: Use correct snprintf() limit by Dan Carpenter · 5 years ago
- 0276ebf jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
- bc75207 kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice. by Tetsuo Handa · 6 years ago
- 189b396 mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 6 years ago
- ac7480a sbitmap: fix improper use of smp_mb__before_atomic() by Andrea Parri · 5 years ago
- f037116 x86/mm/mem_encrypt: Disable all instrumentation for early SME setup by Gary Hook · 6 years ago
- 627bb2d iov_iter: optimize page_copy_sane() by Eric Dumazet · 6 years ago
- 35d2c86 ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 6 years ago
- ce900dd lib/Kconfig.debug: fix build error without CONFIG_BLOCK by YueHaibing · 6 years ago
- a7e90c1 lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
- 3412671 lib/string.c: implement a basic bcmp by Nick Desaulniers · 6 years ago
- d93fe5e ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
- bc9d714 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
- cf86f7a rhashtable: Still do rehash when we get EEXIST by Herbert Xu · 6 years ago
- fac71ac assoc_array: Fix shortcut creation by David Howells · 6 years ago
- f1524fd lib/test_kmod.c: potential double free in error handling by Dan Carpenter · 6 years ago
- 81733c6 lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically by Bart Van Assche · 6 years ago
- 6201e8a seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
- 328f3de fix int_sqrt64() for very large numbers by Florian La Roche · 6 years ago
- 4f44e58 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test by Christophe Leroy · 6 years ago
- 439022e raid6/ppc: Fix build for clang by Joel Stanley · 6 years ago
- 53f1c27 debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
- 27b504a test_firmware: fix error return getting clobbered by Colin Ian King · 6 years ago
- f2d12a0 test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
- 91a5147 lib/test_kmod.c: fix rmmod double free by Luis Chamberlain · 6 years ago
- 365b1b1 lib/raid6: Fix arm64 test build by Jeremy Linton · 6 years ago
- b870394 lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn by Arnd Bergmann · 6 years ago
- 117d5fb locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
- c994b12 test_ida: Fix lockdep warning by Matthew Wilcox · 6 years ago
- a291ab2 Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtd by Greg Kroah-Hartman · 6 years ago
- f0fe77f lib/bch: fix possible stack overrun by Arnd Bergmann · 6 years ago
- 588b593 Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Greg Kroah-Hartman · 6 years ago
- 6216560 vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers by Steven Rostedt (VMware) · 6 years ago
- 242cdad lib/xz: Put CRC32_POLY_LE in xz_private.h by Joel Stanley · 6 years ago
- 4c5d114 lib/Kconfig.debug: fix three typos in help text by Thibaut Sautereau · 6 years ago
- 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 6 years ago
- 050cdc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- a99237a lib/fonts: convert comments to utf-8 by Arnd Bergmann · 6 years ago
- 2d22ecf lib/rhashtable: guarantee initial hashtable allocation by Davidlohr Bueso · 6 years ago
- 93f976b lib/rhashtable: simplify bucket_table_alloc() by Davidlohr Bueso · 6 years ago
- de9df39 lib/test_hexdump.c: fix failure on big endian cpu by Christophe Leroy · 6 years ago
- fd7338e lib/Kconfig: remove 'default n' for tests by Andy Shevchenko · 6 years ago
- feba04f lib: add crc64 calculation routines by Coly Li · 6 years ago
- b15f5f1 lib/test_debug_virtual.c: make struct pointer foo static by Colin Ian King · 6 years ago
- ccf7a6d lib/bitmap.c: drop unnecessary 0 check for u32 array operations by Andy Shevchenko · 6 years ago
- 1df8951 ida: Change ida_get_new_above to return the id by Matthew Wilcox · 6 years ago
- b03f8e4 ida: Remove old API by Matthew Wilcox · 6 years ago
- f272668 test_ida: check_ida_destroy and check_ida_alloc by Matthew Wilcox · 6 years ago
- 5c78b0b test_ida: Convert check_ida_conv to new API by Matthew Wilcox · 6 years ago
- 161b47e test_ida: Move ida_check_max by Matthew Wilcox · 6 years ago
- 0a38563 test_ida: Move ida_check_leaf by Matthew Wilcox · 6 years ago
- 8ab8ba3 ida: Start new test_ida module by Matthew Wilcox · 6 years ago
- 5ade60d ida: Add new API by Matthew Wilcox · 7 years ago
- 50d97d5 ida: Lock the IDA in ida_destroy by Matthew Wilcox · 6 years ago
- 76f070b radix-tree: Fix UBSAN warning by Matthew Wilcox · 6 years ago
- ab08dcd rhashtable: remove duplicated include from rhashtable.c by Yue Haibing · 6 years ago