index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
riscv
/
processor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-20
KVM: selftests: Replace "paddr" with "gpa" throughout
Sean Christopherson
1
-8
/
+8
2026-04-20
KVM: selftests: Replace "vaddr" with "gva" throughout
Sean Christopherson
1
-13
/
+12
2026-04-20
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
1
-3
/
+3
2026-04-20
KVM: selftests: Use u8 instead of uint8_t
David Matlack
1
-3
/
+3
2026-04-20
KVM: selftests: Use u32 instead of uint32_t
David Matlack
1
-3
/
+3
2026-04-20
KVM: selftests: Use u64 instead of uint64_t
David Matlack
1
-16
/
+16
2026-04-20
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
1
-1
/
+1
2026-04-20
KVM: selftests: Use gva_t instead of vm_vaddr_t
David Matlack
1
-4
/
+4
2026-04-02
KVM: riscv: selftests: Implement kvm_arch_has_default_irqchip
Mayuresh Chitale
1
-0
/
+5
2026-02-11
Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-4
/
+59
2026-02-09
Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-15
/
+16
2026-02-06
KVM: riscv: selftests: Add riscv vm satp modes
Wu Fei
1
-4
/
+59
2026-01-15
KVM: selftests: Move page_align() to shared header
Fuad Tabba
1
-6
/
+1
2026-01-15
KVM: riscv: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
1
-1
/
+1
2026-01-08
KVM: selftests: Add "struct kvm_mmu" to track a given MMU instance
Sean Christopherson
1
-15
/
+16
2025-05-21
KVM: riscv: selftests: Align the trap information wiht pt_regs
Atish Patra
1
-1
/
+1
2024-12-18
KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-param
Sean Christopherson
1
-33
/
+33
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
1
-0
/
+1
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
1
-0
/
+1
2024-04-26
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
1
-0
/
+12
2024-03-11
Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-3
/
+6
2024-03-06
KVM: riscv: selftests: Change vcpu_has_ext to a common function
Haibo Xu
1
-0
/
+10
2024-03-06
KVM: riscv: selftests: Add guest helper to get vcpu id
Haibo Xu
1
-0
/
+8
2024-03-06
KVM: riscv: selftests: Add exception handling support
Haibo Xu
1
-0
/
+69
2024-02-28
KVM: selftests: Move setting a vCPU's entry point to a dedicated API
Sean Christopherson
1
-3
/
+6
2024-01-29
KVM: selftests: riscv: Remove redundant newlines
Andrew Jones
1
-1
/
+1
2023-12-30
RISC-V: KVM: selftests: Add guest_sbi_probe_extension
Andrew Jones
1
-0
/
+19
2023-12-30
RISC-V: KVM: selftests: Move sbi_ecall to processor.c
Andrew Jones
1
-0
/
+26
2023-12-29
KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
Andrew Jones
1
-2
/
+2
2022-11-10
KVM: selftests: Use the right memslot for code, page-tables, and data allocat...
Ricardo Koller
1
-3
/
+5
2022-11-10
KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()
Ricardo Koller
1
-12
/
+15
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
1
-48
/
+46
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpers
Sean Christopherson
1
-42
/
+42
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-1
/
+1
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: Get rid of kvm_util_internal.h
Sean Christopherson
1
-1
/
+0
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-1
/
+1
2022-05-20
KVM: selftests: riscv: Remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2022-05-20
KVM: selftests: riscv: Improve unexpected guest trap handling
Anup Patel
1
-4
/
+5
2022-04-09
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
1
-1
/
+1
2022-01-06
KVM: selftests: Add initial support for RISC-V 64-bit
Anup Patel
1
-0
/
+362