aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fail_function.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-26x86/tdx: mark tdh_vp_enter() as __flattenPaolo Bonzini1-1/+1
2025-05-26Documentation: virt/kvm: remove unreferenced footnotePaolo Bonzini1-1/+1
2025-05-24RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář1-2/+2
2025-05-22KVM: arm64: Fix documentation for vgic_its_iter_next()Marc Zyngier1-1/+1
2025-05-21KVM: arm64: np-guest CMOs with PMD_SIZE fixmapVincent Donnefort6-33/+123
2025-05-21KVM: arm64: Stage-2 huge mappings for np-guestsVincent Donnefort3-11/+20
2025-05-21KVM: arm64: Add a range to pkvm_mappingsQuentin Perret2-9/+29
2025-05-21KVM: arm64: Convert pkvm_mappings to interval treeQuentin Perret3-60/+37
2025-05-21KVM: arm64: Add a range to __pkvm_host_test_clear_young_guest()Vincent Donnefort4-8/+13
2025-05-21KVM: arm64: Add a range to __pkvm_host_wrprotect_guest()Vincent Donnefort4-12/+17
2025-05-21KVM: arm64: Add a range to __pkvm_host_unshare_guest()Vincent Donnefort4-29/+35
2025-05-21KVM: arm64: Add a range to __pkvm_host_share_guest()Vincent Donnefort4-34/+61
2025-05-21KVM: arm64: Introduce for_each_hyp_pageVincent Donnefort3-34/+37
2025-05-21KVM: arm64: Handle huge mappings for np-guest CMOsVincent Donnefort1-4/+22
2025-05-21KVM: arm64: nv: Release faulted-in VNCR page from mmu_lock critical sectionMarc Zyngier1-1/+1
2025-05-21KVM: arm64: nv: Handle TLBI S1E2 for VNCR invalidation with mmu_lock heldMarc Zyngier1-0/+2
2025-05-21KVM: arm64: nv: Hold mmu_lock when invalidating VNCR SW-TLB before translatingMarc Zyngier1-7/+18
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář7-13/+60
2025-05-21RISC-V: KVM: Remove scounteren initializationAtish Patra2-3/+10
2025-05-21KVM: RISC-V: remove unnecessary SBI reset stateRadim Krčmář5-45/+46
2025-05-21KVM: RISC-V: refactor sbi reset requestRadim Krčmář4-21/+16
2025-05-21KVM: RISC-V: refactor vector state resetRadim Krčmář3-11/+13
2025-05-21RISC-V: KVM: Remove experimental tag for RISC-VAtish Patra1-1/+1
2025-05-21KVM: riscv: selftests: Add vector extension testsAtish Patra1-0/+132
2025-05-21KVM: riscv: selftests: Decode stval to identify exact exception typeAtish Patra2-1/+32
2025-05-21KVM: riscv: selftests: Align the trap information wiht pt_regsAtish Patra6-76/+83
2025-05-20KVM: selftests: Add supported test cases for LoongArchBibo Mao4-2/+21
2025-05-20KVM: selftests: Add ucall test support for LoongArchBibo Mao2-0/+58
2025-05-20KVM: selftests: Add core KVM selftests support for LoongArchBibo Mao2-0/+405
2025-05-20KVM: selftests: Add KVM selftests header files for LoongArchBibo Mao3-0/+153
2025-05-20KVM: selftests: Add VM_MODE_P47V47_16K VM modeBibo Mao2-0/+4
2025-05-20LoongArch: KVM: Do not flush tlb if HW PTW supportedBibo Mao3-8/+17
2025-05-20LoongArch: KVM: Add ecode parameter for exception handlersBibo Mao2-15/+16
2025-05-19KVM: arm64: vgic-its: Add debugfs interface to expose ITS tablesJing Zhang3-31/+265
2025-05-19arm64: errata: Work around AmpereOne's erratum AC04_CPU_23D Scott Phillips17-19/+80
2025-05-19KVM: arm64: Handle TSB CSYNC trapsMarc Zyngier3-1/+8
2025-05-19KVM: arm64: Add FGT descriptors for FEAT_FGT2Marc Zyngier1-0/+83
2025-05-19KVM: arm64: Allow sysreg ranges for FGT descriptorsMarc Zyngier1-81/+42
2025-05-19KVM: arm64: Add context-switch for FEAT_FGT2 registersMarc Zyngier1-0/+44
2025-05-19KVM: arm64: Add trap routing for FEAT_FGT2 registersMarc Zyngier1-0/+12
2025-05-19KVM: arm64: Add sanitisation for FEAT_FGT2 registersMarc Zyngier7-0/+260
2025-05-19KVM: arm64: Add FEAT_FGT2 registers to the VNCR pageMarc Zyngier2-0/+10
2025-05-19KVM: arm64: Use HCR_EL2 feature map to drive fixed-value bitsMarc Zyngier2-37/+150
2025-05-19KVM: arm64: Use HCRX_EL2 feature map to drive fixed-value bitsMarc Zyngier2-39/+79
2025-05-19KVM: arm64: Allow kvm_has_feat() to take variable argumentsMarc Zyngier1-2/+6
2025-05-19KVM: arm64: Use FGT feature maps to drive RES0 bitsMarc Zyngier3-119/+57
2025-05-19KVM: arm64: Document NV caps and vcpu flagsMarc Zyngier1-1/+13
2025-05-19KVM: arm64: Allow userspace to request KVM_ARM_VCPU_EL2*Marc Zyngier3-1/+9
2025-05-19KVM: arm64: nv: Remove dead code from ERET handlingMarc Zyngier1-7/+0
2025-05-19KVM: arm64: nv: Plumb TLBI S1E2 into system instruction dispatchMarc Zyngier1-26/+61