1. 9fc96c7 selftests: error out if kernel header files are not yet built by John Hubbard · 1 year, 9 months ago
  2. 624c60f selftests: fix LLVM build for i386 and x86_64 by Guillaume Tucker · 2 years, 7 months ago
  3. 9fdaca2 kselftest: Fix error message for unconfigured LLVM builds by Mark Brown · 2 years, 2 months ago
  4. 23a68d1 Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 2 years, 3 months ago
  5. ae108c4 selftests: net: Fix cross-tree inclusion of scripts by Benjamin Poirier · 2 years, 4 months ago
  6. de3ee3f selftests: Use optional USERCFLAGS and USERLDFLAGS by Mickaël Salaün · 2 years, 6 months ago
  7. a525405 selftests/landlock: Fix out-of-tree builds by Mickaël Salaün · 2 years, 6 months ago
  8. bdbf061 selftests/vm: fix inability to build any vm tests by Axel Rasmussen · 2 years, 6 months ago
  9. 49de12b selftests: drop KSFT_KHDR_INSTALL make target by Guillaume Tucker · 2 years, 8 months ago
  10. 795285e selftests: Fix clang cross compilation by Mark Brown · 2 years, 9 months ago
  11. e9c2819 kbuild: Make $(LLVM) more flexible by Nathan Chancellor · 3 years ago
  12. a738a4c selftests: cgroup: build error multiple outpt files by Anders Roxell · 3 years, 4 months ago
  13. 8914a7a selftests: be sure to make khdr before other targets by Li Zhijian · 3 years, 6 months ago
  14. de53fa9 selftests: lib.mk: Also install "config" and "settings" by Kees Cook · 3 years, 9 months ago
  15. 9d31d23 Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 10 months ago
  16. 26e6dd1 selftests: Set CC to clang in lib.mk if LLVM is set by Yonghong Song · 3 years, 11 months ago
  17. cb4969e selftests: fix prepending $(OUTPUT) to $(TEST_PROGS) by Ilya Leoshkevich · 4 years ago
  18. f825d3f selftests: filter kselftest headers from command in lib.mk by Tommi Rantala · 4 years, 5 months ago
  19. f0f0a5d selftests: Extract run_kselftest.sh and generate stand-alone test list by Kees Cook · 4 years, 5 months ago
  20. 75fa6772 selftests: use "$(MAKE)" instead of "make" for headers_install by Denys Vlasenko · 4 years, 7 months ago
  21. c9f7504 selftests: fix condition in run_tests by Yauheni Kaliuta · 4 years, 9 months ago
  22. 99aaceb selftests: do not use .ONESHELL by Yauheni Kaliuta · 4 years, 9 months ago
  23. 397a979 Merge tag 'linux-kselftest-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  24. 1056d3d2 selftests: enforce local header dependency in lib.mk by Shuah Khan · 5 years ago
  25. c363eb4 selftests: fix too long argument by Jiri Benc · 5 years ago
  26. 051f278 kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree by Masahiro Yamada · 6 years ago
  27. 27d79a2 selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set by Shuah Khan · 6 years ago
  28. 5c069b6 selftests: Move test output to diagnostic lines by Kees Cook · 6 years ago
  29. bf66078 selftests: Extract logic for multiple test runs by Kees Cook · 6 years ago
  30. d4e59a5 selftests: Use runner.sh for emit targets by Kees Cook · 6 years ago
  31. 42d46e5 selftests: Extract single-test shell logic from lib.mk by Kees Cook · 6 years ago
  32. 8ce72dc selftests: fix headers_install circular dependency by Shuah Khan · 6 years ago
  33. 211929f selftests: Fix test errors related to lib.mk khdr target by Shuah Khan · 6 years ago
  34. b2d35fa selftests: add headers_install to lib.mk by Anders Roxell · 6 years ago
  35. d82991a8 Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  36. 4e49ed2f selftests/lib.mk: Introduce OVERRIDE_TARGETS by Mathieu Desnoyers · 7 years ago
  37. a548de0 selftests: lib.mk: add test execute bit check to EMIT_TESTS by Shuah Khan (Samsung OSG) · 7 years ago
  38. 3df6131 selftests: lib.mk: add SKIP handling and test suite name to EMIT_TESTS by Shuah Khan (Samsung OSG) · 7 years ago
  39. cfe8460 selftests: lib.mk: Include test suite name in the RUN_TESTS output by Shuah Khan (Samsung OSG) · 7 years ago
  40. 7afed3d selftests: lib.mk: move running and printing result to a new function by Shuah Khan (Samsung OSG) · 7 years ago
  41. 3f4435b selftests: lib.mk: add SKIP handling to RUN_TESTS define by Shuah Khan (Samsung OSG) · 7 years ago
  42. 42b44c3 selftests: lib.mk: cleanup RUN_TESTS define and make it readable by Shuah Khan (Samsung OSG) · 7 years ago
  43. a335544 selftests: Fix lib.mk run_tests target shell script by Mathieu Desnoyers · 7 years ago
  44. 771cbc3 selftests: lib.mk set KSFT_TAP_LEVEL to prevent nested TAP headers by Shuah Khan · 7 years ago
  45. 14f1889 selftests: Fix loss of test output in run_kselftests.sh by Michael Ellerman · 7 years ago
  46. a323335 selftests: lib.mk: print individual test results to console by default by Shuah Khan · 7 years ago
  47. 1a94068 selftests: lib.mk: copy test scripts and test files for make O=dir run by Shuah Khan · 7 years ago
  48. be16a24 selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install by Shuah Khan · 7 years ago
  49. e0a5696 selftests: lib.mk: fix test executable status check to use full path by Shuah Khan · 7 years ago
  50. 8050ef2 selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir case by Shuah Khan · 7 years ago
  51. fbcab13 selftests: silence test output by default by Josef Bacik · 7 years ago
  52. 1f87c7c selftests: lib.mk: change RUN_TESTS to print messages in TAP13 format by Shuah Khan · 8 years ago
  53. 77d802e selftests: change lib.mk RUN_TESTS to take test list as an argument by Shuah Khan · 8 years ago
  54. 49b7364 selftests: lib.mk: suppress "cd" output from run_tests target by Shuah Khan · 8 years ago
  55. 43c6437 selftests: warn if failure is due to lack of executable bit by Luis R. Rodriguez · 8 years ago
  56. df6438f selftests: lib.mk: define CLEAN macro to allow Makefiles to override clean by Shuah Khan · 8 years ago
  57. e53aff4 selftests: lib.mk Fix individual test builds by Shuah Khan · 8 years ago
  58. 634ce97 selftests: Fix the .S and .S -> .o rules by Michael Ellerman · 8 years ago
  59. 2047f1d selftests: Fix the .c linking rule by Michael Ellerman · 8 years ago
  60. d83c3ba selftests: Fix selftests build to just build, not run tests by Michael Ellerman · 8 years ago
  61. a8ba798 selftests: enable O and KBUILD_OUTPUT by bamvor.zhangjian@huawei.com · 8 years ago
  62. 80d443e8 selftests: add EXTRA_CLEAN for clean target by bamvor.zhangjian@huawei.com · 8 years ago
  63. 7d758af selftests: add default rules for c source file by bamvor.zhangjian@huawei.com · 8 years ago
  64. 5fe5979 selftests: remove useless TEST_DIRS by bamvor.zhangjian@huawei.com · 8 years ago
  65. 88baa78 selftests: remove duplicated all and clean target by bamvor.zhangjian@huawei.com · 8 years ago
  66. 900d65e selftests: change install command to rsync by Bamvor Jian Zhang · 9 years ago
  67. a7d0f07 selftests: check before install by Bamvor Jian Zhang · 10 years ago
  68. e8c1d7c selftests: copy TEST_DIRS to INSTALL_PATH by Tyler Baker · 10 years ago
  69. 84f887b selftests: Set CC using CROSS_COMPILE once in lib.mk by Michael Ellerman · 10 years ago
  70. 5744de5 selftests/timers: Use shared logic to run and install tests by Michael Ellerman · 10 years ago
  71. 32dcfba selftests: Add install target by Michael Ellerman · 10 years ago
  72. 5e29a91 selftests: Introduce minimal shared logic for running tests by Michael Ellerman · 10 years ago