summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-04-254-27/+130
|\
| * selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Frederic Weisbecker2023-04-183-8/+47
| * selftests/proc: Remove idle time monotonicity assertionsFrederic Weisbecker2023-04-183-27/+14
| * selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov2023-04-161-0/+77
* | Merge tag 'core-entry-2023-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-253-1/+74
|\ \
| * | selftest, ptrace: Add selftest for syscall user dispatch config apiGregory Price2023-04-163-1/+74
* | | Merge tag 'x86_misc_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-252-12/+81
|\ \ \
| * | | tools/x86/kcpuid: Dump the CPUID function in detailed viewBorislav Petkov (AMD)2023-03-071-7/+25
| * | | tools/x86/kcpuid: Update AMD leaf Fn80000001Terry Bowman2023-03-071-3/+54
| * | | tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007Terry Bowman2023-03-071-2/+2
* | | | Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-04-241-1/+0
|\ \ \ \
| * | | | open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner2023-03-221-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'v6.4/kernel.clone3.tests' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-241-2/+2
|\ \ \ \
| * | | | selftests/clone3: fix number of tests in ksft_set_planTobias Klauser2023-04-061-2/+2
* | | | | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-242-2/+2
|\ \ \ \ \
| * | | | | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-302-2/+2
| | |_|/ / | |/| | |
* | | | | Merge tag 'linux-kselftest-kunit-6.4-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-04-2410-40/+68
|\ \ \ \ \
| * | | | | kunit: tool: Add support for SH under QEMUGeert Uytterhoeven2023-04-051-0/+17
| * | | | | kunit: tool: Add support for overriding the QEMU serial portGeert Uytterhoeven2023-04-052-1/+3
| * | | | | kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.pyDaniel Latypov2023-03-174-30/+31
| * | | | | kunit: tool: remove unused imports and variablesDaniel Latypov2023-03-175-5/+3
| * | | | | kunit: tool: add subscripts for type annotations where appropriateDaniel Latypov2023-03-173-5/+5
| * | | | | kunit: tool: Add support for m68k under QEMUGeert Uytterhoeven2023-03-061-0/+10
| |/ / / /
* | | | | Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-04-2424-204/+306
|\ \ \ \ \
| * | | | | selftests/resctrl: Fix incorrect error return on test completeReinette Chatre2023-04-141-1/+1
| * | | | | selftests/resctrl: Remove duplicate codes that clear each test result fileShaopeng Tan2023-04-134-16/+9
| * | | | | selftests/resctrl: Commonize the signal handler register/unregister for all t...Shaopeng Tan2023-04-134-33/+58
| * | | | | selftests/resctrl: Cleanup properly when an error occurs in CAT testShaopeng Tan2023-04-131-11/+8
| * | | | | selftests/resctrl: Flush stdout file buffer before executing fork()Shaopeng Tan2023-04-133-0/+3
| * | | | | selftests/resctrl: Return MBA check result and make it to output messageShaopeng Tan2023-04-131-8/+8
| * | | | | selftests/resctrl: Fix set up schemata with 100% allocation on first run in M...Shaopeng Tan2023-04-132-7/+10
| * | | | | selftests/resctrl: Use correct exit code when tests failPeter Newman2023-04-131-5/+5
| * | | | | kselftest/arm64: Convert za-fork to use kselftest.hMark Brown2023-04-112-73/+17
| * | | | | kselftest: Support nolibcMark Brown2023-04-111-0/+2
| * | | | | tools/nolibc/stdio: Implement vprintf()Mark Brown2023-04-111-0/+6
| * | | | | selftests/resctrl: Correct get_llc_perf() param in function commentIlpo Järvinen2023-04-101-1/+1
| * | | | | selftests/resctrl: Use remount_resctrlfs() consistently with booleanIlpo Järvinen2023-04-105-8/+7
| * | | | | selftests/resctrl: Change name from CBM_MASK_PATH to INFO_PATHFenghua Yu2023-04-102-2/+2
| * | | | | selftests/resctrl: Change initialize_llc_perf() return type to voidIlpo Järvinen2023-04-101-8/+3
| * | | | | selftests/resctrl: Replace obsolete memalign() with posix_memalign()Ilpo Järvinen2023-04-101-3/+4
| * | | | | selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen2023-04-101-1/+6
| * | | | | selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-04-107-6/+12
| * | | | | selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen2023-04-101-13/+6
| * | | | | selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen2023-04-101-0/+2
| * | | | | selftests: prctl: Add new prctl test for PR_SET_VMA actionIvan Orlov2023-03-285-1/+108
| * | | | | selftests: sched: Add more core schedule prctl callsIvan Orlov2023-03-281-0/+6
| * | | | | selftests: cgroup: Add 'malloc' failures checks in test_memcontrolIvan Orlov2023-03-281-0/+15
| * | | | | selftests: Refactor 'peeksiginfo' ptrace test partIvan Orlov2023-03-281-7/+7
| * | | | | kselftest: amd-pstate: Fix spelling mistakesSukrut Bellary2023-03-062-4/+4
| |/ / / /
* | | | | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-247-14/+104
|\ \ \ \ \