index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
aarch64
/
vgic_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-12
Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...
Paolo Bonzini
1
-1
/
+0
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
1
-1
/
+0
2024-04-24
KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIF
Oliver Upton
1
-0
/
+49
2022-11-17
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
1
-2
/
+0
2022-10-10
KVM: arm64: selftests: Fix multiple versions of GIC creation
Zenghui Yu
1
-2
/
+2
2022-08-01
Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-5
/
+12
2022-07-15
KVM: arm64: selftests: Add support for GICv2 on v3
Marc Zyngier
1
-5
/
+8
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
1
-7
/
+3
2022-06-11
KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()
Sean Christopherson
1
-31
/
+51
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
1
-5
/
+5
2022-06-11
KVM: selftests: Dedup vgic_init's asserts and improve error messages
Sean Christopherson
1
-65
/
+47
2022-06-11
KVM: selftests: Split get/set device_attr helpers
Sean Christopherson
1
-125
/
+121
2022-06-11
KVM: selftests: Drop 'int' return from asserting *_has_device_attr()
Sean Christopherson
1
-2
/
+2
2022-06-11
KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistency
Sean Christopherson
1
-7
/
+5
2022-06-11
KVM: selftests: Multiplex return code and fd in __kvm_create_device()
Sean Christopherson
1
-3
/
+3
2022-06-11
KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper
Sean Christopherson
1
-5
/
+5
2022-06-11
KVM: selftests: Drop @test param from kvm_create_device()
Sean Christopherson
1
-8
/
+6
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
1
-4
/
+2
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
1
-1
/
+1
2022-06-11
KVM: selftests: Fix typo in vgic_init test
Sean Christopherson
1
-2
/
+3
2022-06-11
KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()
Sean Christopherson
1
-2
/
+2
2021-10-17
Merge branch kvm-arm64/selftest/timer into kvmarm-master/next
Marc Zyngier
1
-2
/
+1
2021-10-17
KVM: arm64: selftests: Add host support for vGIC
Raghavendra Rao Ananta
1
-2
/
+1
2021-10-11
KVM: arm64: selftests: Add init ITS device test
Ricardo Koller
1
-0
/
+42
2021-10-11
KVM: arm64: selftests: Add test for legacy GICv3 REDIST base partially above ...
Ricardo Koller
1
-0
/
+34
2021-10-11
KVM: arm64: selftests: Add tests for GIC redist/cpuif partially above IPA range
Ricardo Koller
1
-12
/
+26
2021-10-11
KVM: arm64: selftests: Add some tests for GICv2 in vgic_init
Ricardo Koller
1
-32
/
+79
2021-10-11
KVM: arm64: selftests: Make vgic_init/vm_gic_create version agnostic
Ricardo Koller
1
-9
/
+10
2021-10-11
KVM: arm64: selftests: Make vgic_init gic version agnostic
Ricardo Koller
1
-61
/
+95
2021-04-07
KVM: selftests: vgic_init kvm selftests fixup
Eric Auger
1
-154
/
+121
2021-04-06
KVM: selftests: aarch64/vgic-v3 init sequence tests
Eric Auger
1
-0
/
+584