summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kunit: take `kunit_assert` as `const`Miguel Ojeda2022-05-162-3/+3
* kunit: tool: misc cleanupsDaniel Latypov2022-05-167-46/+39
* kunit: tool: minor cosmetic cleanups in kunit_parser.pyDaniel Latypov2022-05-161-54/+17
* kunit: tool: make parser stop overwriting status of suites w/ no_testsDaniel Latypov2022-05-162-3/+6
* kunit: tool: remove dead parse_crash_in_log() logicDaniel Latypov2022-05-163-104/+4
* kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov2022-05-122-3/+4
* kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov2022-05-1210-20/+22
* kunit: tool: update test counts summary line formatDaniel Latypov2022-05-121-5/+5
* kunit: bail out of test filtering logic quicker if OOMDaniel Latypov2022-05-122-6/+25
* lib/Kconfig.debug: change KUnit tests to default to KUNIT_ALL_TESTSDaniel Latypov2022-05-121-5/+10
* kunit: Rework kunit_resource allocation policyDavid Gow2022-05-122-84/+122
* kunit: fix debugfs code to use enum kunit_status, not boolDaniel Latypov2022-05-021-1/+1
* kfence: test: use new suite_{init/exit} support, add .kunitconfigDaniel Latypov2022-05-022-18/+19
* kunit: add ability to specify suite-level init and exit functionsDaniel Latypov2022-05-024-8/+47
* kunit: rename print_subtest_{start,end} for clarity (s/subtest/suite)Daniel Latypov2022-05-021-4/+4
* kunit: add support for kunit_suites that reference init codeBrendan Higgins2022-04-271-0/+28
* kunit: Make kunit_remove_resource() idempotentDavid Gow2022-04-052-2/+41
* list: test: Test the hlist structureDavid Gow2022-04-051-1/+396
* Documentation: kunit: update kconfig options needed for UML coverageDaniel Latypov2022-04-051-1/+2
* kunit: split resource API impl from test.c into new resource.cDaniel Latypov2022-04-053-115/+127
* kunit: split resource API from test.h into new resource.hDaniel Latypov2022-04-054-299/+340
* kunit: tool: more descriptive metavars/--help outputDaniel Latypov2022-04-052-14/+17
* kunit: tool: Do not colorize output when redirectedKees Cook2022-04-041-0/+7
* kunit: tool: properly report the used arch for --json, or '' if not knownDaniel Latypov2022-04-043-3/+5
* kunit: tool: refactor how we plumb metadata into JSONDaniel Latypov2022-04-043-21/+33
* kunit: tool: readability tweaks in KernelCI json generation logicDaniel Latypov2022-04-041-10/+10
* apparmor: test: Use NULL macrosRicardo Ribalda2022-04-041-3/+3
* mctp: test: Use NULL macrosRicardo Ribalda2022-04-041-2/+2
* kasan: test: Use NULL macrosRicardo Ribalda2022-04-041-1/+1
* thunderbolt: test: use NULL macrosRicardo Ribalda2022-04-041-67/+67
* kunit: use NULL macrosRicardo Ribalda2022-04-042-1/+3
* kunit: Introduce _NULL and _NOT_NULL macrosRicardo Ribalda2022-04-041-0/+84
* kunit: tool: simplify code since build_dir can't be NoneDaniel Latypov2022-04-043-37/+24
* kunit: tool: drop last uses of collections.namedtupleDaniel Latypov2022-04-042-11/+15
* kunit: tool: drop unused KernelDirectoryPath varDaniel Latypov2022-04-041-2/+0
* kunit: tool: make --json handling a bit clearerDaniel Latypov2022-04-043-16/+11
* Linux 5.18-rc1v5.18-rc1Linus Torvalds2022-04-031-2/+2
* Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-04-0315-167/+44
|\
| * tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2022-04-022-0/+5
| * ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2022-04-022-15/+18
| * tracing: Set user_events to BROKENSteven Rostedt (Google)2022-04-021-0/+1
| * tracing/user_events: Remove eBPF interfacesBeau Belgrave2022-04-023-136/+4
| * tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave2022-04-021-2/+6
| * proc: bootconfig: Add null pointer checkLv Ruyi2022-04-021-0/+2
| * tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)2022-04-029-14/+14
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-04-032-136/+14
|\ \
| * | Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2022-04-032-136/+14
* | | Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-036-187/+200
|\ \ \
| * | | x86/fpu/xstate: Consolidate size calculationsThomas Gleixner2022-03-301-41/+8
| * | | x86/fpu/xstate: Handle supervisor states in XSTATE permissionsThomas Gleixner2022-03-301-0/+3