Linux KVM
[Prev Page][Next Page]
- [PATCH] KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate,
Sean Christopherson
- [PATCH] KVM: x86: Sanity check inputs to kvm_handle_memory_failure(),
Sean Christopherson
- [PATCH v2] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page(),
Michal Luczaj
- [GIT PULL] KVM/RISC-V changes for Linux 6.2,
Paolo Bonzini
- [PATCH 0/3] accel: Silent few -Wmissing-field-initializers warning,
Philippe Mathieu-Daudé
- [kvm-unit-tests PATCH v3] arm: Add PSCI CPU_OFF test,
Nikita Venkatesh
- [PATCH v6 0/2] KVM: x86/xen: update Xen CPUID Leaf 4,
Paul Durrant
- [PATCH] vhost_vdpa: fix the compile issue in commit 881ac7d2314f,
Cindy Lu
- Re: [PATCH 09/18] vfio-mdev/mdpy-fb: Do not set struct fb_info.apertures,
Javier Martinez Canillas
- [kvm-unit-tests PATCH v5 0/1] s390x: test CMM during migration,
Nico Boehr
- [kvm-unit-tests PATCH v5 0/1] s390x: test storage keys during migration,
Nico Boehr
- [RFC PATCH 00/32] x86: enable FRED for x86-64,
Xin Li
- [RFC PATCH 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR,
Xin Li
- [RFC PATCH 02/32] x86/traps: add a system interrupt table for system interrupt dispatch,
Xin Li
- [RFC PATCH 03/32] x86/traps: add install_system_interrupt_handler(),
Xin Li
- [RFC PATCH 06/32] x86/cpufeature: add the cpu feature bit for FRED,
Xin Li
- [RFC PATCH 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED),
Xin Li
- [RFC PATCH 20/32] x86/fred: add a machine check entry stub for FRED,
Xin Li
- [RFC PATCH 21/32] x86/fred: FRED entry/exit and dispatch code,
Xin Li
- [RFC PATCH 09/32] x86/cpu: add X86_CR4_FRED macro,
Xin Li
- [RFC PATCH 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support,
Xin Li
- [RFC PATCH 12/32] x86/cpu: add MSR numbers for FRED configuration,
Xin Li
- [RFC PATCH 19/32] x86/fred: add a NMI entry stub for FRED,
Xin Li
- [RFC PATCH 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map,
Xin Li
- [RFC PATCH 14/32] x86/fred: header file with FRED definitions,
Xin Li
- [RFC PATCH 05/32] x86/traps: add exc_raise_irq() for VMX IRQ reinjection,
Xin Li
- [RFC PATCH 16/32] x86/fred: reserve space for the FRED stack frame,
Xin Li
- [RFC PATCH 04/32] x86/traps: add external_interrupt() to dispatch external interrupts,
Xin Li
- [RFC PATCH 08/32] x86/objtool: teach objtool about ERETU and ERETS,
Xin Li
- [RFC PATCH 18/32] x86/fred: add a debug fault entry stub for FRED,
Xin Li
- [RFC PATCH 17/32] x86/fred: add a page fault entry stub for FRED,
Xin Li
- [RFC PATCH 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs,
Xin Li
- [RFC PATCH 13/32] x86/fred: header file for event types,
Xin Li
- [RFC PATCH 25/32] x86/fred: disallow the swapgs instruction when FRED is enabled,
Xin Li
- [RFC PATCH 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch,
Xin Li
- [RFC PATCH 22/32] x86/fred: FRED initialization code,
Xin Li
- [RFC PATCH 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled,
Xin Li
- [RFC PATCH 29/32] x86/ia32: do not modify the DPL bits for a null selector,
Xin Li
- [RFC PATCH 32/32] x86/fred: disable FRED by default in its early stage,
Xin Li
- [RFC PATCH 27/32] x86/fred: allow single-step trap and NMI when starting a new thread,
Xin Li
- [RFC PATCH 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user,
Xin Li
- [RFC PATCH 26/32] x86/fred: no ESPFIX needed when FRED is enabled,
Xin Li
- [RFC PATCH 31/32] x86/fred: allow dynamic stack frame size,
Xin Li
- [RFC PATCH 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f,
Xin Li
- [kvm-unit-tests PATCH v2 0/4] arm: pmu: Add support for PMUv3p5,
Ricardo Koller
- [PATCH] KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test,
Sean Christopherson
- [kvm-unit-tests PATCH] arm: Remove MAX_SMP probe loop,
Colton Lewis
- [PATCH] KVM: Destroy target device if coalesced MMIO unregistration fails,
Sean Christopherson
- [linux-next:master] BUILD REGRESSION d650871875b2ccc670f1044be7f3cc90f276745d,
kernel test robot
- [PATCH] KVM: selftests: Install sanitised kernel headers before compilation,
Like Xu
- [RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
- [RFC 01/12] vfio: Allocate per device file structure,
Yi Liu
- [RFC 03/12] vfio: Accept vfio device file in the driver facing kAPI,
Yi Liu
- [RFC 02/12] vfio: Refine vfio file kAPIs,
Yi Liu
- [RFC 04/12] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd,
Yi Liu
- [RFC 05/12] kvm/vfio: Accept vfio device file from userspace,
Yi Liu
- [RFC 06/12] vfio: Pass struct vfio_device_file * to vfio_device_open/close(),
Yi Liu
- [RFC 10/12] vfio: Add cdev for vfio_device,
Yi Liu
- [RFC 07/12] vfio: Block device access via device fd until device is opened,
Yi Liu
- [RFC 09/12] vfio: Make vfio_device_open() exclusive between group path and device cdev path,
Yi Liu
- [RFC 08/12] vfio: Add infrastructure for bind_iommufd and attach,
Yi Liu
- [RFC 12/12] vfio: Compile group optionally,
Yi Liu
- [RFC 11/12] vfio: Add ioctls for device cdev iommufd,
Yi Liu
- Re: [RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
- Re: [RFC 00/12] Add vfio_device cdev for iommufd support,
Yi Liu
- [PATCH v4] vhost_vdpa: fix the crash in unmap a large memory,
Cindy Lu
- [PATCH linux-next] KVM: x86/xen: Remove unneeded semicolon,
zhang.songyi
- [RFC PATCH v1 0/2] virtio/vsock: fix mutual rx/tx hungup,
Arseniy Krasnov
- [PATCH v2 0/9] target/misc: Header cleanups around "cpu.h",
Philippe Mathieu-Daudé
- [PATCH] exec: Rename NEED_CPU_H -> CONFIG_TARGET,
Philippe Mathieu-Daudé
- [PATCH 0/2] sysemu/kvm: Header cleanups around "cpu.h",
Philippe Mathieu-Daudé
- [PATCH v3 0/5] target/cpu: System/User cleanups around hwaddr/vaddr,
Philippe Mathieu-Daudé
- [PATCH V6 0/7] fixes for virtual address update,
Steve Sistare
- [linux-next:master] BUILD REGRESSION ca39c4daa6f7f770b1329ffb46f1e4a6bcc3f291,
kernel test robot
- Minor security issue on website,
davtur19
- [PATCH v1 10/10] gdbstub: retire exec/gdbstub.h,
Alex Bennée
- [PATCH v4 0/2] KVM: MMU: Use 'INVALID_GPA' and 'INVALID_GFN' properly,
Yu Zhang
- [Bug 216812] New: kvm-unit-test xapic failed on linux 6.1 release kernel,
bugzilla-daemon
- [PATCH] KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page(),
Michal Luczaj
- [PATCH V5 0/7] fixes for virtual address update,
Steve Sistare
- [GIT PULL] VFIO updates for v6.2-rc1,
Alex Williamson
- [GIT PULL v2] First batch of KVM changes for Linux 6.2,
Paolo Bonzini
- [PATCH v2 00/11] KVM perf support,
Atish Patra
- [PATCH v2 04/11] RISC-V: KVM: Modify SBI extension handler to return SBI error code,
Atish Patra
- [PATCH v2 03/11] RISC-V: KVM: Return correct code for hsm stop function,
Atish Patra
- [PATCH v2 02/11] RISC-V: KVM: Define a probe function for SBI extension data structures,
Atish Patra
- [PATCH v2 07/11] RISC-V: KVM: Add SBI PMU extension support,
Atish Patra
- [PATCH v2 01/11] RISC-V: Define helper functions expose hpm counter width and count,
Atish Patra
- [PATCH v2 11/11] RISC-V: KVM: Implement firmware events,
Atish Patra
- [PATCH v2 06/11] RISC-V: KVM: Add skeleton support for perf,
Atish Patra
- [PATCH v2 08/11] RISC-V: KVM: Disable all hpmcounter access for VS/VU mode,
Atish Patra
- [PATCH v2 05/11] RISC-V: KVM: Improve privilege mode filtering for perf,
Atish Patra
- [PATCH v2 10/11] RISC-V: KVM: Implement perf support without sampling,
Atish Patra
- [PATCH v2 09/11] RISC-V: KVM: Implement trap & emulate for hpmcounters,
Atish Patra
- [linux-next:master] BUILD REGRESSION 459c73db4069c27c1d4a0e20d055b837396364b8,
kernel test robot
- [PATCH v1] KVM: x86: add KVM_CAP_DEVICE_CTRL,
Wei Wang
- [PATCH v9 00/12] ASID support in vhost-vdpa net,
Eugenio Pérez
- [PATCH v9 02/12] vhost: set SVQ device call handler at SVQ start,
Eugenio Pérez
- [PATCH v9 01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop,
Eugenio Pérez
- [PATCH v9 03/12] vhost: allocate SVQ device file descriptors at device start,
Eugenio Pérez
- [PATCH v9 05/12] vdpa: add vhost_vdpa_net_valid_svq_features,
Eugenio Pérez
- [PATCH v9 04/12] vhost: move iova_tree set to vhost_svq_start,
Eugenio Pérez
- [PATCH v9 06/12] vdpa: request iova_range only once,
Eugenio Pérez
- [PATCH v9 07/12] vdpa: move SVQ vring features check to net/,
Eugenio Pérez
- [PATCH v9 08/12] vdpa: allocate SVQ array unconditionally,
Eugenio Pérez
- [PATCH v9 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap,
Eugenio Pérez
- [PATCH v9 10/12] vdpa: store x-svq parameter in VhostVDPAState,
Eugenio Pérez
- [PATCH v9 12/12] vdpa: always start CVQ in SVQ mode if possible,
Eugenio Pérez
- [PATCH v9 11/12] vdpa: add shadow_data to vhost_vdpa,
Eugenio Pérez
- [PATCH] KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs().,
Yu Zhang
- [PATCH v3] KVM: MMU: Make the definition of 'INVALID_GPA' common.,
Yu Zhang
- [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Bobby Eshleman
- [RFC PATCH v2 vfio 0/7] pds vfio driver,
Brett Creeley
- [PATCH V4 0/5] fixes for virtual address update,
Steve Sistare
- [PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH RFC v7 09/64] KVM: Add HVA range operator,
Michael Roth
- [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA,
Michael Roth
- [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA,
Michael Roth
- [PATCH RFC v7 12/64] KVM: SEV: Implement .fault_is_private callback,
Michael Roth
- [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature,
Michael Roth
- [PATCH RFC v7 14/64] x86/sev: Add the host SEV-SNP initialization support,
Michael Roth
- [PATCH RFC v7 15/64] x86/sev: Add RMP entry lookup helpers,
Michael Roth
- [PATCH RFC v7 16/64] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction,
Michael Roth
- [PATCH RFC v7 17/64] x86/mm/pat: Introduce set_memory_p,
Michael Roth
- [PATCH RFC v7 18/64] x86/sev: Invalidate pages from the direct map when adding them to the RMP table,
Michael Roth
- [PATCH RFC v7 19/64] x86/traps: Define RMP violation #PF error code,
Michael Roth
- [PATCH RFC v7 21/64] x86/fault: fix handle_split_page_fault() to work with memfd backed pages,
Michael Roth
- [PATCH RFC v7 20/64] x86/fault: Add support to handle the RMP fault for user address,
Michael Roth
- [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page,
Michael Roth
- [PATCH RFC v7 22/64] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling.,
Michael Roth
- [PATCH RFC v7 26/64] crypto:ccp: Provide API to issue SEV and SNP commands,
Michael Roth
- [PATCH RFC v7 24/64] crypto:ccp: Define the SEV-SNP commands,
Michael Roth
- [PATCH RFC v7 27/64] crypto: ccp: Introduce snp leaked pages list,
Michael Roth
- [PATCH RFC v7 25/64] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP,
Michael Roth
- [PATCH RFC v7 23/64] x86/fault: Add support to dump RMP entry on fault,
Michael Roth
- [PATCH RFC v7 28/64] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled,
Michael Roth
- [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY,
Michael Roth
- [PATCH RFC v7 32/64] crypto: ccp: Provide APIs to query extended attestation report,
Michael Roth
- [PATCH RFC v7 29/64] crypto: ccp: Handle the legacy SEV command when SNP is enabled,
Michael Roth
- [PATCH RFC v7 30/64] crypto: ccp: Add the SNP_PLATFORM_STATUS command,
Michael Roth
- [PATCH RFC v7 33/64] KVM: SVM: Add support to handle AP reset MSR protocol,
Michael Roth
- [PATCH RFC v7 31/64] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command,
Michael Roth
- [PATCH RFC v7 35/64] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe,
Michael Roth
- [PATCH RFC v7 36/64] KVM: SVM: Add initial SEV-SNP support,
Michael Roth
- [PATCH RFC v7 34/64] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT,
Michael Roth
- [PATCH RFC v7 37/64] KVM: SVM: Add KVM_SNP_INIT command,
Michael Roth
- [PATCH RFC v7 38/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command,
Michael Roth
- [PATCH RFC v7 39/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command,
Michael Roth
- [PATCH RFC v7 40/64] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command,
Michael Roth
- [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM,
Michael Roth
- [PATCH RFC v7 41/64] KVM: X86: Keep the NPT and RMP page level in sync,
Michael Roth
- [PATCH RFC v7 42/64] KVM: x86: Define RMP page fault error bits for #NPF,
Michael Roth
- [PATCH RFC v7 43/64] KVM: SVM: Do not use long-lived GHCB map while setting scratch area,
Michael Roth
- [PATCH RFC v7 44/64] KVM: SVM: Remove the long-lived GHCB host map,
Michael Roth
- [PATCH RFC v7 45/64] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT,
Michael Roth
- [PATCH RFC v7 49/64] KVM: SVM: Introduce ops for the post gfn map and unmap,
Michael Roth
- [PATCH RFC v7 46/64] KVM: SVM: Add KVM_EXIT_VMGEXIT,
Michael Roth
- [PATCH RFC v7 47/64] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT,
Michael Roth
- [PATCH RFC v7 48/64] KVM: SVM: Add support to handle Page State Change VMGEXIT,
Michael Roth
- [PATCH RFC v7 53/64] KVM: SVM: Use a VMSA physical address variable for populating VMCB,
Michael Roth
- [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op,
Michael Roth
- [PATCH RFC v7 52/64] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event,
Michael Roth
- [PATCH RFC v7 51/64] KVM: SVM: Add support to handle the RMP nested page fault,
Michael Roth
- [PATCH RFC v7 50/64] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use,
Michael Roth
- [PATCH RFC v7 54/64] KVM: SVM: Support SEV-SNP AP Creation NAE event,
Michael Roth
- [PATCH RFC v7 56/64] KVM: x86/mmu: Generate KVM_EXIT_MEMORY_FAULT for implicit conversions for SNP,
Michael Roth
- [PATCH RFC v7 55/64] KVM: SVM: Add SNP-specific handling for memory attribute updates,
Michael Roth
- [PATCH RFC v7 57/64] KVM: SEV: Handle restricted memory invalidations for SNP,
Michael Roth
- [PATCH RFC v7 58/64] KVM: SVM: Add module parameter to enable the SEV-SNP,
Michael Roth
- [PATCH RFC v7 59/64] ccp: Add support to decrypt the page,
Michael Roth
- [PATCH RFC v7 60/64] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb,
Michael Roth
- [PATCH RFC v7 05/64] KVM: x86: Add 'update_mem_attr' x86 op,
Michael Roth
- [PATCH RFC v7 61/64] KVM: SVM: Make VMSAVE target area memory allocation SNP safe,
Michael Roth
- [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs,
Michael Roth
- [PATCH RFC v7 63/64] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS,
Michael Roth
- [PATCH RFC v7 64/64] iommu/amd: Add IOMMU_SNP_SHUTDOWN support,
Michael Roth
- [PATCH RFC v7 07/64] KVM: SEV: Handle KVM_HC_MAP_GPA_RANGE hypercall,
Michael Roth
- [PATCH RFC v7 08/64] KVM: Move kvm_for_each_memslot_in_hva_range() to be used in SVM,
Michael Roth
- [PATCH RFC v7 06/64] KVM: x86: Add platform hooks for private memory invalidations,
Michael Roth
- Re: [PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Borislav Petkov
- [PATCH V3 0/5] fixes for virtual address update,
Steve Sistare
- RFC: few questions about hypercall patching in KVM,
Maxim Levitsky
- [RFC PATCH 0/6] vdpa_sim: add support for user VA,
Stefano Garzarella
- [linux-next:master] BUILD REGRESSION 663397d1b469ff57f216d499b74a0b0183a508b8,
kernel test robot
- [kvm-unit-tests PATCH v4 0/1] s390x: test storage keys during migration,
Nico Boehr
- [PATCH] KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly,
David Woodhouse
- [kvm-unit-tests PATCH v3 0/1] s390x: test storage keys during migration,
Nico Boehr
- [PATCH V2 0/5] fixes for virtual address update,
Steve Sistare
- [PATCH net-next v7] virtio/vsock: replace virtio_vsock_pkt with sk_buff,
Bobby Eshleman
- Re: [linux-stable-rc:linux-5.15.y 2855/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall',
Vitaly Kuznetsov
- [PATCH v4 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg,
Janis Schoetterl-Glausch
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]