summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-08-21test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-21lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang1-2/+2
2020-08-21devres: keep both device name and resource name in pretty nameVladimir Oltean1-1/+10
2020-08-19kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus1-10/+23
2020-08-19dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-08-19crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu1-12/+42
2020-08-11rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-19/+16
2020-08-07random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-08-07random32: update the net random state on interrupt and activityWilly Tarreau1-1/+1
2020-06-30test_objagg: Fix potential memory leak in error handlingAditya Pakki1-2/+2
2020-06-24lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn1-56/+35
2020-06-22software node: implement software_node_unregister()Greg Kroah-Hartman1-1/+3
2020-06-22kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-22lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor1-1/+1
2020-06-22ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-06-18lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner1-0/+11
2020-06-17lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev1-2/+7
2020-06-17lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2-1/+25
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+12
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann1-0/+12
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook1-9/+6
2020-04-30Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2020-04-24lib/mpi: Fix building for powerpc with clangNathan Chancellor1-17/+17
2020-04-23kunit: Add missing newline in summary messageMarco Elver1-1/+1
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds5-30/+3
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+2
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-19/+0
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada3-10/+2
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada1-3/+3
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang1-1/+1
2020-04-07ubsan: include bug type in report headerKees Cook1-21/+15
2020-04-07ubsan: check panic_on_warnKees Cook1-0/+11
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook1-5/+24
2020-04-07ubsan: add trap instrumentation optionKees Cook2-4/+20
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-04-07lib/test_kmod.c: remove a NULL testDan Carpenter1-1/+1
2020-04-07lib/rbtree: fix coding style of assignmentschenqiwu1-2/+2
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko1-0/+2
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko1-0/+24
2020-04-07lib/stackdepot.c: build with -fno-builtinAlexander Potapenko1-0/+4
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko1-2/+13
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2-10/+19
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven1-1/+1
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1