kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-01 23:15:46 to 2021-09-03 15:17:23 UTC [more...]

[RFC PATCH v2 00/12] Add AMD Secure Nested Paging (SEV-SNP) support
 2021-09-03 15:13 UTC  (5+ messages)
` [RFC PATCH v2 01/12] i386/sev: introduce "sev-common" type to encapsulate common SEV state
` [RFC PATCH v2 12/12] i386/sev: update query-sev QAPI format to handle SEV-SNP

[PATCH] vfio/pci: Add support for PCIe extended capabilities
 2021-09-03 15:15 UTC  (10+ messages)

[PATCH v1 0/5] KVM/x86/nVMX: Add field existence support in VMCS12
 2021-09-03 15:11 UTC  (9+ messages)
` [PATCH v1 3/5] KVM: x86: nVMX: VMCS12 field's read/write respects field existence bitmap

[PATCH 4/4] KVM: X86: Potential 'index out of range' bug
 2021-09-03 15:03 UTC  (3+ messages)

[PATCH v4 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-03 14:54 UTC  (13+ messages)
` [PATCH v4 3/8] KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
` [PATCH v4 4/8] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v4 5/8] KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
` [PATCH v4 7/8] KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
` [PATCH v4 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-03 14:41 UTC  (10+ messages)
` [PATCH v2 1/6] x86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h
` [PATCH v2 2/6] x86/kvm: add boot parameter for adding vcpu-id bits
` [PATCH v2 3/6] x86/kvm: introduce per cpu vcpu masks
` [PATCH v2 4/6] kvm: use kvfree() in kvm_arch_free_vm()
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately
` [PATCH v2 6/6] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH kernel] KVM: PPC: Book3S: Merge powerpc's debugfs entry content into generic entry
 2021-09-03 14:28 UTC  (2+ messages)

[PATCH net-next v5 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-09-03 12:51 UTC  (8+ messages)
` [PATCH net-next v5 1/6] virtio/vsock: rename 'EOR' to 'EOM' bit
` [PATCH net-next v5 2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit
` [PATCH net-next v5 3/6] vhost/vsock: support MSG_EOR bit processing
` [PATCH net-next v5 4/6] virtio/vsock: "
` [PATCH net-next v5 5/6] af_vsock: rename variables in receive loop
` [PATCH net-next v5 6/6] vsock_test: update message bounds test for MSG_EOR

[PATCH net-next v4 0/6] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-09-03 12:34 UTC  (10+ messages)
` [PATCH net-next v4 1/6] virtio/vsock: rename 'EOR' to 'EOM' bit
` [PATCH net-next v4 2/6] virtio/vsock: add 'VIRTIO_VSOCK_SEQ_EOR' bit
` [PATCH net-next v4 3/6] vhost/vsock: support MSG_EOR bit processing
` [PATCH net-next v4 4/6] virtio/vsock: "
` [PATCH net-next v4 5/6] af_vsock: rename variables in receive loop
` [PATCH net-next v4 6/6] vsock_test: update message bounds test for MSG_EOR

[PATCH][next] vfio/pci: add missing identifier name in argument of function prototype
 2021-09-03 12:24 UTC  (2+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-03 12:08 UTC  (23+ messages)
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

[PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-03 11:05 UTC  (42+ messages)
` [PATCH v3 01/12] KVM: arm64: selftests: Add MMIO readl/writel support
` [PATCH v3 02/12] KVM: arm64: selftests: Add write_sysreg_s and read_sysreg_s
` [PATCH v3 03/12] KVM: arm64: selftests: Add support for cpu_relax
` [PATCH v3 04/12] KVM: arm64: selftests: Add basic support for arch_timers
` [PATCH v3 05/12] KVM: arm64: selftests: Add basic support to generate delays
` [PATCH v3 06/12] KVM: arm64: selftests: Add support to disable and enable local IRQs
` [PATCH v3 07/12] KVM: arm64: selftests: Add support to get the vcpuid from MPIDR_EL1
` [PATCH v3 08/12] KVM: arm64: selftests: Add light-weight spinlock support
` [PATCH v3 09/12] KVM: arm64: selftests: Add basic GICv3 support
` [PATCH v3 10/12] KVM: arm64: selftests: Add host support for vGIC
` [PATCH v3 11/12] KVM: arm64: selftests: Add arch_timer test
` [PATCH v3 12/12] KVM: arm64: selftests: arch_timer: Support vCPU migration

[RFC PATCH 0/3] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-09-03 10:20 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: nSVM: move nested_vmcb_check_cr3_cr4 logic in nested_vmcb_valid_sregs
` [RFC PATCH 2/3] nSVM: introduce smv->nested.save to cache save area fields
` [RFC PATCH 3/3] nSVM: use svm->nested.save to load vmcb12 registers and avoid TOC/TOU races

[PATCH 5/5] KVM: SVM: Potentially kvfree the ptr points to error page
 2021-09-03  9:39 UTC 

[PATCH v12] qapi: introduce 'query-x86-cpuid' QMP command
 2021-09-03  9:33 UTC  (2+ messages)

[PATCH] KVM: arm64: Allow KVM to be disabled from the command line
 2021-09-03  9:16 UTC 

[PATCH 1/1] virtio-blk: remove unneeded "likely" statements
 2021-09-03  9:04 UTC  (4+ messages)

[syzbot] INFO: task hung in __lru_add_drain_all
 2021-09-03  8:32 UTC 

[PATCH] kvm: x86: Increase MAX_VCPUS to 710
 2021-09-03  8:13 UTC  (8+ messages)

[PATCH v5 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-03  7:51 UTC  (9+ messages)
` [PATCH v5 1/8] KVM: Clean up benign vcpu->cpu data races when "
` [PATCH v5 2/8] KVM: KVM: Use cpumask_available() to check for NULL cpumask "
` [PATCH v5 3/8] KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask==NULL
` [PATCH v5 4/8] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v5 5/8] KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask()
` [PATCH v5 6/8] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
` [PATCH v5 7/8] KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
` [PATCH v5 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[PATCH 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-03  7:40 UTC  (9+ messages)
` [PATCH 6/6] x86/kvm: add boot parameter for setting max number of vcpus per guest

[PATCH v2] KVM: x86: Handle SRCU initialization failure during page track init
 2021-09-03  6:59 UTC  (2+ messages)

[PATCH] x86/sgx: Declare sgx_set_attribute() for !CONFIG_X86_SGX
 2021-09-03  6:41 UTC 

[PATCH v3 1/1] virtio-blk: add num_request_queues module parameter
 2021-09-03  6:06 UTC  (2+ messages)

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-09-03  2:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-03  0:50 UTC  (27+ messages)
` [PATCH v3 01/30] accel/tcg: Restrict cpu_handle_halt() to sysemu
` [PATCH v3 02/30] hw/core: Restrict cpu_has_work() "
` [PATCH v3 03/30] hw/core: Un-inline cpu_has_work()
` [PATCH v3 04/30] sysemu: Introduce AccelOpsClass::has_work()
` [PATCH v3 05/30] accel/kvm: Implement AccelOpsClass::has_work()
` [PATCH v3 06/30] accel/whpx: "
` [PATCH v3 07/30] accel/tcg: Implement AccelOpsClass::has_work() as stub
` [PATCH v3 08/30] target/alpha: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 09/30] target/arm: "
` [PATCH v3 10/30] target/avr: "
` [PATCH v3 11/30] target/cris: "
` [PATCH v3 12/30] target/hexagon: Remove unused has_work() handler
` [PATCH v3 13/30] target/hppa: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 14/30] target/i386: "
` [PATCH v3 15/30] target/m68k: "
` [PATCH v3 16/30] target/microblaze: "
` [PATCH v3 17/30] target/mips: "
` [PATCH v3 18/30] target/nios2: "
` [PATCH v3 19/30] target/openrisc: "
` [PATCH v3 20/30] target/ppc: "
` [PATCH v3 21/30] target/ppc: Introduce PowerPCCPUClass::has_work()
` [PATCH v3 22/30] target/ppc: Simplify has_work() handlers
` [PATCH v3 23/30] target/riscv: Restrict has_work() handler to sysemu and TCG
` [PATCH v3 24/30] target/rx: "

[PATCH 1/7] KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
 2021-09-03  0:51 UTC  (9+ messages)
` [PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it
` [PATCH 3/7] KVM: X86: Zap the invalid list after remote tlb flushing

[RFC][PATCH v1 00/10] Enable encrypted guest memory access in QEMU
 2021-09-02 23:23 UTC  (3+ messages)

[RFC][PATCH v2 00/13] iommu/arm-smmu-v3: Add NVIDIA implementation
 2021-09-02 22:27 UTC  (5+ messages)

[GIT PULL] VFIO update for v5.15-rc1
 2021-09-02 20:55 UTC  (2+ messages)

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-09-02 20:43 UTC  (3+ messages)
` [PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-02 20:42 UTC  (27+ messages)

[PATCH] KVM: Drop unused kvm_dirty_gfn_harvested()
 2021-09-02 20:13 UTC  (6+ messages)

[PATCH v7 0/6] KVM: x86: Add idempotent controls for migrating system counter state
 2021-09-02 19:45 UTC  (8+ messages)
` [PATCH v7 4/6] KVM: x86: Take the pvclock sync lock behind the tsc_write_lock
` [PATCH v7 5/6] KVM: x86: Refactor tsc synchronization code

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-02 18:53 UTC  (6+ messages)
` [PATCH 1/3 V7] KVM, SEV: Add support for SEV intra host migration
` [PATCH 2/3 V7] KVM, SEV: Add support for SEV-ES "
` [PATCH 3/3 V7] selftest: KVM: Add intra host migration tests

[PATCH v4 0/4] KVM: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-09-02 18:46 UTC  (5+ messages)
` [PATCH v4 3/4] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v4 4/4] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[PATCH] KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count()
 2021-09-02 17:59 UTC 

[PATCH v3 0/6] KVM: my debug patch queue
 2021-09-02 17:34 UTC  (6+ messages)
` [PATCH v3 2/6] KVM: x86: add force_intercept_exceptions_mask
` [PATCH v3 3/6] KVM: SVM: implement force_intercept_exceptions_mask

[PATCH v2] KVM: VMX: Enable Notify VM exit
 2021-09-02 16:36 UTC  (9+ messages)

[PATCH v3 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-02 15:28 UTC  (3+ messages)
` [PATCH v3 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs

[PATCH] target/i386: Include 'hw/i386/apic.h' locally
 2021-09-02 15:22 UTC 

[PATCH v2 1/1] virtio-blk: add num_io_queues module parameter
 2021-09-02 13:45 UTC  (2+ messages)

[PATCH v3 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-02 12:41 UTC  (8+ messages)

[PATCH] KVM: do not shrink halt_poll_ns below grow_start
 2021-09-02  3:11 UTC 

[PATCH] KVM: nVMX: Fix nested bus lock VM exit
 2021-09-02  1:32 UTC  (3+ messages)

[PATCH 00/16] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-09-01 23:28 UTC  (5+ messages)
` [PATCH 08/16] KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
` [PATCH 16/16] KVM: MMU: change tracepoints "


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).