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
2023-01-24
KVM: selftests: x86: Use host's native hypercall instruction in kvm_hypercall()
Vishal Annapurve
1
-2
/
+8
2023-01-24
KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)
Vishal Annapurve
6
-8
/
+21
2023-01-24
KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queries
Vishal Annapurve
6
-33
/
+30
2023-01-24
KVM: selftests: Fix a typo in the vcpu_msrs_set assert
Aaron Lewis
1
-1
/
+1
2023-01-24
KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fd
Reiji Watanabe
1
-0
/
+2
2023-01-24
KVM: selftests: Test masked events in PMU filter
Aaron Lewis
1
-2
/
+336
2023-01-24
KVM: selftests: Add testing for KVM_SET_PMU_EVENT_FILTER
Aaron Lewis
1
-0
/
+36
2023-01-24
KVM: selftests: Add flags when creating a pmu event filter
Aaron Lewis
1
-4
/
+5
2023-01-22
KVM: selftests: Make reclaim_period_ms input always be positive
Vipin Sharma
1
-1
/
+1
2023-01-22
selftests: kvm: move declaration at the beginning of main()
Paolo Bonzini
1
-4
/
+3
2022-12-29
KVM: selftests: Test Hyper-V invariant TSC control
Vitaly Kuznetsov
3
-0
/
+51
2022-12-29
KVM: selftests: Test that values written to Hyper-V MSRs are preserved
Vitaly Kuznetsov
1
-8
/
+28
2022-12-29
KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
Vitaly Kuznetsov
2
-81
/
+127
2022-12-29
KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...
Vitaly Kuznetsov
1
-92
/
+92
2022-12-29
KVM: selftests: x86: Use TAP interface in the tsc_msrs_test
Thomas Huth
1
-4
/
+12
2022-12-29
KVM: selftests: Use TAP interface in the kvm_binary_stats_test
Thomas Huth
1
-2
/
+9
2022-12-28
KVM: selftests: restore special vmmcall code layout needed by the harness
Paolo Bonzini
1
-2
/
+11
2022-12-28
KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
Paolo Bonzini
1
-0
/
+6
2022-12-27
KVM: selftests: Mark correct page as mapped in virt_map()
Oliver Upton
1
-2
/
+2
2022-12-27
KVM: arm64: selftests: Don't identity map the ucall MMIO hole
Oliver Upton
1
-2
/
+4
2022-12-27
KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap
Paolo Bonzini
1
-0
/
+9
2022-12-27
KVM: selftests: Use magic value to signal ucall_alloc() failure
Sean Christopherson
1
-2
/
+14
2022-12-27
KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
Sean Christopherson
1
-0
/
+1
2022-12-27
KVM: selftests: Include lib.mk before consuming $(CC)
Sean Christopherson
1
-4
/
+5
2022-12-27
KVM: selftests: Explicitly disable builtins for mem*() overrides
Sean Christopherson
1
-0
/
+1
2022-12-27
KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
Sean Christopherson
1
-1
/
+1
2022-12-27
KVM: selftests: Use proper function prototypes in probing code
Sean Christopherson
1
-2
/
+2
2022-12-27
KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
Sean Christopherson
1
-34
/
+13
2022-12-27
KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
Sean Christopherson
1
-1
/
+1
2022-12-27
KVM: selftests: Use pattern matching in .gitignore
Sean Christopherson
1
-85
/
+6
2022-12-27
KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
Sean Christopherson
1
-0
/
+3
2022-12-27
KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
Sean Christopherson
1
-5
/
+0
2022-12-27
KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
Sean Christopherson
1
-1
/
+1
2022-12-23
KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test
Sean Christopherson
1
-1
/
+2
2022-12-12
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
15
-123
/
+298
2022-12-09
KVM: selftests: Allocate ucall pool from MEM_REGION_DATA
Oliver Upton
1
-1
/
+1
2022-12-09
KVM: arm64: selftests: Align VA space allocator with TTBR0
Oliver Upton
3
-5
/
+21
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
22
-485
/
+2053
2022-12-05
Merge branch kvm-arm64/dirty-ring into kvmarm-master/next
Marc Zyngier
2
-15
/
+40
2022-12-05
Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/next
Marc Zyngier
5
-12
/
+9
2022-12-05
Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/next
Marc Zyngier
14
-276
/
+1547
2022-12-05
Merge branch kvm-arm64/selftest/linked-bps into kvmarm-master/next
Marc Zyngier
3
-76
/
+245
2022-12-05
Merge branch kvm-arm64/selftest/memslot-fixes into kvmarm-master/next
Marc Zyngier
1
-109
/
+208
2022-12-02
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
Colin Ian King
1
-1
/
+1
2022-12-02
tools: Drop "atomic_" prefix from atomic test_and_set_bit()
Sean Christopherson
1
-1
/
+1
2022-12-02
KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
Sean Christopherson
4
-22
/
+22
2022-12-02
KVM: arm64: selftests: Enable single-step without a "full" ucall()
Sean Christopherson
2
-10
/
+19
2022-12-02
Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-0
/
+49
2022-12-01
KVM: selftests: Define and use a custom static assert in lib headers
Sean Christopherson
2
-12
/
+24
2022-12-01
KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
Sean Christopherson
1
-3
/
+7
[prev]
[next]