summaryrefslogtreecommitdiffstats
path: root/Documentation/virt
AgeCommit message (Expand)AuthorLines
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+12
2025-10-13Documentation: KVM: Update GICv3 docs for GICv5 hostsSascha Bischoff-1/+2
2025-10-13KVM: arm64: Document vCPU event ioctls as requiring init'ed vCPUOliver Upton-0/+5
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson-0/+5
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson-3/+7
2025-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+22
2025-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+9
2025-09-30Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+13
2025-09-30Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+9
2025-09-23KVM: x86: Enable guest SSP read/write interface with new uAPIsYang Weijiang-0/+8
2025-09-23KVM: x86: Introduce KVM_{G,S}ET_ONE_REG uAPIs supportYang Weijiang-1/+5
2025-09-22KVM: x86: Fix hypercalls docs section number orderBagas Sanjaya-3/+3
2025-09-16Documentation: KVM: Call out that KVM strictly follows the 8254 PIT specJiaming Zhang-0/+6
2025-09-03Documentation: Fix spelling mistakesRanganath V N-1/+1
2025-08-27KVM: Allow and advertise support for host mmap() on guest_memfd filesFuad Tabba-0/+9
2025-07-29Documentation: KVM: Use unordered list for pre-init VGIC registersOliver Upton-5/+2
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-6/+87
2025-07-29Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+24
2025-07-29Merge tag 'kvm-riscv-6.17-2' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-1/+1
2025-07-28RISC-V: KVM: Enable ring-based dirty memory trackingQuan Zhou-1/+1
2025-07-28Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton-0/+17
2025-07-28Merge branch 'kvm-arm64/el2-reg-visibility' into kvmarm/nextOliver Upton-5/+58
2025-07-26Documentation: KVM: arm64: Describe VGICv3 registers writable pre-initOliver Upton-0/+17
2025-07-17Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+9
2025-07-15KVM: arm64: Document registers exposed via KVM_DEV_ARM_VGIC_GRP_CPU_SYSREGSMarc Zyngier-5/+58
2025-07-15KVM: Documentation: document how KVM is testedPaolo Bonzini-5/+85
2025-07-15KVM: Documentation: minimal updates to review-checklist.rstPaolo Bonzini-2/+3
2025-07-15KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guestKai Huang-0/+7
2025-07-14KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPUs have been createdKai Huang-1/+1
2025-07-10Documentation: KVM: Fix unexpected unindent warningBinbin Wu-2/+2
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson-0/+23
2025-07-07KVM: arm64: Expose new KVM cap for cacheable PFNMAPAnkit Agrawal-1/+12
2025-06-25Documentation: KVM: Fix unexpected unindent warningsBinbin Wu-15/+15
2025-06-20KVM: TDX: Report supported optional TDVMCALLs in TDX capabilitiesPaolo Bonzini-1/+14
2025-06-20KVM: TDX: Exit to userspace for SetupEventNotifyInterruptPaolo Bonzini-0/+7
2025-06-20KVM: TDX: Exit to userspace for GetTdVmCallInfoBinbin Wu-0/+10
2025-06-20KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>Binbin Wu-1/+48
2025-06-05Merge tag 'uml-for-linux-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-40/+7
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+24
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+5
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-0/+11
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-1/+37
2025-05-26Documentation: virt/kvm: remove unreferenced footnotePaolo Bonzini-1/+1
2025-05-23Documentation: hyperv: Update VMBus doc with new features and infoMichael Kelley-4/+24
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier-1/+13
2025-05-21RISC-V: KVM: add KVM_CAP_RISCV_MP_STATE_RESETRadim Krčmář-0/+11
2025-05-19KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUsManali Shukla-0/+5
2025-05-19KVM: arm64: Document NV caps and vcpu flagsMarc Zyngier-1/+13
2025-05-05um: Remove legacy network transport infrastructureTiwei Bie-12/+6
2025-05-05um: Remove obsolete legacy network transportsTiwei Bie-29/+2