kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-20 05:13:44 to 2020-06-23 00:34:28 UTC [more...]

[PATCH kvm-unit-tests] Fix out-of-tree builds
 2020-06-23  0:34 UTC  (2+ messages)

[PATCH] KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
 2020-06-23  0:26 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
 2020-06-23  0:23 UTC  (2+ messages)

[PATCH v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-22 23:47 UTC  (20+ messages)
` [PATCH v2 01/11] KVM: x86: Add helper functions for illegal GPA checking and page fault injection
` [PATCH v2 06/11] KVM: VMX: introduce vmx_need_pf_intercept

[PATCH v2] target/arm: Check supported KVM features globally (not per vCPU)
 2020-06-22 23:05 UTC  (7+ messages)

[PATCH 1/2] kvm: x86: Refine kvm_write_tsc synchronization generations
 2020-06-22 23:02 UTC  (5+ messages)

[PATCH] kvm: nVMX: flush TLB when decoded insn != VM-exit reason
 2020-06-22 22:53 UTC  (3+ messages)

[PATCH 00/15] KVM: x86: VMX: Fix MSR namespacing
 2020-06-22 22:42 UTC  (16+ messages)
` [PATCH 01/15] KVM: x86: Rename "shared_msrs" to "user_return_msrs"
` [PATCH 02/15] KVM: VMX: Prepend "MAX_" to MSR array size defines
` [PATCH 03/15] KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
` [PATCH 04/15] KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
` [PATCH 05/15] KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
` [PATCH 06/15] KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"
` [PATCH 07/15] KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
` [PATCH 08/15] KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
` [PATCH 09/15] KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
` [PATCH 10/15] KVM: VMX: Move uret MSR lookup into update_transition_efer()
` [PATCH 11/15] KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
` [PATCH 12/15] KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
` [PATCH 13/15] KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
` [PATCH 14/15] KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
` [PATCH 15/15] KVM: VMX: Rename vmx_uret_msr's "index" to "slot"

[PATCH 0/4] KVM: x86: nVMX: Nested PML bug fix and cleanup
 2020-06-22 22:26 UTC  (6+ messages)
` [PATCH 1/4] KVM: nVMX: Plumb L2 GPA through to PML emulation
` [PATCH 2/4] KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
` [PATCH 3/4] KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
` [PATCH 4/4] KVM: x86/mmu: Make .write_log_dirty a nested operation

[PATCH 0/2] KVM: X86: A few fixes around ignore_msrs
 2020-06-22 22:04 UTC  (3+ messages)
` [PATCH 1/2] KVM: X86: Move ignore_msrs handling upper the stack
` [PATCH 2/2] KVM: X86: Do the same ignore_msrs check for feature msrs

[RFC PATCH] KVM: Add module for IRQ forwarding
 2020-06-22 21:59 UTC  (6+ messages)
` [PATCH] vfio: PoC patch for printing IRQs used by i2c devices

[PATCH 0/6] KVM: x86/mmu: Files and sp helper cleanups
 2020-06-22 20:20 UTC  (7+ messages)
` [PATCH 1/6] KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directory
` [PATCH 2/6] KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
` [PATCH 3/6] KVM: x86/mmu: Add MMU-internal header
` [PATCH 4/6] KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
` [PATCH 5/6] KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
` [PATCH 6/6] KVM: x86/mmu: Rename page_header() to to_shadow_page()

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 20:08 UTC  (22+ messages)
` [PATCH v2 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v2 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v2 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v2 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v2 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v2 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v2 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v2 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v2 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v2 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v2 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v2 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v2 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v2 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v2 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v2 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v2 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v2 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v2 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v2 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-06-22 20:03 UTC  (19+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 02/18] nitro_enclaves: Define the PCI device interface
` [PATCH v4 03/18] nitro_enclaves: Define enclave info for internal bookkeeping
` [PATCH v4 04/18] nitro_enclaves: Init PCI device driver
` [PATCH v4 05/18] nitro_enclaves: Handle PCI device command requests
` [PATCH v4 06/18] nitro_enclaves: Handle out-of-band PCI device events
` [PATCH v4 07/18] nitro_enclaves: Init misc device providing the ioctl interface
` [PATCH v4 08/18] nitro_enclaves: Add logic for enclave vm creation
` [PATCH v4 09/18] nitro_enclaves: Add logic for enclave vcpu creation
` [PATCH v4 10/18] nitro_enclaves: Add logic for enclave image load info
` [PATCH v4 11/18] nitro_enclaves: Add logic for enclave memory region set
` [PATCH v4 12/18] nitro_enclaves: Add logic for enclave start
` [PATCH v4 13/18] nitro_enclaves: Add logic for enclave termination
` [PATCH v4 14/18] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v4 15/18] nitro_enclaves: Add Makefile "
` [PATCH v4 16/18] nitro_enclaves: Add sample for ioctl interface usage
` [PATCH v4 17/18] nitro_enclaves: Add overview documentation
` [PATCH v4 18/18] MAINTAINERS: Add entry for the Nitro Enclaves driver

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-22 19:40 UTC  (8+ messages)
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code

[kvm-unit-tests PATCH v1 0/8] Minor fixes, improvements, and cleanup
 2020-06-22 17:50 UTC  (10+ messages)
` [kvm-unit-tests PATCH v1 1/8] x86/cstart.S: initialize stack before using it
` [kvm-unit-tests PATCH v1 2/8] x86: add missing PAGE_ALIGN macro from page.h
` [kvm-unit-tests PATCH v1 3/8] lib: use PAGE_ALIGN
` [kvm-unit-tests PATCH v1 4/8] lib/alloc.c: add overflow check for calloc
` [kvm-unit-tests PATCH v1 5/8] lib: Fix a typo and add documentation comments
` [kvm-unit-tests PATCH v1 6/8] lib/vmalloc: fix potential race and non-standard pointer arithmetic
` [kvm-unit-tests PATCH v1 7/8] lib/alloc_page: make get_order return unsigned int
` [kvm-unit-tests PATCH v1 8/8] lib/vmalloc: add locking and a check for initialization

[kvm-unit-tests PATCH 0/4] nVMX: 5-level nested EPT support
 2020-06-22 17:44 UTC  (3+ messages)

[PATCH] SVM: add test for nested guest RIP corruption
 2020-06-22 17:30 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: fix build with GCC10
 2020-06-22 17:22 UTC  (3+ messages)

[PATCH] KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()
 2020-06-22 17:04 UTC  (2+ messages)

[PATCH] kvm: lapic: fix broken vcpu hotplug
 2020-06-22 16:47 UTC  (2+ messages)

[PATCH v9 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2020-06-22 16:45 UTC  (8+ messages)
` [PATCH v9 1/2] s390/setup: diag 318: refactor struct
` [PATCH v9 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-22 16:29 UTC  (12+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH v8 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2020-06-22 15:37 UTC  (8+ messages)
` [PATCH v8 1/2] s390/setup: diag 318: refactor struct
` [PATCH v8 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
 2020-06-22 14:37 UTC  (5+ messages)

[PATCH v3 0/9] Generalize memory encryption models
 2020-06-22 14:27 UTC  (14+ messages)
` [PATCH v3 9/9] host trust limitation: Alter virtio default properties for protected guests

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-22 14:03 UTC  (2+ messages)

CFP: KVM Forum 2020
 2020-06-22 13:59 UTC  (4+ messages)
` CFP: KVM Forum 2020 virtual experience

[PATCH v2] KVM: arm64: kvm_reset_vcpu() return code incorrect with SVE
 2020-06-22 13:41 UTC 

[PATCH] arm64: kvm: Annotate hyp NMI-related functions as __always_inline
 2020-06-22 13:41 UTC  (2+ messages)

linux-next build error (9)
 2020-06-22 13:12 UTC  (4+ messages)

[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-22 12:51 UTC  (12+ messages)
` [PATCH v2 14/15] vfio: Document dual stage control

[PATCH] Revert "KVM: LAPIC: Recalculate apic map in batch"
 2020-06-22 12:08 UTC 

[PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME
 2020-06-22 11:04 UTC  (10+ messages)
` [PATCH 2/4] arm64/x86: KVM: Introduce steal time cap

selftests: kvm: Test results on x86_64
 2020-06-22 10:59 UTC  (2+ messages)

[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
 2020-06-22 10:57 UTC  (8+ messages)
` [kvm-unit-tests PATCH v9 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 09/12] s390x: Library resources for CSS tests

[PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-22 10:43 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH v2 2/5] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH v2 3/5] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH v2 4/5] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH v2 5/5] KVM: arm64: Simplify PtrAuth alternative patching

[RFC v9 00/11] vhost: ring format independence
 2020-06-22 10:01 UTC  (5+ messages)
` [RFC v9 09/11] vhost/scsi: switch to buf APIs
` [RFC v9 10/11] vhost/vsock: switch to the buf API

[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  9:51 UTC  (5+ messages)
` [RFC PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp

[PATCH] vfio/type1: Add conditional rescheduling after iommu map failed
 2020-06-22  7:02 UTC 

KASAN: null-ptr-deref Write in kvm_vcpu_halt
 2020-06-22  5:27 UTC 

[RFC PATCH v4 07/10] vfio/pci: introduce a new irq type VFIO_IRQ_TYPE_REMAP_BAR_REGION
 2020-06-22  3:34 UTC  (11+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-06-22  2:28 UTC  (11+ messages)

[PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-22  1:29 UTC  (4+ messages)
` [PATCH v13 3/9] smccc: Export smccc conduit get helper

KVM/RCU related warning on latest mainline kernel
 2020-06-21  9:33 UTC 

[PATCH] Add MODULE_DESCRIPTION to kvm kernel module
 2020-06-21  2:17 UTC 

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-06-20  5:13 UTC  (3+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs


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