index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
2
-24
/
+30
2022-11-10
KVM: selftests: Add vm->memslots[] and enum kvm_mem_region_type
Ricardo Koller
2
-10
/
+34
2022-11-10
KVM: selftests: Stash backing_src_type in struct userspace_mem_region
Ricardo Koller
2
-0
/
+2
2022-11-10
KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
Ricardo Koller
2
-7
/
+20
2022-11-10
KVM: selftests: Add missing close and munmap in __vm_mem_region_delete()
Ricardo Koller
1
-0
/
+6
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
2
-3
/
+12
2022-11-10
KVM: selftests: Add a userfaultfd library
Ricardo Koller
4
-198
/
+262
2022-11-10
KVM: arm64: selftests: Test with every breakpoint/watchpoint
Reiji Watanabe
1
-12
/
+42
2022-11-10
KVM: arm64: selftests: Add a test case for a linked watchpoint
Reiji Watanabe
1
-0
/
+35
2022-11-10
KVM: arm64: selftests: Add a test case for a linked breakpoint
Reiji Watanabe
1
-6
/
+57
2022-11-10
KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1
Reiji Watanabe
1
-5
/
+4
2022-11-10
KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptions
Reiji Watanabe
1
-37
/
+9
2022-11-10
KVM: arm64: selftests: Add helpers to enable debug exceptions
Reiji Watanabe
1
-12
/
+13
2022-11-10
KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptions
Reiji Watanabe
1
-18
/
+32
2022-11-10
KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptions
Reiji Watanabe
1
-4
/
+68
2022-11-10
KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
Reiji Watanabe
3
-5
/
+8
2022-11-10
KVM: selftests: memslot_perf_test: Report optimal memory slots
Gavin Shan
1
-4
/
+41
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate memory
Gavin Shan
1
-17
/
+26
2022-11-10
KVM: selftests: memslot_perf_test: Support variable guest page size
Gavin Shan
1
-81
/
+129
2022-11-10
KVM: selftests: memslot_perf_test: Probe memory slots for once
Gavin Shan
1
-13
/
+19
2022-11-10
KVM: selftests: memslot_perf_test: Consolidate loop conditions in prepare_vm()
Gavin Shan
1
-6
/
+5
2022-11-10
KVM: selftests: memslot_perf_test: Use data->nslots in prepare_vm()
Gavin Shan
1
-5
/
+5
2022-11-10
KVM: selftests: Automate choosing dirty ring size in dirty_log_test
Gavin Shan
1
-4
/
+22
2022-11-10
KVM: selftests: Clear dirty ring states between two modes in dirty_log_test
Gavin Shan
1
-10
/
+17
2022-11-10
KVM: selftests: Use host page size to map ring buffer in dirty_log_test
Gavin Shan
1
-1
/
+1
2022-11-09
selftests: kvm/x86: Test the flags in MSR filtering and MSR exiting
Aaron Lewis
1
-0
/
+85
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
1
-0
/
+2
2022-10-28
KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_test
Sean Christopherson
1
-1
/
+1
2022-10-28
KVM: selftests: Add tests in xen_shinfo_test to detect lock races
Michal Luczaj
1
-0
/
+140
2022-10-22
Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2
-3
/
+3
2022-10-13
KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...
Gavin Shan
1
-1
/
+1
2022-10-10
KVM: arm64: selftests: Fix multiple versions of GIC creation
Zenghui Yu
1
-2
/
+2
2022-10-03
Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
7
-12
/
+331
2022-10-01
Merge branch kvm-arm64/misc-6.1 into kvmarm-master/next
Marc Zyngier
1
-4
/
+6
2022-10-01
Merge branch kvm-arm64/dirty-log-ordered into kvmarm-master/next
Marc Zyngier
2
-4
/
+9
2022-09-30
Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEAD
Paolo Bonzini
8
-81
/
+358
2022-09-30
KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hosts
David Matlack
3
-2
/
+48
2022-09-30
KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parameters
David Matlack
3
-12
/
+44
2022-09-30
KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachable
David Matlack
1
-2
/
+4
2022-09-30
Revert "KVM: selftests: Fix nested SVM tests when built with clang"
Sean Christopherson
1
-13
/
+1
2022-09-30
KVM: selftests: Dedup subtests of fix_hypercall_test
Sean Christopherson
1
-32
/
+13
2022-09-30
KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==off
Sean Christopherson
1
-8
/
+18
2022-09-30
KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" test
Sean Christopherson
1
-27
/
+16
2022-09-30
KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_test
Sean Christopherson
1
-14
/
+8
2022-09-30
KVM: selftests: Compare insn opcodes directly in fix_hypercall_test
Sean Christopherson
1
-18
/
+16
2022-09-30
KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest use
Sean Christopherson
2
-1
/
+49
2022-09-30
KVM: selftests: Gracefully handle empty stack traces
David Matlack
1
-7
/
+13
2022-09-30
KVM: selftests: replace assertion with warning in access_tracking_perf_test
Emanuele Giuseppe Esposito
1
-9
/
+16
2022-09-29
KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available
Marc Zyngier
2
-2
/
+6
2022-09-29
KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics
Marc Zyngier
1
-2
/
+3
[prev]
[next]