summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-101-1/+1
|\
| * lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-041-1/+1
* | Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-101-3/+3
|\ \
| * | Fonts: font_ter16x32: Update font with new upstream Terminus releaseAmanoel Dawod2021-01-071-3/+3
* | | Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2021-01-041-8/+0
|\ \ \ | |_|/ |/| |
| * | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada2020-12-021-8/+0
* | | zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap2020-12-294-19/+9
* | | lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich2020-12-291-2/+2
* | | lib/genalloc: fix the overflow when size is too bigHuang Shijie2020-12-291-12/+13
| |/ |/|
* | kasan: introduce CONFIG_KASAN_HW_TAGSAndrey Konovalov2020-12-221-17/+44
* | kasan: don't duplicate config dependenciesAndrey Konovalov2020-12-221-6/+2
* | kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov2020-12-222-2/+2
* | kasan: KASAN_VMALLOC depends on KASAN_GENERICAndrey Konovalov2020-12-221-1/+1
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-184-1/+33
|\ \
| * \ Add and use a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-114-1/+33
| |\ \
| | * | lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt2020-12-114-1/+33
* | | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-26/+18
|\ \ \ \
| * | | | sbitmap: simplify wrap checkPavel Begunkov2020-12-071-3/+5
| * | | | sbitmap: replace CAS with atomic andPavel Begunkov2020-12-071-5/+3
| * | | | sbitmap: remove swap_lockPavel Begunkov2020-12-071-11/+3
| * | | | sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov2020-12-071-12/+12
* | | | | Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2020-12-1619-77/+82
|\ \ \ \ \
| * | | | | lib: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-197-13/+18
| * | | | | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-1816-64/+64
| |/ / / /
* | | | | Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-12-161-13/+46
|\ \ \ \ \
| * | | | | kunit: Support for Parameterized TestingArpitha Raghunandan2020-12-021-13/+46
| | |_|_|/ | |/| | |
* | | | | lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan2020-12-151-1/+1
* | | | | fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze2020-12-151-0/+2
* | | | | lib/ubsan.c: mark type_check_kinds with static keywordZou Wei2020-12-151-1/+1
* | | | | ubsan: expand tests and reportingKees Cook2020-12-151-8/+66
* | | | | ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook2020-12-151-26/+56
* | | | | ubsan: enable for all*config buildsKees Cook2020-12-151-2/+1
* | | | | ubsan: disable UBSAN_TRAP for all*configKees Cook2020-12-151-0/+1
* | | | | ubsan: disable object-size sanitizer under GCCKees Cook2020-12-151-0/+3
* | | | | ubsan: move cc-option tests into KconfigKees Cook2020-12-151-3/+58
* | | | | ubsan: remove redundant -Wno-maybe-uninitializedKees Cook2020-12-151-4/+0
* | | | | lib/lz4: explicitly support in-place decompressionGao Xiang2020-12-152-1/+6
* | | | | lib: cleanup kstrto*() usageAlexey Dobriyan2020-12-152-22/+13
* | | | | lib/string: remove unnecessary #undefsNick Desaulniers2020-12-151-4/+0
* | | | | lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko2020-12-153-0/+112
* | | | | lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko2020-12-151-3/+9
* | | | | lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko2020-12-151-1/+7
* | | | | lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior2020-12-151-0/+16
* | | | | lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva2020-12-151-2/+2
* | | | | lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-12-151-1/+1
* | | | | lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva2020-12-151-3/+2
* | | | | lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven2020-12-151-0/+5
* | | | | kernel.h: split out mathematical helpersAndy Shevchenko2020-12-157-7/+16
* | | | | Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-12-151-0/+11
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki2020-12-151-0/+11
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | |