Linux KVM
[Prev Page][Next Page]
- [kvm:queue 15/59] arch/x86/kvm/mmu/mmu.c:6391:12: error: variable 'pfn' set but not used,
kernel test robot
- [V2 00/11] KVM: selftests: Add simple SEV test,
Peter Gonda
- [V2 01/11] KVM: selftests: move vm_phy_pages_alloc() earlier in file,
Peter Gonda
- [V2 02/11] KVM: selftests: sparsebit: add const where appropriate,
Peter Gonda
- [V2 03/11] KVM: selftests: add hooks for managing encrypted guest memory,
Peter Gonda
- [V2 04/11] KVM: selftests: handle encryption bits in page tables,
Peter Gonda
- [V2 05/11] KVM: selftests: add support for encrypted vm_vaddr_* allocations,
Peter Gonda
- [V2 10/11] KVM: selftests: add library for creating/interacting with SEV guests,
Peter Gonda
- [V2 09/11] KVM: selftests: Make ucall work with encrypted guests,
Peter Gonda
- [V2 11/11] KVM: selftests: Add simple sev vm testing,
Peter Gonda
- [V2 07/11] KVM: selftests: Consolidate boilerplate code in get_ucall(),
Peter Gonda
- [V2 08/11] tools: Add atomic_test_and_set_bit(),
Peter Gonda
- [V2 06/11] KVM: selftests: Consolidate common code for popuplating,
Peter Gonda
- [PATCH] KVM: x86/mmu: Make page tables for eager page splitting NUMA aware,
Vipin Sharma
- [kvm:queue 15/59] arch/x86/kvm/mmu/mmu.c:6391:19: warning: variable 'pfn' set but not used,
kernel test robot
- [kvm-unit-tests PATCH] x86/pmu: Reset the expected count of the fixed counter 0 when i386,
Like Xu
- [PATCH] KVM: x86/mmu: remove unused variable,
Paolo Bonzini
- [kvm:queue 15/59] arch/x86/kvm/mmu/mmu.c:6391:12: warning: variable 'pfn' set but not used,
kernel test robot
- KVM call for 2022-08-09,
Juan Quintela
- Re: [linux-stable-rc:linux-5.15.y 5373/8464] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall',
Vitaly Kuznetsov
- [PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v14 01/42] virtio: record the maximum queue num supported by the device.,
Xuan Zhuo
- [PATCH v14 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset,
Xuan Zhuo
- [PATCH v14 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset,
Xuan Zhuo
- [PATCH v14 04/42] virtio_ring: extract the logic of freeing vring,
Xuan Zhuo
- [PATCH v14 05/42] virtio_ring: split vring_virtqueue,
Xuan Zhuo
- [PATCH v14 06/42] virtio_ring: introduce virtqueue_init(),
Xuan Zhuo
- [PATCH v14 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol,
Xuan Zhuo
- [PATCH v14 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split,
Xuan Zhuo
- [PATCH v14 09/42] virtio_ring: split: introduce vring_free_split(),
Xuan Zhuo
- [PATCH v14 10/42] virtio_ring: split: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v14 11/42] virtio_ring: split: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v14 12/42] virtio_ring: split: extract the logic of vring init,
Xuan Zhuo
- [PATCH v14 14/42] virtio_ring: split: introduce virtqueue_reinit_split(),
Xuan Zhuo
- [PATCH v14 15/42] virtio_ring: split: reserve vring_align, may_reduce_num,
Xuan Zhuo
- [PATCH v14 13/42] virtio_ring: split: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v14 16/42] virtio_ring: split: introduce virtqueue_resize_split(),
Xuan Zhuo
- [PATCH v14 18/42] virtio_ring: packed: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v14 17/42] virtio_ring: packed: introduce vring_free_packed,
Xuan Zhuo
- [PATCH v14 19/42] virtio_ring: packed: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v14 23/42] virtio_ring: packed: introduce virtqueue_resize_packed(),
Xuan Zhuo
- [PATCH v14 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed(),
Xuan Zhuo
- [PATCH v14 21/42] virtio_ring: packed: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v14 20/42] virtio_ring: packed: extract the logic of vring init,
Xuan Zhuo
- [PATCH v14 24/42] virtio_ring: introduce virtqueue_resize(),
Xuan Zhuo
- [PATCH v14 26/42] virtio: allow to unbreak/break virtqueue individually,
Xuan Zhuo
- [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset,
Xuan Zhuo
- [PATCH v14 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data,
Xuan Zhuo
- [PATCH v14 28/42] virtio_ring: struct virtqueue introduce reset,
Xuan Zhuo
- [PATCH v14 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v14 31/42] virtio_pci: extract the logic of active vq for modern pci,
Xuan Zhuo
- [PATCH v14 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset,
Xuan Zhuo
- [PATCH v14 33/42] virtio: find_vqs() add arg sizes,
Xuan Zhuo
- [PATCH v14 37/42] virtio_net: set the default max ring size by find_vqs(),
Xuan Zhuo
- [PATCH v14 32/42] virtio_pci: support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v14 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v14 35/42] virtio_mmio: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v14 36/42] virtio: add helper virtio_find_vqs_ctx_size(),
Xuan Zhuo
- [PATCH v14 40/42] virtio_net: support rx queue resize,
Xuan Zhuo
- [PATCH v14 39/42] virtio_net: split free_unused_bufs(),
Xuan Zhuo
- [PATCH v14 41/42] virtio_net: support tx queue resize,
Xuan Zhuo
- [PATCH v14 42/42] virtio_net: support set_ringparam,
Xuan Zhuo
- [PATCH v14 34/42] virtio_pci: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH V3 vfio 00/11] Add device DMA logging support for mlx5 driver,
Yishai Hadas
- [PATCH V3 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities,
Yishai Hadas
- [PATCH V3 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker,
Yishai Hadas
- [PATCH V3 vfio 03/11] vfio: Introduce DMA logging uAPIs,
Yishai Hadas
- [PATCH V3 vfio 04/11] vfio: Move vfio.c to vfio_main.c,
Yishai Hadas
- [PATCH V3 vfio 05/11] vfio: Add an IOVA bitmap support,
Yishai Hadas
- [PATCH V3 vfio 06/11] vfio: Introduce the DMA logging feature support,
Yishai Hadas
- [PATCH V3 vfio 08/11] vfio/mlx5: Create and destroy page tracker object,
Yishai Hadas
- [PATCH V3 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking,
Yishai Hadas
- [PATCH V3 vfio 09/11] vfio/mlx5: Report dirty pages from tracker,
Yishai Hadas
- [PATCH V3 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker,
Yishai Hadas
- [PATCH V3 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks,
Yishai Hadas
- [PATCH] x86/fpu: Allow PKRU to be (once again) written by ptrace.,
Kyle Huey
- [kvm:queue 2/3] arch/riscv/kvm/mmu.c:355:61: error: expected '}',
kernel test robot
- [PATCH v2] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails,
Junaid Shahid
- [PATCH v2 0/2] KVM: x86/xen: Prevent xen timer init when running,
Coleman Dietsch
- [PATCH] hyperv: fix SynIC SINT assertion failure on guest reset,
Maciej S. Szmigiero
- [PATCH 1/2] KVM: x86: emulator: Fix illegal LEA handling,
Michal Luczaj
- [RFC v2 00/10] Introduce an extensible static analyzer,
Alberto Faria
- [RFC v2 01/10] Add an extensible static analyzer,
Alberto Faria
- [RFC v2 02/10] Drop unused static function return values,
Alberto Faria
- [RFC v2 03/10] static-analyzer: Support adding tests to checks,
Alberto Faria
- [RFC v2 04/10] static-analyzer: Avoid reanalyzing unmodified translation units,
Alberto Faria
- [RFC v2 05/10] static-analyzer: Enforce coroutine_fn restrictions for direct calls,
Alberto Faria
- [RFC v2 06/10] Fix some direct calls from non-coroutine_fn to coroutine_fn,
Alberto Faria
- [RFC v2 07/10] static-analyzer: Enforce coroutine_fn restrictions on function pointers,
Alberto Faria
- [RFC v2 08/10] Fix some bad coroutine_fn indirect calls and pointer assignments,
Alberto Faria
- [RFC v2 09/10] block: Add no_coroutine_fn marker,
Alberto Faria
- [RFC v2 10/10] Fix some calls from coroutine_fn to no_coroutine_fn,
Alberto Faria
- Re: [RFC v2 00/10] Introduce an extensible static analyzer,
Marc-André Lureau
- Re: [RFC v2 00/10] Introduce an extensible static analyzer,
Paolo Bonzini
- [GIT PULL] KVM/riscv changes for 5.20,
Anup Patel
- [PATCH v2] KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog,
Jarkko Sakkinen
- [PATCH] KVM: x86: do not shadow apic global definition,
Vincent Mailhol
- [GIT PULL] KVM/arm64 updates for 5.20,
Marc Zyngier
- [kvm-unit-tests PATCH 0/6] s390x: PV fixups,
Janosch Frank
- [PATCH] kvm: x86: Do proper cleanup if kvm_x86_ops->vm_init() fails,
Junaid Shahid
- [PATCH v2] kvm: x86: mmu: Always flush TLBs when enabling dirty logging,
Junaid Shahid
- [PATCH 0/4] KVM: x86/mmu: MMIO caching bug fixes,
Sean Christopherson
- [PATCH v3 0/3] vfio-ccw fixes for 5.20,
Eric Farman
- [PATCH] KVM: x86/xen: Fix bug in kvm_xen_vcpu_set_attr(),
Coleman Dietsch
- [PATCH v2 0/3] vfio-ccw fixes for 5.20,
Eric Farman
- re: Possible 5.19 regression for systems with 52-bit physical address support,
Michael Roth
- [kvm-unit-tests PATCH v2] x86: Add tests for Guest Processor Event Based Sampling (PEBS),
Like Xu
- [PATCH v2] kvm: mmu: fix typos in struct kvm_arch,
Hao Peng
- [PATCH 0/2] Add missing trace points in emulator path,
Hou Wenlong
- [PATCH] KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog,
Jarkko Sakkinen
- [PATCH v3] KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs(),
Kai Huang
- [PATCH] KVM: x86/mmu: Fix incorrect use of CONFIG_RETPOLINE,
Jarkko Sakkinen
- [PATCH 0/3] KVM: x86: Intel PERF_CAPABILITIES fix and cleanups,
Sean Christopherson
- [PATCH] KVM: x86/mmu: Remove unused "pfn" in kvm_mmu_zap_collapsible_spte(),
Sean Christopherson
- [PATCH 0/6] KVM: arm64: nVHE stack unwinder rework,
Marc Zyngier
- [kvm-unit-tests PATCH v2] x86: amd: pmu: test performance counter on AMD,
SU Hang
- [PATCH] kvm: mmu: fix typos in struct kvm_arch,
Hao Peng
- [PATCH kvm-unit-tests] x86: smp: fix 32-bit build,
Paolo Bonzini
- [PATCH kvm-unit-tests] x86: add and use *_BIT constants for CR0, CR4, EFLAGS,
Paolo Bonzini
- [PATCH 0/2] vfio-ccw fixes for 5.20,
Eric Farman
- [PATCH kvm-unit-tests] x86: fix clang warning,
Paolo Bonzini
- Re: [PATCH] KVM: x86: enable TDP MMU by default,
Stoiko Ivanov
- [PATCH kvm-unit-tests] s390x: fix build with clang,
Paolo Bonzini
- [PATCH v13 00/42] virtio pci support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v13 01/42] virtio: record the maximum queue num supported by the device.,
Xuan Zhuo
- [PATCH v13 02/42] virtio: struct virtio_config_ops add callbacks for queue_reset,
Xuan Zhuo
- [PATCH v13 03/42] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset,
Xuan Zhuo
- [PATCH v13 04/42] virtio_ring: extract the logic of freeing vring,
Xuan Zhuo
- [PATCH v13 05/42] virtio_ring: split vring_virtqueue,
Xuan Zhuo
- [PATCH v13 06/42] virtio_ring: introduce virtqueue_init(),
Xuan Zhuo
- [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol,
Xuan Zhuo
- [PATCH v13 08/42] virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_split,
Xuan Zhuo
- [PATCH v13 10/42] virtio_ring: split: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v13 11/42] virtio_ring: split: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v13 12/42] virtio_ring: split: extract the logic of vring init,
Xuan Zhuo
- [PATCH v13 09/42] virtio_ring: split: introduce vring_free_split(),
Xuan Zhuo
- [PATCH v13 14/42] virtio_ring: split: introduce virtqueue_reinit_split(),
Xuan Zhuo
- [PATCH v13 13/42] virtio_ring: split: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v13 15/42] virtio_ring: split: reserve vring_align, may_reduce_num,
Xuan Zhuo
- [PATCH v13 18/42] virtio_ring: packed: extract the logic of alloc queue,
Xuan Zhuo
- [PATCH v13 17/42] virtio_ring: packed: introduce vring_free_packed,
Xuan Zhuo
- [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split(),
Xuan Zhuo
- [PATCH v13 19/42] virtio_ring: packed: extract the logic of alloc state and extra,
Xuan Zhuo
- [PATCH v13 21/42] virtio_ring: packed: extract the logic of attach vring,
Xuan Zhuo
- [PATCH v13 20/42] virtio_ring: packed: extract the logic of vring init,
Xuan Zhuo
- [PATCH v13 24/42] virtio_ring: introduce virtqueue_resize(),
Xuan Zhuo
- [PATCH v13 22/42] virtio_ring: packed: introduce virtqueue_reinit_packed(),
Xuan Zhuo
- [PATCH v13 26/42] virtio: allow to unbreak/break virtqueue individually,
Xuan Zhuo
- [PATCH v13 28/42] virtio_ring: struct virtqueue introduce reset,
Xuan Zhuo
- [PATCH v13 25/42] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data,
Xuan Zhuo
- [PATCH v13 23/42] virtio_ring: packed: introduce virtqueue_resize_packed(),
Xuan Zhuo
- [PATCH v13 27/42] virtio: queue_reset: add VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v13 31/42] virtio_pci: extract the logic of active vq for modern pci,
Xuan Zhuo
- [PATCH v13 29/42] virtio_pci: struct virtio_pci_common_cfg add queue_reset,
Xuan Zhuo
- [PATCH v13 30/42] virtio_pci: introduce helper to get/set queue reset,
Xuan Zhuo
- [PATCH v13 32/42] virtio_pci: support VIRTIO_F_RING_RESET,
Xuan Zhuo
- [PATCH v13 33/42] virtio: find_vqs() add arg sizes,
Xuan Zhuo
- [PATCH v13 34/42] virtio_pci: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v13 35/42] virtio_mmio: support the arg sizes of find_vqs(),
Xuan Zhuo
- [PATCH v13 42/42] virtio_net: support set_ringparam,
Xuan Zhuo
- [PATCH v13 39/42] virtio_net: split free_unused_bufs(),
Xuan Zhuo
- [PATCH v13 38/42] virtio_net: get ringparam by virtqueue_get_vring_max_size(),
Xuan Zhuo
- [PATCH v13 40/42] virtio_net: support rx queue resize,
Xuan Zhuo
- [PATCH v13 41/42] virtio_net: support tx queue resize,
Xuan Zhuo
- [PATCH v13 36/42] virtio: add helper virtio_find_vqs_ctx_size(),
Xuan Zhuo
- [PATCH v13 37/42] virtio_net: set the default max ring size by find_vqs(),
Xuan Zhuo
- [PATCH] kvm: mmu: Simplify judgment conditions,
Hao Peng
- [kvm-unit-tests GIT PULL v2] x86: Fixes, cleanups, and new sub-tests,
Sean Christopherson
- [RFC PATCH 0/1] vhost-blk: in-kernel accelerator for virtio-blk guests,
Andrey Zhadchenko
- [kvm-unit-tests PATCH 0/2] x86: Don't assume !x2APIC during boot,
Sean Christopherson
- [RFC PATCH 0/2] KVM: selftests: Rename perf_test_util to memstress,
David Matlack
- [kvm-unit-tests PATCH v3 0/3] s390x: add tests for SIGP call orders in enabled wait,
Nico Boehr
- [CLOSED] Re: [CFP LPC 2022] Confidential Computing Microconference,
Jörg Rödel
- [RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling,
Arseniy Krasnov
- [RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM,
Arseniy Krasnov
- [RFC PATCH v2 2/9] virtio/vsock: use 'target' in notify_poll_in, callback,
Arseniy Krasnov
- [RFC PATCH v2 3/9] vmci/vsock: use 'target' in notify_poll_in, callback,
Arseniy Krasnov
- [RFC PATCH v2 4/9] vsock_test: POLLIN + SO_RCVLOWAT test,
Arseniy Krasnov
- [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback,
Arseniy Krasnov
- [RFC PATCH v2 6/9] hv_sock: disable SO_RCVLOWAT support,
Arseniy Krasnov
- [RFC PATCH v2 7/9] vsock: add API call for data ready,
Arseniy Krasnov
- [RFC PATCH v2 8/9] virtio/vsock: check SO_RCVLOWAT before wake up reader,
Arseniy Krasnov
- [RFC PATCH v2 9/9] vmci/vsock: check SO_RCVLOWAT before wake up reader,
Arseniy Krasnov
- Re: [RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling,
Stefano Garzarella
- [PATCH v2] KVM: x86: Do not block APIC write for non ICR registers,
Suravee Suthikulpanit
- [PATCH] KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register,
Suravee Suthikulpanit
- Re: [PATCH MANUALSEL 5.10 1/2] KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting it,
Zenghui Yu
- [GIT PULL] KVM fixes for Linux 5.19-rc8,
Paolo Bonzini
- [PATCH] kvm: x86: mmu: Drop the need_remote_flush() function,
Junaid Shahid
- [PATCH] kvm: x86: mmu: Always flush TLBs when enabling dirty logging,
Junaid Shahid
- [PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API,
Nicolin Chen
- [PATCH v4 01/10] vfio: Make vfio_unpin_pages() return void,
Nicolin Chen
- [PATCH v4 04/10] vfio/ccw: Only pass in contiguous pages,
Nicolin Chen
- [PATCH v4 03/10] vfio/ap: Pass in physical address of ind to ap_aqic(),
Nicolin Chen
- [PATCH v4 05/10] vfio: Pass in starting IOVA to vfio_pin/unpin_pages API,
Nicolin Chen
- [PATCH v4 02/10] drm/i915/gvt: Replace roundup with DIV_ROUND_UP,
Nicolin Chen
- [PATCH v4 07/10] vfio/ccw: Change pa_pfn list to pa_iova list,
Nicolin Chen
- [PATCH v4 06/10] vfio/ap: Change saved_pfn to saved_iova,
Nicolin Chen
- [PATCH v4 08/10] vfio: Rename user_iova of vfio_dma_rw(),
Nicolin Chen
- [PATCH v4 09/10] vfio/ccw: Add kmap_local_page() for memcpy,
Nicolin Chen
- [PATCH v4 10/10] vfio: Replace phys_pfn with pages for vfio_pin_pages(),
Nicolin Chen
- RE: [PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API,
Xu, Terrence
- Re: [PATCH v4 00/10] cover-letter: Update vfio_pin/unpin_pages API,
Alex Williamson
- [PATCH] KVM: x86/mmu: Treat NX as a valid SPTE bit for NPT,
Sean Christopherson
- [PATCH v2 0/6] KVM: x86: Apply NX mitigation more precisely,
Sean Christopherson
- [PATCH v4 00/24] KVM: x86: Event/exception fixes and cleanups,
Sean Christopherson
- [PATCH v4 01/24] KVM: nVMX: Unconditionally purge queued/injected events on nested "exit",
Sean Christopherson
- [PATCH v4 03/24] KVM: x86: Don't check for code breakpoints when emulating on exception,
Sean Christopherson
- [PATCH v4 02/24] KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCS,
Sean Christopherson
- [PATCH v4 04/24] KVM: nVMX: Treat General Detect #DB (DR7.GD=1) as fault-like,
Sean Christopherson
- [PATCH v4 05/24] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag,
Sean Christopherson
- [PATCH v4 06/24] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1),
Sean Christopherson
- [PATCH v4 07/24] KVM: x86: Use DR7_GD macro instead of open coding check in emulator,
Sean Christopherson
- [PATCH v4 08/24] KVM: nVMX: Ignore SIPI that arrives in L2 when vCPU is not in WFS,
Sean Christopherson
- [PATCH v4 09/24] KVM: nVMX: Unconditionally clear mtf_pending on nested VM-Exit,
Sean Christopherson
- [PATCH v4 11/24] KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception,
Sean Christopherson
- [PATCH v4 10/24] KVM: VMX: Inject #PF on ENCLS as "emulated" #PF,
Sean Christopherson
- [PATCH v4 12/24] KVM: x86: Make kvm_queued_exception a properly named, visible struct,
Sean Christopherson
- [PATCH v4 13/24] KVM: x86: Formalize blocking of nested pending exceptions,
Sean Christopherson
- [PATCH v4 20/24] KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions,
Sean Christopherson
- [PATCH v4 18/24] KVM: nVMX: Document priority of all known events on Intel CPUs,
Sean Christopherson
- [PATCH v4 14/24] KVM: x86: Use kvm_queue_exception_e() to queue #DF,
Sean Christopherson
- [PATCH v4 15/24] KVM: x86: Hoist nested event checks above event injection logic,
Sean Christopherson
- [PATCH v4 17/24] KVM: nVMX: Add a helper to identify low-priority #DB traps,
Sean Christopherson
- [PATCH v4 16/24] KVM: x86: Evaluate ability to inject SMI/NMI/IRQ after potential VM-Exit,
Sean Christopherson
- [PATCH v4 19/24] KVM: x86: Morph pending exceptions to pending VM-Exits at queue time,
Sean Christopherson
- [PATCH v4 22/24] KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events(),
Sean Christopherson
- [PATCH v4 21/24] KVM: VMX: Update MTF and ICEBP comments to document KVM's subtle behavior,
Sean Christopherson
- [PATCH v4 24/24] KVM: selftests: Add an x86-only test to verify nested exception queueing,
Sean Christopherson
- [PATCH v4 23/24] KVM: selftests: Use uapi header to get VMX and SVM exit reasons/codes,
Sean Christopherson
- [PATCH 0/2] KVM: selftests: Fix Clang build issues in KVM_ASM_SAFE(),
David Matlack
- [kvm:queue 23/35] arch/x86/kvm/mmu/mmu.c:6391:19: warning: variable 'pfn' set but not used,
kernel test robot
- [PATCH 0/5] KVM/x86: add a new hypercall to execute host system,
Andrei Vagin
- [kvm-unit-tests PATCH] x86: kvmclock: Fix a non-prototype function declaration,
Jim Mattson
- [PATCH 0/5] KVM: VMX: PERF_GLOBAL_CTRL fixes,
Sean Christopherson
- RFC: The hypervisor's responsibility to stuff the RSB,
Jim Mattson
- [RFC PATCH v3 0/4] MSR filtering / exiting flag cleanup,
Aaron Lewis
- [PATCH v7 0/4] Add Sstc extension support,
Atish Patra
- [PATCH kvmtool 0/4] Makefile and virtio fixes,
Jean-Philippe Brucker
- [PATCH v2 0/7] ASID support in vhost-vdpa net,
Eugenio Pérez
- [PATCH] Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control",
Paolo Bonzini
- [PATCH] Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled",
Paolo Bonzini
- [kvm-unit-tests PATCH v2 0/3] s390x: add tests for SIGP call orders in enabled wait,
Nico Boehr
- [kvm-unit-tests PATCH v3 0/4] Add panic test support,
Nico Boehr
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]