summaryrefslogtreecommitdiff
path: root/Documentation/virt
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-12/+15
| |\ \ \ \ | | |/ / /
| * | | | KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ESPeter Gonda2022-04-131-1/+11
| * | | | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-14/+135
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.David Woodhouse2022-04-021-4/+7
| | * | | KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse2022-04-021-10/+119
| | * | | KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton2022-04-021-0/+9
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-231-0/+2
|\ \ \ \ \
| * | | | | KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_highAlexandru Elisei2022-04-291-0/+2
| |/ / / /
* | | | | Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-232-0/+156
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | virt: sevguest: Rename the sevguest dir and files to sev-guestTom Lendacky2022-04-272-1/+1
| * | | | virt: sevguest: Add documentation for SEV-SNP CPUID EnforcementMichael Roth2022-04-071-0/+29
| * | | | virt: sevguest: Add support to get extended reportBrijesh Singh2022-04-071-0/+23
| * | | | virt: sevguest: Add support to derive keyBrijesh Singh2022-04-071-0/+17
| * | | | virt: Add SEV-SNP guest driverBrijesh Singh2022-04-072-0/+87
| | |_|/ | |/| |
* | | | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-7/+17
| |/ / |/| |
* | | Documentation: KVM: Add SPDX-License-Identifier tagLike Xu2022-04-114-1/+7
* | | Documentation: kvm: Add missing line break in api.rstBagas Sanjaya2022-04-051-0/+1
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-0219-34/+176
|\ \ | |/
| * KVM: MIPS: remove reference to trap&emulate virtualizationPaolo Bonzini2022-04-021-6/+0
| * KVM: x86: document limitations of MSR filteringPaolo Bonzini2022-04-021-0/+5
| * KVM: Remove dirty handling from gfn_to_pfn_cache completelyDavid Woodhouse2022-04-021-0/+4
| * KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-0/+10
| * Documentation: KVM: add API issues sectionPaolo Bonzini2022-03-291-0/+46
| * Documentation: KVM: add virtual CPU errata documentationPaolo Bonzini2022-03-292-0/+40
| * Documentation: KVM: add separate directories for architecture-specific docume...Paolo Bonzini2022-03-2915-19/+37
| * Documentation: kvm: include new locksPaolo Bonzini2022-03-291-0/+15
| * Documentation: kvm: fixes for locking.rstPaolo Bonzini2022-03-291-9/+19
* | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-0/+20
|\ \
| * | docs: UML: Mention telnetd for port channelVincent Whitchurch2022-03-111-1/+5
| * | um: Document dtb command line optionAnton Ivanov2022-03-111-0/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-243-72/+247
|\ \ \ | | |/ | |/|
| * | KVM: x86: Introduce KVM_CAP_DISABLE_QUIRKS2Oliver Upton2022-03-211-0/+50
| * | Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-03-182-46/+82
| |\ \
| | * \ Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier2022-03-092-45/+44
| | |\ \
| | | * | Documentation: KVM: Update documentation to indicate KVM is arm64-onlyOliver Upton2022-03-092-45/+44
| | * | | Merge branch kvm-arm64/psci-1.1 into kvmarm-master/nextMarc Zyngier2022-02-251-0/+5
| | |\ \ \
| | | * | | KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon2022-02-211-0/+5
| | | |/ /
| | * | | KVM: arm64: Refuse to run VCPU if the PMU doesn't match the physical CPUAlexandru Elisei2022-02-081-1/+5
| | * | | KVM: arm64: Add KVM_ARM_VCPU_PMU_V3_SET_PMU attributeAlexandru Elisei2022-02-081-0/+28
| | * | | KVM: arm64: Do not change the PMU event filter after a VCPU has runMarc Zyngier2022-02-081-1/+1
| | |/ /
| * | | Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-041-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | KVM: Drop KVM_REQ_MMU_RELOAD and update vcpu-requests.rst documentationSean Christopherson2022-03-011-4/+3
| * | | KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-0/+22
| * | | Merge branch 'kvm-ppc-cap-210' into kvm-next-5.18Paolo Bonzini2022-02-241-0/+14
| |\ \ \
| * | | | KVM: s390: Clarify key argument for MEM_OP in api docsJanis Schoetterl-Glausch2022-02-221-1/+1
| * | | | KVM: s390: Update api documentation for memop ioctlJanis Schoetterl-Glausch2022-02-141-22/+90
| | |_|/ | |/| |
* | | | Merge tag 'docs-5.18' of git://git.lwn.net/linuxLinus Torvalds2022-03-211-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs: UML: Mention telnetd for port channelVincent Whitchurch2022-03-111-1/+5
* | | | Merge branch 'kvm-ppc-cap-210' into kvm-masterPaolo Bonzini2022-02-221-0/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | KVM: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-02-221-0/+14
| | |/ | |/|