kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-28 00:36:18 to 2020-03-02 23:57:35 UTC [more...]

[PATCH v2 00/66] KVM: x86: Introduce KVM cpu caps
 2020-03-02 23:56 UTC  (5+ messages)
` [PATCH v2 34/66] KVM: x86: Handle RDTSCP CPUID adjustment in VMX code
` [PATCH v2 36/66] KVM: x86: Handle GBPAGE CPUID adjustment for EPT "
` [PATCH v2 39/66] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
` [PATCH v2 43/66] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved

[PATCH 0/6] KVM: x86: CPUID emulation and tracing fixes
 2020-03-02 21:59 UTC  (14+ messages)
` [PATCH 1/6] KVM: x86: Fix tracing of CPUID.function when function is out-of-range
` [PATCH 2/6] KVM: x86: Fix CPUID range check for Centaur and Hypervisor ranges
` [PATCH 3/6] KVM: x86: Add dedicated emulator helper for grabbing CPUID.maxphyaddr
` [PATCH 4/6] KVM: x86: Drop return value from kvm_cpuid()
` [PATCH 5/6] KVM: x86: Rename "found" variable in kvm_cpuid() to "exact_entry_exists"
` [PATCH 6/6] KVM: x86: Add requested index to the CPUID tracepoint

[PATCH] vfio: platform: Switch to platform_get_irq_optional()
 2020-03-02 20:37 UTC 

kvm exposing wrong CPU Topology to guest vm
 2020-03-02 20:12 UTC 

[PATCH v2 00/13] KVM: x86: Allow userspace to disable the emulator
 2020-03-02 20:02 UTC  (8+ messages)
` [PATCH v2 10/13] KVM: x86: Shrink the usercopy region of the emulation context

[PATCH v1 00/11] virtio-mem: paravirtualized memory
 2020-03-02 18:41 UTC  (22+ messages)
` [PATCH v1 01/11] ACPI: NUMA: export pxm_to_node
` [PATCH v1 02/11] virtio-mem: Paravirtualized memory hotplug
` [PATCH v1 03/11] virtio-mem: Paravirtualized memory hotunplug part 1
` [PATCH v1 04/11] mm: Export alloc_contig_range() / free_contig_range()
` [PATCH v1 05/11] virtio-mem: Paravirtualized memory hotunplug part 2
` [PATCH v1 06/11] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v1 07/11] virtio-mem: Allow to offline partially unplugged memory blocks
` [PATCH v1 08/11] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v1 09/11] virtio-mem: Offline and remove completely unplugged memory blocks
` [PATCH v1 10/11] virtio-mem: Better retry handling
` [PATCH v1 11/11] MAINTAINERS: Add myself as virtio-mem maintainer

[GIT PULL] KVM changes for Linux 5.6-rc4
 2020-03-02 18:40 UTC  (2+ messages)

[PATCH v2] KVM: X86: deprecate obsolete KVM_GET_CPUID2 ioctl
 2020-03-02 18:30 UTC  (9+ messages)

[PATCH v3] KVM: X86: Just one leader to trigger kvmclock sync request
 2020-03-02 18:22 UTC  (3+ messages)

[PATCH] kvm: x86: Make traced and returned value of kvm_cpuid consistent again
 2020-03-02 17:55 UTC  (7+ messages)

[PATCH v2 1/2] KVM: SVM: Inhibit APIC virtualization for X2APIC guest
 2020-03-02 17:40 UTC  (8+ messages)
` [PATCH v2 2/2] KVM: SVM: Enable AVIC by default

[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
 2020-03-02 16:32 UTC  (2+ messages)

[PATCH v4] KVM: x86: enable dirty log gradually in small chunks
 2020-03-02 16:28 UTC  (2+ messages)

[PATCH 0/2] KVM: x86/mmu: Fast CR3 switch improvements
 2020-03-02 16:20 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMU
` [PATCH 2/2] KVM: x86/mmu: Reuse the current root if possible for fast switch

[PATCH v2] KVM: Remove unnecessary asm/kvm_host.h includes
 2020-03-02 16:15 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix svm the vmexit error_code of WRMSR
 2020-03-02 16:05 UTC  (3+ messages)

RFC: Split EPT huge pages in advance of dirty logging
 2020-03-02 13:38 UTC  (9+ messages)

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-03-02 12:53 UTC  (6+ messages)
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()

[GIT PULL] Second batch of KVM changes for Linux 5.6-rc4 (or rc5)
 2020-03-02 12:14 UTC  (9+ messages)

[PATCH v4 00/20] irqchip/gic-v4: GICv4.1 architecture support
 2020-03-02 12:09 UTC  (17+ messages)
` [PATCH v4 08/20] irqchip/gic-v4.1: Plumb get/set_irqchip_state SGI callbacks
` [PATCH v4 09/20] irqchip/gic-v4.1: Plumb set_vcpu_affinity "
` [PATCH v4 16/20] KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interrupts

[PATCH v2] x86/kvm: Handle async page faults directly through do_page_fault()
 2020-03-02 10:41 UTC  (3+ messages)

[PATCH] KVM: X86: Fix dereference null cpufreq policy
 2020-03-02 10:23 UTC  (7+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-03-02  9:03 UTC  (16+ messages)
` [PATCH 39/61] KVM: SVM: Convert feature updates from CPUID to "
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask "

[PATCH v2] KVM: x86: Remove unnecessary brackets in kvm_arch_dev_ioctl()
 2020-03-02  9:01 UTC  (2+ messages)

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-03-02  7:01 UTC  (15+ messages)
` [Bug 206579] "

linux-next: manual merge of the kvm-fixes tree with Linus' tree
 2020-03-01 21:05 UTC 

[PATCH kvm-unit-tests] x86: VMX: the "noclone" attribute is not needed
 2020-03-01 20:58 UTC  (2+ messages)

[FYI PATCH 0/3] CVE-2020-2732
 2020-03-01 18:07 UTC  (10+ messages)
` [FYI PATCH 1/3] KVM: nVMX: Don't emulate instructions in guest mode
          ` [PATCH] KVM: VMX: check descriptor table exits on instruction emulation

[PATCH v2 0/7] KVM: x86/mmu: nVMX: 5-level paging fixes and enabling
 2020-03-01 17:49 UTC  (6+ messages)
` [PATCH v2 6/7] KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_cr3_or_eptp()

[PATCH] KVM: x86/mmu: Fix MMU role calculation to not drop level
 2020-03-01 17:31 UTC  (2+ messages)

[PATCH] x86/kvm: Remove the rest of do_async_page_fault
 2020-03-01 15:21 UTC 

Nested virtualization and software page walks in the L1 hypervsior
 2020-02-29 22:30 UTC 

[PATCH] KVM: x86: Remove superfluous brackets in kvm_arch_dev_ioctl()
 2020-02-29  2:42 UTC  (3+ messages)

[PATCH 0/5] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-02-28 22:36 UTC  (9+ messages)
` [PATCH 1/5] KVM: x86: Add function to inject guest page fault with reserved bits set
` [PATCH 2/5] KVM: VMX: Add guest physical address check in EPT violation and misconfig
` [PATCH 5/5] KVM: x86: mmu: Add guest physical address check in translate_gpa()

[Bug 206707] Irregular behavior debugging userspace program on SMP guest
 2020-02-28 22:31 UTC  (3+ messages)

[PATCH] x86/kvm: Handle async page faults directly through do_page_fault()
 2020-02-28 19:36 UTC  (4+ messages)

[kvm-unit-tests PATCH 0/7] Fixes for clang builds
 2020-02-28 18:40 UTC  (14+ messages)
` [kvm-unit-tests PATCH v2 "
  ` [kvm-unit-tests PATCH 2/7] pci: use uint32_t for unsigned long values
  ` [kvm-unit-tests PATCH 5/7] svm: convert neg shift to unsigned shift
  ` [kvm-unit-tests PATCH 7/7] x86: VMX: the "noclone" attribute is gcc-specific

[PATCH] KVM: Remove unecessary asm/kvm_host.h includes
 2020-02-28 18:27 UTC  (3+ messages)

[PATCH] cpuidle-haltpoll: allow force loading on hosts without the REALTIME hint
 2020-02-28 17:10 UTC 

[PATCH 0/3] KVM: VMX: Fix for kexec VMCLEAR and VMXON cleanup
 2020-02-28 14:59 UTC  (5+ messages)
` [PATCH 1/3] KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-28 14:11 UTC  (7+ messages)
` [RFC PATCH 06/11] iommu: arm-smmu: Remove Calxeda secure mode quirk

[PATCH kvm-unit-tests] pci: use uint32_t for unsigned long values
 2020-02-28 11:06 UTC 

[GIT PULL] KVM/arm fixes for 5.6
 2020-02-28 10:47 UTC  (2+ messages)

[PATCH] kvm: x86: Print "disabled by bios" only once per host
 2020-02-28 10:37 UTC  (3+ messages)
` [PATCH v2] kvm: x86: Limit the number of "kvm: disabled by bios" messages

[PATCH] KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
 2020-02-28  9:57 UTC  (4+ messages)

[PATCH] KVM: allow disabling -Werror
 2020-02-28  9:56 UTC 

[PATCH] KVM: x86: avoid useless copy of cpufreq policy
 2020-02-28  9:56 UTC 

[PATCH] KVM: nVMX: allow compiling with W=1
 2020-02-28  9:36 UTC  (2+ messages)

[PATCH RESEND v2 1/2] KVM: Introduce pv check helpers
 2020-02-28  9:35 UTC  (3+ messages)
` [PATCH RESEND v2 2/2] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis

[PATCH] KVM: let declaration of kvm_get_running_vcpus match implementation
 2020-02-28  9:34 UTC  (2+ messages)

[PATCH] KVM: SVM: Inhibit APIC virtualization for X2APIC guest
 2020-02-28  8:46 UTC  (4+ messages)

[PATCH] KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
 2020-02-28  1:50 UTC 

[PATCH v2] KVM: X86: deprecate obsolete KVM_GET_CPUID2 ioctl
 2020-02-28  1:36 UTC 


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