1. abdc5d0 Merge branch 'arm/queue' into 'master' by Andrew Jones · 3 weeks ago master
  2. cef98de arm/arm64: efi: Bump number of memregions by Andrew Jones · 3 weeks ago
  3. 99d02e0 arm64: Use -cpu max as the default for TCG by Jean-Philippe Brucker · 3 weeks ago
  4. 5f77b72 configure: Add --target-cpu option by Jean-Philippe Brucker · 3 weeks ago
  5. 47062d3 arm64: Implement the ./configure --processor option by Alexandru Elisei · 3 weeks ago
  6. 66c0dc5 configure: arm/arm64: Display the correct default processor by Alexandru Elisei · 3 weeks ago
  7. 1528714 configure: arm64: Don't display 'aarch64' as the default architecture by Alexandru Elisei · 3 weeks ago
  8. 1b59c63 arm64: Add basic MTE test by Vladimir Murzin · 8 weeks ago
  9. b5acdc2 Makefile: Use CFLAGS in cc-option by Andrew Jones · 7 weeks ago
  10. 6957407 Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 5 weeks ago
  11. 56a3019 riscv: Support using SBI DBCN for the console by Andrew Jones · 5 weeks ago
  12. fbeeb84 riscv: Support UARTs with different I/O widths by Samuel Holland · 5 months ago
  13. 521cb2a riscv: Rate limit UART output to avoid FIFO overflows by Samuel Holland · 5 months ago
  14. 7a00618 riscv: Add Image header to flat binaries by Samuel Holland · 5 months ago
  15. a4e20de riscv: sbi: Use kfail for known opensbi failures by Andrew Jones · 5 weeks ago
  16. 5cd2c13 riscv: sbi: Add kfail versions of sbiret_report functions by Andrew Jones · 5 weeks ago
  17. a3fc877 lib/riscv: Also provide sbiret impl functions by Andrew Jones · 5 weeks ago
  18. 9f4fe3c riscv: Refactor SBI FWFT lock tests by Akshay Behl · 5 weeks ago
  19. 7536c9a riscv: sbi: Add SSE extension tests by Clément Léger · 6 weeks ago
  20. 98ea1f9 lib: riscv: Add SBI SSE support by Clément Léger · 6 weeks ago
  21. f16317a riscv: lib: Add SBI SSE extension definitions by Clément Léger · 6 weeks ago
  22. 240729e lib: riscv: Add functions to get implementer ID and version by Clément Léger · 6 weeks ago
  23. b9d58c2 lib: riscv: Add functions for version checking by Clément Léger · 6 weeks ago
  24. e2c824f riscv: Use asm-offsets to generate SBI_EXT_HSM values by Clément Léger · 6 weeks ago
  25. 3e180f8 riscv: Set .aux.o files as .PRECIOUS by Clément Léger · 6 weeks ago
  26. b9423a4 kbuild: Allow multiple asm-offsets file to be generated by Clément Léger · 6 weeks ago
  27. 3c18c90 riscv: sbi: Add no target ipi test by Andrew Jones · 6 weeks ago
  28. db12c15 riscv: Refactoring sbi fwft tests by Akshay Behl · 6 weeks ago
  29. 0cc3a35 lib: Use __ASSEMBLER__ instead of __ASSEMBLY__ by Sean Christopherson · 9 weeks ago
  30. 2243542 editorconfig: Add max line length setting for commit message and branch description by Marc Hartmayer · 3 months ago
  31. 68fee69 Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 8 weeks ago
  32. bc315be riscv: Introduce MACHINE_OVERRIDE by Andrew Jones · 2 months ago
  33. 6bfcc82 configure: Allow earlycon for all architectures by Andrew Jones · 2 months ago
  34. 6fad56a riscv: sbi: Add bad fid tests by Andrew Jones · 10 weeks ago
  35. 3221969 riscv: sbi: susp: Check upper bits of sleep_type are ignored by Andrew Jones · 10 weeks ago
  36. 60ef6c9 riscv: sbi: Probe/skip SUSP by Andrew Jones · 2 months ago
  37. 1a472b6 riscv: sbi: HSM suspend may not be supported by Andrew Jones · 2 months ago
  38. f3b9c87 lib/cpumask: Add some operators by Andrew Jones · 9 weeks ago
  39. f83a565 riscv: sbi: Improve interrupt handling cleanup by Andrew Jones · 2 months ago
  40. ebee1cd riscv: sbi: Improve susp expected error output by Andrew Jones · 9 weeks ago
  41. 635f857 riscv: sbi: Ensure SUSP test gets an interrupt by Andrew Jones · 2 months ago
  42. 8686d28 riscv: sbi: Ensure we have IPIs enabled for HSM suspend tests by Andrew Jones · 2 months ago
  43. e9d3534 riscv: sbi: Add fwft pte_hw_ad_updating test by Andrew Jones · 9 weeks ago
  44. fb2327d riscv: sbi: Drop fwft upper bits test by Andrew Jones · 9 weeks ago
  45. f130243 riscv: Add tests for SBI FWFT extension by Clément Léger · 3 months ago
  46. 361a18e riscv: Add "-deps" handling for tests by Clément Léger · 3 months ago
  47. 1d3411d riscv: sbi: Add sbiret_report_error by Andrew Jones · 3 months ago
  48. f9a088b riscv: sbi: Export sbiret_report/check by Andrew Jones · 3 months ago
  49. c09dc11 riscv: sbi: Improve gen_report by Andrew Jones · 3 months ago
  50. 699264f pmu: fix macOS build by Paolo Bonzini · 9 weeks ago
  51. dca3f4c Merge tag 'kvm-x86-2025.02.21' of https://github.com/kvm-x86/kvm-unit-tests into HEAD by Paolo Bonzini · 9 weeks ago
  52. 8d9218b x86/debug: Add a split-lock #AC / bus-lock #DB testcase by Sean Christopherson · 9 weeks ago
  53. 36fb9e8 x86: Include libcflat.h in atomic.h for u64 typedef by Sean Christopherson · 9 weeks ago
  54. a33a3ac x86: Add test case for INVVPID with LAM by Binbin Wu · 10 months ago
  55. 0164d75 x86: Add test cases for LAM_{U48,U57} by Binbin Wu · 10 months ago
  56. 14520f8 x86: Add test case for LAM_SUP by Robert Hoo · 10 months ago
  57. 0a6b8b7 x86: Allow setting of CR3 LAM bits if LAM supported by Binbin Wu · 10 months ago
  58. e67ba87 x86/pmu: Execute PEBS test only if PEBSRecordFormat >= 4 by Zide Chen · 5 months ago
  59. 1006fed x86/pmu: Fixed PEBS basic record parsing issue by Zide Chen · 5 months ago
  60. d5a6cfa nVMX: Account for gaps in fixed performance counters by Zide Chen · 5 months ago
  61. 5dcbe0d x86: pmu: Optimize emulated instruction validation by Dapeng Mi · 2 months ago
  62. 28437cd x86: pmu: Adjust lower boundary of branch-misses event by Dapeng Mi · 2 months ago
  63. 8dbfe32 x86: pmu: Add IBPB indirect jump asm blob by Dapeng Mi · 2 months ago
  64. e0d0022 x86: pmu: Adjust lower boundary of llc-misses event to 0 for legacy CPUs by Dapeng Mi · 2 months ago
  65. 38b5b42 x86: pmu: Improve LLC misses event verification by Dapeng Mi · 2 months ago
  66. 89126fa x86: pmu: Improve instruction and branches events verification by Dapeng Mi · 2 months ago
  67. 50f8e27 x86: pmu: Enable and disable PMCs in loop() asm blob by Dapeng Mi · 2 months ago
  68. 85c7557 x86: pmu: Use macro to replace hard-coded instructions event index by Dapeng Mi · 2 months ago
  69. 25cc1ea x86: pmu: Use macro to replace hard-coded ref-cycles event index by Dapeng Mi · 2 months ago
  70. f4e97f5 x86: pmu: Use macro to replace hard-coded branches event index by Dapeng Mi · 2 months ago
  71. f2a5614 x86: pmu: Fix cycles event validation failure by Dapeng Mi · 2 months ago
  72. 9c07c92 x86: pmu: Fix potential out of bound access for fixed events by Dapeng Mi · 2 months ago
  73. d24d338 x86: pmu: Print measured event count if test fails by Dapeng Mi · 2 months ago
  74. f21c809 x86: pmu: Enlarge cnt[] length to 48 in check_counters_many() by Dapeng Mi · 2 months ago
  75. 9720e46 x86: pmu: Align fields in pmu_counter_t to better pack the struct by Dapeng Mi · 2 months ago
  76. 5d6a3a5 x86: pmu: Refine fixed_events[] names by Dapeng Mi · 2 months ago
  77. 59d0ff8 x86: pmu: Remove blank line and redundant space by Dapeng Mi · 2 months ago
  78. 8d1acfe x86: pmu: Remove duplicate code in pmu_init() by Xiong Zhang · 2 months ago
  79. d467e65 x86: Move SMP #defines from apic-defs.h to smp.h by Sean Christopherson · 9 weeks ago
  80. c8a8a35 x86: replace segment selector magic number with macro definition by Hang SU · 9 weeks ago
  81. f372d35 x86: Commit to using __ASSEMBLER__ instead of __ASSEMBLY__ by Sean Christopherson · 9 weeks ago
  82. 4c5d371 x86: Move descriptor table selector #defines to the top of desc.h by Sean Christopherson · 9 weeks ago
  83. 5f4bb74 x86: Drop "enabled" field from "struct kvm_vcpu_pv_apf_data" by Sean Christopherson · 9 weeks ago
  84. 05fbb36 nVMX: add a test for canonical checks of various host state vmcs12 fields. by Maxim Levitsky · 2 months ago
  85. f6257e2 x86: Add testcases for writing (non)canonical LA57 values to MSRs and bases by Maxim Levitsky · 2 months ago
  86. 81dcf3f x86: Expand LA57 test to 64-bit mode (to prep for canonical testing) by Sean Christopherson · 2 months ago
  87. b88e90e x86: Move struct invpcid_desc descriptor to processor.h by Maxim Levitsky · 2 months ago
  88. b1f3eec x86: Add a few functions for gdt manipulation by Maxim Levitsky · 2 months ago
  89. 5047281 x86: Add _safe() and _fep_safe() variants to segment base load instructions by Maxim Levitsky · 2 months ago
  90. b94ace2 x86: Increase per-CPU stack/data area to 12KiB by Sean Christopherson · 2 months ago
  91. 2821b32 x86: Add a macro for the size of the per-CPU stack/data area by Sean Christopherson · 2 months ago
  92. a95dd6b x86: Make per-CPU stacks page-aligned by Sean Christopherson · 2 months ago
  93. 2f3c028 x86: Make set/clear_bit() atomic by Nicolas Saenz Julienne · 2 months ago
  94. afbea99 nVMX: Clear A/D enable bit in EPTP after negative testcase on non-A/D host by Sean Christopherson · 2 months ago
  95. 584a927 pmu_lbr: drop check for MSR_LBR_TOS != 0 by Maxim Levitsky · 7 months ago
  96. 30c1308 x86: Increase the timeout for the test "vmx_apicv_test" by Aaron Lewis · 7 months ago
  97. b8e135d x86: Force host-phys-bits for normal maxphyaddr access tests by Sean Christopherson · 8 months ago
  98. f77fb69 arm: pmu: Actually use counter 0 in test_event_counter_config() by Oliver Upton · 3 months ago
  99. 1f08a91 Merge branch 'pr-2025-01-31' into 'master' by Thomas Huth · 3 months ago
  100. 12b23c7 s390x/Makefile: Add auxinfo.o to cflatobjs by Marc Hartmayer · 3 months ago