summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* test_firmware: fix a memory leak bugWenwen Wang2019-08-161-1/+4
* lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin2019-08-061-3/+3
* lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook2019-08-061-5/+6
* lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-261-4/+5
* rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist2019-07-261-2/+12
* rslib: Fix decoding of shortened codesFerdinand Blomqvist2019-07-261-2/+2
* lib/mpi: Fix karactx leak in mpi_powmHerbert Xu2019-07-101-4/+2Star
* test_firmware: Use correct snprintf() limitDan Carpenter2019-06-111-7/+7
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-041-1/+1
* kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa2019-05-311-4/+7
* mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-05-312-4/+5
* sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri2019-05-311-1/+1
* x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-05-251-0/+11
* iov_iter: optimize page_copy_sane()Eric Dumazet2019-05-221-2/+15
* ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin2019-05-101-26/+23Star
* lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing2019-05-021-0/+1
* lib/div64.c: off by one in shiftStanislaw Gruszka2019-04-201-2/+2
* lib/string.c: implement a basic bcmpNick Desaulniers2019-04-171-0/+20
* ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-04-051-1/+1
* kprobes: Prohibit probing on bsearch()Andrea Righi2019-04-051-0/+2
* rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-04-031-2/+6
* assoc_array: Fix shortcut creationDavid Howells2019-03-231-3/+5
* lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-03-131-1/+1
* lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche2019-02-121-8/+15
* seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman2019-02-121-1/+5
* fix int_sqrt64() for very large numbersFlorian La Roche2019-01-221-1/+1
* lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy2019-01-131-0/+1
* raid6/ppc: Fix build for clangJoel Stanley2019-01-131-0/+15
* debugobjects: avoid recursive calls with kmemleakQian Cai2018-12-171-3/+2Star
* test_firmware: fix error return getting clobberedColin Ian King2018-12-131-0/+1
* test_hexdump: use memcpy instead of strncpyLinus Torvalds2018-12-081-1/+1
* lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-12-051-1/+0Star
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-271-2/+2
* lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-211-2/+1Star
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-131-1/+1
* test_ida: Fix lockdep warningMatthew Wilcox2018-10-151-2/+2
* Merge tag 'mtd/fixes-for-4.19-rc8' of git://git.infradead.org/linux-mtdGreg Kroah-Hartman2018-10-122-5/+13
|\
| * lib/bch: fix possible stack overrunArnd Bergmann2018-10-122-5/+13
* | Merge tag 'trace-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-10-101-1/+1
|\ \ | |/ |/|
| * vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)2018-10-051-1/+1
* | lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2018-10-022-1/+4
|/
* lib/Kconfig.debug: fix three typos in help textThibaut Sautereau2018-09-051-2/+2
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-021-1/+0Star
|\
| * notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+0Star
|\ \ | |/ |/|
| * rhashtable: remove duplicated include from rhashtable.cYue Haibing2018-08-211-1/+0Star
* | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-109/+238
|\ \
| * | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12Star
| * | ida: Remove old APIMatthew Wilcox2018-08-222-50/+7Star
| * | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-0/+54