summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
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-125-150/+214
|\ \ \
| * \ \ Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier2024-05-035-150/+214
| |\ \ \ | | |/ / | |/| |
| | * | KVM: arm64: Force injection of a data abort on NISV MMIO exitMarc Zyngier2024-05-011-0/+7
| | * | KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rstWill Deacon2024-05-012-0/+47
| | * | KVM: arm64: Rename firmware pseudo-register documentation fileWill Deacon2024-05-012-4/+4
| | * | KVM: arm64: Reformat/beautify PTP hypercall documentationWill Deacon2024-05-011-14/+24
| | |/
* | | KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth2024-05-071-2/+9
* | | KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini2024-04-111-3/+37
* | | KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+2
* | | KVM: SEV: publish supported VMSA featuresPaolo Bonzini2024-04-111-0/+12
|/ /
* | Documentation: kvm/sev: clarify usage of KVM_MEMORY_ENCRYPT_OPPaolo Bonzini2024-03-181-6/+7
* | Documentation: kvm/sev: separate description of firmwarePaolo Bonzini2024-03-181-12/+17
* | Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2024-03-181-10/+9
|\ \ | |/ |/|
| * KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_ENXiaoyao Li2024-02-061-9/+9
| * x86/kvm: Use separate percpu variable to track the enabling of asyncpfXiaoyao Li2024-02-061-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-12/+41
|\ \
| * \ 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
| | |/
* | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-0/+52
|\ \ \
| * | | Documentation: virt: Fix up pre-formatted text block for SEV ioctlsMichael Roth2024-02-021-0/+1
| * | | crypto: ccp: Add the SNP_SET_CONFIG commandBrijesh Singh2024-01-291-0/+13
| * | | crypto: ccp: Add the SNP_COMMIT commandTom Lendacky2024-01-291-0/+11
| * | | crypto: ccp: Add the SNP_PLATFORM_STATUS commandBrijesh Singh2024-01-291-0/+27
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-101-0/+5
|\ \ \ | | |/ | |/|
| * | KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIPSean Christopherson2024-02-221-0/+5
| |/
* / Documentation: hyperv: Add overview of PCI pass-thru device supportMichael Kelley2024-03-012-0/+317
|/
* Merge tag 'kvm-x86-mmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-4/+3
|\
| * KVM: x86/mmu: always take tdp_mmu_pages_lockPaolo Bonzini2023-12-011-4/+3
* | 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-314-0/+108
|\
| * Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton2023-10-303-0/+101
| |\
| | * KVM: arm64: Document vCPU feature selection UAPIsOliver Upton2023-10-043-0/+53
| | * KVM: arm64: Document KVM_ARM_GET_REG_WRITABLE_MASKSJing Zhang2023-10-041-0/+48
| * | KVM: arm64: Clarify the ordering requirements for vcpu/RD creationMarc Zyngier2023-09-301-0/+7
| |/
* | Merge tag 'kvm-x86-docs-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-312-18/+61
|\ \
| * | KVM: x86/pmu: Add documentation for fixed ctr on PMU filterJinrong Liang2023-09-271-0/+18
| * | KVM: Documentation: Add the missing description for tdp_mmu_page into kvm_mmu...Mingwei Zhang2023-09-271-0/+4