summaryrefslogtreecommitdiff
path: root/include/kunit
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2025-05-07clk: test: Forward-declare struct of_phandle_args in kunit/clk.hRichard Fitzgerald1-0/+1
2025-04-08kunit: Spelling s/slowm/slow/Geert Uytterhoeven1-1/+1
2025-02-19kunit: Clarify kunit_skip() argument nameKevin Brodsky1-10/+10
2025-01-22Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-1/+4
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii1-1/+3
2025-01-12kunit: platform: Resolve 'struct completion' warningBrian Norris1-0/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-3/+2
2024-11-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-4/+14
2024-11-20kunit: skb: add gfp to kernel doc for kunit_zalloc_skb()Dan Carpenter1-1/+2
2024-11-11kunit: skb: use "gfp" variable instead of hardcoding GFP_KERNELDan Carpenter1-1/+1
2024-10-10of: kunit: Extract some overlay boiler plate into macrosStephen Boyd1-4/+10
2024-10-10clk: test: Add test managed of_clk_add_hw_provider()Stephen Boyd1-0/+4
2024-09-24Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-0/+163
2024-09-17Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+1
2024-09-05kunit: Fix missing kerneldoc commentDavid Gow1-0/+1
2024-09-05kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNITMichal Wajdeczko1-0/+1
2024-08-26kunit: Device wrappers should also manage driver nameDavid Gow1-0/+48
2024-07-30clk: Add test managed clk provider/consumer APIsStephen Boyd1-0/+28
2024-07-30platform: Add test managed platform_device/driver APIsStephen Boyd1-0/+20
2024-07-30of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd1-0/+115
2024-07-12kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macrosEric Chan1-0/+54
2024-07-12kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan2-2/+13
2024-07-12kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertionEric Chan1-2/+2
2024-06-15kunit: test: Add vm_mmap() allocation resource managerKees Cook1-0/+17
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov1-0/+11
2024-05-06kunit: Print last test location on faultMickaël Salaün1-3/+21
2024-05-06kunit: Handle test faultsMickaël Salaün1-3/+0
2024-02-28kunit: Annotate _MSG assertion variants with gnu printf specifiersDavid Gow1-6/+6
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+75
2024-01-03kunit: Protect string comparisons against NULLRichard Fitzgerald1-1/+1
2024-01-03kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald1-1/+1
2024-01-03kunit: add a convenience allocation wrapper for SKBsBenjamin Berg1-0/+56
2024-01-03kunit: add parameter generation macro using description from arrayBenjamin Berg1-0/+19
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com1-0/+80
2023-12-18kunit: add is_init test attributeRae Moar1-0/+1
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar1-11/+19
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow1-0/+21
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald1-8/+6
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko1-0/+1
2023-08-13kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECTKemeng Shi1-3/+3
2023-08-08kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik1-0/+11
2023-08-08kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik1-0/+2
2023-08-08kunit: Report the count of test suites in a moduleJanusz Krzysztofik1-0/+8
2023-07-26kunit: Add ability to filter attributesRae Moar1-0/+31
2023-07-26kunit: Add module attributeRae Moar1-5/+8
2023-07-26kunit: Add speed attributeRae Moar1-1/+31
2023-07-26kunit: Add test attributes API structureRae Moar2-0/+52
2023-07-19kunit: test-bug.h: include `stddef.h` for `NULL`Miguel Ojeda1-0/+2