kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 22:13:48 to 2020-02-26 02:43:37 UTC [more...]

[PATCH v3] KVM: LAPIC: Recalculate apic map in batch
 2020-02-26  2:41 UTC 

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-02-26  2:25 UTC  (8+ messages)
` [Bug 206579] "

[PATCH] KVM: Fix some obsolete comments
 2020-02-26  1:48 UTC 

[PATCH v5 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
 2020-02-26  0:58 UTC  (9+ messages)

[PATCH v3 0/5] Handle monitor trap flag during instruction emulation
 2020-02-26  0:55 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 5/5] x86: VMX: Add tests for monitor trap flag

[GIT PULL] KVM/arm fixes for 5.6
 2020-02-25 23:52 UTC  (6+ messages)
` [PATCH 1/5] KVM: arm/arm64: Fix up includes for trace.h
` [PATCH 2/5] kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
` [PATCH 3/5] KVM: arm64: Ask the compiler to __always_inline functions used at HYP
` [PATCH 4/5] KVM: arm64: Define our own swab32() to avoid a uapi static inline
` [PATCH 5/5] arm64: Ask the compiler to __always_inline functions used by KVM at HYP

[PATCH v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-25 22:37 UTC  (66+ messages)
` [PATCH v4 02/36] KVM: s390/interrupt: do not pin adapter interrupt pages
` [PATCH v4 05/36] s390/mm: provide memory management functions for protected KVM guests
` [PATCH v4 06/36] s390/mm: add (non)secure page access exceptions handlers
` [PATCH v4 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
    ` [PATCH v4.5 "
` [PATCH v4 12/36] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v4 14/36] KVM: s390: protvirt: Implement interrupt injection
` [PATCH v4 15/36] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v4 18/36] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [PATCH v4 19/36] KVM: s390: protvirt: handle secure guest prefix pages
` [PATCH v4 20/36] KVM: s390/mm: handle guest unpin events
` [PATCH v4 24/36] KVM: s390: protvirt: Do only reset registers that are accessible
` [PATCH v4 25/36] KVM: s390: protvirt: Only sync fmt4 registers
` [PATCH v4 27/36] KVM: s390: protvirt: UV calls in support of diag308 0, 1
` [PATCH v4 28/36] KVM: s390: protvirt: Report CPU state to Ultravisor
` [PATCH v4 29/36] KVM: s390: protvirt: Support cmd 5 operation state
` [PATCH v4 33/36] DOCUMENTATION: Protected virtual machine introduction and IPL
` [PATCH v4 34/36] s390: protvirt: Add sysfs firmware interface for Ultravisor information
` [PATCH v4 35/36] KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
` [PATCH v4 36/36] KVM: s390: protvirt: Add KVM api documentation

[PATCH RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-02-25 22:19 UTC  (19+ messages)
` [PATCH RFC v4 06/13] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH RFC v4 11/13] mm/vmscan: Move count_vm_event(DROP_SLAB) into drop_slab()
` [PATCH RFC v4 12/13] mm/vmscan: Export drop_slab() and drop_slab_node()

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

[RFC PATCH 0/5] Removing support for 32bit KVM/arm host
 2020-02-25 21:34 UTC  (4+ messages)

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-25 21:22 UTC  (79+ messages)
` [PATCH 01/61] KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
` [PATCH 02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH 16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct
` [PATCH 19/61] KVM: VMX: Add helpers to query Intel PT mode
` [PATCH 27/61] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
` [PATCH 29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups
` [PATCH 38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH 39/61] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH 44/61] KVM: x86: Use KVM cpu caps to track UMIP emulation
` [PATCH 45/61] KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
` [PATCH 46/61] KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
` [PATCH 47/61] KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps
` [PATCH 49/61] KVM: x86: Override host CPUID results with kvm_cpu_caps
` [PATCH 50/61] KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
` [PATCH 51/61] KVM: x86: Use kvm_cpu_caps to detect Intel PT support
` [PATCH 52/61] KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
` [PATCH 53/61] KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
` [PATCH 54/61] KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
` [PATCH 55/61] KVM: VMX: Directly query Intel PT mode when refreshing PMUs
` [PATCH 56/61] KVM: SVM: Refactor logging of NPT enabled/disabled
` [PATCH 57/61] KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
` [PATCH 58/61] KVM: x86/mmu: Configure max page level during hardware setup
` [PATCH 59/61] KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
` [PATCH 60/61] KVM: Drop largepages_enabled and its accessor/mutator
` [PATCH 61/61] KVM: x86: Move VMX's host_efer to common x86 code

[Question] fix about CVE-2018-12207 for linux-4.4.y
 2020-02-25 20:48 UTC  (2+ messages)

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

[PATCH v3] KVM: x86: enable dirty log gradually in small chunks
 2020-02-25 19:07 UTC  (7+ messages)

[PATCH 0/2] KVM: VMX: Use basic exit reason for cheking and indexing
 2020-02-25 18:28 UTC  (12+ messages)
` [PATCH 1/2] kvm: vmx: Use basic exit reason to check if it's the specific VM EXIT

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-25 16:59 UTC  (17+ messages)
` [PATCH v24 02/10] hw/arm/virt: Introduce a RAS machine option
` [PATCH v24 04/10] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v24 05/10] ACPI: Build Hardware Error Source Table
` [PATCH v24 06/10] ACPI: Record the Generic Error Status Block address
` [PATCH v24 08/10] ACPI: Record Generic Error Status Block(GESB) table

Proposal for MMIO/PIO dispatch file descriptors (ioregionfd)
 2020-02-25 16:47 UTC  (9+ messages)

Problem with virtual to physical memory translation when KVM is enabled
 2020-02-25 16:16 UTC  (2+ messages)

[PATCH v2] KVM: LAPIC: Recalculate apic map in batch
 2020-02-25 14:26 UTC  (3+ messages)

kvm-unit-tests : Kconfigs and extra kernel args for full coverage
 2020-02-25 14:21 UTC  (17+ messages)

[PATCH] KVM: SVM: allocate AVIC data structures based on kvm_amd moduleparameter
 2020-02-25 14:01 UTC  (3+ messages)

[PATCH] KVM: Fix some obsolete comments
 2020-02-25 13:04 UTC  (2+ messages)

[PATCH v24 02/10] hw/arm/virt: Introduce a RAS machine option
 2020-02-25 12:51 UTC 

[PATCH] KVM: X86: avoid meaningless kvm_apicv_activated() check
 2020-02-25 12:43 UTC  (2+ messages)

Management tools page
 2020-02-25 10:33 UTC 

[PATCH] KVM: SVM: allocate AVIC data structures based on kvm_amd moduleparameter
 2020-02-25  9:26 UTC 

[RFC] Question about async TLB flush and KVM pv tlb improvements
 2020-02-25  9:26 UTC  (6+ messages)
  ` 回复:[RFC] "

INFO: task hung in lock_sock_nested (2)
 2020-02-25  9:07 UTC  (5+ messages)

[PATCH] KVM: LAPIC: Recalculate apic map in batch
 2020-02-25  8:50 UTC  (7+ messages)

[PATCH v2 0/7] vfio/pci: SR-IOV support
 2020-02-25  6:09 UTC  (7+ messages)
` [PATCH v2 3/7] vfio/pci: Introduce VF token
` [PATCH v2 5/7] vfio/pci: Add sriov_configure support

[PATCH v3 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-02-25  3:44 UTC  (7+ messages)
` [PATCH v3 1/7] vfio: allow external user to get vfio group from device
` [PATCH v3 2/7] vfio: introduce vfio_dma_rw to read/write a range of IOVAs

[PATCH] KVM: nVMX: Consolidate nested MTF checks to helper function
 2020-02-25  3:11 UTC 

[PATCH RESEND] KVM: X86: eliminate obsolete KVM_GET_CPUID2 ioctl
 2020-02-25  1:38 UTC 

[RFC PATCH 0/3] KVM: x86: honor guest memory type
 2020-02-25  1:29 UTC  (12+ messages)

[PATCH] KVM: x86: Adjust counter sample period after a wrmsr
 2020-02-25  0:08 UTC  (4+ messages)

[PATCH] KVM: nVMX: Consolidate nested MTF checks to helper function
 2020-02-25  0:02 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).