summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | KVM: Documentation: Add the missing description for mmu_valid_gen into kvm_mm...Mingwei Zhang2023-09-271-0/+10
| * | KVM: Documentation: Add the missing description for tdp_mmu_root_count into k...Mingwei Zhang2023-09-271-4/+7
| * | KVM: Documentation: Add the missing description for ptep in kvm_mmu_pageMingwei Zhang2023-09-271-0/+3
| * | KVM: Documentation: Update the field name gfns and its description in kvm_mmu...Mingwei Zhang2023-09-271-5/+8
| * | KVM: Documentation: Add the missing description for guest_mode in kvm_mmu_pag...Mingwei Zhang2023-09-271-0/+2
| * | 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
* | Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-08-301-16/+31
|\ \
| * | kvm/vfio: Accept vfio device file from userspaceYi Liu2023-07-251-16/+31
| |/
* / Documentation: Fix typosBjorn Helgaas2023-08-188-20/+20
|/
* Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds2023-07-061-1/+1
|\
| * Documentation: KVM: SEV: add a missing backtickChangyuan Lyu2023-07-041-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-032-1/+28
|\ \
| * \ Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-011-1/+1
| |\ \
| | * | KVM: x86: Fix a typo in Documentation/virt/kvm/x86/mmu.rstBinbin Wu2023-06-051-1/+1
| * | | KVM: arm64: Add KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZERicardo Koller2023-05-161-0/+27
| |/ /
* | | Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-1/+1
|\ \ \
| * | | docs: arm64: Move arm64 documentation under Documentation/arch/Jonathan Corbet2023-06-211-1/+1
| |/ /
* | | Merge tag 'docs-6.5' of git://git.lwn.net/linuxLinus Torvalds2023-06-275-22/+22
|\ \ \ | | |/ | |/|
| * | Documentation: KVM: make corrections to vcpu-requests.rstRandy Dunlap2023-06-161-3/+3
| * | Documentation: KVM: make corrections to ppc-pv.rstRandy Dunlap2023-06-161-4/+4
| * | Documentation: KVM: make corrections to locking.rstRandy Dunlap2023-06-161-9/+9
| * | Documentation: KVM: make corrections to halt-polling.rstRandy Dunlap2023-06-161-5/+5
| * | Documentation: virt: correct location of haltpoll module paramsRandy Dunlap2023-06-161-1/+1
| |/
* / Documentation: virt: Clean up paravirt_ops docRandy Dunlap2023-06-191-8/+8
|/
* Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-05-021-0/+5
|\
| * docs: kvm: vfio: Suggest KVM_DEV_VFIO_GROUP_ADD vs VFIO_GROUP_GET_DEVICE_FD o...Yi Liu2023-04-211-0/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-013-6/+150
|\ \
| * \ Merge tag 'kvm-x86-generic-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-262-1/+2
| |\ \
| | * | KVM: Fix comments that refer to the non-existent install_new_memslots()Jun Miao2023-03-241-1/+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-262-4/+146
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-212-4/+108
| | |\ \
| | | * | KVM: arm64: Expose SMC/HVC width to userspaceMarc Zyngier2023-04-051-0/+8
| | | * | KVM: arm64: Introduce support for userspace SMCCC filteringOliver Upton2023-04-052-0/+83
| | | * | 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
| |/ /