index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
aarch64
/
vgic_irq.c
Age
Commit message (
Expand
)
Author
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
2024-08-30
KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer test
Colton Lewis
2024-04-25
KVM: selftests: Standardise layout of GIC frames
Oliver Upton
2024-04-25
KVM: selftests: Align with kernel's GIC definitions
Oliver Upton
2023-08-02
KVM: selftests: Rip out old, param-based guest assert macros
Sean Christopherson
2023-08-02
KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERT
Sean Christopherson
2022-11-16
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
2022-07-13
KVM: selftests: Fix filename reporting in guest asserts
Colton Lewis
2022-06-11
KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+paste
Sean Christopherson
2022-06-11
KVM: selftests: Purge vm+vcpu_id == vcpu silliness
Sean Christopherson
2022-06-11
KVM: selftests: Convert vgic_irq away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errors
Sean Christopherson
2022-03-18
Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-02-25
KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3
Mark Brown
2022-02-08
kvm: selftests: aarch64: fix some vgic related comments
Ricardo Koller
2022-02-08
kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...
Ricardo Koller
2022-02-08
kvm: selftests: aarch64: pass vgic_irq guest args as a pointer
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add test for restoring active IRQs
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add ISPENDR write tests in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add tests for IRQFD in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add test_inject_fail to vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add tests for LEVEL_INFO in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Level-sensitive interrupts tests in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add preemption tests in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set EOI mode in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq test
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Abstract the injection functions in vgic_irq
Ricardo Koller
2021-12-28
KVM: selftests: aarch64: Add vgic_irq to test userspace IRQ injection
Ricardo Koller