aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-09-12test_firmware: Use correct snprintf() limitDan Carpenter
2019-08-17kobject: Don't trigger kobject_uevent(KOBJ_REMOVE) twice.Tetsuo Handa
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-05-30iov_iter: optimize page_copy_sane()Eric Dumazet
2019-05-30ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin
2019-05-15lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing
2019-05-05lib/div64.c: off by one in shiftStanislaw Gruszka
2019-05-05lib/string.c: implement a basic bcmpNick Desaulniers
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-07rhashtable: Still do rehash when we get EEXISTHerbert Xu
2019-03-26assoc_array: Fix shortcut creationDavid Howells
2019-03-20lib/test_kmod.c: potential double free in error handlingDan Carpenter
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-05fix int_sqrt64() for very large numbersFlorian La Roche
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-15test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-12-15lib/test_kmod.c: fix rmmod double freeLuis Chamberlain
2018-12-04lib/raid6: Fix arm64 test buildJeremy Linton
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-10-18vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)
2018-10-03scsi: klist: Make it safe to use klists in atomic contextBart Van Assche
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
2018-09-05lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche
2018-09-05printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-08-10lib/ubsan: remove null-pointer checksAndrey Ryabinin
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-07-18lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso
2018-07-16lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_flushcache()Dan Williams
2018-07-16lib/iov_iter: Document _copy_to_iter_mcsafe()Dan Williams
2018-07-09rhashtable: add restart routine in rhashtable_free_and_destroy()Taehee Yoo
2018-07-03lib: rhashtable: Correct self-assignment in rhashtable.cRishabh Bhatnagar
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-29sg: remove ->sg_magic memberJens Axboe
2018-06-28test_bpf: flag tests that cannot be jited on s390Kleber Sacilotto de Souza
2018-06-28Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-06-28kasan: depend on CONFIG_SLUB_DEBUGJason A. Donenfeld
2018-06-28lib/percpu_ida.c: don't do alloc from per-CPU list if there is noneSebastian Andrzej Siewior