index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
sysctl
Age
Commit message (
Expand
)
Author
2020-06-09
Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-06-08
lib/test_sysctl: support testing of sysctl. boot parameter
Vlastimil Babka
2020-06-08
tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
Vlastimil Babka
2020-06-02
selftests/sysctl: Make sysctl test driver as a module
Masami Hiramatsu
2020-06-02
selftests/sysctl: Fix to load test_sysctl module
Masami Hiramatsu
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-14
tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test case
Eric Sandeen
2019-05-14
tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernels
Luis Chamberlain
2019-05-14
tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()
Luis Chamberlain
2019-05-14
tools/testing/selftests/sysctl/sysctl.sh: load module before testing for it
Luis Chamberlain
2019-05-14
tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs()
Luis Chamberlain
2019-03-12
tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...
Zev Weiss
2018-06-18
selftests: sysctl: return Kselftest Skip code for skipped tests
Shuah Khan (Samsung OSG)
2017-08-07
test_sysctl: fix sysctl.sh by making it executable
Luis R. Rodriguez
2017-07-12
test_sysctl: test against int proc_dointvec() array support
Luis R. Rodriguez
2017-07-12
test_sysctl: add simple proc_douintvec() case
Luis R. Rodriguez
2017-07-12
test_sysctl: add simple proc_dointvec() case
Luis R. Rodriguez
2017-07-12
test_sysctl: test against PAGE_SIZE for int
Luis R. Rodriguez
2017-07-12
test_sysctl: add generic script to expand on tests
Luis R. Rodriguez
2017-07-12
test_sysctl: add dedicated proc sysctl test driver
Luis R. Rodriguez
2017-06-27
tools/testing/selftests/sysctl: Add pre-check to the value of writes_strict
Orson Zhai
2015-03-13
selftests: Add install target
Michael Ellerman
2015-03-13
selftests: Introduce minimal shared logic for running tests
Michael Ellerman
2014-06-06
tools/testing/selftests/sysctl: validate sysctl_writes_strict
Kees Cook