kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-24 11:41:50 to 2020-02-25 14:11:46 UTC [more...]

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-25 14:11 UTC  (70+ messages)
` [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 28/61] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
` [PATCH 29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups
` [PATCH 30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code
` [PATCH 31/61] KVM: x86: Handle INVPCID "
` [PATCH 32/61] KVM: x86: Handle UMIP emulation "
` [PATCH 33/61] KVM: x86: Handle PKU "
` [PATCH 34/61] KVM: x86: Handle RDTSCP "
` [PATCH 35/61] KVM: x86: Handle Intel PT "
` [PATCH 36/61] KVM: x86: Handle GBPAGE CPUID adjustment for EPT "
` [PATCH 37/61] KVM: x86: Refactor handling of XSAVES CPUID adjustment
` [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 40/61] KVM: VMX: "
` [PATCH 41/61] KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
` [PATCH 42/61] KVM: x86: Add a helper to check kernel support when setting cpu cap
` [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 RFC v4 00/13] virtio-mem: paravirtualized memory
 2020-02-25 14:11 UTC  (6+ messages)
` [PATCH RFC v4 08/13] mm/memory_hotplug: Introduce offline_and_remove_memory()

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

[PATCH v24 00/10] Add ARMv8 RAS virtualization support in QEMU
 2020-02-25 13:57 UTC  (10+ 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 v4 00/36] KVM: s390: Add support for protected VMs
 2020-02-25 13:44 UTC  (62+ messages)
` [PATCH v4 01/36] mm/gup/writeback: add callbacks for inaccessible pages
` [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 07/36] KVM: s390: protvirt: Add UV debug trace
` [PATCH v4 09/36] KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
` [PATCH v4 10/36] KVM: s390: protvirt: Secure memory is not mergeable
` [PATCH v4 11/36] KVM: s390/mm: Make pages accessible before destroying the guest
` [PATCH v4 12/36] KVM: s390: protvirt: Handle SE notification interceptions
` [PATCH v4 13/36] KVM: s390: protvirt: Instruction emulation
` [PATCH v4 14/36] KVM: s390: protvirt: Implement interrupt injection
` [PATCH v4 15/36] KVM: s390: protvirt: Add SCLP interrupt handling
` [PATCH v4 16/36] KVM: s390: protvirt: Handle spec exception loops
` [PATCH v4 17/36] KVM: s390: protvirt: Add new gprs location 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 21/36] KVM: s390: protvirt: Write sthyi data to instruction data area
` [PATCH v4 22/36] KVM: s390: protvirt: STSI handling
` [PATCH v4 23/36] KVM: s390: protvirt: disallow one_reg
` [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 0/2] KVM: VMX: Use basic exit reason for cheking and indexing
 2020-02-25 13:11 UTC  (11+ messages)
` [PATCH 1/2] kvm: vmx: Use basic exit reason to check if it's the specific VM EXIT

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

Proposal for MMIO/PIO dispatch file descriptors (ioregionfd)
 2020-02-25 12:30 UTC  (8+ 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 

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

[PATCH v2] KVM: LAPIC: Recalculate apic map in batch
 2020-02-25  9:47 UTC 

[Question] fix about CVE-2018-12207 for linux-4.4.y
 2020-02-25  9:31 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)

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

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

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

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

[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] KVM: x86: enable dirty log gradually in small chunks
 2020-02-25  4:01 UTC  (5+ messages)

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

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

[GIT PULL] KVM changes for Linux 5.6-rc4
 2020-02-24 20:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix unknown ucall command asserts
 2020-02-24 19:06 UTC  (2+ messages)

[FYI PATCH 0/3] CVE-2020-2732
 2020-02-24 18:56 UTC  (4+ messages)
` [FYI PATCH 1/3] KVM: nVMX: Don't emulate instructions in guest mode
` [FYI PATCH 2/3] KVM: nVMX: Refactor IO bitmap checks into helper function
` [FYI PATCH 3/3] KVM: nVMX: Check IO instruction VM-exit conditions

[PATCH 0/1] Documentation fixup
 2020-02-24 18:21 UTC  (3+ messages)
` [PATCH 1/1] KVM: s390: rstify new ioctls in api.rst

[RFC v2 0/4] Paravirtualized Control Register pinning
 2020-02-24 15:50 UTC  (3+ messages)
` [RFC v2 3/4] selftests: kvm: add test for CR pinning with SMM

[RFC PATCH 00/11] Removing Calxeda platform support
 2020-02-24 13:07 UTC  (3+ messages)
` [RFC PATCH 01/11] vfio: Remove Calxeda XGMAC reset driver


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