kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-31 20:45:40 to 2021-09-02 18:42:00 UTC [more...]

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-02 18:41 UTC  (49+ messages)

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

[PATCH 0/2 V7] Add AMD SEV and SEV-ES intra host migration support
 2021-09-02 18:17 UTC  (4+ 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] KVM: Remove unnecessary export of kvm_{inc,dec}_notifier_count()
 2021-09-02 17:59 UTC 

[PATCH v3 00/12] KVM: arm64: selftests: Introduce arch_timer selftest
 2021-09-02 17:59 UTC  (37+ 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

[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] KVM: Drop unused kvm_dirty_gfn_harvested()
 2021-09-02 16:46 UTC  (4+ messages)

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-02 16:40 UTC  (37+ messages)
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [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 Part1 v5 37/38] virt: sevguest: Add support to derive key
` [PATCH Part1 v5 38/38] virt: sevguest: Add support to get extended report

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

[PATCH v3 00/30] accel: Move has_work() from SysemuCPUOps to AccelOpsClass
 2021-09-02 16:15 UTC  (25+ 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 v3 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-02 15:28 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH v3 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH v3 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH v3 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH v3 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

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

[PATCH 1/1] virtio-blk: remove unneeded "likely" statements
 2021-09-02 15:00 UTC  (2+ messages)

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

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

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

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

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

[PATCH] vfio/pci: Add OpRegion 2.0 Extended VBT support
 2021-09-02  7:11 UTC  (4+ messages)
` [PATCH v2] "

[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  (11+ messages)
` [PATCH 01/16] KVM: MMU: pass unadulterated gpa to direct_page_fault
` [PATCH 06/16] KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
` [PATCH 07/16] KVM: MMU: change try_async_pf() "
` [PATCH 08/16] KVM: MMU: change handle_abnormal_pfn() "
` [PATCH 16/16] KVM: MMU: change tracepoints "

[PATCH v2] KVM: Drop unused kvm_dirty_gfn_invalid()
 2021-09-01 23:09 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-01 23:06 UTC  (4+ messages)
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command

[PATCH v2 0/4] KVM: SVM: Add initial GHCB protocol version 2 support
 2021-09-01 22:41 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: SVM: Get rid of *ghcb_msr_bits() functions
` [PATCH v2 2/4] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH v2 3/4] KVM: SVM: Add support for Hypervisor Feature support "
  ` [PATCH v2.1 "

[PATCH 0/3] KVM: x86/mmu: kvm_mmu_page cleanups
 2021-09-01 22:10 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page
` [PATCH 2/3] KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache locality
` [PATCH 3/3] KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_page

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

[PATCH] KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page
 2021-09-01 19:57 UTC  (2+ messages)

[GIT PULL] VFIO update for v5.15-rc1
 2021-09-01 19:08 UTC 

[PATCH] kvm: x86: Increase MAX_VCPUS to 710
 2021-09-01 17:54 UTC  (8+ messages)

[PATCH 0/3] KVM: x86: guest.MAXPHYADDR fix and related cleanup
 2021-09-01 16:09 UTC  (4+ messages)
` [PATCH 1/3] Revert "KVM: x86: mmu: Add guest physical address check in translate_gpa()"

[PATCH 3/3 V6] selftest: KVM: Add intra host migration
 2021-09-01 14:53 UTC  (3+ messages)
` [RFC PATCH] selftest: KVM: fix duplicated inclusion

[PATCH 0/2] s390x: ccw: A simple test device for virtio CCW
 2021-09-01 13:59 UTC  (4+ messages)

[PATCH v2 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-01 13:02 UTC 

[PATCH 1/1] virtio-blk: avoid preallocating big SGL for data
 2021-09-01 10:19 UTC  (4+ messages)

[PATCH v3 0/3] s390x: KVM: CPU Topology
 2021-09-01  9:46 UTC  (7+ messages)
` [PATCH v3 1/3] s390x: KVM: accept STSI for CPU topology information
` [PATCH v3 2/3] s390x: KVM: Implementation of Multiprocessor Topology-Change-Report

[PATCH] KVM: MIPS: Remove a "set but not used" variable
 2021-09-01  8:32 UTC  (3+ messages)

[PATCH 1/4] KVM: x86: Introduce .pcpu_is_idle() stub infrastructure
 2021-09-01  4:39 UTC  (2+ messages)

[PATCH v13 00/13] Introduce VDUSE - vDPA Device in Userspace
 2021-09-01  2:50 UTC  (3+ messages)
` [PATCH v13 02/13] eventfd: Export eventfd_wake_count to modules

[TEST PATCH] KVM: selftests: Add a test case for debugfs directory
 2021-08-31 21:53 UTC  (2+ messages)


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