1. b4f3421 x86/cstart: Fix compilation issue in 32 bit mode by Claudio Imbrenda · 3 years, 10 months ago
  2. 4e40b02 arm64: Compile with -mno-outline-atomics by Andrew Jones · 3 years, 9 months ago
  3. eb2db85 x86: Allow to limit maximum RAM address by Nadav Amit · 3 years, 10 months ago
  4. 950f6bc x86: remove dead writes from setup_mmu() by Nadav Amit · 3 years, 10 months ago
  5. a6051f0 x86: svm: present bit is set on nested page-faults by Nadav Amit · 3 years, 10 months ago
  6. d86ef58 cstart: do not assume CR4 starts as zero by Paolo Bonzini · 3 years, 10 months ago
  7. a79c949 kvm-unit-tests: nSVM: Test that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests by Krish Sadhukhan · 3 years, 10 months ago
  8. 7b87cad svm: fix clobbers for svm_vmrun by Paolo Bonzini · 3 years, 10 months ago
  9. 0d622fc lib/vmalloc: allow vm_memalign with alignment > PAGE_SIZE by Claudio Imbrenda · 3 years, 10 months ago
  10. 9e801bd lib/alloc_page: move get_order and is_power_of_2 to a bitops.h by Claudio Imbrenda · 3 years, 10 months ago
  11. 73f4b20 lib/alloc_page: change some parameter types by Claudio Imbrenda · 3 years, 10 months ago
  12. 3874bb4 lib/vmalloc: fix pages count local variable to be size_t by Claudio Imbrenda · 3 years, 10 months ago
  13. e03cc11 vmx: remove unnecessary #ifdef __x86_64__ by Paolo Bonzini · 3 years, 11 months ago
  14. af7af81 kvm-unit-tests: nVMX: Test GUEST_LIMIT_GDTR and GUEST_LIMIT_IDTR on vmentry of nested guests by Krish Sadhukhan · 4 years ago
  15. 02ce178 kvm-unit-tests: nVMX: Test GUEST_BASE_GDTR and GUEST_BASE_IDTR on vmentry of nested guests by Krish Sadhukhan · 4 years ago
  16. 479a139 kvm-unit-tests: x86: Remove duplicate instance of 'vmcb' by Krish Sadhukhan · 4 years ago
  17. 63f684f x86: access: Add test for illegal toggling of CR4.LA57 in 64-bit mode by Sean Christopherson · 3 years, 10 months ago
  18. c83858a x86: realmode: fix serial_init() by Nadav Amit · 3 years, 10 months ago
  19. eae10e8 kvm-unit-tests: nSVM: Test that DR6[63:32], DR7[63:32] and EFER reserved bits are not set on vmrun of nested guests by Krish Sadhukhan · 4 years ago
  20. 84a43d3 x86: nVMX: Print more (accurate) info if RDTSC diff test fails by Sean Christopherson · 4 years, 3 months ago
  21. 2c1ca86 x86: svm: avoid advancing rip incorrectly on exc_inject by Nadav Amit · 3 years, 10 months ago
  22. c6405e3 x86: svm: use PML4E in npt_rsvd_pfwalk_prepare by Nadav Amit · 3 years, 10 months ago
  23. c803b19 x86: svm: flush TLB on each test by Nadav Amit · 3 years, 10 months ago
  24. 10a65fc x86: svm: check TSC adjust support by Nadav Amit · 3 years, 10 months ago
  25. ec4fed5 x86: Remove boot_idt assembly assignment by Nadav Amit · 3 years, 10 months ago
  26. c3df00e gitlab-ci.yml: Extend the lists of tests that we run with TCG by Thomas Huth · 3 years, 10 months ago
  27. b373304 scripts: Fix the check whether testname is in the only_tests list by Paolo Bonzini · 3 years, 10 months ago
  28. a4ff5dc x86: pmu: fix failures on 32-bit due to wrong masks by Nadav Amit · 3 years, 11 months ago
  29. d7903be x86: realmode: fix lss test by Nadav Amit · 3 years, 10 months ago
  30. 3b9b2d5 x86: realmode: hlt loop as fallback on exit by Nadav Amit · 3 years, 10 months ago
  31. a529af7 x86: realmode: initialize idtr by Nadav Amit · 3 years, 10 months ago
  32. 6b9334e x86: map bottom 2G 1:1 into page tables by Paolo Bonzini · 3 years, 10 months ago
  33. ded4105 x86: setup segment registers before percpu areas by Paolo Bonzini · 3 years, 10 months ago
  34. d589407 x86: fix smp_stacktop on 32-bit by Nadav Amit · 3 years, 11 months ago
  35. 4108903 x86: fix stack pointer after call by Paolo Bonzini · 3 years, 10 months ago
  36. f8203b5 x86: move IDT away from address 0 by Paolo Bonzini · 3 years, 11 months ago
  37. 2d3ecdf Revert "SVM: move guest past HLT" by Vitaly Kuznetsov · 3 years, 11 months ago
  38. d68a795 x86: Initialize segment selectors by Nadav Amit · 3 years, 11 months ago
  39. 1b9d2ef x86: skip hyperv_clock test when host clocksource is not TSC by Vitaly Kuznetsov · 3 years, 11 months ago
  40. ca5efa6 Merge tag 'pull-request-2020-06-16' of https://gitlab.com/huth/kvm-unit-tests by Paolo Bonzini · 3 years, 11 months ago
  41. c88b7be lib/alloc.c: fix missing include by Paolo Bonzini · 3 years, 11 months ago
  42. 49efa0e Fixes for the umip test by Thomas Huth · 4 years ago
  43. 1a31ffa Fix out-of-tree builds by Andrew Jones · 4 years ago
  44. 17b9f93 lib/vmalloc: add locking and a check for initialization by Claudio Imbrenda · 3 years, 11 months ago
  45. 4a4f8af lib/alloc_page: make get_order return unsigned int by Claudio Imbrenda · 3 years, 11 months ago
  46. 4aabe7c lib/vmalloc: fix potential race and non-standard pointer arithmetic by Claudio Imbrenda · 3 years, 11 months ago
  47. dee4223 lib: Fix a typo and add documentation comments by Claudio Imbrenda · 3 years, 11 months ago
  48. cde8415 lib/alloc.c: add overflow check for calloc by Claudio Imbrenda · 3 years, 11 months ago
  49. 6ea7326 lib: use PAGE_ALIGN by Claudio Imbrenda · 3 years, 11 months ago
  50. 5b70cbd x86: add missing PAGE_ALIGN macro from page.h by Claudio Imbrenda · 3 years, 11 months ago
  51. cae10b5 x86/cstart.S: initialize stack before using it by Claudio Imbrenda · 3 years, 11 months ago
  52. a434c43 nVMX: Extend EPT cap MSR test to allow 5-level EPT by Sean Christopherson · 4 years, 3 months ago
  53. 0f54d5d nVMX: Mark bit 39 of MSR_IA32_VMX_EPT_VPID_CAP as reserved by Sean Christopherson · 4 years, 3 months ago
  54. 592cb37 nVMX: Refactor the EPT/VPID MSR cap check to make it readable by Sean Christopherson · 4 years, 3 months ago
  55. d86e741 nVMX: Extend EPTP test to allow 5-level EPT by Sean Christopherson · 4 years, 3 months ago
  56. da338a3 SVM: add test for nested guest RIP corruption by Maxim Levitsky · 3 years, 11 months ago
  57. e743729 x86: fix build with GCC10 by Vitaly Kuznetsov · 3 years, 11 months ago
  58. 9d7f9a2 s390x: stsi: Make output tap13 compatible by Janosch Frank · 4 years ago
  59. f86fb6c x86: disable SSE on 32-bit hosts by Paolo Bonzini · 3 years, 11 months ago
  60. 3d4f48f x86: disable SSE on 32-bit hosts by Paolo Bonzini · 3 years, 11 months ago
  61. 417ecf4 Compile the kvm-unit-tests also with Clang by Thomas Huth · 4 years ago
  62. 951f9b8 vmx_tests: Silence warning from Clang by Thomas Huth · 4 years ago
  63. 2d9e3a3 x86: use inline asm to retrieve stack pointer by Bill Wendling · 4 years, 6 months ago
  64. f315460 x86: use a non-negative number in shift by Bill Wendling · 4 years, 6 months ago
  65. 41a7f56 Update the gitlab-ci to Fedora 32 by Thomas Huth · 4 years ago
  66. 5126732 Fix powerpc issue with the linker from Fedora 32 by Thomas Huth · 4 years ago
  67. ac9e075 Always compile the kvm-unit-tests with -fno-common by Thomas Huth · 4 years ago
  68. 24a4a7c Fixes for the umip test by Thomas Huth · 4 years, 3 months ago
  69. a488ef7 x86: avoid multiple defined symbol by Paolo Bonzini · 4 years ago
  70. 75a7ac3 Fix out-of-tree builds by Andrew Jones · 4 years ago
  71. 4b74c71 x86/pmu: Fix compilation on 32-bit hosts by Thomas Huth · 3 years, 11 months ago
  72. 31e68df x86: always set up SMP by Paolo Bonzini · 4 years ago
  73. dc81845 remove unused file by Paolo Bonzini · 4 years ago
  74. 231b4c3 x86: realmode: Add suffixes for push, pop and iret by Roman Bolshakov · 4 years ago
  75. 22f2901 x86: pmu: Test full-width counter writes support by Like Xu · 4 years ago
  76. 71de9c9 access: disable phys-bits=36 for now by Paolo Bonzini · 4 years ago
  77. d875ed4 README: Document steps to run the tests on macOS by Roman Bolshakov · 4 years, 2 months ago
  78. 7edd698 scripts/arch-run: Support testing of hvf accel by Roman Bolshakov · 4 years, 2 months ago
  79. 8202cf8 x86: realmode: Test interrupt delivery after STI by Roman Bolshakov · 4 years, 1 month ago
  80. 401299a svm_tests: add RSM intercept test by Paolo Bonzini · 4 years ago
  81. b49a1a6 x86: VMX: Add a VMX-preemption timer expiration test by Jim Mattson · 4 years ago
  82. 9c83895 svm: Test V_IRQ injection by Cathy Avery · 4 years ago
  83. 8a06a5b KVM: VMX: add test for NMI delivery during HLT by Cathy Avery · 4 years ago
  84. 74e7938 VMX: use xAPIC mode on all processors by Paolo Bonzini · 4 years ago
  85. a3307eb Merge tag 's390x-2020-04-30' of https://github.com/davidhildenbrand/kvm-unit-tests by Paolo Bonzini · 4 years ago
  86. 7e7d935 svm: Fix nmi hlt test to fail test correctly by Cathy Avery · 4 years ago
  87. 8feb8cf x86: msr: Don't test bits 63:32 of SYSENTER MSRs on 32-bit builds by Sean Christopherson · 4 years ago
  88. 149c251 nVMX: Check EXIT_QUALIFICATION on VM-Enter failures due to bad guest state by Sean Christopherson · 4 years ago
  89. dd3974c x86: ioapic: Run physical destination mode test iff cpu_count() > 1 by Sean Christopherson · 4 years ago
  90. 3652250 x86: nVMX: add new test for vmread/vmwrite flags preservation by Simon Smith · 4 years, 1 month ago
  91. f7df291 s390x: Fix library constant definitions by Janosch Frank · 4 years ago
  92. 166da88 s390x: smp: Add restart when running test by Janosch Frank · 4 years ago
  93. ccf6dd3 s390x: smp: Use full PSW to bringup new cpu by Janosch Frank · 4 years ago
  94. af9d068 s390x: smp: Remove unneeded cpu loops by Janosch Frank · 4 years ago
  95. deb791f s390x: smp: Loop if secondary cpu returns into cpu setup again by Janosch Frank · 4 years ago
  96. 1916fbe s390x: smp: Test local interrupts after cpu reset by Janosch Frank · 4 years ago
  97. fc67b07 s390x: smp: Test stop and store status on a running and stopped cpu by Janosch Frank · 4 years ago
  98. 3947751 s390x: smp: Dirty fpc before initial reset test by Janosch Frank · 4 years ago
  99. dedae8c s390x: smp: Test all CRs on initial reset by Janosch Frank · 4 years ago
  100. 55ddfbb s390x: unittests: Use smp parameter by Andrew Jones · 4 years, 1 month ago