Sign in
android-kvm
/
kvm-unit-tests
/
HEAD
1c49a81
Merge branch 'riscv/sbi' into 'master'
by Andrew Jones
· 10 days ago
master
afd2cae
riscv: sbi: Add tests for HSM extension
by James Raphael Tiovalen
· 10 days ago
2ffe016
riscv: sbi: Add SUSP tests
by Andrew Jones
· 5 weeks ago
173a335
riscv: sbi: Clean up env checking
by Andrew Jones
· 4 weeks ago
53cded0
riscv: Implement setjmp/longjmp
by Andrew Jones
· 5 weeks ago
82d72ec
riscv: sbi: Add two in hart_mask IPI test
by Andrew Jones
· 4 weeks ago
498a191
riscv: sbi: Add IPI extension tests
by Cade Richard
· 4 weeks ago
56ca809
riscv: Add sbi_send_ipi_broadcast
by Andrew Jones
· 4 weeks ago
661fe48
riscv: sbi: Prepare for assembly entry points
by James Raphael Tiovalen
· 10 weeks ago
1bdc4a6
riscv: sbi: Improve spec version test
by Andrew Jones
· 2 months ago
71f7db5
Merge branch 'riscv/queue' into 'master'
by Andrew Jones
· 10 days ago
50fab1a
riscv: Rework smp_boot_secondary
by Andrew Jones
· 4 weeks ago
b6bb561
riscv: Fix secondary_entry
by Andrew Jones
· 4 weeks ago
d4827ec
riscv: Filter unmanaged harts from present mask
by Andrew Jones
· 4 weeks ago
27e44c5
riscv: Bump NR_CPUS to 256
by Andrew Jones
· 4 weeks ago
9c86d8c
lib/on-cpus: Fix on_cpumask
by Andrew Jones
· 3 weeks ago
2491eda
lib/on-cpus: Add barrier after func call
by Andrew Jones
· 3 weeks ago
0b27f39
lib/on-cpus: Correct and simplify synchronization
by Andrew Jones
· 3 weeks ago
3064cb5
lib/report: Return pass/fail result from report
by Andrew Jones
· 4 weeks ago
f117b02
arm64: gitlab-ci: Add clang build tests
by Andrew Jones
· 4 weeks ago
aee1f09
arm: fpu: Fix the input/output args for inline asm in fpu.c
by Raghavendra Rao Ananta
· 4 weeks ago
5c1c125
arm: fpu: Add '.arch_extension fp' to fpu macros
by Raghavendra Rao Ananta
· 4 weeks ago
ad0b76f
arm: fpu: Convert 'q' registers to 'v' to satisfy clang
by Raghavendra Rao Ananta
· 4 weeks ago
5b9895f
arm: Fix clang error in sve_vl()
by Raghavendra Rao Ananta
· 4 weeks ago
8813d7c
README: Add cross and clang recipes
by Andrew Jones
· 2 months ago
e6cafe2
riscv: gitlab-ci: Add clang build tests
by Andrew Jones
· 2 months ago
7c46009
configure: Support cross compiling with clang
by Andrew Jones
· 2 months ago
47ede8d
Makefile: Prepare for clang EFI builds
by Andrew Jones
· 2 months ago
baf1408
riscv: Drop mstrict-align
by Andrew Jones
· 2 months ago
30f161d
Merge branch 'riscv/sbi' into 'master'
by Andrew Jones
· 4 weeks ago
ab0bbb9
lib/stack: Restrengthen base_address
by Andrew Jones
· 2 months ago
75c732f
riscv: Rewrite hartid_to_cpu in assembly
by Andrew Jones
· 9 weeks ago
67b8f46
riscv: sbi: Add HSM extension functions
by James Raphael Tiovalen
· 2 months ago
7f340a1
riscv: sbi: Highmem isn't always supported
by Andrew Jones
· 2 months ago
bc1b9ea
riscv: sbi: Tidy up report prefix pops
by James Raphael Tiovalen
· 2 months ago
b2a8279
lib/report: Add helper method to clear multiple prefixes
by James Raphael Tiovalen
· 2 months ago
f246b16
configure: process arguments not starting with dash
by Nico Boehr
· 10 weeks ago
17f6f2f
Merge branch 'riscv/sbi' into 'master'
by Andrew Jones
· 3 months ago
226b13a
riscv: sbi: dbcn: Add write-byte test with more than byte given
by Andrew Jones
· 3 months ago
a042494
riscv: sbi: Rename __*_sbi_ecall to sbi_*
by Andrew Jones
· 3 months ago
70df182
riscv: Provide helpers for IPIs
by Andrew Jones
· 3 months ago
25475fa
riscv: Introduce SBI IPI convenience functions
by Andrew Jones
· 3 months ago
d012cfd
lib/on-cpus: Introduce on_cpumask and on_cpumask_async
by Andrew Jones
· 3 months ago
7213c4d
lib/cpumask: Fix and simplify a few functions
by Andrew Jones
· 3 months ago
4c7293c
riscv: QEMU Sstc timer stop workaround
by Andrew Jones
· 3 months ago
ff2fceb
riscv: Provide timer_start and timer_stop
by Andrew Jones
· 3 months ago
9340e4b
riscv: Share sbi_time_ecall with framework
by Andrew Jones
· 3 months ago
94ca1aa
riscv: Introduce local_hart_init
by Andrew Jones
· 3 months ago
6489b8b
riscv: sbi: Add IPI extension support
by James Raphael Tiovalen
· 3 months ago
0481db6
riscv: sbi: Add prefix pop at bottom of DBCN test
by Cade Richard
· 3 months ago
8d615ae
Merge branch 'riscv/fixes' into 'master'
by Andrew Jones
· 3 months ago
c6a4234
riscv: Fix argc
by Andrew Jones
· 3 months ago
6b801c8
Merge branch 'riscv/sbi' into 'master'
by Andrew Jones
· 3 months ago
e833733
lib: Add pseudo random functions
by Nina Schoetterl-Glausch
· 5 months ago
86a2070
riscv: sbi: dbcn: Add high address tests
by Andrew Jones
· 3 months ago
2da1b9e
riscv: sbi: Prefix several environment variables with SBI
by Andrew Jones
· 3 months ago
bdec847
riscv: sbi: Use strtoul to avoid overflow
by Andrew Jones
· 3 months ago
a99b99a
riscv: sbi: dbcn: Output return values
by Andrew Jones
· 3 months ago
8064ab2
riscv: mmu: Ensure order of PTE update and sfence
by Andrew Jones
· 3 months ago
88f594c
riscv: Define and use PHYS_PAGE_MASK
by Andrew Jones
· 3 months ago
12e0faa
riscv: mmu: Sanity check input physical addresses
by Andrew Jones
· 3 months ago
3d83840
riscv: Track memory above 3G
by Andrew Jones
· 3 months ago
92f91f6
riscv: Support up to 34-bit physical addresses on rv32, sort of
by Andrew Jones
· 4 months ago
7449271
riscv: setup: Apply VA_BASE check to rv64
by Andrew Jones
· 4 months ago
40450dc
riscv: Fix virt_to_phys again
by Andrew Jones
· 4 months ago
ce58d3a
riscv: sbi: Add dbcn write test
by Cade Richard
· 4 months ago
05d531a
riscv: Extend gitlab CI
by Andrew Jones
· 3 months ago
48dd20d
riscv: Fix out-of-tree builds
by Andrew Jones
· 3 months ago
cabe8b3
riscv: Build with explicit ABI
by Andrew Jones
· 3 months ago
329c5c4
lib: Add limits.h
by Andrew Jones
· 3 months ago
bcd6000
riscv: move REG_L/REG_W in a dedicated asm.h file
by Clément Léger
· 6 months ago
220ac1e
Merge branch 'misc/queue' into 'master'
by Andrew Jones
· 3 months ago
846737f
checkpatch support
by Nicholas Piggin
· 4 months ago
46d9e2b
gitlab-ci: add a shellcheck test
by Nicholas Piggin
· 4 months ago
d46ce80
gitlab-ci: Move check-kerneldoc test out of the centos test
by Nicholas Piggin
· 4 months ago
914de84
gitlab-ci: upgrade to CentOS 8
by Nicholas Piggin
· 4 months ago
762752f
arm: Fix kerneldoc
by Nicholas Piggin
· 4 months ago
4be26b0
gitlab-ci: fix CentOS mirror list
by Nicholas Piggin
· 4 months ago
1878b4b
Merge branch 'riscv/queue' into 'master'
by Andrew Jones
· 4 months ago
e1dd4ea
riscv: Fix virt_to_phys
by Cade Richard
· 4 months ago
a1418d6
Merge branch 'riscv/sbi' into 'master'
by Andrew Jones
· 4 months ago
14fa12b
riscv: sbi: Add test for timer extension
by James Raphael Tiovalen
· 4 months ago
93bcbb0
riscv: Add some delay and timer routines
by James Raphael Tiovalen
· 4 months ago
7040d2a
riscv: Add method to probe for SBI extensions
by James Raphael Tiovalen
· 4 months ago
c20c0aa
riscv: Update exception cause list
by James Raphael Tiovalen
· 4 months ago
a3c0b55
riscv: Extend exception handling support for interrupts
by Andrew Jones
· 4 months ago
77a70ff
riscv: sbi: base: Add unavailable ext. probe test
by Andrew Jones
· 8 months ago
d37e6dc
riscv: Use $MAX_SMP in unittests.cfg
by Andrew Jones
· 4 months ago
201b9e8
Merge branch 'arm/queue' into 'master'
by Andrew Jones
· 5 months ago
d47d370
arm: Add test for FPU/SIMD context save/restore
by Subhasish Ghosh
· 7 months ago
231796c
arm64: enable SVE at startup
by Joey Gouly
· 7 months ago
1afc6fb
arm64: add ESR_ELx EC.SVE
by Joey Gouly
· 7 months ago
cddb18b
arm64: Expand SMCCC arguments and return values
by Alexandru Elisei
· 7 months ago
4e07d33
arm: Detect FDT overlap with uninitialised data
by Suzuki K Poulose
· 7 months ago
e521b10
arm: Add necessary header files in asm/pgtable.h
by Suzuki K Poulose
· 7 months ago
dc0a3a7
arm64: Prepare for LPA2
by Andrew Jones
· 8 months ago
d301d01
fix cirrus-ci-macos-i386 CI job
by Paolo Bonzini
· 5 months ago
dcec966
Merge tag 'kvm-x86-2024.06.14' of https://github.com/kvm-x86/kvm-unit-tests into HEAD
by Paolo Bonzini
· 5 months ago
98eb2a3
svm: make the interrupt_test a bit longer
by Paolo Bonzini
· 6 months ago
302fbd5
debug: add testcase for singlestepping over STI;HLT
by Paolo Bonzini
· 6 months ago
Next »