summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds5-109/+238
2018-08-24lib/fonts: convert comments to utf-8Arnd Bergmann4-512/+512
2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso1-5/+2
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy1-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko2-18/+0
2018-08-22lib: add crc64 calculation routinesColy Li5-0/+145
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King1-1/+1
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko1-8/+1
2018-08-22ida: Change ida_get_new_above to return the idMatthew Wilcox1-18/+12
2018-08-22ida: Remove old APIMatthew Wilcox2-50/+7
2018-08-22test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-0/+54
2018-08-22test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-0/+30
2018-08-22test_ida: Move ida_check_maxMatthew Wilcox1-0/+23
2018-08-22test_ida: Move ida_check_leafMatthew Wilcox1-0/+25
2018-08-22ida: Start new test_ida moduleMatthew Wilcox3-0/+49
2018-08-22ida: Add new APIMatthew Wilcox1-39/+31
2018-08-22ida: Lock the IDA in ida_destroyMatthew Wilcox1-6/+11
2018-08-22radix-tree: Fix UBSAN warningMatthew Wilcox1-1/+1
2018-08-21rhashtable: remove duplicated include from rhashtable.cYue Haibing1-1/+0
2018-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+7