| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-14 | sysctl: Close test ctl_headers with a for loop | Joel Granados | 1 | -36/+29 |
| 2025-04-14 | sysctl: call sysctl tests with a for loop | Joel Granados | 1 | -19/+11 |
| 2025-04-14 | sysctl: move u8 register test to lib/test_sysctl.c | Joel Granados | 1 | -0/+66 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -3/+3 |
| 2024-06-24 | KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko | Jeff Johnson | 1 | -0/+1 |
| 2023-12-28 | sysctl: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -2/+0 |
| 2023-12-28 | sysctl: Add a selftest for handling empty dirs | Joel Granados | 1 | -0/+29 |
| 2023-06-18 | test_sysclt: Test for registering a mount point | Joel Granados | 1 | -6/+39 |
| 2023-06-18 | test_sysctl: Add an unregister sysctl test | Joel Granados | 1 | -0/+30 |
| 2023-06-18 | test_sysctl: Group node sysctl test under one func | Joel Granados | 1 | -3/+17 |
| 2022-11-08 | testing: use the copyleft-next-0.3.1 SPDX tag | Luis Chamberlain | 1 | -11/+1 |
| 2022-05-03 | selftests/sysctl: add sysctl macro test | Tonghao Zhang | 1 | -0/+32 |
| 2022-01-22 | test_sysctl: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 1 | -21/+1 |
| 2020-10-16 | lib: test_sysctl: delete duplicated words | Randy Dunlap | 1 | -1/+1 |
| 2020-06-09 | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2020-06-08 | lib/test_sysctl: support testing of sysctl. boot parameter | Vlastimil Babka | 1 | -0/+13 |
| 2020-06-02 | lib: Make test_sysctl initialized as module | Masami Hiramatsu | 1 | -1/+1 |
| 2019-05-14 | tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test case | Eric Sandeen | 1 | -1/+17 |
| 2017-07-12 | test_sysctl: test against int proc_dointvec() array support | Luis R. Rodriguez | 1 | -0/+13 |
| 2017-07-12 | test_sysctl: add simple proc_douintvec() case | Luis R. Rodriguez | 1 | -0/+11 |
| 2017-07-12 | test_sysctl: add simple proc_dointvec() case | Luis R. Rodriguez | 1 | -0/+11 |
| 2017-07-12 | test_sysctl: add dedicated proc sysctl test driver | Luis R. Rodriguez | 1 | -0/+113 |