summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-134-9/+8
|\
| * selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing2022-11-181-2/+3
| * selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi2022-11-181-0/+2
| * tools/accounting/procacct: remove some unused variablesXiongfeng Wang2022-11-181-6/+1
| * proc: fixup uptime selftestAlexey Dobriyan2022-11-181-1/+2
* | Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1313-17/+1297
|\ \
| * | Documentation/rv: Add verification/rv man pagesDaniel Bristot de Oliveira2022-12-101-2/+24
| * | tools/rv: Add in-kernel monitor interfaceDaniel Bristot de Oliveira2022-12-103-0/+704
| * | rv: Add rv toolDaniel Bristot de Oliveira2022-12-108-0/+558
| * | rtla: Fix exit status when returning from calls to usage()John Kacur2022-12-103-17/+13
* | | Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-12-132-7/+33
|\ \ \
| * | | ktest.pl: Add shell commands to variablesSteven Rostedt (Google)2022-12-092-1/+16
| * | | kest.pl: Fix grub2 menu handling for rebootingSteven Rostedt2022-12-081-5/+15
| * | | ktest.pl minconfig: Unset configs instead of just removing themSteven Rostedt2022-12-081-1/+2
| |/ /
* | | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-135-143/+260
|\ \ \
| * | | kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov2022-12-123-15/+16
| * | | kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov2022-12-122-4/+21
| * | | kunit: tool: parse KTAP compliant test outputRae Moar2022-12-124-28/+80
| * | | kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov2022-12-121-16/+18
| * | | kunit: tool: tweak error message when no KTAP foundDaniel Latypov2022-12-122-3/+3
| * | | kunit: tool: remove redundant file.close() call in unit testDaniel Latypov2022-12-121-2/+0
| * | | kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov2022-12-121-55/+38
| * | | kunit: tool: make TestCounts a dataclassDaniel Latypov2022-12-122-20/+9
| * | | kunit: tool: print summary of failed tests if a few failed out of a lotDaniel Latypov2022-10-312-0/+69
| * | | kunit: tool: make unit test not print parsed testdata to stdoutDaniel Latypov2022-10-311-0/+6
* | | | Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-1333-100/+1327
|\ \ \ \
| * | | | selftests/ftrace: Use long for synthetic event probe testSteven Rostedt (Google)2022-12-021-1/+1
| * | | | selftests/tpm2: Split async tests call to separate shell script runnerNícolas F. R. A. Prado2022-11-303-2/+11
| * | | | selftests: splice_read: Fix sysfs read casesSuzuki K Poulose2022-11-301-2/+2
| * | | | selftests: ftrace: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-251-4/+4
| * | | | selftests: gpio: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-251-1/+1
| * | | | selftests: kselftest_deps: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-251-1/+1
| * | | | selftests/efivarfs: Add checking of the test return valueZhao Gongyi2022-11-221-0/+5
| * | | | selftests: rtc: skip when RTC is not presentAlexandre Belloni2022-11-151-1/+32
| * | | | selftests/ftrace: event_triggers: wait longer for test_event_enableYipeng Zou2022-11-141-4/+11
| * | | | selftests/vDSO: Add riscv getcpu & gettimeofday testGuo Ren2022-11-032-0/+7
| * | | | selftests: amd-pstate: Trigger gitsource benchmark and test cpusMeng Li2022-11-013-7/+381
| * | | | selftests: amd-pstate: Trigger tbench benchmark and test cpusMeng Li2022-11-013-11/+583
| * | | | selftests: amd-pstate: Split basic.sh into run.sh and basic.sh.Meng Li2022-11-013-42/+167
| * | | | selftests: amd-pstate: Rename amd-pstate-ut.sh to basic.sh.Meng Li2022-11-012-1/+1
| * | | | selftests/ftrace: Convert tracer tests to use 'requires' to specify program d...Naveen N. Rao2022-10-282-12/+2
| * | | | selftests/ftrace: Add check for ping command for trigger testsNaveen N. Rao2022-10-2810-10/+16
| * | | | selftests/watchdog: Fix spelling mistake "Temeprature" -> "Temperature"Colin Ian King2022-10-271-1/+1
| * | | | selftests/watchdog: add test for WDIOC_GETTEMPShuah Khan2022-10-261-1/+8
| * | | | selftests/watchdog: print watchdog_info option stringsShuah Khan2022-10-261-2/+1
| * | | | selftests/watchdog: add support for WDIOC_GETSTATUSShuah Khan2022-10-261-3/+41
| * | | | selftests/watchdog: change to print reset reason info.Shuah Khan2022-10-261-3/+55
| * | | | selftests: Use optional USERCFLAGS and USERLDFLAGSMickaël Salaün2022-10-201-0/+5
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-131-2/+0
|\ \ \ \ \
| * | | | | random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-181-2/+0