summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
AgeCommit message (Expand)AuthorLines
2024-06-03KVM: Enable halt polling shrink parameter by defaultParshuram Sangle-1/+1
2024-05-28Documentation: hyperv: Improve synic and interrupt handling descriptionMichael Kelley-34/+66
2024-05-28Documentation: hyperv: Update spelling and fix typoMichael Kelley-52/+52
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+4
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH commandBrijesh Singh-0/+28
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE commandBrijesh Singh-0/+54
2024-05-12KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START commandBrijesh Singh-1/+27
2024-05-12Merge tag 'kvm-x86-generic-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-150/+214
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth-2/+9
2024-05-08KVM: PPC: Fix documentation for ppc mmu capsJoel Stanley-4/+4
2024-05-03KVM: fix documentation for KVM_CREATE_GUEST_MEMFDCarlos López-1/+1
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier-150/+214
2024-05-01KVM: arm64: Force injection of a data abort on NISV MMIO exitMarc Zyngier-0/+7
2024-05-01KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rstWill Deacon-0/+47
2024-05-01KVM: arm64: Rename firmware pseudo-register documentation fileWill Deacon-4/+4
2024-05-01KVM: arm64: Reformat/beautify PTP hypercall documentationWill Deacon-14/+24
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini-3/+37
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini-0/+2
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini-0/+12
2024-03-18Documentation: kvm/sev: clarify usage of KVM_MEMORY_ENCRYPT_OPPaolo Bonzini-6/+7
2024-03-18Documentation: kvm/sev: separate description of firmwarePaolo Bonzini-12/+17
2024-03-18Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini-10/+9
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-12/+41
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+52
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-12/+41
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+5
2024-03-01Documentation: hyperv: Add overview of PCI pass-thru device supportMichael Kelley-0/+317
2024-02-22KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson-0/+5
2024-02-22KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant-5/+21
2024-02-22KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant-6/+19
2024-02-06KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_ENXiaoyao Li-9/+9
2024-02-06x86/kvm: Use separate percpu variable to track the enabling of asyncpfXiaoyao Li-1/+0
2024-02-02Documentation: virt: Fix up pre-formatted text block for SEV ioctlsMichael Roth-0/+1
2024-01-29crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh-0/+13
2024-01-29crypto: ccp: Add the SNP_COMMIT commandTom Lendacky-0/+11
2024-01-29crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh-0/+27
2024-01-08Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-4/+3
2024-01-08Merge tag 'kvm-x86-xen-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+6
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini-12/+0
2023-12-07KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BITPaul Durrant-0/+6
2023-12-01KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini-4/+3
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson-0/+32
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng-2/+6
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson-2/+68
2023-11-13KVM: Introduce per-page memory attributesChao Peng-0/+36
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng-0/+41
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson-0/+22
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-0/+108
2023-10-31Merge tag 'kvm-x86-docs-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-18/+61