Linux KVM
[Prev Page][Next Page]
- Re: [PATCH v7 036/102] KVM: x86/mmu: Allow non-zero value for non-present SPTE, (continued)
- [PATCH v7 102/102] KVM: x86: design documentation on TDX support of x86 KVM TDP MMU,
isaku . yamahata
- [PATCH v7 052/102] KVM: TDX: Add load_mmu_pgd method for TDX,
isaku . yamahata
- [PATCH v7 046/102] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU,
isaku . yamahata
- [PATCH v7 087/102] KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL),
isaku . yamahata
- [PATCH v7 049/102] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs,
isaku . yamahata
- [PATCH v7 061/102] KVM: TDX: Finalize VM initialization,
isaku . yamahata
- [PATCH v7 051/102] KVM: VMX: Move setting of EPT MMU masks to common VT-x code,
isaku . yamahata
- [PATCH v7 057/102] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX,
isaku . yamahata
- [PATCH v7 100/102] KVM: TDX: Add methods to ignore accesses to CPU state,
isaku . yamahata
- [PATCH v7 072/102] KVM: TDX: handle vcpu migration over logical processor,
isaku . yamahata
- [PATCH v7 033/102] KVM: x86/mmu: Add address conversion functions for TDX shared bits,
isaku . yamahata
- [PATCH v7 083/102] KVM: TDX: Add a place holder to handle TDX VM exit,
isaku . yamahata
- [PATCH v7 038/102] KVM: x86/mmu: Disallow fast page fault on private GPA,
isaku . yamahata
- [PATCH v7 069/102] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls,
isaku . yamahata
- [PATCH v7 056/102] KVM: x86/mmu: steal software usable git to record if GFN is for shared or not,
isaku . yamahata
- [PATCH v7 090/102] KVM: TDX: Handle TDX PV HLT hypercall,
isaku . yamahata
- [PATCH v7 060/102] KVM: TDX: Create initial guest memory,
isaku . yamahata
- [PATCH v7 078/102] KVM: TDX: Implements vcpu request_immediate_exit,
isaku . yamahata
- [PATCH v7 092/102] KVM: TDX: Handle TDX PV MMIO hypercall,
isaku . yamahata
- [PATCH v7 047/102] [MARKER] The start of TDX KVM patch series: TDX EPT violation,
isaku . yamahata
- [PATCH v7 080/102] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument,
isaku . yamahata
- [PATCH v7 059/102] [MARKER] The start of TDX KVM patch series: TD finalization,
isaku . yamahata
- [PATCH v7 066/102] KVM: TDX: restore host xsave state when exit from the guest TD,
isaku . yamahata
- [PATCH v7 041/102] KVM: VMX: Introduce test mode related to EPT violation VE,
isaku . yamahata
- [PATCH v7 027/102] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction,
isaku . yamahata
- [PATCH v7 068/102] KVM: TDX: restore user ret MSRs,
isaku . yamahata
- [PATCH v7 076/102] KVM: TDX: remove use of struct vcpu_vmx from posted_interrupt.c,
isaku . yamahata
- [PATCH v7 053/102] KVM: TDX: don't request KVM_REQ_APIC_PAGE_RELOAD,
isaku . yamahata
- [PATCH v7 040/102] KVM: x86/mmu: Zap only leaf SPTEs for deleted/moved memslot for private mmu,
isaku . yamahata
- [PATCH v7 063/102] KVM: TDX: Add helper assembly function to TDX vcpu,
isaku . yamahata
- [PATCH v7 030/102] KVM: TDX: Do TDX specific vcpu initialization,
isaku . yamahata
- [PATCH v7 098/102] KVM: TDX: Silently discard SMI request,
isaku . yamahata
- [PATCH v7 095/102] KVM: TDX: Handle TDX PV report fatal error hypercall,
isaku . yamahata
- [PATCH v7 055/102] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA,
isaku . yamahata
- [PATCH v7 094/102] KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall,
isaku . yamahata
- [PATCH v7 031/102] [MARKER] The start of TDX KVM patch series: KVM MMU GPA shared bits,
isaku . yamahata
- [PATCH v7 071/102] KVM: TDX: restore debug store when TD exit,
isaku . yamahata
- [PATCH v7 074/102] KVM: TDX: Add support for find pending IRQ in a protected local APIC,
isaku . yamahata
- [PATCH v7 044/102] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page,
isaku . yamahata
- [PATCH v7 064/102] KVM: TDX: Implement TDX vcpu enter/exit path,
isaku . yamahata
- [PATCH v7 079/102] KVM: TDX: Implement methods to inject NMI,
isaku . yamahata
- [PATCH v7 037/102] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis,
isaku . yamahata
- [PATCH v7 070/102] KVM: TDX: complete interrupts after tdexit,
isaku . yamahata
- [PATCH v7 088/102] KVM: TDX: handle KVM hypercall with TDG.VP.VMCALL,
isaku . yamahata
- Re: [PATCH v7 000/102] KVM TDX basic feature support,
Isaku Yamahata
- Re: [PATCH v7 000/102] KVM TDX basic feature support,
Sean Christopherson
- [PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members,
Gustavo A. R. Silva
- [PATCH] KVM: SEV: Clear the pages pointer in sev_unpin_memory,
Peter Gonda
- [PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs,
Vitaly Kuznetsov
- [PATCH 01/14] KVM: VMX: Check VM_ENTRY_IA32E_MODE in setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH 03/14] KVM: VMX: Tweak the special handling of SECONDARY_EXEC_ENCLS_EXITING in setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH 08/14] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH 06/14] KVM: VMX: Add missing VMEXIT controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH 07/14] KVM: VMX: Add missing VMENTRY controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH 02/14] KVM: VMX: Check CPU_BASED_{INTR,NMI}_WINDOW_EXITING in setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH 04/14] KVM: VMX: Extend VMX controls macro shenanigans,
Vitaly Kuznetsov
- [PATCH 05/14] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH 09/14] KVM: VMX: Clear controls obsoleted by EPT at runtime, not setup,
Vitaly Kuznetsov
- [PATCH 11/14] KVM: VMX: Store required-1 VMX controls in vmcs_config,
Vitaly Kuznetsov
- [PATCH 14/14] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR,
Vitaly Kuznetsov
- [PATCH 13/14] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config,
Vitaly Kuznetsov
- [PATCH 10/14] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs,
Vitaly Kuznetsov
- [PATCH 12/14] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs,
Vitaly Kuznetsov
- Re: [PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs,
Jim Mattson
- Re: [PATCH 00/14] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs,
Maxim Levitsky
- [kvm-unit-tests PATCH v2] s390x/intercept: Test invalid prefix argument to SET PREFIX,
Janis Schoetterl-Glausch
- [kvm-unit-tests PATCH] s390x/intercept: Test invalid prefix argument to SET PREFIX,
Janis Schoetterl-Glausch
- [PATCH 5.18 103/181] KVM: SEV: Init target VMCBs in sev_migrate_from,
Greg Kroah-Hartman
- [PATCH next 0/2] Documentation: KVM: KVM_CAP_VM_DISABLE_NX_HUGE_PAGES documentation fixes,
Bagas Sanjaya
- linux-next: build warning after merge of the kvm tree,
Stephen Rothwell
- [PATCH][next] KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds",
Colin Ian King
- [PATCH v2] vfio: Move "device->open_count--" out of group_rwsem in vfio_device_open(),
Yi Liu
- [PATCH] vfio: remove useless judgement,
lizhe . 67
- [Bug 216178] New: kvm-unit-tests vmx_pf_exception_test_reduced_maxphyaddr fails in kvm 5.19-rc1,
bugzilla-daemon
- [Bug 216177] New: kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [Bug 216177] kvm-unit-tests vmx has about 60% of failure chance,
bugzilla-daemon
- [PATCH] kvm: nVMX: add tracepoint for kvm:kvm_nested_vmrun,
Mingwei Zhang
- [PATCH v2 00/20] Update Documentation/ cross-references,
Mauro Carvalho Chehab
- [PATCH V1 vfio 0/2] Migration few enhancements,
Yishai Hadas
- [PATCH] vfio: check iommu_group_set_name() return value,
Liam Ni
- [PATCH v2 8/8] vfio: do not set FMODE_LSEEK flag,
Jason A. Donenfeld
- [PATCH 0/4] KVM: x86/mmu: pte_list_desc fix and cleanups,
Sean Christopherson
- [PATCH v4 00/13] KVM: selftests: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v4 05/13] KVM: selftests: Add missing close and munmap in __vm_mem_region_delete,
Ricardo Koller
- [PATCH v4 07/13] KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macros,
Ricardo Koller
- [PATCH v4 01/13] KVM: selftests: Add a userfaultfd library,
Ricardo Koller
- [PATCH v4 03/13] KVM: selftests: Add vm_alloc_page_table_in_memslot library function,
Ricardo Koller
- [PATCH v4 04/13] KVM: selftests: aarch64: Export _virt_pg_map with a pt_memslot arg,
Ricardo Koller
- [PATCH v4 10/13] KVM: selftests: aarch64: Add userfaultfd tests into page_fault_test,
Ricardo Koller
- [PATCH v4 09/13] KVM: selftests: aarch64: Add aarch64/page_fault_test,
Ricardo Koller
- [PATCH v4 12/13] KVM: selftests: aarch64: Add readonly memslot tests into page_fault_test,
Ricardo Koller
- [PATCH v4 11/13] KVM: selftests: aarch64: Add dirty logging tests into page_fault_test,
Ricardo Koller
- [PATCH v4 13/13] KVM: selftests: aarch64: Add mix of tests into page_fault_test,
Ricardo Koller
- [PATCH v4 08/13] tools: Copy bitfield.h from the kernel sources,
Ricardo Koller
- [PATCH v4 06/13] KVM: selftests: Add vm_mem_region_get_src_fd library function,
Ricardo Koller
- [PATCH v4 02/13] KVM: selftests: aarch64: Add virt_get_pte_hva library function,
Ricardo Koller
- [PATCH v2 0/4] KVM: x86/mmu: Cleanups for eager page splitting,
Sean Christopherson
- [PATCH v3 1/2] vfio/type1: Simplify bus_type determination,
Robin Murphy
- lockdep splat with gpc cache,
Paolo Bonzini
- [PATCH 0/3] KVM: x86/mmu: Cleanups for eager page splitting,
Sean Christopherson
- [PATCH v2 0/8] KVM: x86: vcpu->arch.pio* cleanups,
Paolo Bonzini
- [PATCH 6/6] vfio: do not set FMODE_LSEEK flag,
Jason A. Donenfeld
- [PATCH kvm-unit-tests] x86/msr: Add dedicated macros to handle MSRs that are 64-bit only,
Paolo Bonzini
- [PATCH] KVM: selftests: Enhance handling WRMSR ICR register in x2APIC mode,
Paolo Bonzini
- [PATCH] KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg,
Paolo Bonzini
- [kvm-unit-tests PATCH v2 0/3] better smp interrupt checks,
Claudio Imbrenda
- [kvm-unit-tests PATCH v3 0/3] Fix up test failures due to recent KVM changes,
Yang Weijiang
- [GIT PULL] KVM fixes for Linux 5.19-rc4,
Paolo Bonzini
- Re: [PATCH] meson.build: Require a recent version of libpng,
Paolo Bonzini
- [PATCH] vringh: iterate on iotlb_translate to handle large translations,
Stefano Garzarella
- [PATCH] accel: kvm: Fix memory leak in find_stats_descriptors,
Miaoqian Lin
- linux-next: manual merge of the kvm tree with the kvm-fixes tree,
Stephen Rothwell
- [PATCH 0/5] Fix wrong gfn range of tlb flushing with range,
Hou Wenlong
- [PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v10 01/41] remoteproc: rename len of rpoc_vring to num,
Xuan Zhuo
- [PATCH v10 03/41] virtio: struct virtio_config_ops add callbacks for queue_reset,
Xuan Zhuo
- [PATCH v10 04/41] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset,
Xuan Zhuo
- [PATCH v10 05/41] virtio_ring: remove the arg vq of vring_alloc_desc_extra(),
Xuan Zhuo
- [PATCH v10 02/41] virtio: add helper virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v10 07/41] virtio_ring: split vring_virtqueue,
Xuan Zhuo
- [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num,
Xuan Zhuo
- [PATCH v10 12/41] virtio_ring: split: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split(),
Xuan Zhuo
- [PATCH v10 11/41] virtio_ring: split: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init,
Xuan Zhuo
- [PATCH v10 06/41] virtio_ring: extract the logic of freeing vring,
Xuan Zhuo
- [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split(),
Xuan Zhuo
- [PATCH v10 10/41] virtio_ring: split: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v10 09/41] virtio_ring: split: introduce vring_free_split(),
Xuan Zhuo
- [PATCH v10 08/41] virtio_ring: introduce virtqueue_init(),
Xuan Zhuo
- [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed,
Xuan Zhuo
- [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init,
Xuan Zhuo
- [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed(),
Xuan Zhuo
- [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed(),
Xuan Zhuo
- [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize(),
Xuan Zhuo
- [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data,
Xuan Zhuo
- [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually,
Xuan Zhuo
- [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg,
Xuan Zhuo
- [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset,
Xuan Zhuo
- [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci,
Xuan Zhuo
- [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v10 32/41] virtio: find_vqs() add arg sizes,
Xuan Zhuo
- [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v10 38/41] virtio_net: split free_unused_bufs(),
Xuan Zhuo
- [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size(),
Xuan Zhuo
- [PATCH v10 34/41] virtio_mmio: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs(),
Xuan Zhuo
- [PATCH v10 40/41] virtio_net: support tx queue resize,
Xuan Zhuo
- [PATCH v10 39/41] virtio_net: support rx queue resize,
Xuan Zhuo
- [PATCH v10 41/41] virtio_net: support set_ringparam,
Xuan Zhuo
- Re: [PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET,
Michael S. Tsirkin
- [PATCH] KVM: arm64: permit MAP_SHARED mappings with MTE enabled,
Peter Collingbourne
- [linux-next:master] BUILD REGRESSION 08897940f458ee55416cf80ab13d2d8b9f20038e,
kernel test robot
- [PATCH v3 0/5] Simplify vfio_iommu_type1 attach/detach routine,
Nicolin Chen
- Re: [PATCH 12/14] aspeed: Make aspeed_board_init_flashes public,
Cédric Le Goater
- [PATCH V2] KVM: SEV: Init target VMCBs in sev_migrate_from,
Peter Gonda
- [PATCH] KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user(),
Mingwei Zhang
- [PATCH v6 0/4] Implement vdpasim suspend operation,
Eugenio Pérez
- [PATCH v2] MAINTAINERS: Reorganize KVM/x86 maintainership,
Paolo Bonzini
- [PATCH kvm-unit-tests] MAINTAINERS: Change drew's email address,
Andrew Jones
- Re: [PATCH 08/14] aspeed: Replace direct get_system_memory() calls,
Peter Maydell
- Re: [PATCH 11/14] aspeed: Switch to create_unimplemented_device_in,
Peter Maydell
- Re: [PATCH 06/14] aspeed: Add system-memory QOM link to SoC,
Peter Maydell
- Re: [PATCH 04/14] sysbus: Add sysbus_mmio_map_in,
Peter Maydell
- Re: [PATCH 02/14] sysbus: Remove sysbus_address_space,
Peter Maydell
- Re: [PATCH 01/14] sysbus: Remove sysbus_mmio_unmap,
Peter Maydell
- [RFC] vfio: remove useless judgement,
lizhe . 67
- [PATCH] MAINTAINERS: Reorganize KVM/x86 maintainership,
Paolo Bonzini
- [PATCH v2] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode,
Zeng Guang
- [PATCH] KVM: selftest: Enhance handling WRMSR ICR register in x2APIC mode,
Zeng Guang
- [GIT PULL] KVM/arm64 fixes for 5.19, take #2,
Marc Zyngier
- Re: [syzbot] WARNING: suspicious RCU usage (5),
syzbot
- [PATCH 0/3] KVM: arm64: support MTE in protected VMs,
Peter Collingbourne
- [PATCH] KVM: VMX: Move VM-exit RSB stuffing out of line,
Jim Mattson
- [PATCH 0/4] kvm/mm: Allow GUP to respond to non fatal signals,
Peter Xu
- [linux-next:master] BUILD REGRESSION ac0ba5454ca85162c08dc429fef1999e077ca976,
kernel test robot
- [PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU,
Paolo Bonzini
- [PATCH v7 03/23] KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root(),
Paolo Bonzini
- [PATCH v7 01/23] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs,
Paolo Bonzini
- [PATCH v7 05/23] KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes,
Paolo Bonzini
- [PATCH v7 06/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions,
Paolo Bonzini
- [PATCH v7 15/23] KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu,
Paolo Bonzini
- [PATCH v7 04/23] KVM: x86/mmu: Derive shadow MMU page role from parent,
Paolo Bonzini
- [PATCH v7 02/23] KVM: x86/mmu: Use a bool for direct,
Paolo Bonzini
- [PATCH v7 08/23] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages,
Paolo Bonzini
- [PATCH v7 10/23] KVM: x86/mmu: Pass memory caches to allocate SPs separately,
Paolo Bonzini
- [PATCH v7 09/23] KVM: x86/mmu: Move guest PT write-protection to account_shadowed(),
Paolo Bonzini
- [PATCH v7 11/23] KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page(),
Paolo Bonzini
- [PATCH v7 07/23] KVM: x86/mmu: Consolidate shadow page allocation and initialization,
Paolo Bonzini
- [PATCH v7 18/23] KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU,
Paolo Bonzini
- [PATCH v7 13/23] KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page(),
Paolo Bonzini
- [PATCH v7 12/23] KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_page(),
Paolo Bonzini
- [PATCH v7 17/23] KVM: x86/mmu: Cache the access bits of shadowed translations,
Paolo Bonzini
- [PATCH v7 14/23] KVM: x86/mmu: Pass const memslot to rmap_add(),
Paolo Bonzini
- [PATCH v7 16/23] KVM: x86/mmu: Update page stats in __rmap_add(),
Paolo Bonzini
- [PATCH v7 19/23] KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels,
Paolo Bonzini
- [PATCH v7 20/23] KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page(),
Paolo Bonzini
- [PATCH v7 23/23] KVM: x86/mmu: Avoid unnecessary flush on eager page split,
Paolo Bonzini
- [PATCH v7 21/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs,
Paolo Bonzini
- [PATCH v7 22/23] KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs,
Paolo Bonzini
- Re: [PATCH v7 00/23] KVM: Extend Eager Page Splitting to the shadow MMU,
David Matlack
- [PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs,
Vitaly Kuznetsov
- [PATCH RFC v1 01/10] KVM: VMX: Move CPU_BASED_CR8_{LOAD,STORE}_EXITING filtering out of setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH RFC v1 02/10] KVM: VMX: Add missing CPU based VM execution controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH RFC v1 03/10] KVM: VMX: Move CPU_BASED_{CR3_LOAD,CR3_STORE,INVLPG}_EXITING filtering out of setup_vmcs_config(),
Vitaly Kuznetsov
- [PATCH RFC v1 04/10] KVM: VMX: Add missing VMEXIT controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH RFC v1 05/10] KVM: VMX: Add missing VMENTRY controls to vmcs_config,
Vitaly Kuznetsov
- [PATCH RFC v1 06/10] KVM: nVMX: Use sanitized allowed-1 bits for VMX control MSRs,
Vitaly Kuznetsov
- [PATCH RFC v1 07/10] KVM: VMX: Store required-1 VMX controls in vmcs_config,
Vitaly Kuznetsov
- [PATCH RFC v1 10/10] KVM: nVMX: Use cached host MSR_IA32_VMX_MISC value for setting up nested MSR,
Vitaly Kuznetsov
- [PATCH RFC v1 09/10] KVM: VMX: Cache MSR_IA32_VMX_MISC in vmcs_config,
Vitaly Kuznetsov
- [PATCH RFC v1 08/10] KVM: nVMX: Use sanitized required-1 bits for VMX control MSRs,
Vitaly Kuznetsov
- Re: [PATCH RFC v1 00/10] KVM: nVMX: Use vmcs_config for setting up nested VMX MSRs,
Sean Christopherson
- [PATCH v4] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present,
Paul Durrant
- [PATCH] vhost-vdpa: call vhost_vdpa_cleanup during the release,
Stefano Garzarella
- [PATCH v3] KVM: x86/xen: Update Xen CPUID Leaf 4 (tsc info) sub-leaves, if present,
Paul Durrant
- [PATCH] KVM: s390: drop unexpected word 'and' in the comments,
Jiang Jian
- [PATCH v3 0/3] Improve vfio-pci primary GPU assignment behavior,
Thomas Zimmermann
- [Bug 213781] KVM: x86/svm: The guest (#vcpu>1) can't boot up with QEMU "-overcommit cpu-pm=on",
bugzilla-daemon
- [PATCH v2 1/2] vfio/type1: Simplify bus_type determination,
Robin Murphy
- [PATCH v5 00/22] TDX host kernel support,
Kai Huang
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]