kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 14:31:40 to 2021-06-10 15:31:52 UTC [more...]

[PATCH v3 00/11] KVM: nVMX: Fixes for nested state migration when eVMCS is in use
 2021-06-10 15:31 UTC  (3+ messages)

[PATCH 0/9] KVM: x86: Fix NULL pointer #GP due to RSM bug
 2021-06-10 15:30 UTC  (17+ messages)
` [PATCH 1/9] KVM: x86: Immediately reset the MMU context when the SMM flag is cleared
` [PATCH 2/9] KVM: x86: Emulate triple fault shutdown if RSM emulation fails
` [PATCH 3/9] KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helper
` [PATCH 4/9] KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flag
` [PATCH 5/9] KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()
` [PATCH 6/9] KVM: x86: Move "entering SMM" tracepoint "
` [PATCH 7/9] KVM: x86: Rename SMM tracepoint to make it reflect reality
` [PATCH 8/9] KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU reset
` [PATCH 9/9] KVM: x86: Drop "pre_" from enter/leave_smm() helpers

[PATCH v2 00/30] KVM: x86: hyper-v: Fine-grained access check to Hyper-V hypercalls and MSRs
 2021-06-10 15:30 UTC  (2+ messages)

[PATCH v5 0/7] Hyper-V nested virt enlightenments for SVM
 2021-06-10 15:17 UTC  (8+ messages)
` [PATCH v5 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH v5 7/7] KVM: SVM: hyper-v: Direct Virtual Flush support

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-06-10 15:08 UTC  (3+ messages)
` [RFC PATCH 1/5] KVM: arm64: Replace power_off with mp_state in struct kvm_vcpu_arch

[PATCH v3 0/8] Introduce KVM_{GET|SET}_SREGS2 and fix PDPTR migration
 2021-06-10 15:06 UTC  (4+ messages)
` [PATCH v3 7/8] KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2

[PATCH v3 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-06-10 15:01 UTC  (3+ messages)
` [PATCH v3 4/5] EFI: Introduce the new AMD Memory Encryption GUID

[kvm-unit-tests PATCH 0/2] header guards: further cleanup
 2021-06-10 14:30 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] header guards: clean up some stragglers
` [kvm-unit-tests PATCH 2/2] add header guards for non-trivial headers

[PATCH 0/3 v4] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-06-10 14:27 UTC  (7+ messages)
` [PATCH 1/3 v4] KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it to guest code
` [PATCH 2/3 v4] KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
` [PATCH 3/3 v4] KVM: x86: Add a new VM statistic to show number of VCPUs created in a given VM

[kvm-unit-tests PATCH v2] s390x: selftest: Add prefixes to fix report output (was "s390x: selftest: Fix report output")
 2021-06-10 14:19 UTC 

[PATCH v3 0/4] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-06-10 13:17 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
` [PATCH v3 2/4] KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
` [PATCH v3 3/4] KVM: x86: Check for pending interrupts when APICv is getting disabled
` [PATCH v3 4/4] KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use

[kvm-unit-tests PATCH 0/2] x86: hyper-v: expose hv_hypercall() from hyperv.h
 2021-06-10 13:12 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: Move hyperv helpers into libs/x86
` [kvm-unit-tests PATCH 2/2] x86: Move hyper-v hypercall related methods to lib/x86/

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-10 13:04 UTC  (27+ messages)
` [kvm-unit-tests PATCH v2 1/7] README.md: add guideline for header guards format
` [kvm-unit-tests PATCH v2 2/7] lib: unify header guards
` [kvm-unit-tests PATCH v2 3/7] asm-generic: "
` [kvm-unit-tests PATCH v2 4/7] arm: "
` [kvm-unit-tests PATCH v2 5/7] powerpc: "
` [kvm-unit-tests PATCH v2 6/7] s390x: "
` [kvm-unit-tests PATCH v2 7/7] x86: "

[PATCH Part2 RFC v3 00/37] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-06-10 13:03 UTC  (3+ messages)
` [PATCH Part2 RFC v3 06/37] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-06-10 13:00 UTC  (5+ messages)
` [PATCH v6 05/20] vfio: mdev: common lib code for setting up Interrupt Message Store

[RFC PATCH 00/10] KVM: x86/mmu: simplify argument to kvm page fault handler
 2021-06-10 12:45 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/8] x86: non-KVM improvements
 2021-06-10 12:30 UTC  (15+ messages)
` [kvm-unit-tests PATCH 1/8] lib/x86: report result through serial console when no test device
` [kvm-unit-tests PATCH 2/8] x86/tsx-ctrl: report skipping tests correctly
` [kvm-unit-tests PATCH 3/8] x86/smptest: handle non-consecutive APIC IDs
` [kvm-unit-tests PATCH 4/8] x86/hypercall: enable the test on non-KVM environment
` [kvm-unit-tests PATCH 5/8] x86/hyperv: skip hyperv-clock test if unsupported by host
` [kvm-unit-tests PATCH 6/8] x86/syscall: skip TF-test if running neither on KVM nor AMD
` [kvm-unit-tests PATCH 7/8] x86/pmu: Skip the tests on PMU version 1
` [kvm-unit-tests PATCH 8/8] x86/vmx: skip error-code delivery tests for #CP

[PATCHv3 1/2] kvm: add PM-notifier
 2021-06-10 12:15 UTC  (3+ messages)
` [PATCHv3 2/2] kvm: x86: implement KVM PM-notifier

[PATCH] KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
 2021-06-10 12:12 UTC  (5+ messages)

[GIT PULL] KVM fixes for 5.13-rc6
 2021-06-10 12:08 UTC  (3+ messages)
` __gfn_to_hva_memslot Spectre patch for stable (Was: Re: [GIT PULL] KVM fixes for 5.13-rc6)

[PATCH 0/2] KVM: Don't take mmu_lock for range invalidation unless necessary
 2021-06-10 12:06 UTC  (3+ messages)
` [PATCH 1/2] KVM: Block memslot updates across range_start() and range_end()
` [PATCH 2/2] KVM: Don't take mmu_lock for range invalidation unless necessary

[PATCH v2 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-06-10 11:55 UTC  (2+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-10 11:47 UTC  (18+ messages)

[PATCH -next] KVM: SVM: fix doc warnings
 2021-06-10 11:47 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix compiling errors when initializing the static structure
 2021-06-10 11:46 UTC  (2+ messages)

[kvm-unit-tests PATCH] make: Add tags target and gitignore the tags file
 2021-06-10 11:44 UTC  (2+ messages)

[PATCH v4 0/6] x86/sev-es: Fixes for SEV-ES Guest Support
 2021-06-10 11:30 UTC  (9+ messages)
` [PATCH v4 1/6] x86/sev-es: Fix error message in runtime #VC handler
` [PATCH v4 2/6] x86/sev-es: Disable IRQs while GHCB is active
` [PATCH v4 3/6] x86/sev-es: Split up runtime #VC handler for correct state tracking
` [PATCH v4 4/6] x86/insn-eval: Make 0 a valid RIP for insn_get_effective_ip()
` [PATCH v4 5/6] x86/insn: Extend error reporting from insn_fetch_from_user[_inatomic]()
` [PATCH v4 6/6] x86/sev-es: Propagate #GP if getting linear instruction address failed

[kvm-unit-test] Unable to build kvm-unit-test on little-endian PowerPC (lswx/lswi invalid when little-endian)
 2021-06-10 10:44 UTC 

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-10  9:51 UTC  (13+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC v1 2/6] virtio/vsock: add support for virtio datagram
` [RFC v1 3/6] vhost/vsock: add support for vhost dgram
` [RFC v1 4/6] vsock_test: add tests for vsock dgram
` [RFC v1 5/6] vhost/vsock: add kconfig for vhost dgram support
` [RFC v1 6/6] virtio/vsock: add sysfs for rx buf len for dgram
  ` Re: [RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support

[PATCH 00/10] KVM: Add idempotent controls for migrating system counter state
 2021-06-10  6:54 UTC  (12+ messages)
` [PATCH 02/10] KVM: arm64: Implement initial support for KVM_CAP_SYSTEM_COUNTER_STATE

Plan for /dev/ioasid RFC v2
 2021-06-10  5:50 UTC  (10+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-10  5:49 UTC  (7+ messages)
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v3 10/22] x86/sev: "
` [PATCH Part1 RFC v3 21/22] x86/sev: Register SNP guest request platform device

[PATCH v2 0/2] mm: export __vmalloc_node_range and use it
 2021-06-10  5:24 UTC  (8+ messages)
` [PATCH v2 1/2] mm/vmalloc: export __vmalloc_node_range

[PATCH 0/7] Do not read from descriptor ring
 2021-06-10  3:12 UTC  (3+ messages)

[PATCH] kvm: LAPIC: Restore guard to prevent illegal APIC register access
 2021-06-10  2:45 UTC  (4+ messages)

Projects
 2021-06-09 16:01 UTC 

[PATCH 00/15] KVM: x86/mmu: TLB fixes and related cleanups
 2021-06-09 23:42 UTC  (16+ messages)
` [PATCH 01/15] KVM: nVMX: Sync all PGDs on nested transition with shadow paging
` [PATCH 02/15] KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
` [PATCH 03/15] KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
` [PATCH 04/15] KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flush
` [PATCH 05/15] KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switch
` [PATCH 06/15] KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
` [PATCH 07/15] KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
` [PATCH 08/15] KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logic
` [PATCH 09/15] KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
` [PATCH 10/15] KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulation
` [PATCH 11/15] KVM: nVMX: Use fast PGD switch when emulating VMFUNC[EPTP_SWITCH]
` [PATCH 12/15] KVM: x86: Defer MMU sync on PCID invalidation
` [PATCH 13/15] KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
` [PATCH 14/15] KVM: nVMX: WARN if subtly-impossible VMFUNC conditions occur
` [PATCH 15/15] KVM: nVMX: Drop redundant checks on vmcs12 in EPTP switching emulation

linux-next: Tree for Jun 9 (<linux/kvm_host.h>)
 2021-06-09 22:17 UTC 

[GIT PULL v2] KVM fixes for 5.13-rc6
 2021-06-09 21:59 UTC  (2+ messages)

[PATCH kvmtool 0/4] arm/arm64: PCI Express 1.1 support
 2021-06-09 18:38 UTC  (5+ messages)
` [PATCH kvmtool 1/4] Move fdt_irq_fn typedef to fdt.h
` [PATCH kvmtool 2/4] arm/fdt.c: Warn if MMIO device doesn't provide a node generator
` [PATCH kvmtool 3/4] arm/arm64: Add PCI Express 1.1 support
` [PATCH kvmtool 4/4] arm/arm64: vfio: Add PCI Express Capability Structure

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-06-09 18:23 UTC  (4+ messages)
` [PATCH v16 02/14] s390/vfio-ap: use new AP bus interface to search for queue devices

[RFC] /dev/ioasid uAPI proposal
 2021-06-09 18:09 UTC  (27+ messages)

[PATCH] KVM: selftests: Rename vm_handle_exception in evmcs test
 2021-06-09 16:34 UTC  (4+ messages)

[PATCH v1 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-09 15:22 UTC  (3+ messages)

[PATCH] x86: Add a test for AMD SEV-ES #VC handling
 2021-06-09 14:50 UTC  (3+ messages)
` [PATCH v3] x86: Add a test for AMD SEV-ES guest "


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