Age | Commit message (Expand) | Author | Files | Lines |
2023-11-03 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+13 |
2023-10-18 | selftests/clone3: Report descriptive test names | Mark Brown | 1 | -73/+192 |
2023-10-18 | selftests/clone3: Fix broken test under !CONFIG_TIME_NS | Tiezhu Yang | 1 | -1/+6 |
2023-10-07 | selftests: clone3: remove duplicate defines | Muhammad Usama Anjum | 4 | -21/+0 |
2023-06-13 | selftests/clone3: test clone3 with exit signal in flags | Tobias Klauser | 1 | -1/+4 |
2023-04-06 | selftests/clone3: fix number of tests in ksft_set_plan | Tobias Klauser | 1 | -2/+2 |
2023-03-08 | selftests/clone3: test clone3 with CLONE_NEWTIME | Tobias Klauser | 1 | -0/+3 |
2023-01-31 | selftests: clone3: Fix incorrect kernel headers search path | Mathieu Desnoyers | 1 | -1/+1 |
2022-02-04 | selftests: fixup build warnings in pidfd / clone3 tests | Axel Rasmussen | 1 | -2/+0 |
2021-12-11 | selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST | Anders Roxell | 1 | -0/+6 |
2020-12-08 | selftests/clone3: Fix build error | Xingxing Su | 1 | -1/+1 |
2020-11-05 | selftests: clone3: use SKIP instead of XFAIL | Tommi Rantala | 1 | -1/+1 |
2020-10-08 | selftests/clone3: Avoid OS-defined clone_args | Kees Cook | 5 | -41/+38 |
2020-08-05 | Merge tag 'linux-kselftest-5.9-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -4/+3 |
2020-07-20 | selftests: add clone3() CAP_CHECKPOINT_RESTORE test | Adrian Reber | 3 | -1/+186 |
2020-07-07 | selftests/clone3: Reorder reporting output | Kees Cook | 3 | -4/+3 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-02-13 | selftests/cgroup: add tests for cloning into cgroups | Christian Brauner | 1 | -2/+17 |
2019-11-18 | selftests/clone3: skip if clone3() is ENOSYS | Christian Brauner | 4 | -30/+33 |
2019-11-18 | selftests/clone3: check that all pids are released on error paths | Andrei Vagin | 1 | -2/+14 |
2019-11-18 | selftests/clone3: report a correct number of fails | Andrei Vagin | 1 | -7/+3 |
2019-11-18 | selftests/clone3: flush stdout and stderr before clone3() and _exit() | Andrei Vagin | 2 | -4/+13 |
2019-11-16 | selftests: add tests for clone3() with *set_tid | Adrian Reber | 6 | -26/+421 |
2019-11-12 | selftests: add tests for clone3() | Adrian Reber | 3 | -2/+208 |
2019-10-21 | tests: test CLONE_CLEAR_SIGHAND | Christian Brauner | 3 | -0/+179 |