1. f117b02 arm64: gitlab-ci: Add clang build tests by Andrew Jones · 9 days ago master
  2. aee1f09 arm: fpu: Fix the input/output args for inline asm in fpu.c by Raghavendra Rao Ananta · 8 days ago
  3. 5c1c125 arm: fpu: Add '.arch_extension fp' to fpu macros by Raghavendra Rao Ananta · 8 days ago
  4. ad0b76f arm: fpu: Convert 'q' registers to 'v' to satisfy clang by Raghavendra Rao Ananta · 8 days ago
  5. 5b9895f arm: Fix clang error in sve_vl() by Raghavendra Rao Ananta · 8 days ago
  6. 8813d7c README: Add cross and clang recipes by Andrew Jones · 7 weeks ago
  7. e6cafe2 riscv: gitlab-ci: Add clang build tests by Andrew Jones · 7 weeks ago
  8. 7c46009 configure: Support cross compiling with clang by Andrew Jones · 7 weeks ago
  9. 47ede8d Makefile: Prepare for clang EFI builds by Andrew Jones · 7 weeks ago
  10. baf1408 riscv: Drop mstrict-align by Andrew Jones · 7 weeks ago
  11. 30f161d Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 9 days ago
  12. ab0bbb9 lib/stack: Restrengthen base_address by Andrew Jones · 7 weeks ago
  13. 75c732f riscv: Rewrite hartid_to_cpu in assembly by Andrew Jones · 6 weeks ago
  14. 67b8f46 riscv: sbi: Add HSM extension functions by James Raphael Tiovalen · 7 weeks ago
  15. 7f340a1 riscv: sbi: Highmem isn't always supported by Andrew Jones · 7 weeks ago
  16. bc1b9ea riscv: sbi: Tidy up report prefix pops by James Raphael Tiovalen · 7 weeks ago
  17. b2a8279 lib/report: Add helper method to clear multiple prefixes by James Raphael Tiovalen · 7 weeks ago
  18. f246b16 configure: process arguments not starting with dash by Nico Boehr · 7 weeks ago
  19. 17f6f2f Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 8 weeks ago
  20. 226b13a riscv: sbi: dbcn: Add write-byte test with more than byte given by Andrew Jones · 9 weeks ago
  21. a042494 riscv: sbi: Rename __*_sbi_ecall to sbi_* by Andrew Jones · 9 weeks ago
  22. 70df182 riscv: Provide helpers for IPIs by Andrew Jones · 9 weeks ago
  23. 25475fa riscv: Introduce SBI IPI convenience functions by Andrew Jones · 9 weeks ago
  24. d012cfd lib/on-cpus: Introduce on_cpumask and on_cpumask_async by Andrew Jones · 9 weeks ago
  25. 7213c4d lib/cpumask: Fix and simplify a few functions by Andrew Jones · 9 weeks ago
  26. 4c7293c riscv: QEMU Sstc timer stop workaround by Andrew Jones · 9 weeks ago
  27. ff2fceb riscv: Provide timer_start and timer_stop by Andrew Jones · 9 weeks ago
  28. 9340e4b riscv: Share sbi_time_ecall with framework by Andrew Jones · 9 weeks ago
  29. 94ca1aa riscv: Introduce local_hart_init by Andrew Jones · 9 weeks ago
  30. 6489b8b riscv: sbi: Add IPI extension support by James Raphael Tiovalen · 9 weeks ago
  31. 0481db6 riscv: sbi: Add prefix pop at bottom of DBCN test by Cade Richard · 9 weeks ago
  32. 8d615ae Merge branch 'riscv/fixes' into 'master' by Andrew Jones · 9 weeks ago
  33. c6a4234 riscv: Fix argc by Andrew Jones · 9 weeks ago
  34. 6b801c8 Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 2 months ago
  35. e833733 lib: Add pseudo random functions by Nina Schoetterl-Glausch · 4 months ago
  36. 86a2070 riscv: sbi: dbcn: Add high address tests by Andrew Jones · 3 months ago
  37. 2da1b9e riscv: sbi: Prefix several environment variables with SBI by Andrew Jones · 3 months ago
  38. bdec847 riscv: sbi: Use strtoul to avoid overflow by Andrew Jones · 3 months ago
  39. a99b99a riscv: sbi: dbcn: Output return values by Andrew Jones · 3 months ago
  40. 8064ab2 riscv: mmu: Ensure order of PTE update and sfence by Andrew Jones · 3 months ago
  41. 88f594c riscv: Define and use PHYS_PAGE_MASK by Andrew Jones · 3 months ago
  42. 12e0faa riscv: mmu: Sanity check input physical addresses by Andrew Jones · 3 months ago
  43. 3d83840 riscv: Track memory above 3G by Andrew Jones · 3 months ago
  44. 92f91f6 riscv: Support up to 34-bit physical addresses on rv32, sort of by Andrew Jones · 3 months ago
  45. 7449271 riscv: setup: Apply VA_BASE check to rv64 by Andrew Jones · 3 months ago
  46. 40450dc riscv: Fix virt_to_phys again by Andrew Jones · 3 months ago
  47. ce58d3a riscv: sbi: Add dbcn write test by Cade Richard · 3 months ago
  48. 05d531a riscv: Extend gitlab CI by Andrew Jones · 3 months ago
  49. 48dd20d riscv: Fix out-of-tree builds by Andrew Jones · 3 months ago
  50. cabe8b3 riscv: Build with explicit ABI by Andrew Jones · 3 months ago
  51. 329c5c4 lib: Add limits.h by Andrew Jones · 3 months ago
  52. bcd6000 riscv: move REG_L/REG_W in a dedicated asm.h file by Clément Léger · 6 months ago
  53. 220ac1e Merge branch 'misc/queue' into 'master' by Andrew Jones · 3 months ago
  54. 846737f checkpatch support by Nicholas Piggin · 3 months ago
  55. 46d9e2b gitlab-ci: add a shellcheck test by Nicholas Piggin · 3 months ago
  56. d46ce80 gitlab-ci: Move check-kerneldoc test out of the centos test by Nicholas Piggin · 3 months ago
  57. 914de84 gitlab-ci: upgrade to CentOS 8 by Nicholas Piggin · 3 months ago
  58. 762752f arm: Fix kerneldoc by Nicholas Piggin · 3 months ago
  59. 4be26b0 gitlab-ci: fix CentOS mirror list by Nicholas Piggin · 3 months ago
  60. 1878b4b Merge branch 'riscv/queue' into 'master' by Andrew Jones · 3 months ago
  61. e1dd4ea riscv: Fix virt_to_phys by Cade Richard · 3 months ago
  62. a1418d6 Merge branch 'riscv/sbi' into 'master' by Andrew Jones · 3 months ago
  63. 14fa12b riscv: sbi: Add test for timer extension by James Raphael Tiovalen · 3 months ago
  64. 93bcbb0 riscv: Add some delay and timer routines by James Raphael Tiovalen · 3 months ago
  65. 7040d2a riscv: Add method to probe for SBI extensions by James Raphael Tiovalen · 3 months ago
  66. c20c0aa riscv: Update exception cause list by James Raphael Tiovalen · 3 months ago
  67. a3c0b55 riscv: Extend exception handling support for interrupts by Andrew Jones · 3 months ago
  68. 77a70ff riscv: sbi: base: Add unavailable ext. probe test by Andrew Jones · 8 months ago
  69. d37e6dc riscv: Use $MAX_SMP in unittests.cfg by Andrew Jones · 3 months ago
  70. 201b9e8 Merge branch 'arm/queue' into 'master' by Andrew Jones · 4 months ago
  71. d47d370 arm: Add test for FPU/SIMD context save/restore by Subhasish Ghosh · 7 months ago
  72. 231796c arm64: enable SVE at startup by Joey Gouly · 7 months ago
  73. 1afc6fb arm64: add ESR_ELx EC.SVE by Joey Gouly · 7 months ago
  74. cddb18b arm64: Expand SMCCC arguments and return values by Alexandru Elisei · 7 months ago
  75. 4e07d33 arm: Detect FDT overlap with uninitialised data by Suzuki K Poulose · 7 months ago
  76. e521b10 arm: Add necessary header files in asm/pgtable.h by Suzuki K Poulose · 7 months ago
  77. dc0a3a7 arm64: Prepare for LPA2 by Andrew Jones · 7 months ago
  78. d301d01 fix cirrus-ci-macos-i386 CI job by Paolo Bonzini · 4 months ago
  79. dcec966 Merge tag 'kvm-x86-2024.06.14' of https://github.com/kvm-x86/kvm-unit-tests into HEAD by Paolo Bonzini · 4 months ago
  80. 98eb2a3 svm: make the interrupt_test a bit longer by Paolo Bonzini · 5 months ago
  81. 302fbd5 debug: add testcase for singlestepping over STI;HLT by Paolo Bonzini · 5 months ago
  82. 4b3c611 svm: add test for VMRUN with interrupt shadow enabled by Paolo Bonzini · 5 months ago
  83. 1476cf4 svm: allow CR4.PKS by Paolo Bonzini · 5 months ago
  84. 963a271 gitlab-ci: store artifacts even on failure by Paolo Bonzini · 5 months ago
  85. 66fdb03 Bump Fedora version to 40 by Thomas Huth · 5 months ago
  86. 93c847c powerpc: add usermode support by Nicholas Piggin · 5 months ago
  87. 176b9d2 powerpc: Add sieve.c common test by Nicholas Piggin · 5 months ago
  88. b9289d7 common/sieve: Support machines without MMU by Nicholas Piggin · 5 months ago
  89. d4c8e72 powerpc: Add MMU support by Nicholas Piggin · 5 months ago
  90. 28ac3b1 powerpc: Add timebase tests by Nicholas Piggin · 5 months ago
  91. 1422f72 powerpc: Add atomics tests by Nicholas Piggin · 5 months ago
  92. 851ef51 powerpc: Add facility to query TCG or KVM host by Nicholas Piggin · 5 months ago
  93. 1b849d7 gitlab-ci: Test that "make check-kerneldoc" does not report any errors by Thomas Huth · 5 months ago
  94. ee1d79c nVMX: Verify KVM actually loads the value in HOST_PAT into the PAT MSR by Sean Christopherson · 5 months ago
  95. 184ee0d nVMX: Ensure host's PAT is loaded at the end of all VMX tests by Sean Christopherson · 5 months ago
  96. 386ed5c nVMX: add test for posted interrupts by Oliver Upton · 11 months ago
  97. 3238da6 nVMX: add self-IPI tests to vmx_basic_vid_test by Marc Orr · 11 months ago
  98. d485a75 nVMX: test nested EOI virtualization by Marc Orr · 11 months ago
  99. a917f7c nVMX: test nested "virtual-interrupt delivery" by Marc Orr · 11 months ago
  100. eef1e3d nVMX: Enable x2APIC mode for virtual-interrupt delivery tests by Jim Mattson · 11 months ago