summaryrefslogtreecommitdiffstats
path: root/Documentation/virt/kvm/api.rst (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-7/+17
* Documentation: kvm: Add missing line break in api.rstBagas Sanjaya2022-04-051-0/+1
* 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
* Documentation: KVM: add API issues sectionPaolo Bonzini2022-03-291-0/+46
* 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-181-44/+48
|\
| * Merge branch kvm-arm64/misc-5.18 into kvmarm-master/nextMarc Zyngier2022-03-091-44/+43
| |\
| | * Documentation: KVM: Update documentation to indicate KVM is arm64-onlyOliver Upton2022-03-091-44/+43
| * | KVM: arm64: Indicate SYSTEM_RESET2 in kvm_run::system_event flags fieldWill Deacon2022-02-211-0/+5
| |/
* | Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-051-1/+1
|\ \
| * \ Merge branch 'kvm-ppc-cap-210' into kvm-masterPaolo Bonzini2022-02-221-0/+14
| |\ \
| * | | KVM: x86: Add KVM_CAP_ENABLE_CAP to x86Aaron Lewis2022-02-171-1/+1
| | |/ | |/|
* | | 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: PPC: reserve capability 210 for KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-02-221-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
|/
* KVM: x86: add system attribute to retrieve full set of supported xsave statesPaolo Bonzini2022-01-281-1/+3
* docs: kvm: fix WARNINGs from api.rstWei Wang2022-01-201-3/+3
* kvm: x86: Add support for getting/setting expanded xstate bufferGuang Zeng2022-01-141-2/+40
* kvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPPORTED_CPUIDJing Liu2022-01-071-0/+4
* KVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event channel deliveryDavid Woodhouse2022-01-071-0/+21
* KVM: x86/xen: Maintain valid mapping of Xen shared_info pageDavid Woodhouse2022-01-071-0/+12
* KVM: s390: Fix names of skey constants in api documentationJanis Schoetterl-Glausch2021-12-071-3/+3
* KVM: SEV: Add support for SEV intra host migrationPeter Gonda2021-11-111-0/+14
* KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCKOliver Upton2021-10-181-9/+39
* RISC-V: KVM: Document RISC-V specific parts of KVM APIAnup Patel2021-10-041-9/+184
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-071-8/+28
|\
| * KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2021-08-201-0/+1
| * KVM: stats: Update doc for histogram statisticsJing Zhang2021-08-201-8/+27
* | Merge tag 'docs-5.15' of git://git.lwn.net/linuxLinus Torvalds2021-09-021-14/+18
|\ \ | |/ |/|
| * docs: virt: kvm: api.rst: replace some charactersMauro Carvalho Chehab2021-07-251-14/+14
| * docs: kvm: properly format code blocks and listsIoana Ciornei2021-07-251-0/+4
| * docs: kvm: fix build warningsIoana Ciornei2021-07-251-14/+14
* | docs: virt: kvm: api.rst: replace some charactersMauro Carvalho Chehab2021-07-261-14/+14
* | KVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUID nameVitaly Kuznetsov2021-07-261-1/+1
|/
* Merge tag 'docs-5.14' of git://git.lwn.net/linuxLinus Torvalds2021-06-291-1/+1
|\
| * docs: virt: api.rst: fix a pointer to SGX documentationMauro Carvalho Chehab2021-05-201-1/+1
* | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-0/+59
|\ \
| * | KVM: arm64: Document MTE capability and ioctlSteven Price2021-06-221-0/+61
* | | kvm: x86: Allow userspace to handle emulation errorsAaron Lewis2021-06-251-0/+20
* | | KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenSean Christopherson2021-06-251-3/+8
* | | KVM: stats: Add documentation for binary statistics interfaceJing Zhang2021-06-251-0/+170
* | | Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2021-06-231-0/+18
|\ \ \
| * | | KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao2021-06-221-0/+18
| |/ /
* | | KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercallAshish Kalra2021-06-171-0/+19
* | | KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2Maxim Levitsky2021-06-171-0/+48
* | | KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUIDVitaly Kuznetsov2021-06-171-0/+11
|/ /