summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-12dump_stack: avoid the livelock of the dump_lockKevin Hao1-1/+6
2019-10-29lib: textsearch: fix escapes in example codeRandy Dunlap1-2/+2
2019-10-07kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat1-1/+1
2019-09-06lib: logic_pio: Add logic_pio_unregister_range()John Garry1-0/+14
2019-09-06lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry1-5/+5
2019-09-06lib: logic_pio: Fix RCU usageJohn Garry1-14/+35
2019-08-16test_firmware: fix a memory leak bugWenwen Wang1-1/+4
2019-08-06lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin1-3/+3
2019-08-06lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook1-5/+6
2019-07-26lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy1-4/+5
2019-07-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist1-2/+12
2019-07-26rslib: Fix decoding of shortened codesFerdinand Blomqvist1-2/+2
2019-07-10lib/mpi: Fix karactx leak in mpi_powmHerbert Xu1-4/+2
2019-06-11test_firmware: Use correct snprintf() limitDan Carpenter1-7/+7
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2019-05-31kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa1-4/+7
2019-05-31mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2-4/+5
2019-05-31sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+1
2019-05-25x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+11
2019-05-22iov_iter: optimize page_copy_sane()Eric Dumazet1-2/+15
2019-05-10ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin1-26/+23
2019-05-02lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-20lib/div64.c: off by one in shiftStanislaw Gruszka1-2/+2
2019-04-17lib/string.c: implement a basic bcmpNick Desaulniers1-0/+20
2019-04-05ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor1-1/+1
2019-04-05kprobes: Prohibit probing on bsearch()Andrea Righi1-0/+2
2019-04-03rhashtable: Still do rehash when we get EEXISTHerbert Xu1-2/+6
2019-03-23assoc_array: Fix shortcut creationDavid Howells1-3/+5
2019-03-14lib/test_kmod.c: potential double free in error handlingDan Carpenter1-1/+1
2019-02-12lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche1-8/+15
2019-02-12seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman1-1/+5
2019-01-22fix int_sqrt64() for very large numbersFlorian La Roche1-1/+1
2019-01-13lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy1-0/+1
2019-01-13raid6/ppc: Fix build for clangJoel Stanley1-0/+15
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai1-3/+2
2018-12-13test_firmware: fix error return getting clobberedColin Ian King1-0/+1
2018-12-08test_hexdump: use memcpy instead of strncpyLinus Torvalds1-1/+1
2018-12-05lib/test_kmod.c: fix rmmod double freeLuis Chamberlain1-1/+0
2018-11-27lib/raid6: Fix arm64 test buildJeremy Linton1-2/+2
2018-11-21lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long1-1/+1
2018-10-15test_ida: Fix lockdep warningMatthew Wilcox1-2/+2
2018-10-12Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2-5/+13
2018-10-12lib/bch: fix possible stack overrunArnd Bergmann2-5/+13
2018-10-10Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-1/+1
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)1-1/+1
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2-1/+4
2018-09-05lib/Kconfig.debug: fix three typos in help textThibaut Sautereau1-2/+2
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0