summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/elf.c
AgeCommit message (Expand)Author
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones
2023-01-24KVM: selftests: kvm_vm_elf_load() and elfhdr_get() should close fdReiji Watanabe
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-11-16KVM: selftests: Fix spelling mistake "begining" -> "beginning"Colin Ian King
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2018-04-04kvm: selftests: add sync_regs_testPaolo Bonzini