summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-07-16test_objagg: Fix potential memory leak in error handlingAditya Pakki
2020-07-13lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn
2020-07-11lib/test_kasan: add bitops testsMarco Elver
2020-07-11lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor
2020-07-07vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He
2020-07-07lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman
2020-06-24lib/vsprintf: Reinstate printing of legacy clock IDsGeert Uytterhoeven
2020-06-08vsprintf: don't obfuscate NULL and error pointersIlya Dryomov
2020-06-04lib: devres: add a helper function for ioremap_ucTuowen Zhao
2020-06-04lib/mpi: Fix building for powerpc with clangNathan Chancellor
2020-06-04lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada
2020-06-01kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov
2020-06-01crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2020-06-01xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-06-01XArray: Fix xas_pause for large multi-index entriesMatthew Wilcox (Oracle)
2020-06-01uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov
2020-05-15lib/stackdepot.c: fix global out-of-bounds in stack_slabsAlexander Potapenko
2020-05-15lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor
2020-05-04lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more()Gustavo A. R. Silva
2020-04-16XArray: Fix xa_find_next for large multi-index entriesMatthew Wilcox (Oracle)
2020-04-16XArray: Fix xas_pause at ULONG_MAXMatthew Wilcox (Oracle)
2020-04-16lib: Reduce user_access_begin() boundaries in strncpy_from_user() and strnlen...Christophe Leroy
2020-04-16XArray: Fix xas_find returning too many entriesMatthew Wilcox (Oracle)
2020-04-16XArray: Fix xa_find_after with multi-index entriesMatthew Wilcox (Oracle)
2020-04-16XArray: Fix infinite loop with entry at ULONG_MAXMatthew Wilcox (Oracle)
2020-04-12bug: move WARN_ON() "cut here" into exception handlerKees Cook
2020-03-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery
2020-03-20lib/ubsan: don't serialize UBSAN reportJulien Grall
2020-02-24ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...Peter Zijlstra
2020-01-31lib: raid6: fix awk build warningsGreg Kroah-Hartman
2020-01-19idr: Fix idr_alloc_u32 on 32-bit systemsMatthew Wilcox (Oracle)
2020-01-19idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)
2020-01-19XArray: Fix xas_next() with a single entry at 0Matthew Wilcox (Oracle)
2019-12-29dump_stack: avoid the livelock of the dump_lockKevin Hao
2019-11-25lib: textsearch: fix escapes in example codeRandy Dunlap
2019-10-07kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat
2019-10-05lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman
2019-09-06lib: logic_pio: Add logic_pio_unregister_range()John Garry
2019-09-06lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry
2019-09-06lib: logic_pio: Fix RCU usageJohn Garry
2019-08-16test_firmware: fix a memory leak bugWenwen Wang
2019-08-06ubsan: build ubsan.c more conservativelyArnd Bergmann
2019-08-06mm/ioremap: check virtual address alignment while creating huge mappingsAnshuman Khandual
2019-08-06lib/test_string.c: avoid masking memset16/32/64 failuresPeter Rosin
2019-08-06lib/test_overflow.c: avoid tainting the kernel and fix wrap sizeKees Cook
2019-07-26lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy
2019-07-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist
2019-07-26rslib: Fix decoding of shortened codesFerdinand Blomqvist
2019-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-05devres: allow const resource argumentsArnd Bergmann