index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
dirty_log_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if available
Marc Zyngier
1
-1
/
+2
2022-09-29
KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semantics
Marc Zyngier
1
-2
/
+3
2022-06-11
KVM: selftests: Add kvm_has_cap() to provide syntactic sugar
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
1
-2
/
+1
2022-06-11
KVM: selftests: Open code and drop 'struct kvm_vm' accessors
Sean Christopherson
1
-5
/
+4
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
1
-5
/
+5
2022-06-11
KVM: selftests: Remove vcpu_get() usage from dirty_log_test
Sean Christopherson
1
-6
/
+4
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Convert dirty_log_test away from VCPU_ID
Sean Christopherson
1
-29
/
+30
2022-06-11
KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Use vm_create_without_vcpus() in dirty_log_test
Sean Christopherson
1
-5
/
+2
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
1
-4
/
+1
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
1
-4
/
+2
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
1
-1
/
+1
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
1
-3
/
+3
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
1
-2
/
+2
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Unconditionally use memslot 0 when loading elf binary
Sean Christopherson
1
-1
/
+1
2021-06-24
KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build
Sean Christopherson
1
-1
/
+0
2021-04-21
KVM: selftests: Always run vCPU thread with blocked SIG_IPI
Paolo Bonzini
1
-2
/
+7
2021-04-21
KVM: selftests: Sync data verify of dirty logging with guest sync
Peter Xu
1
-10
/
+50
2021-01-07
KVM: selftests: Factor out guest mode code
Andrew Jones
1
-88
/
+37
2020-11-16
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
1
-3
/
+0
2020-11-15
KVM: selftests: Add "-c" parameter to dirty log test
Peter Xu
1
-3
/
+10
2020-11-15
KVM: selftests: Run dirty ring test asynchronously
Peter Xu
1
-4
/
+60
2020-11-15
KVM: selftests: Add dirty ring buffer test
Peter Xu
1
-11
/
+243
2020-11-15
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
1
-12
/
+24
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
1
-1
/
+1
2020-11-08
KVM: selftests: Use a single binary for dirty/clear log test
Peter Xu
1
-31
/
+156
2020-11-08
KVM: selftests: Always clear dirty bitmap after iteration
Peter Xu
1
-1
/
+1
2020-03-16
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
1
-4
/
+3
2020-03-16
KVM: selftests: virt_map should take npages, not size
Andrew Jones
1
-2
/
+1
2020-03-16
KVM: selftests: Use consistent message for test skipping
Andrew Jones
1
-2
/
+1
2020-03-16
KVM: selftests: s390x: Provide additional num-guest-pages adjustment
Andrew Jones
1
-4
/
+1
2020-03-16
kvm: selftests: Support dirty log initial-all-set test
Jay Zhou
1
-3
/
+12
2020-03-16
KVM: selftests: Rework debug message printing
Andrew Jones
1
-7
/
+9
2020-02-24
KVM: selftests: Introduce num-pages conversion utilities
Andrew Jones
1
-7
/
+6
2020-02-24
KVM: selftests: Rename vm_guest_mode_params
Andrew Jones
1
-17
/
+17
2020-02-24
KVM: selftests: aarch64: Remove unnecessary ifdefs
Andrew Jones
1
-12
/
+9
2019-09-24
KVM: selftests: Remove duplicate guest mode handling
Peter Xu
1
-47
/
+5
2019-09-24
KVM: selftests: Introduce VM_MODE_PXXV48_4K
Peter Xu
1
-3
/
+2
2019-09-24
KVM: selftests: Create VM earlier for dirty log test
Peter Xu
1
-3
/
+16
2019-09-24
KVM: selftests: Move vm type into _vm_create() internally
Peter Xu
1
-10
/
+3
2019-08-02
KVM: selftests: Enable dirty_log_test on s390x
Thomas Huth
1
-7
/
+52
2019-08-02
KVM: selftests: Split ucall.c into architecture specific files
Thomas Huth
1
-1
/
+1
2019-06-04
kvm: selftests: ucall improvements
Andrew Jones
1
-2
/
+1
2019-05-24
kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot size
Andrew Jones
1
-1
/
+1
2019-05-24
KVM: selftests: Compile code with warnings enabled
Thomas Huth
1
-1
/
+5
[next]