summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-0211-138/+354
|\
| * kunit: add unit test for filtering suites by namesDaniel Latypov2021-06-252-14/+152
| * kasan: test: make use of kunit_skip()Marco Elver2021-06-251-8/+4
| * kunit: test: Add example tests which are always skippedDavid Gow2021-06-251-0/+31
| * kunit: Support skipped testsDavid Gow2021-06-253-21/+77
| * lib/test: convert lib/test_list_sort.c to use KUnitDaniel Latypov2021-06-252-80/+54
| * kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov2021-06-251-10/+12
| * kunit: Add gnu_printf specifiersDavid Gow2021-06-241-3/+3
| * lib/cmdline_kunit: Remove a cast which are no-longer requiredDavid Gow2021-06-241-1/+1
| * kunit: Add 'kunit_shutdown' optionDavid Gow2021-06-121-0/+20
| * kunit: Fix result propagation for parameterised testsDavid Gow2021-06-111-4/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-0226-88/+450
|\ \
| * | lib/decompressors: remove set but not used variabled 'level'Yu Kuai2021-07-011-2/+1
| * | lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-011-0/+8
| * | lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana2021-07-011-1/+1
| * | kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko2021-07-012-2/+4
| * | lib/test_string.c: allow module removalMatteo Croce2021-07-011-0/+5
| * | lib: uninline simple_strtoull()Alexey Dobriyan2021-07-011-0/+1
| * | lib: memscan() fixletAlexey Dobriyan2021-07-011-1/+1
| * | lib/mpi: fix spelling mistakesZhen Lei2021-07-013-6/+6
| * | lib/decompressors: fix spelling mistakesZhen Lei2021-07-017-12/+12
| * | lib/math/rational: add Kunit test casesTrent Piepho2021-07-013-0/+69
| * | lib/math/rational.c: fix divide by zeroTrent Piepho2021-07-011-5/+11
| * | seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-19/+0
| * | lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2021-07-011-8/+133
| * | lib/test-string_helpers: get rid of trailing comma in terminatorsAndy Shevchenko2021-07-011-6/+6
| * | lib/test-string_helpers: print flags in hexadecimal formatAndy Shevchenko2021-07-011-2/+2
| * | lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2021-07-011-4/+15
| * | lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2021-07-011-4/+16
| * | lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2021-07-011-4/+17
| * | lib/string_helpers: drop indentation level in string_escape_mem()Andy Shevchenko2021-07-011-18/+18
| * | lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loopAndy Shevchenko2021-07-011-7/+10
| * | lib: decompress_bunzip2: remove an unneeded semicolonZhen Lei2021-07-011-1/+1
| * | mm: selftests for exclusive device memoryAlistair Popple2021-07-012-0/+127
| * | mm: rename migrate_pgmap_ownerAlistair Popple2021-07-011-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-309-24/+212
|\| |
| * | mm/page_alloc: convert per-cpu list protection to local_lockMel Gorman2021-06-291-0/+3
| * | kasan: add memory corruption identification support for hardware tag-based modeKuan-Ying Lee2021-06-291-1/+1
| * | kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFYKuan-Ying Lee2021-06-291-1/+1
| * | kasan: allow an architecture to disable inline instrumentationDaniel Axtens2021-06-291-0/+12
| * | kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()David Gow2021-06-291-6/+5
| * | printk: introduce dump_stack_lvl()Alexander Potapenko2021-06-291-7/+13
| * | lib/test_hmm: use vma_lookup() in dmirror_migrate()Liam Howlett2021-06-291-3/+2
| * | slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-1/+1
| * | mm/slub, kunit: add a KUnit test for SLUB debugging functionalityOliver Glitta2021-06-293-0/+165
| * | kunit: make test->lock irq safeVlastimil Babka2021-06-291-7/+11
* | | Merge tag 'timers-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-06-291-0/+12
|\ \ \
| * | | clocksource: Provide kernel module to test clocksource watchdogPaul E. McKenney2021-06-221-0/+12
* | | | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-06-298-79/+843
|\ \ \ \
| * \ \ \ Merge branch 'printk-rework' into for-linusPetr Mladek2021-06-291-36/+2
| |\ \ \ \