summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2022-02-0810-207/+579
|\
| * Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-02-082-23/+0
| * kallsyms: print module name in %ps/S case when KALLSYMS is disabledManinder Singh2022-02-081-2/+3
| * lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-02-081-2/+6
| * Kconfig.debug: make DEBUG_INFO always default=nKees Cook2022-02-081-7/+6
| * Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-02-081-65/+75
| * fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa2022-02-081-0/+6
| * lib: add support for device coherent type in test_hmmAlex Sierra2022-02-082-70/+205
| * lib: test_hmm add module param for zone device typeAlex Sierra2022-02-082-21/+53
| * lib: test_hmm add ioctl to get zone device typeAlex Sierra2022-02-082-2/+29
| * mm: discard __GFP_ATOMICNeilBrown2022-02-081-4/+4
| * lib/vsprintf: avoid redundant work with 0 sizeWaiman Long2022-02-081-3/+5
| * similar to "kasan: test: fix compatibility with FORTIFY_SOURCE"Stephen Rothwell2022-02-081-0/+2
| * kasan: improve vmalloc testsAndrey Konovalov2022-02-081-6/+183
| * kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov2022-02-081-10/+10
* | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-02-083-0/+165
|\ \
| * | Kbuild: add Rust supportMiguel Ojeda2022-01-171-0/+144
| * | vsprintf: add new `%pA` format specifierGary Guo2022-01-172-0/+21
* | | Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell2022-02-083-57/+100
|\ \ \
| * | | kunit: factor out str constants from binary assertion structsDaniel Latypov2022-01-311-19/+19
| * | | kunit: remove va_format from kunit_assertDaniel Latypov2022-01-312-16/+23
| * | | kunit: split out part of kunit_assert into a static constDaniel Latypov2022-01-252-10/+14
| * | | kunit: factor out kunit_base_assert_format() call into kunit_fail()Daniel Latypov2022-01-252-6/+1
| * | | kunit: move check if assertion passed into the macrosDaniel Latypov2022-01-251-9/+4
| * | | kunit: add example test case showing off all the expect macrosDaniel Latypov2022-01-251-0/+42
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell2022-02-085-9/+259
|\ \ \ \
| * | | | lib/crc32test: correct printed bytes countKevin Bracey2022-01-311-1/+1
| * | | | lib/crc32: Make crc32_be weak for arch overrideKevin Bracey2022-01-311-2/+3
| * | | | lib/crc32: remove unneeded castsKevin Bracey2022-01-311-6/+3
| * | | | crypto: sm3 - create SM3 stand-alone libraryTianjia Zhang2022-01-283-0/+252
| |/ / /
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell2022-02-081-2/+10
|\ \ \ \
| * | | | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor2022-02-021-1/+1
| * | | | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor2022-02-021-2/+2
| * | | | compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song2022-01-271-0/+8
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell2022-02-081-3/+16
|\ \ \ \ \
| * | | | | ref_tracker: remove filter_irq_stacks() callEric Dumazet2022-02-061-2/+0
| * | | | | ref_tracker: add a count of untracked referencesEric Dumazet2022-02-051-1/+11
| * | | | | ref_tracker: implement use-after-free detectionEric Dumazet2022-02-051-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-02-088-25/+161
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-next/overflow' into for-next/ksppKees Cook2022-02-031-24/+128
| |\ \ \ \ \
| | * | | | | overflow: Implement size_t saturating arithmetic helpersKees Cook2022-02-031-0/+98
| | * | | | | test_overflow: Regularize test reporting outputKees Cook2022-02-031-24/+30
| | |/ / / /
| * | | | | fortify: Detect struct member overflows in memset() at compile-timeKees Cook2022-02-031-0/+5
| * | | | | fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-032-0/+10
| * | | | | fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook2022-02-034-1/+18
| |/ / / /
* / / / / lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld2022-02-041-2/+2
|/ / / /
* | | | kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver2022-01-301-0/+5
* | | | blk-mq: Fix wrong wakeup batch configuration which will cause hangLaibin Qiu2022-01-271-2/+6
| |/ / |/| |
* | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-236-21/+87
|\ \ \
| * | | vsprintf: rework bitmap_list_stringYury Norov2022-01-151-17/+7