aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27KVM: x86: Reduce refcount if single_open() fails in kvm_mmu_rmaps_stat_open()Hou Wenlong1-1/+6
2022-06-08KVM: x86: Introduce "struct kvm_caps" to track misc caps/settingsSean Christopherson1-2/+2
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+3
2022-01-07KVM: x86: Check for rmaps allocationNikunj A Dadhania1-0/+3
2021-12-08KVM: Keep memslots in tree-based structures instead of array-based onesMaciej S. Szmigiero1-3/+3
2021-08-20KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs filePeter Xu1-0/+111
2021-06-17KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest modeKrish Sadhukhan1-0/+11
2020-06-04KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directoriesPaolo Bonzini1-5/+5
2019-08-05KVM: no need to check return value of debugfs_create functionsGreg KH1-28/+13
2019-08-05KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini1-5/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner1-4/+1
2019-05-24KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspaceWanpeng Li1-0/+18
2016-09-16kvm: x86: export TSC information to user-spaceLuiz Capitulino1-1/+50
2016-09-16kvm: add stubs for arch specific debugfs supportLuiz Capitulino1-0/+20