| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | selftests/bpf: Convert legacy prog load APIs to bpf_prog_load() | Andrii Nakryiko | 2021-11-07 | 10 | -112/+99 | |
| | | * | | | | | | | | | | | | | | | selftests/bpf: Fix non-strict SEC() program sections | Andrii Nakryiko | 2021-11-07 | 7 | -7/+7 | |
| | | * | | | | | | | | | | | | | | | libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load() | Andrii Nakryiko | 2021-11-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2022-01-10 | 8 | -184/+459 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | kunit: tool: Default --jobs to number of CPUs | David Gow | 2021-12-15 | 2 | -3/+7 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: fix newly introduced typechecker errors | Daniel Latypov | 2021-12-15 | 2 | -2/+3 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: make `build` subcommand also reconfigure if needed | Daniel Latypov | 2021-12-15 | 2 | -2/+10 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: delete kunit_parser.TestResult type | Daniel Latypov | 2021-12-15 | 4 | -35/+29 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: use dataclass instead of collections.namedtuple | Daniel Latypov | 2021-12-15 | 2 | -70/+75 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: suggest using decode_stacktrace.sh on kernel crash | Daniel Latypov | 2021-12-13 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: reconfigure when the used kunitconfig changes | Daniel Latypov | 2021-12-13 | 2 | -11/+74 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: revamp message for invalid kunitconfig | Daniel Latypov | 2021-12-13 | 1 | -9/+11 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs | Daniel Latypov | 2021-12-13 | 3 | -0/+31 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: move Kconfig read_from_file/parse_from_string to package-level | Daniel Latypov | 2021-12-13 | 3 | -42/+37 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: print parsed test results fully incrementally | Daniel Latypov | 2021-12-13 | 2 | -7/+57 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: Report an error if any test has no subtests | David Gow | 2021-12-13 | 3 | -5/+30 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: Do not error on tests without test plans | David Gow | 2021-12-13 | 2 | -4/+6 | |
| | * | | | | | | | | | | | | | | | | | kunit: add run_checks.py script to validate kunit changes | Daniel Latypov | 2021-12-13 | 1 | -0/+81 | |
| | * | | | | | | | | | | | | | | | | | kunit: tool: fix --json output for skipped tests | Daniel Latypov | 2021-12-13 | 2 | -0/+8 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'linux-kselftest-next-5.17-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2022-01-10 | 30 | -57/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | selftests/vm: remove ARRAY_SIZE define from individual tests | Shuah Khan | 2021-12-10 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | selftests/timens: remove ARRAY_SIZE define from individual tests | Shuah Khan | 2021-12-10 | 2 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | selftests/sparc64: remove ARRAY_SIZE define from adi-test | Shuah Khan | 2021-12-10 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark | Shuah Khan | 2021-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | selftests/rseq: remove ARRAY_SIZE define from individual tests | Shuah Khan | 2021-12-10 | 2 | -4/+2 | |
| | * | | | | | | | | | | | | | | | | | selftests/net: remove ARRAY_SIZE define from individual tests | Shuah Khan | 2021-12-10 | 6 | -11/+8 | |
| | * | | | | | | | | | | | | | | | | | selftests/landlock: remove ARRAY_SIZE define from common.h | Shuah Khan | 2021-12-10 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | selftests/ir: remove ARRAY_SIZE define from ir_loopback.c | Shuah Khan | 2021-12-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | selftests/core: remove ARRAY_SIZE define from close_range_test.c | Shuah Khan | 2021-12-10 | 1 | -4/+0 | |
| | * | | | | | | | | | | | | | | | | | selftests/cgroup: remove ARRAY_SIZE define from cgroup_util.h | Shuah Khan | 2021-12-10 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.c | Shuah Khan | 2021-12-10 | 1 | -2/+0 | |
| | * | | | | | | | | | | | | | | | | | tools: fix ARRAY_SIZE defines in tools and selftests hdrs | Shuah Khan | 2021-12-10 | 2 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | selftests: cgroup: build error multiple outpt files | Anders Roxell | 2021-12-10 | 2 | -6/+8 | |
| | * | | | | | | | | | | | | | | | | | selftests/move_mount_set_group remove unneeded conversion to bool | Yang Guang | 2021-12-10 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | selftests/mount: remove unneeded conversion to bool | Yang Guang | 2021-12-10 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | selftests: harness: avoid false negatives if test has no ASSERTs | Jakub Kicinski | 2021-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | selftests/ftrace: make kprobe profile testcase description unique | Heiko Carstens | 2021-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST | Anders Roxell | 2021-12-10 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | selftests: timers: Remove unneeded semicolon | Zhang Mingyu | 2021-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | kselftests: timers:Remove unneeded semicolon | Zhang Mingyu | 2021-12-10 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | Merge tag 'seccomp-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2022-01-10 | 1 | -6/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | selftests/seccomp: Report event mismatches more clearly | Kees Cook | 2021-11-03 | 1 | -5/+49 | |
| | * | | | | | | | | | | | | | | | | | selftests/seccomp: Stop USER_NOTIF test if kcmp() fails | Kees Cook | 2021-11-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge tag 'x86_sgx_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-01-10 | 8 | -86/+444 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Fix corrupted cpuid macro invocation | Jarkko Sakkinen | 2021-12-17 | 1 | -3/+2 | |
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Add test for multiple TCS entry | Reinette Chatre | 2021-11-15 | 3 | -0/+39 | |
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Enable multiple thread support | Reinette Chatre | 2021-11-15 | 1 | -7/+14 | |
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Add page permission and exception test | Reinette Chatre | 2021-11-15 | 3 | -0/+169 | |
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Rename test properties in preparation for more enclave tests | Reinette Chatre | 2021-11-15 | 3 | -26/+26 | |
| | * | | | | | | | | | | | | | | | | | | selftests/sgx: Provide per-op parameter structs for the test enclave | Jarkko Sakkinen | 2021-11-15 | 3 | -46/+69 | |
