index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
dirty_log_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
1
-0
/
+1
*
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
2024-04-29
1
-2
/
+3
*
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
2024-04-29
1
-16
/
+1
*
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-29
1
-3
/
+0
*
KVM: selftests: Fix a semaphore imbalance in the dirty ring logging test
Sean Christopherson
2024-02-06
1
-23
/
+27
*
KVM: selftests: Remove redundant newlines
Andrew Jones
2024-01-29
1
-2
/
+2
*
KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
2023-11-14
1
-1
/
+1
*
Merge remote-tracking branch 'kvm/queue' into HEAD
Paolo Bonzini
2022-12-12
1
-17
/
+17
|
\
|
*
KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
Sean Christopherson
2022-12-02
1
-17
/
+17
*
|
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
2022-12-09
1
-14
/
+39
|
\
\
|
|
/
|
/
|
|
*
KVM: selftests: Automate choosing dirty ring size in dirty_log_test
Gavin Shan
2022-11-10
1
-4
/
+22
|
*
KVM: selftests: Clear dirty ring states between two modes in dirty_log_test
Gavin Shan
2022-11-10
1
-10
/
+17
*
|
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
2022-11-17
1
-1
/
+0
*
|
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
2022-11-17
1
-2
/
+0
|
/
*
KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available
Marc Zyngier
2022-09-29
1
-1
/
+2
*
KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics
Marc Zyngier
2022-09-29
1
-2
/
+3
*
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
2022-06-11
1
-2
/
+2
*
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
2022-06-11
1
-2
/
+1
*
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
2022-06-11
1
-5
/
+4
*
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
1
-5
/
+5
*
KVM: selftests: Remove vcpu_get() usage from dirty_log_test
Sean Christopherson
2022-06-11
1
-6
/
+4
*
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Convert dirty_log_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-29
/
+30
*
KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
Sean Christopherson
2022-06-11
1
-5
/
+2
*
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-11
1
-4
/
+1
*
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
2022-06-11
1
-4
/
+2
*
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
2021-11-16
1
-3
/
+3
*
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-08
1
-2
/
+2
*
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
2021-06-24
1
-1
/
+1
*
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
2021-06-24
1
-1
/
+1
*
KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
Sean Christopherson
2021-06-24
1
-1
/
+0
*
KVM: selftests: Always run vCPU thread with blocked SIG_IPI
Paolo Bonzini
2021-04-21
1
-2
/
+7
*
KVM: selftests: Sync data verify of dirty logging with guest sync
Peter Xu
2021-04-21
1
-10
/
+50
*
KVM: selftests: Factor out guest mode code
Andrew Jones
2021-01-08
1
-88
/
+37
*
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-11-16
1
-3
/
+0
*
KVM: selftests: Add "-c" parameter to dirty log test
Peter Xu
2020-11-15
1
-3
/
+10
*
KVM: selftests: Run dirty ring test asynchronously
Peter Xu
2020-11-15
1
-4
/
+60
*
KVM: selftests: Add dirty ring buffer test
Peter Xu
2020-11-15
1
-11
/
+243
*
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
2020-11-15
1
-12
/
+24
*
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
2020-11-08
1
-1
/
+1
*
KVM: selftests: Use a single binary for dirty/clear log test
Peter Xu
2020-11-08
1
-31
/
+156
*
KVM: selftests: Always clear dirty bitmap after iteration
Peter Xu
2020-11-08
1
-1
/
+1
*
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
2020-03-16
1
-4
/
+3
*
KVM: selftests: virt_map should take npages, not size
Andrew Jones
2020-03-16
1
-2
/
+1
*
KVM: selftests: Use consistent message for test skipping
Andrew Jones
2020-03-16
1
-2
/
+1
*
KVM: selftests: s390x: Provide additional num-guest-pages adjustment
Andrew Jones
2020-03-16
1
-4
/
+1
[next]