summaryrefslogtreecommitdiff
path: root/Documentation/virt/kvm/api.rst
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-4/+4
2024-05-12Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+7
2024-05-07KVM: PPC: Fix documentation for ppc mmu capsJoel Stanley1-4/+4
2024-05-04KVM: fix documentation for KVM_CREATE_GUEST_MEMFDCarlos López1-1/+1
2024-05-01KVM: arm64: Force injection of a data abort on NISV MMIO exitMarc Zyngier1-0/+7
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini1-0/+2
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-12/+41
2024-02-23KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson1-0/+5
2024-02-22KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant1-5/+21
2024-02-22KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant1-6/+19
2024-01-08Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+6
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini1-12/+0
2023-12-08KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BITPaul Durrant1-0/+6
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson1-0/+32
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng1-2/+6
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson1-2/+68
2023-11-13KVM: Introduce per-page memory attributesChao Peng1-0/+36
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng1-0/+41
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson1-0/+22
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-0/+52
2023-10-31Merge tag 'kvm-x86-docs-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+27
2023-10-04KVM: arm64: Document vCPU feature selection UAPIsOliver Upton1-0/+4
2023-10-04KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKSJing Zhang1-0/+48
2023-10-02LoongArch: KVM: Supplement kvm document about LoongArch-specific partTianrui Zhao1-9/+61
2023-09-28KVM: x86/pmu: Add documentation for fixed ctr on PMU filterJinrong Liang1-0/+18
2023-09-27KVM: Correct kvm_vcpu_event(s) typo in KVM API documentationMichal Luczaj1-9/+9
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2023-08-18Documentation: Fix typosBjorn Helgaas1-13/+13
2023-08-09KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu1-1/+1
2023-08-08docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REGDaniel Henrique Barboza1-0/+2
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+27
2023-06-21docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet1-1/+1
2023-05-16KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller1-0/+27
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+70
2023-04-26Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-4/+67
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier1-4/+29
2023-04-05KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier1-0/+8
2023-04-05KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton1-0/+4
2023-04-05KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton1-2/+16
2023-04-05KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton1-2/+1
2023-04-04docs: kvm: x86: Fix broken field listTakahiro Itazuri1-2/+2
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-30KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and coMarc Zyngier1-0/+38
2023-03-24KVM: Add the missed title formatShaoqin Huang1-0/+1
2023-03-16KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth1-1/+2
2023-02-15Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-9/+37
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+7