index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
set_memory_region_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
2024-05-12
1
-1
/
+12
|
\
|
*
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
2024-04-29
1
-0
/
+12
|
*
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-04-29
1
-1
/
+0
*
|
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2024-05-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
KVM: selftests: fix supported_flags for riscv
Andrew Jones
2024-04-08
1
-1
/
+1
*
|
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
2024-04-11
1
-4
/
+4
|
/
*
KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusive
Sean Christopherson
2024-02-22
1
-0
/
+6
*
KVM: selftests: Create GUEST_MEMFD for relevant invalid flags testcases
Sean Christopherson
2024-02-22
1
-1
/
+5
*
KVM: selftests: Remove redundant newlines
Andrew Jones
2024-01-29
1
-3
/
+3
*
Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2023-12-08
1
-3
/
+3
|
\
|
*
KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Sean Christopherson
2023-12-01
1
-3
/
+3
*
|
KVM: selftests: fix supported_flags for aarch64
Paolo Bonzini
2023-12-08
1
-1
/
+3
|
/
*
selftests/kvm: fix compilation on non-x86_64 platforms
Paolo Bonzini
2023-11-21
1
-6
/
+6
*
KVM: selftests: Add a memory region subtest to validate invalid flags
Sean Christopherson
2023-11-14
1
-0
/
+49
*
KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Chao Peng
2023-11-14
1
-2
/
+102
*
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
1
-2
/
+0
*
KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
Sean Christopherson
2023-08-02
1
-9
/
+14
*
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
2023-03-14
1
-5
/
+1
*
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
2022-11-16
1
-3
/
+0
*
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
1
-1
/
+1
*
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-11-16
1
-1
/
+1
*
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-07-13
1
-2
/
+1
*
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
1
-4
/
+4
*
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2022-06-11
1
-1
/
+1
*
KVM: selftests: Convert set_memory_region_test away from VCPU_ID
Sean Christopherson
2022-06-11
1
-18
/
+18
*
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
2022-06-11
1
-2
/
+2
*
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
2022-06-11
1
-2
/
+1
*
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
2022-06-11
1
-2
/
+2
*
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-06-11
1
-2
/
+2
*
KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
Sean Christopherson
2022-03-08
1
-27
/
+8
*
Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
2021-07-14
1
-3
/
+4
|
\
|
*
KVM: selftests: do not require 64GB in set_memory_region_test
Christian Borntraeger
2021-07-06
1
-1
/
+2
|
*
KVM: selftests: Fix mapping length truncation in m{,un}map()
Zenghui Yu
2021-06-24
1
-2
/
+2
*
|
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
2021-06-24
1
-1
/
+1
|
/
*
KVM: selftests: Speed up set_memory_region_test
Vitaly Kuznetsov
2021-04-26
1
-16
/
+45
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-12-20
1
-2
/
+0
|
\
|
*
KVM: selftests: x86: Set supported CPUIDs on default VM
Andrew Jones
2020-11-16
1
-2
/
+0
*
|
selftests: kvm/set_memory_region_test: Fix race in move region test
Maciej S. Szmigiero
2020-12-03
1
-4
/
+13
|
/
*
selftests: kvm/set_memory_region_test: do not check RIP if the guest shuts down
Paolo Bonzini
2020-04-21
1
-4
/
+9
*
selftests: kvm: Add testcase for creating max number of memslots
Wainer dos Santos Moschetta
2020-04-15
1
-4
/
+61
*
KVM: selftests: Make set_memory_region_test common to all architectures
Sean Christopherson
2020-04-15
1
-0
/
+346