kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-24 13:48:19 to 2019-10-28 07:56:39 UTC [more...]

[PATCH] KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
 2019-10-28  7:56 UTC  (3+ messages)

[PATCH v20 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-28  4:01 UTC  (10+ messages)
` [PATCH v20 1/5] hw/arm/virt: Introduce a RAS machine option
` [PATCH v20 2/5] docs: APEI GHES generation and CPER record description
` [PATCH v20 3/5] ACPI: Add APEI GHES table generation support
` [PATCH v20 4/5] KVM: Move hwpoison page related functions into kvm-all.c
` [PATCH v20 5/5] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH net-next] vringh: fix copy direction of vringh_iov_push_kern()
 2019-10-28  3:52 UTC  (3+ messages)

[PATCH v2] vhost: introduce mdev based hardware backend
 2019-10-28  3:50 UTC  (16+ messages)

[PATCH v4 0/6] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-27 10:52 UTC  (7+ messages)
` [PATCH v4 1/6] perf/core: Provide a kernel-internal interface to recalibrate event period
` [PATCH v4 2/6] perf/core: Provide a kernel-internal interface to pause perf_event
` [PATCH v4 3/6] KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
` [PATCH v4 4/6] KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
` [PATCH v4 5/6] KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
` [PATCH v4 6/6] KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC

[RFC v2 00/22] intel_iommu: expose Shared Virtual Addressing to VM
 2019-10-27 17:43 UTC  (9+ messages)
` [RFC v2 04/22] hw/iommu: introduce IOMMUContext
` [RFC v2 06/22] hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-10-27  8:17 UTC  (8+ messages)
` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
` [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active

[PATCH v1 0/8] PEBS enabling in KVM guest
 2019-10-27 23:11 UTC  (9+ messages)
` [PATCH v1 1/8] KVM: x86: Add base address parameter for get_fixed_pmc function
` [PATCH v1 2/8] KVM: x86: PEBS output to Intel PT MSRs emulation
` [PATCH v1 3/8] KVM: x86: Allocate performance counter for PEBS event
` [PATCH v1 4/8] KVM: x86: Aviod clear the PEBS counter when PEBS enabled in guest
` [PATCH v1 5/8] KVM: X86: Expose PDCM cpuid to guest
` [PATCH v1 6/8] KVM: X86: MSR_IA32_PERF_CAPABILITIES MSR emulation
` [PATCH v1 7/8] KVM: x86: Expose PEBS feature to guest
` [PATCH v1 8/8] perf/x86: Add event owner check when PEBS output to Intel PT

[PATCH] KVM: arm/arm64: show halt poll counters in debugfs
 2019-10-27  8:19 UTC 

[PATCH 2/6] vfio/mdev: Add "aggregation" attribute for supported mdev type
 2019-10-27  6:24 UTC  (3+ messages)
` [RFC PATCH] vfio/mdev: mdev_type_attr_aggregation can be static

[PATCH AUTOSEL 5.3 57/99] vhost/test: stop device before reset
 2019-10-26 13:15 UTC 

[PATCH AUTOSEL 4.19 39/59] vhost/test: stop device before reset
 2019-10-26 13:18 UTC 

[PATCH v2 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-26 10:20 UTC  (8+ messages)
` [PATCH v2 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH v2 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH v2 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context

[PATCH v9 00/22] KVM RISC-V Support
 2019-10-26  5:33 UTC  (7+ messages)
` [PATCH v9 01/22] RISC-V: Add bitmap reprensenting ISA features common across CPUs

[PATCH v3 4/6] KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
 2019-10-26  5:28 UTC  (3+ messages)
` [RFC PATCH] KVM: x86/vPMU: intel_msr_idx_to_pmc() can be static

[PATCH 0/5] misc fixes on halt-poll code both KVM and guest
 2019-10-26  3:23 UTC  (6+ messages)
` [PATCH 1/5] KVM: simplify branch check in host poll code
` [PATCH 2/5] KVM: add a check to ensure grow start value is nonzero
` [PATCH 3/5] KVM: ensure pool time is longer than block_ns
` [PATCH 4/5] cpuidle-haltpoll: add a check to ensure grow start value is nonzero
` [PATCH 5/5] cpuidle-haltpoll: fix up the branch check

[PATCH v2] KVM: x86: get rid of odd out jump label in pdptrs_changed
 2019-10-26  1:29 UTC 

[PATCH v3 0/3] kvm: call kvm_arch_destroy_vm if vm creation fails
 2019-10-25 22:29 UTC  (14+ messages)
` [PATCH v3 1/3] kvm: Don't clear reference count on kvm_create_vm() error path
` [PATCH v3 2/3] kvm: Allocate memslots and buses before calling kvm_arch_init_vm
` [PATCH v3 3/3] kvm: call kvm_arch_destroy_vm if vm creation fails

[GIT PULL] KVM changes for Linux 5.4-rc5
 2019-10-25 21:35 UTC  (2+ messages)

[PATCH v2 3/3] vhost, kcov: collect coverage from vhost_worker
 2019-10-25 20:26 UTC  (2+ messages)

[PATCH v2] kvm: x86: Add cr3 to struct kvm_debug_exit_arch
 2019-10-25 17:07 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/5] s390x: SCLP Unit test
 2019-10-25 17:06 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: remove redundant defines
` [kvm-unit-tests PATCH v2 2/5] s390x: improve error reporting for interrupts
` [kvm-unit-tests PATCH v2 3/5] s390x: sclp: expose ram_size and max_ram_size
` [kvm-unit-tests PATCH v2 4/5] s390x: sclp: add service call instruction wrapper
` [kvm-unit-tests PATCH v2 5/5] s390x: SCLP unit test

[kvm-unit-tests PATCH] x86: Fix the register order to match struct regs
 2019-10-25 17:00 UTC 

[PATCH] x86: Fix the register order to match struct regs
 2019-10-25 16:47 UTC  (2+ messages)

[PATCH v2 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-25 16:39 UTC  (11+ messages)
` [PATCH v2 01/16] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH v2 02/16] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [PATCH v2 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v2 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled

[PATCH v3 00/15] KVM: Dynamically size memslot arrays
 2019-10-25 16:30 UTC  (18+ messages)
` [PATCH v3 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v3 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v3 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v3 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v3 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v3 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v3 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v3 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v3 09/15] KVM: Move memslot deletion to helper function
` [PATCH v3 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v3 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v3 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v3 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v3 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v3 15/15] KVM: Dynamically size memslot array based on number of used slots

[Bug 205313] New: Machine check exception 90000040000f0005 and kernel panic
 2019-10-25 16:07 UTC 

[PATCH v7 00/10] arm64: Stolen time support
 2019-10-25 15:57 UTC  (5+ messages)
` [PATCH v7 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v7 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH] crypto: ccp - Retry SEV INIT command in case of integrity check failure
 2019-10-25 15:25 UTC  (2+ messages)

[PATCH v2 0/3] kcov: collect coverage from usb and vhost
 2019-10-25 14:55 UTC  (10+ messages)
` [PATCH v2 1/3] kcov: remote coverage support

[kvm-unit-tests PATCH v1 0/5] s390x: SCLP Unit test
 2019-10-25 13:37 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 5/5] s390x: SCLP unit test

[PATCH] x86/kvm: Fix -Wmissing-prototypes warnings
 2019-10-25 12:02 UTC 

[PATCH v2] KVM: x86: get rid of odd out jump label in pdptrs_changed
 2019-10-25 11:46 UTC  (2+ messages)

[RFC v2 0/3] vfio: support Shared Virtual Addressing
 2019-10-25 11:20 UTC  (9+ messages)
` [RFC v2 1/3] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [RFC v2 2/3] vfio/type1: VFIO_IOMMU_PASID_REQUEST(alloc/free)

[PATCH v2 00/14] KVM: x86: Remove emulation_result enums
 2019-10-25 11:00 UTC  (3+ messages)

[PATCH kvmtool] virtio: Ensure virt_queue is always initialised
 2019-10-25 10:54 UTC  (3+ messages)

[PATCH] KVM: x86: get rid of odd out jump label in pdptrs_changed
 2019-10-25 10:43 UTC 

[PATCH] KVM: avoid unnecessary bitmap clear ops
 2019-10-25  9:49 UTC 

[PATCH] KVM: x86: get rid of odd out jump label in pdptrs_changed
 2019-10-25  9:43 UTC  (2+ messages)

[PATCH] KVM: avoid unnecessary bitmap clear ops
 2019-10-25  9:42 UTC  (2+ messages)

[RFC 00/37] KVM: s390: Add support for protected VMs
 2019-10-25  9:21 UTC  (33+ messages)
` [RFC 02/37] s390/protvirt: introduce host side setup
` [RFC 03/37] s390/protvirt: add ultravisor initialization
` [RFC 04/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFC 05/37] s390: KVM: Export PV handle to gmap
` [RFC 06/37] s390: UV: Add import and export to UV library
` [RFC 07/37] KVM: s390: protvirt: Secure memory is not mergeable
  ` [RFC v2] "
` [RFC 08/37] KVM: s390: add missing include in gmap.h
` [RFC 09/37] KVM: s390: protvirt: Implement on-demand pinning

[kvm-unit-tests PATCH 1/2] x86: smap: Use correct reg to pass a parameter
 2019-10-25  9:03 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: pku: fix parameter passing

linux-next: manual merge of the kvm-ppc tree with the kvm-arm tree
 2019-10-25  1:54 UTC 

[PATCH V5 0/6] mdev based hardware virtio offloading support
 2019-10-25  1:54 UTC  (17+ messages)
` [PATCH V5 1/6] mdev: class id support
` [PATCH V5 2/6] modpost: add support for mdev class id
` [PATCH V5 4/6] mdev: introduce virtio device and its device ops

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2019-10-24 22:33 UTC  (15+ messages)
` [patch V2 07/17] x86/entry/64: Remove redundant interrupt disable
` [patch V2 08/17] x86/entry: Move syscall irq tracing to C code

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-24 20:48 UTC  (11+ messages)
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots

[PULL kvm-unit-tests 00/10] arm/arm64 updates
 2019-10-24 20:30 UTC  (2+ messages)

[PATCH] kvm: call kvm_arch_destroy_vm if vm creation fails
 2019-10-24 18:55 UTC  (6+ messages)

PROBLEM: Regression of MMU causing guest VM application errors
 2019-10-24 17:32 UTC  (7+ messages)

[PATCH v12 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-24 15:19 UTC  (6+ messages)
` [PATCH v12 2/6] mm: Use zone and order instead of free area in free_list manipulators

[PATCH v4 1/2] i386: Add Intel Processor Trace feature support
 2019-10-24 14:15 UTC  (11+ messages)
` [PATCH v4 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature


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