summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
AgeCommit message (Expand)Author
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds
2020-07-22KVM: PPC: Book3S HV: Save/restore new PMU registersAthira Rajeev
2020-07-13Documentation: virt/kvm/api: eliminate duplicated wordRandy Dunlap
2020-07-13docs: kvm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini
2020-07-08KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* failsXiaoyao Li
2020-07-08kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson
2020-07-05Documentation: virt: kvm/s390-pv: drop doubled wordsRandy Dunlap
2020-07-05Documentation: virt: kvm/api: drop doubled wordsRandy Dunlap
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-06-01Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-06-01x86/kvm/hyper-v: Add support for synthetic debugger interfaceJon Doron
2020-06-01KVM: nVMX: Fix VMX preemption timer migrationPeter Shier
2020-06-01x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exitJon Doron
2020-06-01KVM: x86: announce KVM_FEATURE_ASYNC_PF_INTVitaly Kuznetsov
2020-06-01KVM: x86: acknowledgment mechanism for async pf page ready notificationsVitaly Kuznetsov
2020-06-01KVM: x86: interrupt based APF 'page ready' event deliveryVitaly Kuznetsov
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu
2020-05-15KVM: Documentation: Fix up cpuid pagePeter Xu
2020-05-13Merge branch 'kvm-amd-fixes' into HEADPaolo Bonzini
2020-05-06docs/virt/kvm: Document configuring and running nested guestsKashyap Chamarthy
2020-05-05docs: kvm: Fix KVM_KVMCLOCK_CTRL API docJoshua Abraham
2020-04-28docs: virt/kvm: close inline string literalStephen Kitt
2020-04-24kvm: add capability for halt pollingDavid Matlack
2020-04-21KVM: nVMX: Remove non-functional "support" for CR3 target valuesSean Christopherson
2020-04-20docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab
2020-04-20docs: fix broken references to text filesMauro Carvalho Chehab
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-03-31Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-03-30Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger
2020-03-26KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier
2020-03-20KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is availablePaolo Bonzini
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-16KVM: Documentation: Update fast page fault for indirect spPeter Xu
2020-03-16KVM: x86: Remove stateful CPUID handlingSean Christopherson
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou
2020-02-27KVM: s390: protvirt: Add KVM api documentationJanosch Frank
2020-02-27DOCUMENTATION: Protected virtual machine introduction and IPLJanosch Frank
2020-02-27KVM: s390: protvirt: disallow one_regJanosch Frank
2020-02-27KVM: s390/interrupt: do not pin adapter interrupt pagesUlrich Weigand
2020-02-24KVM: s390: rstify new ioctls in api.rstChristian Borntraeger
2020-02-12docs: virt: guest-halt-polling.txt convert to ReSTMauro Carvalho Chehab
2020-02-12docs: kvm: review-checklist.txt: rename to ReSTMauro Carvalho Chehab
2020-02-12docs: kvm: Convert timekeeping.txt to ReST formatMauro Carvalho Chehab
ss="c1"># Note: clap 4.4 increases MSRV to 1.70.0 (2023-06-01) # To use MSRV supported dependencies, install using the lockfile with # `cargo install mdbook-admonish --locked` clap = { version = "4.3", default-features = false, features = ["std", "derive"], optional = true } env_logger = { version = "0.10", default-features = false, optional = true } log = "0.4.20" mdbook = "0.4.35" once_cell = "1.18.0" path-slash = "0.2.1" pulldown-cmark = "0.9.3" regex = "1.9.6" semver = "1.0.19" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" # The version of toml that mdbook uses internally (and uses in it's public api) # Only used for compatilibilty with the mdbook public api toml_mdbook = { package = "toml", version = "0.5.11" } toml = "0.8.1" toml_edit = { version = "0.20.1", optional = true } hex_color = { version = "3.0.0", features = ["serde"] } [dev-dependencies] pretty_assertions = "1.4.0" [features] default = ["cli", "cli-install"] # Enable the command line binary cli = ["clap", "env_logger"] # Enable installation of files and configuration cli-install = ["toml_edit"]