aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-09-15Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-09-12test_firmware: Use correct snprintf() limitDan Carpenter
2019-08-27Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-08-17kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa
2019-08-07Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-08-02mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra
2019-08-02sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri
2019-08-02x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook
2019-06-03Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-05-30iov_iter: optimize page_copy_sane()Eric Dumazet
2019-05-30ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin
2019-05-21Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-05-15lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing
2019-05-06Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-05-05lib/div64.c: off by one in shiftStanislaw Gruszka
2019-05-05lib/string.c: implement a basic bcmpNick Desaulniers
2019-04-16Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-04-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor
2019-04-12kprobes: Prohibit probing on bsearch()Andrea Righi
2019-04-09Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-04-07rhashtable: Still do rehash when we get EEXISTHerbert Xu
2019-03-28Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-03-26assoc_array: Fix shortcut creationDavid Howells
2019-03-21Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-03-20lib/test_kmod.c: potential double free in error handlingDan Carpenter
2019-03-07Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-03-01lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamicallyBart Van Assche
2019-03-01seq_buf: Make seq_buf_puts() null-terminate the bufferMichael Ellerman
2019-02-05Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-02-05fix int_sqrt64() for very large numbersFlorian La Roche
2019-01-21Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2019-01-14lib: fix build failure in CONFIG_DEBUG_VIRTUAL testChristophe Leroy
2019-01-14raid6/ppc: Fix build for clangJoel Stanley
2018-12-30debugobjects: avoid recursive calls with kmemleakQian Cai
2018-12-30test_firmware: fix error return getting clobberedColin Ian King
2018-12-20Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-12-15test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-12-15lib/test_kmod.c: fix rmmod double freeLuis Chamberlain
2018-12-12Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-12-04lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-11-21lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-06Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-10-18vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)
2018-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-10-03scsi: klist: Make it safe to use klists in atomic contextBart Van Assche
2018-09-21Merge branch 'v4.18/standard/base' into v4.18/standard/tiny/arm-versatile-926ejsBruce Ashfield
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)