summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
AgeCommit message (Expand)AuthorLines
2025-02-26KVM: arm64: Allow userspace to change the implementation ID registersSebastian Ott-0/+18
2025-02-24KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic rangeSean Christopherson-0/+4
2025-02-14KVM: x86/mmu: Don't force atomic update if only the Accessed bit is volatileJames Houghton-2/+2
2025-01-31KVM: s390: fake memslot for ucontrol VMsClaudio Imbrenda-1/+1
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-6/+8
2025-01-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-3/+7
2025-01-25Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+337
2025-01-21Merge tag 'docs-6.14' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+7
2025-01-16KVM: arm64: nv: Fix doc header layout for timersMarc Zyngier-3/+2
2025-01-13Documentation: hyperv: Add overview of guest VM hibernationMichael Kelley-0/+337
2025-01-07KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMsChristoph Schlameuss-0/+3
2025-01-07KVM: s390: Reject setting flic pfault attributes on ucontrol VMsChristoph Schlameuss-0/+4
2025-01-02KVM: arm64: nv: Document EL2 timer APIMarc Zyngier-6/+9
2024-12-18KVM: x86: Advertise TSC_DEADLINE_TIMER in KVM_GET_SUPPORTED_CPUIDSean Christopherson-3/+6
2024-12-18KVM: x86: Disallow KVM_CAP_X86_DISABLE_EXITS after vCPU creationSean Christopherson-0/+1
2024-12-11Documentation: kvm: fix typo in api.rstGianfranco Trad-1/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-113/+169
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-7/+28
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-0/+10
2024-11-13Documentation: KVM: fix malformed tablePaolo Bonzini-2/+2
2024-11-13Merge branch 'kvm-docs-6.13' into HEADPaolo Bonzini-74/+84
2024-11-13Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+34
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton-0/+10
2024-11-08Documentation: kvm: reorganize introductionPaolo Bonzini-13/+25
2024-11-08Documentation: kvm: replace section numbers with linksPaolo Bonzini-12/+28
2024-11-08Documentation: kvm: fix a few mistakesPaolo Bonzini-15/+33
2024-11-08KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMAPaolo Bonzini-36/+0
2024-11-07Documentation: s390-diag.rst: Document diag500(STORAGE LIMIT) subfunctionDavid Hildenbrand-0/+17
2024-11-07Documentation: s390-diag.rst: Make diag500 a generic KVM hypercallDavid Hildenbrand-7/+11
2024-11-01KVM: x86: Quirk initialization of feature MSRs to KVM's max configurationSean Christopherson-0/+22
2024-11-01KVM: x86: Document an erratum in KVM_SET_VCPU_EVENTS on Intel CPUsSean Christopherson-0/+12
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson-2/+2
2024-10-25KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEsSean Christopherson-37/+39
2024-10-24KVM: arm64: Add PSCI v1.3 SYSTEM_OFF2 function for hibernationDavid Woodhouse-0/+10
2024-10-20KVM: x86: Clean up documentation for KVM_X86_QUIRK_SLOT_ZAP_ALLSean Christopherson-7/+9
2024-10-20KVM: Remove unused kvm_vcpu_gfn_to_pfn_atomicDr. David Alan Gilbert-1/+1
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-12/+51
2024-09-27Merge tag 'uml-for-linus-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+37
2024-09-27Documentation: KVM: fix warning in "make htmldocs"Paolo Bonzini-0/+1
2024-09-17Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-4/+19
2024-09-17Merge tag 'docs-6.12' of git://git.lwn.net/linuxLinus Torvalds-0/+100
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+98
2024-09-12user_mode_linux_howto_v2: add VDE vector support in docRenzo Davoli-0/+37
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+261
2024-09-05Loongarch: KVM: Add KVM hypercalls documentation for LoongArchBibo Mao-0/+100
2024-09-04KVM: Register cpuhp and syscore callbacks when enabling hardwareSean Christopherson-4/+5
2024-09-04KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlockSean Christopherson-9/+23
2024-08-30drivers/virt: pkvm: Intercept ioremap using pKVM MMIO_GUARD hypercallWill Deacon-0/+26
2024-08-30drivers/virt: pkvm: Hook up mem_encrypt API using pKVM hypercallsWill Deacon-0/+50