summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | lib/linear_ranges: fix repeated words & one typoRandy Dunlap2020-12-281-4/+4
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-212-40/+13
|\ \ \ \ \ \ \
| * | | | | | | crypto: lib/chacha20poly1305 - define empty module exit functionJason A. Donenfeld2021-01-221-0/+5
| * | | | | | | crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2021-01-031-40/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'media/v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-02-211-3/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab2021-02-0111-46/+30
| |\ \ \ \ \ \ \
| * | | | | | | | media: lib/test_printf.c: Use helper function to unwind array of software_nodesDaniel Scally2021-01-261-3/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-19/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | rbtree, timerqueue: Use rb_add_cached()Peter Zijlstra2021-02-171-19/+9
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-213-5/+340
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-02-121-3/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | random32: Re-enable KCSAN instrumentationMarco Elver2021-01-041-3/+0
| | | |/ / / / / / | | |/| | | | | |