summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-03-231-16/+8
|\
| * kunit: tool: drop mostly unused KunitResult.result fieldDaniel Latypov2022-01-311-16/+8
* | Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-03-2318-23/+140
|\ \
| * | selftests: Fix build when $(O) points to a relative pathMuhammad Usama Anjum2022-03-031-1/+4
| * | selftests: netfilter: fix a build error on openSUSEGeliang Tang2022-03-031-0/+1
| * | selftests: kvm: add generated file to the .gitignoreMuhammad Usama Anjum2022-03-031-0/+1
| * | selftests/exec: add generated files to .gitignoreMuhammad Usama Anjum2022-03-031-0/+2
| * | selftests: add kselftest_install to .gitignoreMuhammad Usama Anjum2022-03-031-0/+1
| * | selftests/rtc: continuously read RTC in a loop for 30sMateusz Jończyk2022-02-262-1/+67
| * | selftests/lkdtm: Add UBSAN configMuhammad Usama Anjum2022-02-241-0/+1
| * | selftests/lkdtm: Remove dead config optionMuhammad Usama Anjum2022-02-241-1/+0
| * | selftests/exec: Rename file binfmt_script to binfmt_script.pyMuhammad Usama Anjum2022-02-242-1/+1
| * | selftests: Use -isystem instead of -I to include headersMuhammad Usama Anjum2022-02-241-2/+2
| * | selftests: vm: remove dependecy from internal kernel macrosMuhammad Usama Anjum2022-02-241-0/+3
| * | selftests: vm: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: mptcp: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: net: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: landlock: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: kvm: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: futex: Add the uapi headers include variableMuhammad Usama Anjum2022-02-241-3/+2
| * | selftests: Correct the headers install pathMuhammad Usama Anjum2022-02-241-1/+1
| * | selftests: Add and export a kernel uapi headers pathMuhammad Usama Anjum2022-02-241-0/+4
| * | selftests: set the BUILD variable to absolute pathMuhammad Usama Anjum2022-02-241-9/+17
| * | selftests: futex: set DEFAULT_INSTALL_HDR_PATHMuhammad Usama Anjum2022-02-241-0/+1
| * | selftests/kselftest/runner.sh: Pass optional command parameters in environmentCristian Marussi2022-02-241-1/+29
* | | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-03-235-0/+760
|\ \ \
| * | | user_events: Add self-test for validator boundariesBeau Belgrave2022-02-111-0/+65
| * | | user_events: Add self-test for perf_event integrationBeau Belgrave2022-02-112-1/+169
| * | | user_events: Add self-test for dynamic_events integrationBeau Belgrave2022-02-112-1/+131
| * | | user_events: Add self-test for ftrace integrationBeau Belgrave2022-02-113-0/+397
* | | | Merge tag 'trace-rtla-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-2310-28/+862
|\ \ \ \
| * | | | rtla: Tools main loop cleanupDaniel Bristot de Oliveira2022-03-154-5/+5
| * | | | rtla/timerlat: Add --dma-latency optionDaniel Bristot de Oliveira2022-03-154-4/+86
| * | | | rtla/osnoise: Fix osnoise hist stop tracing messageDaniel Bristot de Oliveira2022-03-151-1/+1
| * | | | rtla: Check for trace off also in the trace instanceDaniel Bristot de Oliveira2022-03-156-8/+28
| * | | | rtla/trace: Save event histogram output to a fileDaniel Bristot de Oliveira2022-03-151-0/+53
| * | | | rtla: Add --filter supportDaniel Bristot de Oliveira2022-03-154-10/+66
| * | | | rtla/trace: Add trace event filter helpersDaniel Bristot de Oliveira2022-03-152-0/+86
| * | | | rtla: Add --trigger supportDaniel Bristot de Oliveira2022-03-154-10/+62
| * | | | rtla/trace: Add trace event trigger helpersDaniel Bristot de Oliveira2022-03-152-1/+91
| * | | | rtla: Add -e/--event supportDaniel Bristot de Oliveira2022-03-154-11/+110
| * | | | rtla/trace: Add trace events helpersDaniel Bristot de Oliveira2022-03-152-0/+119
| * | | | rtla/timerlat: Add the automatic trace optionDaniel Bristot de Oliveira2022-03-152-7/+39
| * | | | rtla/osnoise: Add the automatic trace optionDaniel Bristot de Oliveira2022-03-152-6/+32
| * | | | rtla/osnoise: Add an option to set the thresholdDaniel Bristot de Oliveira2022-03-152-7/+35
| * | | | rtla/osnoise: Add support to adjust the tracing_threshDaniel Bristot de Oliveira2022-03-152-0/+91
* | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-231-11/+24
|\ \ \ \ \
| * | | | | selftests/vm/transhuge-stress: Support file-backed PMD foliosMatthew Wilcox (Oracle)2022-03-211-11/+24
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2311-10/+562
|\ \ \ \ \ \
| * | | | | | selftests/damon: add a test for DAMON sysfs interfaceSeongJae Park2022-03-222-0/+307