KVM Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 15:55:22 to 2021-06-09 18:57:48 UTC [more...]

[PATCH 0/9] KVM: x86: Fix NULL pointer #GP due to RSM bug
 2021-06-09 18:56 UTC  (8+ 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 0/3 v4] KVM: nVMX: nSVM: Add more statistics to KVM debugfs
 2021-06-09 18:03 UTC  (4+ 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

Plan for /dev/ioasid RFC v2
 2021-06-09 18:49 UTC  (14+ messages)

[kvm-unit-tests PATCH 0/8] x86: non-KVM improvements
 2021-06-09 18:39 UTC  (11+ 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

[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  (5+ 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 v2 0/2] mm: export __vmalloc_node_range and use it
 2021-06-09 17:50 UTC  (9+ messages)
` [PATCH v2 1/2] mm/vmalloc: export __vmalloc_node_range
` [PATCH v2 2/2] KVM: s390: fix for hugepage vmalloc

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-09 17:47 UTC  (13+ messages)
` [PATCH Part1 RFC v3 01/22] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v3 02/22] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v3 09/22] x86/compressed: Register GHCB memory when SEV-SNP is active

[GIT PULL v2] KVM fixes for 5.13-rc6
 2021-06-09 17:13 UTC 

[PATCH 00/10] KVM: Add idempotent controls for migrating system counter state
 2021-06-09 17:05 UTC  (18+ messages)
` [PATCH 01/10] KVM: Introduce KVM_{GET,SET}_SYSTEM_COUNTER_STATE ioctls
` [PATCH 02/10] KVM: arm64: Implement initial support for KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 03/10] selftests: KVM: Introduce system_counter_state_test
` [PATCH 04/10] KVM: arm64: Add userspace control of the guest's physical counter
` [PATCH 05/10] selftests: KVM: Add test cases for physical counter offsetting
` [PATCH 06/10] selftests: KVM: Add counter emulation benchmark
` [PATCH 07/10] KVM: x86: Refactor tsc synchronization code
` [PATCH 08/10] KVM: x86: Implement KVM_CAP_SYSTEM_COUNTER_STATE
` [PATCH 09/10] selftests: KVM: Add support for x86 to system_counter_state_test
` [PATCH 10/10] Documentation: KVM: Document KVM_{GET,SET}_SYSTEM_COUNTER_STATE ioctls

[PATCH] KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message
 2021-06-09 17:01 UTC  (6+ messages)

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

[kvm-unit-tests PATCH v2 0/7] unify header guards
 2021-06-09 15:51 UTC  (25+ 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 v1 00/13] KVM: arm64: Fixed features for protected VMs
 2021-06-09 15:22 UTC  (3+ messages)

[PATCH v3 0/4] KVM: x86: hyper-v: Conditionally allow SynIC with APICv/AVIC
 2021-06-09 15:09 UTC  (5+ 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

[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 "

[kvm-unit-tests PATCH] gitignore: Add tags file to .gitignore
 2021-06-09 14:23 UTC  (5+ messages)
` [kvm-unit-tests PATCH] x86: Add hyper-v overlay page tests
` [kvm-unit-tests PATCH] x86: Fix misspelled KVM parameter in error message

[PATCH -next] KVM: SVM: fix doc warnings
 2021-06-09 12:22 UTC 

[RFC PATCH v4 00/11] Introduce vfio-pci-core subsystem
 2021-06-09  9:29 UTC  (9+ messages)
` [PATCH 09/11] PCI: add matching checks for driver_override binding
` [PATCH 10/11] vfio-pci: introduce vfio_pci_core subsystem driver

[Bug 53851] New: nVMX: Support live migration of whole L1 guest
 2021-06-09  9:15 UTC  (4+ messages)
` [Bug 53851] "

[PATCH v2 1/3] KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timer
 2021-06-09  7:18 UTC  (12+ messages)
` [PATCH v2 2/3] KVM: LAPIC: Reset TMCCT during vCPU reset
` [PATCH v2 3/3] KVM: X86: Let's harden the ipi fastpath condition edge-trigger mode

[PATCH v3] KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
 2021-06-09  7:16 UTC 

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

[PATCH 0/3] Restore extra_mem_pages and add slot0_mem_pages
 2021-06-09  5:19 UTC  (4+ messages)

[RFC] /dev/ioasid uAPI proposal
 2021-06-09  2:52 UTC  (26+ messages)

[GIT PULL] KVM fixes for 5.13-rc6
 2021-06-09  0:07 UTC 

[PATCH 00/10] Allow mdev drivers to directly create the vfio_device
 2021-06-08 23:53 UTC  (4+ messages)
` [PATCH 03/10] driver core: Flow the return code from ->probe() through to sysfs bind

linux-next: Signed-off-by missing for commit in the kvm-fixes tree
 2021-06-08 22:18 UTC 

[PATCH] KVM: X86: fix tlb_flush_guest()
 2021-06-08 21:31 UTC  (6+ messages)
` [PATCH V2] "

[PATCH 5.12 012/161] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:25 UTC 

[PATCH 5.10 011/137] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:25 UTC 

[kvm-unit-tests PATCH V2] x86: Add a test to check effective permissions
 2021-06-08 18:49 UTC  (3+ messages)
` [kvm-unit-tests PATCH V3] "

[PATCH 5.4 10/78] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:26 UTC 

[PATCH 4.19 07/58] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:26 UTC 

[PATCH 4.14 05/47] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:26 UTC 

[PATCH 4.9 05/29] vfio/pci: zap_vma_ptes() needs MMU
 2021-06-08 18:26 UTC 

[PATCH v3 0/5] Add Guest API & Guest Kernel support for SEV live migration
 2021-06-08 18:07 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
` [PATCH v3 2/5] KVM: x86: invert KVM_HYPERCALL to default to VMMCALL
` [PATCH v3 3/5] mm: x86: Invoke hypercall when page encryption status is changed
` [PATCH v3 4/5] EFI: Introduce the new AMD Memory Encryption GUID
` [PATCH v3 5/5] x86/kvm: Add guest support for detecting and enabling SEV Live Migration feature

[PATCH v5 0/7] Hyper-V nested virt enlightenments for SVM
 2021-06-08 17:33 UTC  (7+ messages)
` [PATCH v5 1/7] hyperv: Detect Nested virtualization support "
` [PATCH v5 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH v5 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

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

[PATCH v2] KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
 2021-06-08 17:19 UTC  (4+ messages)
` [PATCH v2] KVM: selftests: introduce P47V64 for s390x

[PATCH] kvm/x86/mmu: use the correct inherited permissions to get shadow page
 2021-06-08 17:09 UTC  (4+ messages)
` [PATCH V2] KVM: X86: MMU: Use "

[syzbot] general protection fault in gfn_to_rmap (2)
 2021-06-08 16:48 UTC  (2+ messages)

[PATCH 0/7] Do not read from descriptor ring
 2021-06-08 16:24 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length after commit 238eca821cee
 2021-06-08 16:22 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: arm64: Pass PSCI to userspace
 2021-06-08 15:48 UTC  (2+ messages)
` [RFC PATCH 5/5] KVM: arm64: Pass PSCI calls "


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 read-only IMAP folder(s) and NNTP newsgroup(s).