1. bf91e96 arm64: efi: Make running tests on EFI can be parallel by Shaoqin Huang · 10 months ago
  2. 43e1200 arm64: efi: Don't create dummy test by Andrew Jones · 10 months ago
  3. 6e67f74 runtime: Add yet another 'no kernel' error message by Andrew Jones · 10 months ago
  4. 5dd20ec runtime: Update MAX_SMP probe by Andrew Jones · 10 months ago
  5. 2294476 arm64: Improve unhandled exception traces by Andrew Jones · 11 months ago
  6. ddbcb8f Merge branch 'nohv_v2_wstimer_direct' into 'master' by Paolo Bonzini · 10 months ago
  7. 9c5e191 powerpc: Cleanup SPR and MSR definitions by Nicholas Piggin · 11 months ago
  8. 8b10d4f powerpc: add asm/time.h header with delay and get_clock_us/ms by Nicholas Piggin · 11 months ago
  9. c39f40c s390x/snippets/c/sie-dat: Fix compiler warning with GCC 11.2 by Thomas Huth · 11 months ago
  10. 4b54f4f arch-run: Wait for incoming socket being removed by Nico Boehr · 10 months ago
  11. bf2c53f x86: hyperv-v: Rewrite flaky hv_clock_test() by Vitaly Kuznetsov · 10 months ago
  12. 367d44e x86: hyperv_stimer: add direct mode tests by Vitaly Kuznetsov · 10 months ago
  13. e9d61e7 x86: hyperv_stimer: don't require hyperv-testdev by Vitaly Kuznetsov · 5 years ago
  14. 30353da x86: hyperv_stimer: define union hv_stimer_config by Vitaly Kuznetsov · 5 years ago
  15. fd6b4b7 x86: hyperv_stimer: keep SINT number parameter in 'struct stimer' by Vitaly Kuznetsov · 5 years ago
  16. 87ba477 x86: hyper-v: Unify hyperv_clock with other Hyper-V tests by Vitaly Kuznetsov · 1 year, 3 months ago
  17. 65e843e x86: hyper-v: Use 'goto' instead of putting the whole test in an 'if' branch in hyperv_synic by Vitaly Kuznetsov · 1 year, 3 months ago
  18. 11769d1 x86: hyper-v: Use report_skip() in hyperv_stimer when pre-requisites are not met by Vitaly Kuznetsov · 1 year, 3 months ago
  19. 0ee0591 x86: hyper-v: Use '-cpu host,hv_passhtrough' for Hyper-V tests by Vitaly Kuznetsov · 1 year, 3 months ago
  20. 0d6cb7b x86: hyperv_clock: print sequence field of reference TSC page by Metin Kaya · 3 years ago
  21. b78f9e6 x86: hyperv_clock: handle non-consecutive APIC IDs by Metin Kaya · 3 years ago
  22. e53b4ac x86: hyperv: improve naming of stimer functions by Metin Kaya · 3 years ago
  23. ac3ef49 x86: hyperv: Use correct macro in checking SynIC timer support by Metin Kaya · 3 years, 1 month ago
  24. 55dd01b configure: Fail on unknown arch by Nicholas Piggin · 11 months ago
  25. a6e2b9e arch-run: Fix handling multiple exit status messages by Nicholas Piggin · 11 months ago
  26. 34f7286 powerpc: Fix pseries getchar return value by Nicholas Piggin · 11 months ago
  27. 2990abe migration: add a migration selftest by Nicholas Piggin · 11 months ago
  28. 1f7d5d9 Add common/ directory for architecture-independent tests by Nicholas Piggin · 11 months ago
  29. 71e3516 migration: Add quiet migration support by Nicholas Piggin · 11 months ago
  30. cd45aeb arch-run: rename migration variables by Nicholas Piggin · 11 months ago
  31. 14ea7bd migration: Support multiple migrations by Nicholas Piggin · 11 months ago
  32. 659557c migration: use a more robust way to wait for background job by Nicholas Piggin · 11 months ago
  33. c876426 arch-run: Clean up initrd cleanup by Nicholas Piggin · 11 months ago
  34. af3484f arch-run: Fix TRAP handler recursion to remove temporary files properly by Nicholas Piggin · 11 months ago
  35. 8c065ed lib/arm/io: Fix calling getchar() multiple times by Thomas Huth · 11 months ago
  36. a7c8699 Merge branch 'misc/queue' into 'master' by Andrew Jones · 11 months ago
  37. a99b4e2 runtime: Fix the missing last_line by Shaoqin Huang · 1 year, 1 month ago
  38. 1a42986 (arm|powerpc|s390x): Makefile: Fix .aux.o generation by Nicholas Piggin · 11 months ago
  39. 48d5952 Merge branch 'riscv/initial-port-v3' into 'master' by Andrew Jones · 11 months ago
  40. c24a14f MAINTAINERS: Add riscv by Andrew Jones · 1 year, 3 months ago
  41. bf9496e gitlab-ci: Add riscv64 tests by Andrew Jones · 1 year, 3 months ago
  42. db0ae91 riscv: Add isa string parsing by Andrew Jones · 1 year, 3 months ago
  43. 24aec76 lib: Add strcasecmp and strncasecmp by Andrew Jones · 1 year, 3 months ago
  44. 23100d9 riscv: Enable vmalloc by Andrew Jones · 12 months ago
  45. 0c39d9e riscv: Enable the MMU in secondaries by Andrew Jones · 12 months ago
  46. ad435a7 riscv: Add MMU support by Andrew Jones · 12 months ago
  47. 6895ce6 riscv: Populate memregions and switch to page allocator by Andrew Jones · 12 months ago
  48. 2479ae5 arm/arm64: Share memregions by Andrew Jones · 12 months ago
  49. 9c92b28 riscv: Add SMP support by Andrew Jones · 1 year, 3 months ago
  50. 00c264c riscv: Compile with march by Andrew Jones · 1 year, 3 months ago
  51. b2d5466 arm/arm64: Share on_cpus by Andrew Jones · 1 year, 3 months ago
  52. 0185500 arm/arm64: Remove spinlocks from on_cpu_async by Andrew Jones · 1 year, 3 months ago
  53. 05a7647 arm/arm64: Generalize wfe/sev names in smp.c by Andrew Jones · 1 year, 3 months ago
  54. 6fba6b8 riscv: Add backtrace support by Andrew Jones · 1 year, 3 months ago
  55. 386561f riscv: Add exception handling by Andrew Jones · 1 year, 3 months ago
  56. 3b10c7e riscv: Add riscv32 support by Andrew Jones · 1 year, 4 months ago
  57. 77955fb riscv: Add run script and unittests.cfg by Andrew Jones · 1 year, 4 months ago
  58. 9ccb00e riscv: Add initial SBI support by Andrew Jones · 1 year, 4 months ago
  59. 22f287f riscv: Add DT parsing by Andrew Jones · 1 year, 4 months ago
  60. 905b0e6 arm/arm64: Share cpu online, present and idle masks by Andrew Jones · 1 year, 4 months ago
  61. dfc1fec arm/arm64: Move cpumask.h to common lib by Andrew Jones · 1 year, 4 months ago
  62. bd744d4 riscv: Initial port, hello world by Andrew Jones · 1 year, 4 months ago
  63. c3758c0 configure: Add ARCH_LIBDIR by Andrew Jones · 1 year, 4 months ago
  64. d4ae0a7 x86: Fix various typos by Thomas Huth · 1 year ago
  65. f2372f2 (arm|powerpc|s390x): Makefile: add `%.aux.o` target by Marc Hartmayer · 12 months ago
  66. 3c1736b scripts/pretty_print_stacks.py: Silence warning from Python 3.12 by Thomas Huth · 1 year, 1 month ago v2024-01-08
  67. 2327f78 powerpc: Discover runtime load address dynamically by Nicholas Piggin · 1 year, 1 month ago
  68. ac6cc49 powerpc: Set .got section alignment to 256 bytes by Nicholas Piggin · 1 year, 1 month ago
  69. 56fb149 powerpc: Add support for more interrupts including HV interrupts by Nicholas Piggin · 1 year, 1 month ago
  70. 8791cea powerpc: Make interrupt handler error more readable by Nicholas Piggin · 1 year, 1 month ago
  71. 0ec01e2 powerpc: Expand exception handler vector granularity by Nicholas Piggin · 1 year, 1 month ago
  72. 99bb51c powerpc: Fix interrupt stack alignment by Nicholas Piggin · 1 year, 1 month ago
  73. ccb1ac2 powerpc: Require KVM for the TM test by Nicholas Piggin · 1 year, 1 month ago
  74. 8ad8b8c powerpc: Quiet QEMU TCG pseries capability warnings by Nicholas Piggin · 1 year, 1 month ago
  75. 6b31aa7 x86: properly format non-kernel-doc comments by Nico Boehr · 1 year, 2 months ago
  76. a0e236b s390x: ensure kernel-doc parameters are properly formated by Nico Boehr · 1 year, 2 months ago
  77. df04e7f s390x: properly format non-kernel-doc comments by Nico Boehr · 1 year, 2 months ago
  78. 30f9c80 lib: s390x: cpacf: move kernel-doc comment to correct function by Nico Boehr · 1 year, 2 months ago
  79. 62cdf7a powerpc: properly format non-kernel-doc comments by Nico Boehr · 1 year, 2 months ago
  80. ea4ca8a make: add target to check kernel-doc comments by Nico Boehr · 1 year, 2 months ago
  81. d089102 Merge branch 'arm/queue' into 'master' by Andrew Jones · 1 year, 2 months ago
  82. 8074c5c arm64: microbench: Improve measurement accuracy of tests by heqiong · 1 year, 2 months ago
  83. 68fff3a arm: pmu-overflow-interrupt: Increase count values by Eric Auger · 1 year, 2 months ago
  84. 60f5b29 arm: pmu: Declare pmu_stats as volatile by Eric Auger · 1 year, 2 months ago
  85. 0be2159 arm: PMU: Fix test condition by Matthias Rosenfelder · 1 year, 4 months ago
  86. d1e2a8e Merge branch 'pr-2023-11-09' into 'master' by Thomas Huth · 1 year, 2 months ago
  87. bb88cae lib: s390x: interrupt: remove TEID_ASCE defines by Nico Boehr · 1 year, 2 months ago
  88. 2456fdf s390x: add a test for SIE without MSO/MSL by Nico Boehr · 1 year, 2 months ago
  89. 32dcdb0 s390x: add test source dir to include paths by Nico Boehr · 1 year, 2 months ago
  90. 54674ba s390x: lib: sie: don't reenter SIE on pgm int by Nico Boehr · 1 year, 2 months ago
  91. 64fa419 s390x: lib: don't forward PSW when handling exception in SIE by Nico Boehr · 1 year, 2 months ago
  92. 4e8880d s390x: sie: switch to home space mode before entering SIE by Nico Boehr · 1 year, 2 months ago
  93. fedfd11 s390x: add function to set DAT mode for all interrupts by Nico Boehr · 1 year, 2 months ago
  94. f072106 lib: s390x: introduce bitfield for PSW mask by Nico Boehr · 1 year, 2 months ago
  95. 1eeedfd s390x: topology: Add complex topology test by Nina Schoetterl-Glausch · 1 year, 2 months ago
  96. 4dd0bbe scripts: Implement multiline strings for extra_params by Nina Schoetterl-Glausch · 1 year, 2 months ago
  97. 59fa201 s390x: topology: Rewrite topology list test by Nina Schoetterl-Glausch · 1 year, 2 months ago
  98. 95b8e55 s390x: topology: Rename topology_core to topology_cpu by Nina Schoetterl-Glausch · 1 year, 2 months ago
  99. 22e8195 s390x: topology: Refine stsi header test by Nina Schoetterl-Glausch · 1 year, 2 months ago
  100. 1ad8ec9 s390x: topology: Make some report messages unique by Nina Schoetterl-Glausch · 1 year, 2 months ago