kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 13:24:42 to 2021-11-12 21:37:56 UTC [more...]

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-12 21:37 UTC  (15+ messages)

[RFC PATCH v3 0/2] s390x: Improvements to SIGP handling [KVM]
 2021-11-12 20:30 UTC  (17+ messages)
` [RFC PATCH v3 2/2] KVM: s390: Extend the USER_SIGP capability

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-12 20:30 UTC  (8+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver

[PATCH] KVM: x86: Fix recording of guest steal time / preempted status
 2021-11-12 19:44 UTC  (17+ messages)
` [PATCH v2] "
        ` [PATCH v3] "

[RFC PATCH 0/6] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-12 19:28 UTC  (17+ messages)
` [RFC PATCH 1/6] mm: Add F_SEAL_GUEST to shmem/memfd
` [RFC PATCH 2/6] kvm: x86: Introduce guest private memory address space to memslot
` [RFC PATCH 3/6] kvm: x86: add private_ops "
` [RFC PATCH 4/6] kvm: x86: implement private_ops for memfd backing store
` [RFC PATCH 5/6] kvm: x86: add KVM_EXIT_MEMORY_ERROR exit
` [RFC PATCH 6/6] KVM: add KVM_SPLIT_MEMORY_REGION
` [RFC PATCH 07/13] linux-headers: Update
` [RFC PATCH 08/13] hostmem: Add guest private memory to memory backend
` [RFC PATCH 09/13] qmp: Include "guest-private" property for memory backends
` [RFC PATCH 10/13] softmmu/physmem: Add private memory address space
` [RFC PATCH 11/13] kvm: register private memory slots
` [RFC PATCH 12/13] kvm: handle private to shared memory conversion
` [RFC PATCH 13/13] machine: Add 'private-memory-backend' property

[PATCH 00/11] KVM: x86: TDX preparation of introducing vm_type and blocking ioctls based on vm_type
 2021-11-12 18:35 UTC  (17+ messages)
` [PATCH 01/11] KVM: x86: Introduce vm_type to differentiate normal VMs from confidential VMs
` [PATCH 02/11] KVM: x86: Disable direct IRQ injection for TDX
` [PATCH 03/11] KVM: x86: Clean up kvm_vcpu_ioctl_x86_setup_mce()
` [PATCH 04/11] KVM: x86: Disable MCE related stuff for TDX
` [PATCH 05/11] KVM: x86: Disallow tsc manipulation "
` [PATCH 06/11] KVM: x86: Disable in-kernel I/O APIC and level routes "
` [PATCH 07/11] KVM: x86: Disable SMM "
` [PATCH 08/11] KVM: x86: Disable INIT/SIPI "
` [PATCH 09/11] KVM: x86: Block ioctls to access guest state "
` [PATCH 10/11] KVM: Disallow read-only memory for x86 TDX
` [PATCH 11/11] KVM: Disallow dirty logging "

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-12 16:33 UTC  (3+ messages)
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2

[PATCH 0/4] KVM: selftests: Avoid mmap_sem contention during memory population
 2021-11-12 16:32 UTC  (11+ messages)
` [PATCH 2/4] KVM: selftests: Move vCPU thread creation and joining to common helpers
` [PATCH 3/4] KVM: selftests: Wait for all vCPU to be created before entering guest mode
` [PATCH 4/4] KVM: selftests: Use perf_test_destroy_vm in memslot_modification_stress_test

[PATCH kvm-unit-tests 0/2] Groups are separated by spaces
 2021-11-12 15:47 UTC  (5+ messages)
` [PATCH kvm-unit-tests 1/2] unittests.cfg: groups should be space separated
` [PATCH kvm-unit-tests 2/2] runtime: Use find_word with groups

[GIT PULL] KVM/arm64 fixes for 5.16, take #1
 2021-11-12 15:37 UTC 

[PATCH v4 00/15] Support Asynchronous Page Fault
 2021-11-12 15:01 UTC  (3+ messages)
` [PATCH v4 07/15] KVM: arm64: Support page-not-present notification

[kvm-unit-tests PATCH v3 0/3] GIC ITS tests
 2021-11-12 14:54 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/3] arm64: remove invalid check from its-trigger test
` [kvm-unit-tests PATCH v3 2/3] arm64: enable its-migration tests for TCG
` [kvm-unit-tests PATCH v3 3/3] arch-run: do not process ERRATA when running under TCG

[PATCH 0/5] KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS and re-purpose it on x86
 2021-11-12 14:10 UTC  (13+ messages)
` [PATCH 1/5] KVM: arm64: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
` [PATCH 2/5] KVM: MIPS: "
` [PATCH 3/5] KVM: PPC: "
` [PATCH 4/5] KVM: RISC-V: "
` [PATCH 5/5] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS

[PATCH 0/7] KVM: x86/pmu: Four functional fixes
 2021-11-12  9:51 UTC  (8+ messages)
` [PATCH 1/7] KVM: x86/pmu: Make top-down.slots event unavailable in supported leaf
` [PATCH 2/7] KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
` [PATCH 3/7] KVM: x86/pmu: Pass "struct kvm_pmu *" to the find_fixed_event()
` [PATCH 4/7] KVM: x86/pmu: Avoid perf_event creation for invalid counter config
` [PATCH 5/7] KVM: x86/pmu: Refactor pmu->available_event_types field using BITMAP
` [PATCH 6/7] perf: x86/core: Add interface to query perfmon_event_map[] directly
` [PATCH 7/7] KVM: x86/pmu: Setup the {inte|amd}_event_mapping[] when hardware_setup

[PATCH v12 0/7] Add AMD SEV and SEV-ES intra host migration support
 2021-11-12  9:40 UTC  (10+ messages)
` [PATCH 1/7] KVM: SEV: Refactor out sev_es_state struct
` [PATCH 2/7] KVM: generalize "bugged" VM to "dead" VM
` [PATCH 3/7] KVM: SEV: provide helpers to charge/uncharge misc_cg
` [PATCH 4/7] KVM: SEV: Add support for SEV intra host migration
` [PATCH 5/7] KVM: SEV: Add support for SEV-ES "
` [PATCH 6/7] selftest: KVM: Add open sev dev helper
` [PATCH 7/7] selftest: KVM: Add intra host migration tests
` [PATCH 8/7] KVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from

[PATCH v5 0/6] optimize the downtime for vfio migration
 2021-11-12  9:31 UTC  (4+ messages)
` [PATCH v5 4/6] kvm: irqchip: extract kvm_irqchip_add_deferred_msi_route

[kvm-unit-tests PATCH] s390x: io: declare s390x CPU as big endian
 2021-11-12  9:10 UTC  (3+ messages)

[PATCH] KVM: x86: move guest_pv_has out of user_access section
 2021-11-12  8:11 UTC  (2+ messages)

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-12  7:55 UTC  (9+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU
` [PATCH v4 15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y
` [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c

[PATCH v5 0/7] KVM: nSVM: avoid TOC/TOU race when checking vmcb12
 2021-11-12  7:43 UTC  (5+ messages)
` [PATCH v5 2/7] nSVM: introduce smv->nested.save to cache save area fields

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-12  1:32 UTC  (18+ messages)
` [PATCH v5.5 23/30] KVM: Resolve memslot ID via a hash table instead of via a static array
` [PATCH v5.5 24/30] KVM: Use interval tree to do fast hva lookup in memslots
` [PATCH v5.5 26/30] KVM: Keep memslots in tree-based structures instead of array-based ones
` [PATCH v5.5 29/30] KVM: Wait 'til the bitter end to initialize the "new" memslot
` [PATCH v5.5 30/30] KVM: Dynamically allocate "new" memslots from the get-go

[PATCH] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2021-11-11 23:18 UTC  (3+ messages)

linux-next: build warning after merge of the kvm-fixes tree
 2021-11-11 22:20 UTC 

[kvm-unit-tests PATCH] access: Split the reserved bit test for LA57
 2021-11-11 21:15 UTC  (3+ messages)

[PATCH 0/4] KVM/arm64 fixes for 5.16, take #1
 2021-11-11 21:11 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: Extract ESR_ELx.EC only
` [PATCH 2/4] KVM: arm64: nvhe: Fix a non-kernel-doc comment
` [PATCH 3/4] KVM: arm64: Change the return type of kvm_vcpu_preferred_target()
` [PATCH 4/4] KVM: arm64: Fix host stage-2 finalization

[PATCH v2] KVM: x86: Assume a 64-bit hypercall for guests with protected state
 2021-11-11 20:46 UTC  (5+ messages)

[PATCH v2 00/12] KVM: selftests: Hugepage fixes and cleanups
 2021-11-11 19:21 UTC  (10+ messages)
` [PATCH v2 02/12] KVM: selftests: Expose align() helpers to tests
` [PATCH v2 04/12] KVM: selftests: Require GPA to be aligned when backed by hugepages
` [PATCH v2 11/12] KVM: selftests: Fill per-vCPU struct during "perf_test" VM creation
` [PATCH v2 12/12] KVM: selftests: Sync perf_test_args to guest during "

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-11 18:55 UTC  (11+ messages)
` [RFC 01/19] KVM: x86/mmu: Fix TLB flush range when handling disconnected pt
` [RFC 02/19] KVM: x86/mmu: Batch TLB flushes for a single zap
` [RFC 03/19] KVM: x86/mmu: Factor flush and free up when zapping under MMU write lock
` [RFC 04/19] KVM: x86/mmu: Yield while processing disconnected_sps
` [RFC 05/19] KVM: x86/mmu: Remove redundant flushes when disabling dirty logging

[kvm-unit-tests PATCH 00/14] Run access test in an L2 guest
 2021-11-11 17:51 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] Regression test for L1 LDTR persistence bug
 2021-11-11 17:44 UTC  (2+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-11 16:01 UTC  (7+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[PATCH 0/2] KVM: SEV: Fall back to __vmalloc() for SEV-ES scratch
 2021-11-11 15:56 UTC  (5+ messages)
` [PATCH 1/2] KVM: SEV: Return appropriate error codes if SEV-ES scratch setup fails

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-11-11 15:18 UTC  (5+ messages)
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration

[kvm-unit-tests PATCH v2] s390x: fixing I/O memory allocation
 2021-11-11 15:10 UTC  (2+ messages)

[PATCH 00/15] KVM: X86: Fix and clean up for register caches
 2021-11-11 14:46 UTC  (3+ messages)
` [PATCH 16/15] KVM: X86: Update mmu->pdptrs only when it is changed
` [PATCH 17/15] KVM: X86: Ensure pae_root to be reconstructed for shadow paging if the guest PDPTEs "

[PATCH RFC] KVM: x86: Drop arbitraty KVM_SOFT_MAX_VCPUS
 2021-11-11 14:44 UTC  (5+ messages)

[PATCH kvmtool RESENT] arm/pci: update interrupt-map only for legacy interrupts
 2021-11-11 14:29 UTC  (2+ messages)

[PATCH v4 0/2] Add a helper to read GPR index and move INVPCID validation to a common place
 2021-11-11 14:06 UTC  (2+ messages)

[PATCH v4 0/4] KVM: x86: MSR filtering and related fixes
 2021-11-11 14:06 UTC  (2+ messages)

[PATCH 0/2] KVM: x86: Sanitize writes to MSR_KVM_PV_EOI_EN
 2021-11-11 13:59 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86: Correct adjustment of KVM_CPUID_FEATURES
 2021-11-11 13:57 UTC  (2+ messages)

[PATCH v2] kvm: mmu: Use fast PF path for access tracking of huge pages when possible
 2021-11-11 13:56 UTC  (2+ messages)

[PATCH v4] KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
 2021-11-11 13:24 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).