index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
aarch64
/
processor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-26
KVM: arm64: selftests: Convert to kernel's ESR terminology
Oliver Upton
1
-3
/
+3
2024-08-30
KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer test
Colton Lewis
1
-0
/
+6
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
1
-0
/
+2
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+18
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
1
-6
/
+18
2024-01-29
KVM: selftests: aarch64: Remove redundant newlines
Andrew Jones
1
-1
/
+1
2023-11-27
KVM: selftests: arm64: Support P52V48 4K and 16K guest_modes
Ryan Roberts
1
-9
/
+30
2023-11-27
KVM: selftests: arm64: Determine max ipa size per-page size
Ryan Roberts
1
-5
/
+25
2023-10-18
tools headers arm64: Update sysreg.h with kernel sources
Jing Zhang
1
-3
/
+3
2023-04-21
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
1
-19
/
+33
2023-04-05
KVM: selftests: Add a helper for SMCCC calls with SMC instruction
Oliver Upton
1
-19
/
+33
2023-03-30
KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48
Ryan Roberts
1
-2
/
+5
2023-03-30
KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48
Ryan Roberts
1
-8
/
+24
2022-12-09
KVM: arm64: selftests: Align VA space allocator with TTBR0
Oliver Upton
1
-0
/
+10
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
1
-21
/
+34
2022-12-05
Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/next
Marc Zyngier
1
-18
/
+30
2022-11-16
KVM: selftests: Add arch specific initialization
Vishal Annapurve
1
-9
/
+9
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
1
-5
/
+7
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
1
-12
/
+15
2022-11-10
KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros
Ricardo Koller
1
-1
/
+1
2022-11-10
KVM: selftests: aarch64: Add virt_get_pte_hva() library function
Ricardo Koller
1
-3
/
+10
2022-11-10
KVM: arm64: selftests: Use FIELD_GET() to extract ID register fields
Reiji Watanabe
1
-3
/
+4
2022-06-11
KVM: selftests: Sanity check input to ioctls() at build time
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
1
-23
/
+24
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
1
-14
/
+14
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-5
/
+4
2022-06-11
KVM: selftests: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
1
-8
/
+12
2022-06-11
KVM: selftests: Add "arch" to common utils that have arch implementations
Sean Christopherson
1
-6
/
+6
2022-06-11
KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
Sean Christopherson
1
-4
/
+4
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Use kvm_ioctl() helpers
Sean Christopherson
1
-2
/
+2
2022-05-03
selftests: KVM: Create helper for making SMCCC calls
Oliver Upton
1
-0
/
+25
2021-12-28
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
1
-0
/
+10
2021-12-28
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
1
-0
/
+6
2021-12-28
KVM: selftests: arm64: Rework TCR_EL1 configuration
Marc Zyngier
1
-7
/
+14
2021-12-28
KVM: selftests: arm64: Check for supported page sizes
Marc Zyngier
1
-0
/
+36
2021-12-28
KVM: selftests: arm64: Initialise default guest mode at test startup time
Marc Zyngier
1
-0
/
+9
2021-10-17
KVM: arm64: selftests: Add guest support to get the vcpuid
Raghavendra Rao Ananta
1
-0
/
+6
2021-10-17
KVM: arm64: selftests: Maintain consistency for vcpuid type
Raghavendra Rao Ananta
1
-1
/
+1
2021-10-17
KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REG
Raghavendra Rao Ananta
1
-8
/
+8
2021-07-15
KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
Ricardo Koller
1
-1
/
+1
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+97
2021-06-24
KVM: selftests: Add wrapper to allocate page table page
Sean Christopherson
1
-13
/
+6
2021-06-24
KVM: selftests: Unconditionally use memslot '0' for page table allocations
Sean Christopherson
1
-8
/
+7
2021-06-24
KVM: selftests: Unconditionally use memslot 0 for vaddr allocations
Sean Christopherson
1
-3
/
+3
2021-06-14
KVM: selftests: Add exception handling support for aarch64
Ricardo Koller
1
-0
/
+97
2020-11-15
KVM: selftests: Make vm_create_default common
Andrew Jones
1
-17
/
+0
2020-11-08
selftests: kvm: Add exception handling to selftests
Aaron Lewis
1
-0
/
+4
2020-03-16
selftests: kvm: Uses TEST_FAIL in tests/utilities
Wainer dos Santos Moschetta
1
-9
/
+8
2020-03-16
KVM: selftests: Share common API documentation
Andrew Jones
1
-17
/
+0
[next]