summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ubsan: remove overflow checksAndrey Ryabinin2021-02-263-134/+0
* lib/cmdline: remove an unneeded local variable in next_arg()Masahiro Yamada2021-02-261-4/+3
* lib: stackdepot: fix ignoring return value warningVijayanand Jitta2021-02-261-2/+4
* lib: stackdepot: add support to disable stack depotVijayanand Jitta2021-02-261-4/+28
* lib: stackdepot: add support to configure STACK_HASH_SIZEYogesh Lal2021-02-262-2/+10
* lib/genalloc.c: change return type to unsigned long for bitmap_set_llHuang Shijie2021-02-261-1/+2
* kasan, mm: fail krealloc on freed objectsAndrey Konovalov2021-02-261-0/+20
* kasan: rework krealloc testsAndrey Konovalov2021-02-261-10/+81
* kfence: add test suiteMarco Elver2021-02-261-0/+13
* kfence, Documentation: add KFENCE documentationMarco Elver2021-02-261-0/+2
* kfence, kasan: make KFENCE compatible with KASANAlexander Potapenko2021-02-261-1/+1
* mm: add Kernel Electric-Fence infrastructureAlexander Potapenko2021-02-262-0/+68
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-6/+43
|\
| * Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers2021-02-161-0/+18
| * Kbuild: make DWARF version a choiceNick Desaulniers2021-02-161-5/+25
| * kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4Masahiro Yamada2021-02-121-1/+0
* | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-251-0/+3
|\ \
| * | PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-02-171-0/+3
* | | kasan: don't run tests when KASAN is not enabledAndrey Konovalov2021-02-241-0/+5
* | | kasan: add a test for kmem_cache_alloc/free_bulkAndrey Konovalov2021-02-241-5/+33
* | | kasan: add proper page allocator testsAndrey Konovalov2021-02-241-5/+46
* | | kasan: fix bug detection via ksize for HW_TAGS modeAndrey Konovalov2021-02-241-0/+20
* | | kasan: fix memory corruption in kasan_bitops_tags testAndrey Konovalov2021-02-241-5/+5
* | | kasan: adapt kmalloc_uaf2 test to HW_TAGS modeAndrey Konovalov2021-02-241-0/+11
* | | kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAILAndrey Konovalov2021-02-241-5/+12
* | | kasan: rename CONFIG_TEST_KASAN_MODULEAndrey Konovalov2021-02-242-2/+2
* | | kasan, arm64: allow using KUnit tests with HW_TAGS modeAndrey Konovalov2021-02-242-15/+31
* | | kasan: add match-all tag testsAndrey Konovalov2021-02-241-0/+92
* | | kasan: add macros to simplify checking test constraintsAndrey Konovalov2021-02-241-70/+31
* | | kasan: clean up comments in testsAndrey Konovalov2021-02-242-25/+39
* | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-3/+0
|\ \ \
| * | | module: mark module_mutex staticChristoph Hellwig2021-02-081-3/+0
* | | | Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-221-11/+33
|\ \ \ \
| * | | | parser: Fix kernel-doc markupsBingJing Chang2021-02-031-11/+11
| * | | | parser: add unsigned int parserBingJing Chang2021-02-031-0/+22
* | | | | Merge tag 'printk-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-223-6/+45
|\ \ \ \ \
| * | | | | lib/vsprintf: no_hash_pointers prints all addresses as unhashedTimur Tabi2021-02-152-2/+42
| * | | | | lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi2021-02-152-4/+3
| |/ / / /
* | | | | Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-02-223-15/+118
|\ \ \ \ \
| * | | | | kunit: add kunit.filter_glob cmdline option to filter suitesDaniel Latypov2021-02-082-9/+85
| * | | | | kunit: don't show `1 == 1` in failed assertion messagesDaniel Latypov2021-02-081-6/+33
| | |_|_|/ | |/| | |
* | | | | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-1/+1
|\ \ \ \ \
| * | | | | lib/crc7: fix a kernel-doc markupMauro Carvalho Chehab2021-01-211-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'gpio-updates-for-v5.12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-222-4/+73
|\ \ \ \ \
| * | | | | lib/cmdline: Allow get_options() to take 0 to validate the inputAndy Shevchenko2021-02-152-4/+21
| * | | | | lib/cmdline: Update documentation to reflect behaviourAndy Shevchenko2021-02-151-1/+6
| * | | | | lib/cmdline_kunit: add a new test case for get_options()Andy Shevchenko2021-02-151-0/+47
* | | | | | Merge tag 'regulator-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'regulator/for-5.12' into regulator-nextMark Brown2021-02-121-4/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Merge v5.11-rc3Mark Brown2021-01-139-45/+28
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |