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