summaryrefslogtreecommitdiffstats
path: root/Documentation/virt/kvm/api.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-171-4/+4
|\
| * KVM: PPC: Fix documentation for ppc mmu capsJoel Stanley2024-05-081-4/+4
* | Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-121-1/+1
|\ \
| * | KVM: fix documentation for KVM_CREATE_GUEST_MEMFDCarlos López2024-05-031-1/+1
| |/
* | Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini2024-05-121-0/+7
|\ \
| * | KVM: arm64: Force injection of a data abort on NISV MMIO exitMarc Zyngier2024-05-011-0/+7
| |/
* / KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+2
|/
* Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-12/+41
|\
| * KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant2024-02-221-5/+21
| * KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant2024-02-221-6/+19
* | KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson2024-02-221-0/+5
|/
* Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-0/+6
|\
| * KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BITPaul Durrant2023-12-071-0/+6
* | KVM: remove deprecated UAPIsPaolo Bonzini2023-12-081-12/+0
|/
* KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-0/+32
* KVM: x86/mmu: Handle page fault for private memoryChao Peng2023-11-141-2/+6
* KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson2023-11-141-2/+68
* KVM: Introduce per-page memory attributesChao Peng2023-11-131-0/+36
* KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng2023-11-131-0/+41
* KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-131-0/+22
* Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-311-0/+52
|\
| * KVM: arm64: Document vCPU feature selection UAPIsOliver Upton2023-10-041-0/+4
| * KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKSJing Zhang2023-10-041-0/+48
* | Merge tag 'kvm-x86-docs-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-9/+27
|\ \
| * | KVM: x86/pmu: Add documentation for fixed ctr on PMU filterJinrong Liang2023-09-271-0/+18
| * | KVM: Correct kvm_vcpu_event(s) typo in KVM API documentationMichal Luczaj2023-09-271-9/+9
| |/
* / LoongArch: KVM: Supplement kvm document about LoongArch-specific partTianrui Zhao2023-10-021-9/+61
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-071-1/+3
|\
| * KVM: riscv: Add KVM_GET_REG_LIST API supportHaibo Xu2023-08-091-1/+1
| * docs: kvm: riscv: document EBUSY in KVM_SET_ONE_REGDaniel Henrique Barboza2023-08-081-0/+2
* | Documentation: Fix typosBjorn Helgaas2023-08-181-13/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-031-0/+27
|\
| * KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller2023-05-161-0/+27
* | docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet2023-06-211-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-5/+70
|\
| * Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-0/+1
| |\
| | * KVM: Add the missed title formatShaoqin Huang2023-03-231-0/+1
| * | Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-04-261-4/+67
| |\ \ | | |/ | |/|
| | * Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-4/+29
| | |\
| | | * KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier2023-04-051-0/+8
| | | * KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-051-0/+4
| | | * KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton2023-04-051-2/+16
| | | * KVM: x86: Redefine 'longmode' as a flag for KVM_EXIT_HYPERCALLOliver Upton2023-04-051-2/+1
| | * | KVM: arm64: Document KVM_ARM_SET_CNT_OFFSETS and coMarc Zyngier2023-03-301-0/+38
| | |/
| * / KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAXThomas Huth2023-03-161-1/+2
| |/
* | Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds2023-04-241-1/+1
|\ \
| * | docs: move x86 documentation into Documentation/arch/Jonathan Corbet2023-03-301-1/+1
| |/
* / docs: kvm: x86: Fix broken field listTakahiro Itazuri2023-04-041-2/+2
|/
* Merge tag 'kvm-s390-next-6.3-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2023-02-151-9/+37
|\
| * Documentation: KVM: s390: Describe KVM_S390_MEMOP_F_CMPXCHGJanis Schoetterl-Glausch2023-02-071-3/+25