summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kasan: update function name in commentsPeter Collingbourne2022-03-241-3/+3
* kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov2022-03-241-17/+22
* kasan: improve vmalloc testsAndrey Konovalov2022-03-241-6/+188
* kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGSAndrey Konovalov2022-03-241-10/+10
* lib/vsprintf: avoid redundant work with 0 sizeWaiman Long2022-03-241-3/+5
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-245-105/+94
|\
| * Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-03-232-23/+0
| * ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2022-03-231-9/+1
| * lib: bitmap: fix many kernel-doc warningsRandy Dunlap2022-03-231-7/+17
| * lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-03-231-1/+2
| * Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-03-231-65/+74
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-245-15/+254
|\ \
| * | lib/sort: Add priv pointer to swap functionJiri Olsa2022-03-171-10/+30
| * | fprobe: Add a selftest for fprobeMasami Hiramatsu2022-03-173-0/+188
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-041-0/+10
| |\ \
| | * | bpf: Add config to allow loading modules with BTF mismatchesConnor O'Brien2022-02-281-0/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-2/+4
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+2
| |\ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-2/+2
| |\ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-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
| * | | | | 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 tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-5/+10
|\ \ \ \ \ \
| * | | | | | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-2/+2
| * | | | | | lib/test_lockup: fix kernel pointer check for separate address spacesArnd Bergmann2022-02-251-3/+8
| * | | | | | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-251-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-03-234-57/+161
|\ \ \ \ \ \
| * | | | | | list: test: Add a test for list_entry_is_head()David Gow2022-02-251-0/+21
| * | | | | | list: test: Add a test for list_is_head()David Gow2022-02-251-0/+19
| * | | | | | list: test: Add test for list_del_init_careful()David Gow2022-02-251-0/+21
| * | | | | | 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 tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-231-20/+29
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linusPetr Mladek2022-03-211-5/+8
| |\ \ \ \ \ \ \
| | * | | | | | | vsprintf: Move space out of string literals in fourcc_string()Andy Shevchenko2022-02-101-1/+2
| | * | | | | | | vsprintf: Fix potential unaligned accessAndy Shevchenko2022-02-101-5/+7
| * | | | | | | | vsprintf: Fix %pK with kptr_restrict == 0Christophe Leroy2022-02-241-15/+21
| |/ / / / / / /
* | | | | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2022-03-031-1/+0
| * | | | | | | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| * | | | | | | | mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-031-0/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-6/+19
|\ \ \ \ \ \ \ \