summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ \ \
| * | | | | | | | kfence: allow use of a deferrable timerMarco Elver2022-03-221-0/+12
| * | | | | | | | kunit: make kunit_test_timeout compatible with commentPeng Liu2022-03-221-1/+1
| * | | | | | | | kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-0/+1
| * | | | | | | | xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2022-03-221-5/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-214-409/+422
|\ \ \ \ \ \ \ \
| * | | | | | | | lib: stackinit: Convert to KUnitKees Cook2022-03-213-174/+121
| * | | | | | | | lib: overflow: Convert to KunitKees Cook2022-02-273-309/+263
| * | | | | | | | overflow: Provide constant expression struct_sizeKees Cook2022-02-161-9/+17
| * | | | | | | | overflow: Implement size_t saturating arithmetic helpersKees Cook2022-02-161-0/+98
| * | | | | | | | test_overflow: Regularize test reporting outputKees Cook2022-02-091-24/+30
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-3/+4
|\ \ \ \ \ \ \ \