kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 11:28:31 to 2021-01-15 13:08:09 UTC [more...]

[PATCH v3 01/21] x86/fpu/xstate: Modify initialization helper to handle both static and dynamic buffers
 2021-01-15 13:06 UTC  (10+ messages)
` [PATCH v3 03/21] x86/fpu/xstate: Modify address finders "
` [PATCH v3 10/21] x86/fpu/xstate: Update xstate save function to support dynamic xstate

[PATCH 0/6] KVM: arm64: More PMU/debug ID register fixes
 2021-01-15 13:05 UTC  (7+ messages)
` [PATCH 1/6] KVM: arm64: Fix missing RES1 in emulation of DBGBIDR
` [PATCH 2/6] KVM: arm64: Fix AArch32 PMUv3 capping
` [PATCH 3/6] KVM: arm64: Add handling of AArch32 PCMEID{2,3} PMUv3 registers

[PATCH v7 00/13] Generalize memory encryption models
 2021-01-15 12:56 UTC  (14+ messages)
` [PATCH v7 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v7 03/13] sev: Remove false abstraction of flash encryption
` [PATCH v7 04/13] confidential guest support: Move side effect out of machine_set_memory_encryption()
` [PATCH v7 13/13] s390: Recognize confidential-guest-support option

[kvm-unit-tests PATCH v2 00/11] Fix and improve the page allocator
 2021-01-15 12:37 UTC  (12+ messages)
` [kvm-unit-tests PATCH v2 01/11] lib/x86: fix page.h to include the generic header
` [kvm-unit-tests PATCH v2 02/11] lib/list.h: add list_add_tail
` [kvm-unit-tests PATCH v2 03/11] lib/vmalloc: add some asserts and improvements
` [kvm-unit-tests PATCH v2 04/11] lib/asm: Fix definitions of memory areas
` [kvm-unit-tests PATCH v2 05/11] lib/alloc_page: fix and improve the page allocator
` [kvm-unit-tests PATCH v2 06/11] lib/alloc.h: remove align_min from struct alloc_ops
` [kvm-unit-tests PATCH v2 07/11] lib/alloc_page: Optimization to skip known empty freelists
` [kvm-unit-tests PATCH v2 08/11] lib/alloc_page: rework metadata format
` [kvm-unit-tests PATCH v2 09/11] lib/alloc: replace areas with more generic flags
` [kvm-unit-tests PATCH v2 10/11] lib/alloc_page: Wire up FLAG_DONTZERO
` [kvm-unit-tests PATCH v2 11/11] lib/alloc_page: Properly handle requests for fresh blocks

[PATCH v6 0/8] KVMTOOL RISC-V Support
 2021-01-15 12:22 UTC  (9+ messages)
` [PATCH v6 1/8] update_headers: Sync-up ABI headers with Linux-5.11-rc3
` [PATCH v6 2/8] riscv: Initial skeletal support
` [PATCH v6 3/8] riscv: Implement Guest/VM arch functions
` [PATCH v6 4/8] riscv: Implement Guest/VM VCPU "
` [PATCH v6 5/8] riscv: Add PLIC device emulation
` [PATCH v6 6/8] riscv: Generate FDT at runtime for Guest/VM
` [PATCH v6 7/8] riscv: Handle SBI calls forwarded to user space
` [PATCH v6 8/8] riscv: Generate PCI host DT node

[PATCH v16 00/17] KVM RISC-V Support
 2021-01-15 12:18 UTC  (18+ messages)
` [PATCH v16 01/17] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v16 02/17] RISC-V: Add initial skeletal KVM support
` [PATCH v16 03/17] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v16 04/17] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v16 05/17] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v16 06/17] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v16 07/17] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v16 08/17] RISC-V: KVM: Handle WFI "
` [PATCH v16 09/17] RISC-V: KVM: Implement VMID allocator
` [PATCH v16 10/17] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v16 11/17] RISC-V: KVM: Implement MMU notifiers
` [PATCH v16 12/17] RISC-V: KVM: Add timer functionality
` [PATCH v16 13/17] RISC-V: KVM: FP lazy save/restore
` [PATCH v16 14/17] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v16 15/17] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v16 16/17] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v16 17/17] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v3 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-15 12:01 UTC  (11+ messages)
` [PATCH v3 04/17] perf: x86/ds: Handle guest PEBS overflow PMI and inject it to guest
` [PATCH v3 05/17] KVM: x86/pmu: Reprogram guest PEBS event to emulate guest PEBS counter

[PATCH] kvm: arm64: Properly align the end address of table walk
 2021-01-15 10:23 UTC  (2+ messages)

[RESEND PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-15 10:13 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [RESEND PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[RFC PATCH v2 00/13] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-01-15  9:59 UTC  (15+ messages)
` [RFC PATCH v2 01/13] af_vsock: implement 'vsock_wait_data()'
` [RFC PATCH v2 02/13] af_vsock: separate rx loops for STREAM/SEQPACKET
` [RFC PATCH v2 03/13] af_vsock: implement rx loops entry point
` [RFC PATCH v2 04/13] af_vsock: replace previous stream rx loop
` [RFC PATCH v2 05/13] af_vsock: implement send logic for SOCK_SEQPACKET
` [RFC PATCH v2 06/13] af_vsock: general support of SOCK_SEQPACKET type
` [RFC PATCH v2 07/13] af_vsock: update comments for stream sockets
` [RFC PATCH v2 08/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v2 09/13] virtio/vsock: implement fetch of record length
` [RFC PATCH v2 10/13] virtio/vsock: update receive logic
` [RFC PATCH v2 11/13] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v2 12/13] vhost/vsock: support for SOCK_SEQPACKET socket
` [RFC PATCH v2 13/13] vsock_test: add SOCK_SEQPACKET tests

[PATCH v2 0/3] Use static_call for kvm_x86_ops
 2021-01-15  9:54 UTC  (9+ messages)
` [PATCH v2 1/3] KVM: X86: append vmx/svm prefix to additional kvm_x86_ops functions
` [PATCH v2 2/3] KVM: x86: introduce definitions to support static calls for kvm_x86_ops
` [PATCH v2 3/3] KVM: x86: use static calls to reduce kvm_x86_ops overhead

[PATCH 0/5] vfio/iommu_type1: Some fixes about dirty tracking
 2021-01-15  9:41 UTC  (11+ messages)
` [PATCH 1/5] vfio/iommu_type1: Fixes vfio_dma_populate_bitmap to avoid dirty lose
` [PATCH 4/5] vfio/iommu_type1: Carefully use unmap_unpin_all during dirty tracking

[PATCH v2 0/2] vfio/iommu_type1: some fixes
 2021-01-15  9:26 UTC  (3+ messages)
` [PATCH v2 1/2] vfio/iommu_type1: Populate full dirty when detach non-pinned group
` [PATCH v2 2/2] vfio/iommu_type1: Sanity check pfn_list when remove vfio_dma

[RFC, v2 0/1] msi support for platform devices
 2021-01-15  9:25 UTC  (12+ messages)
` [RFC, v3 0/2] "
  ` [RFC v3 1/2] vfio/platform: add support for msi
  ` [RFC v3 2/2] vfio/platform: msi: add Broadcom platform devices

[PATCH] kvm: Add emulation for movups/movupd
 2021-01-15  8:56 UTC  (7+ messages)

[RESEND v13 00/10] KVM: x86/pmu: Guest Last Branch Recording Enabling
 2021-01-15  8:51 UTC  (3+ messages)

[PATCH] KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
 2021-01-15  8:47 UTC  (2+ messages)

[PATCH] KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
 2021-01-15  8:46 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Add emulation support for #GP triggered by VM instructions
 2021-01-15  7:00 UTC  (17+ messages)
` [PATCH 2/2] KVM: SVM: Add support for VMCB address check change

[RFC PATCH v3 0/2] Add platform check for subdevice irq domain
 2021-01-15  6:31 UTC  (6+ messages)
` [RFC PATCH v3 1/2] iommu: Add capability IOMMU_CAP_VIOMMU

[RFC 1/2] KVM: add initial support for KVM_SET_IOREGION
 2021-01-15  3:41 UTC  (12+ messages)

[PATCH] Revert "KVM: x86: Unconditionally enable irqs in guest context"
 2021-01-15  3:20 UTC  (3+ messages)

[PATCH v13 00/15] s390/vfio-ap: dynamic configuration support
 2021-01-15  1:44 UTC  (14+ messages)
` [PATCH v13 05/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v13 06/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v13 07/15] s390/vfio-ap: introduce shadow APCB

[PATCH v9 00/18] Add AMD SEV guest live migration support
 2021-01-15  1:16 UTC  (3+ messages)

[PATCH] KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
 2021-01-15  1:15 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Remove the defunct update_pte() paging hook
 2021-01-15  0:40 UTC 

[PATCH v2 0/3] VMX: more nested fixes
 2021-01-15  0:29 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: nVMX: Always call sync_vmcs02_to_vmcs12_rare on migration
` [PATCH v2 2/3] KVM: nVMX: add kvm_nested_vmlaunch_resume tracepoint
` [PATCH v2 3/3] KVM: VMX: read idt_vectoring_info a bit earlier

[for-6.0 v5 11/13] spapr: PEF: prevent migration
 2021-01-14 23:51 UTC  (23+ messages)
  `  "
    ` [EXTERNAL] "

[PATCH v5 0/6] Qemu SEV-ES guest support
 2021-01-14 23:12 UTC  (7+ messages)
` [PATCH v5 1/6] sev/i386: Add initial support for SEV-ES
` [PATCH v5 2/6] sev/i386: Require in-kernel irqchip support for SEV-ES guests
` [PATCH v5 3/6] sev/i386: Allow AP booting under SEV-ES
` [PATCH v5 4/6] sev/i386: Don't allow a system reset under an SEV-ES guest
` [PATCH v5 5/6] kvm/i386: Use a per-VM check for SMM capability
` [PATCH v5 6/6] sev/i386: Enable an SEV-ES guest based on SEV policy

[PATCH v2 00/14] KVM: SVM: Misc SEV cleanups
 2021-01-14 22:53 UTC  (44+ messages)
` [PATCH v2 01/14] KVM: SVM: Zero out the VMCB array used to track SEV ASID association
` [PATCH v2 02/14] KVM: SVM: Free sev_asid_bitmap during init if SEV setup fails
` [PATCH v2 03/14] KVM: SVM: Move SEV module params/variables to sev.c
` [PATCH v2 04/14] x86/cpufeatures: Assign dedicated feature word for AMD mem encryption
` [PATCH v2 05/14] KVM: x86: Override reported SME/SEV feature flags with host mask
` [PATCH v2 06/14] x86/sev: Drop redundant and potentially misleading 'sev_enabled'
` [PATCH v2 07/14] KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
` [PATCH v2 08/14] KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=y
` [PATCH v2 09/14] KVM: SVM: Unconditionally invoke sev_hardware_teardown()
` [PATCH v2 10/14] KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()
` [PATCH v2 11/14] KVM: SVM: Move SEV VMCB tracking allocation to sev.c
` [PATCH v2 12/14] KVM: SVM: Drop redundant svm_sev_enabled() helper
` [PATCH v2 13/14] KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()

[RFC PATCH kvm-unit-tests 0/4] add generic stress test
 2021-01-14 22:13 UTC  (8+ messages)

[PATCH] target/i386/sev: add the support to query the attestation report
 2021-01-14 18:34 UTC  (2+ messages)

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2021-01-14 18:00 UTC  (11+ messages)

[PATCH 0/7] KVM: x86: Conditional Hyper-V emulation enablement
 2021-01-14 17:34 UTC  (5+ messages)
` [PATCH 6/7] KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional

[kvm-unit-tests PATCH v4 0/9] s390x: Add SIE library and simple tests
 2021-01-14 15:03 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/9] s390x: Add test_bit to library
` [kvm-unit-tests PATCH v4 2/9] s390x: Consolidate sclp read info
` [kvm-unit-tests PATCH v4 3/9] s390x: SCLP feature checking
` [kvm-unit-tests PATCH v4 5/9] s390x: sie: Add SIE to lib
` [kvm-unit-tests PATCH v4 9/9] s390x: sclp: Add CPU entry offset comment

[PATCH] Add a reproducer for the AMD nested virtualization errata
 2021-01-14 12:21 UTC 

[PATCH v3 0/3] Some optimization for stage-2 translation
 2021-01-14 12:13 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: arm64: Adjust partial code of hyp stage-1 map and guest stage-2 map
` [PATCH v3 2/3] KVM: arm64: Filter out the case of only changing permissions from stage-2 map path
` [PATCH v3 3/3] KVM: arm64: Mark the page dirty only if the fault is handled successfully


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).