kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-28 02:26:25 to 2019-01-07 09:57:53 UTC [more...]

[RFC][PATCH v2 00/21] PMEM NUMA node and hotness accounting/migration
 2019-01-07  9:57 UTC  (29+ messages)
` [RFC][PATCH v2 01/21] e820: cheat PMEM as DRAM
` [RFC][PATCH v2 08/21] mm: introduce and export pgdat peer_node
` [RFC][PATCH v2 10/21] mm: build separate zonelist for PMEM and DRAM node
` [RFC][PATCH v2 11/21] kvm: allocate page table pages from DRAM

WARNING in _cleanup_srcu_struct
 2019-01-07  9:55 UTC 

compilation failure with CONFIG_VFIO_PCI_NVLINK2
 2019-01-07  9:39 UTC  (6+ messages)
        ` Out-of-tree build works, in-tree build fails due to tracing (was Re: compilation failure with CONFIG_VFIO_PCI_NVLINK2)

[PATCH v4 00/10] Guest LBR Enabling
 2019-01-07  9:15 UTC  (24+ messages)
` [PATCH v4 04/10] KVM/x86: intel_pmu_lbr_enable
` [PATCH v4 05/10] KVM/x86: expose MSR_IA32_PERF_CAPABILITIES to the guest
` [PATCH v4 10/10] KVM/x86/lbr: lazy save the guest lbr stack
  ` [PATCH v4 10/10] KVM/x86/lbr: lazy save the guest lbr stack II

[PATCH] vfio_pci: Add local source directory as include
 2019-01-07  8:58 UTC  (3+ messages)

[RFC PATCH V3 0/5] Hi:
 2019-01-07  8:40 UTC  (20+ messages)
` [RFC PATCH V3 1/5] vhost: generalize adding used elem
` [RFC PATCH V3 2/5] vhost: fine grain userspace memory accessors
` [RFC PATCH V3 3/5] vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()
` [RFC PATCH V3 4/5] vhost: introduce helpers to get the size of metadata area
` [RFC PATCH V3 5/5] vhost: access vq metadata through kernel virtual address

[PATCH v3 0/3] virtio-balloon: tweak config_changed
 2019-01-07  7:01 UTC  (4+ messages)
` [PATCH v3 1/3] virtio-balloon: tweak config_changed implementation
` [PATCH v3 2/3] virtio-balloon: improve update_balloon_size_func
` [PATCH v3 3/3] virtio_balloon: remove the unnecessary 0-initialization

[PATCH 00/11] X86/KVM/Hyper-V: Add HV ept tlb range list flush support in KVM
 2019-01-07  5:13 UTC  (17+ messages)
` [PATCH 1/11] X86/Hyper-V: Add parameter offset for hyperv_fill_flush_guest_mapping_list()
` [PATCH 2/11] KVM/VMX: Fill range list in kvm_fill_hv_flush_list_func()
` [PATCH 3/11] KVM: Add spte's point in the struct kvm_mmu_page
` [PATCH 4/11] KVM/MMU: Introduce tlb flush with range list
` [PATCH 5/11] KVM/MMU: Flush tlb directly in the kvm_mmu_slot_gfn_write_protect()
` [PATCH 6/11] KVM/MMU: Flush tlb with range list in sync_page()
` [PATCH 7/11] KVM: Remove redundant check in the kvm_get_dirty_log_protect()
` [PATCH 8/11] KVM: Make kvm_arch_mmu_enable_log_dirty_pt_masked() return value
` [PATCH 9/11] KVM/MMU: Flush tlb in the kvm_mmu_write_protect_pt_masked()
` [PATCH 10/11] KVM: Add flush parameter for kvm_age_hva()
` [PATCH 11/11] KVM/MMU: Flush tlb in the kvm_age_rmapp()

[PATCH v5 00/15] KVM: s390: make use of the GIB
 2019-01-06 23:32 UTC  (22+ messages)
` [PATCH v5 02/15] KVM: s390: coding style issue kvm_s390_gisa_init/clear()
` [PATCH v5 04/15] KVM: s390: use pending_irqs_no_gisa() where appropriate
` [PATCH v5 08/15] KVM: s390: add the GIB and its related life-cyle functions
` [PATCH v5 10/15] KVM: s390: add functions to (un)register GISC with GISA
` [PATCH v5 11/15] KVM: s390: restore IAM in get_ipm() when IPM is clean
` [PATCH v5 12/15] KVM: s390: do not restore IAM immediately before SIE entry
` [PATCH v5 13/15] KVM: s390: add function process_gib_alert_list()
` [PATCH v5 14/15] KVM: s390: add and wire function gib_alert_irq_handler()
` [PATCH v5 15/15] KVM: s390: start using the GIB

[PATCH v1 0/8] This patch-set is to enable kvm Guest OS CET support
 2019-01-06 21:17 UTC  (16+ messages)
` [PATCH v1 1/8] kvm:vmx Introduce CET related VMCS field definitions
` [PATCH v1 4/8] kvm:vmx Pass through host CET related MSRs to Guest
` [PATCH v1 5/8] kvm:x86 Enable MSR_IA32_XSS bit 11 and 12 for CET xsaves/xrstors
` [PATCH v1 6/8] kvm:cpuid Add CPUID support for CET xsaves component query
` [PATCH v1 7/8] kvm:cpuid Fix xsaves area size calculation for CPUID.(EAX=0xD,ECX=1)
` [PATCH v1 8/8] kvm:cpuid Report CET SHSTK and IBT support in CPUID.(EAX=0x7,ECX=0)

[PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-06 19:23 UTC  (12+ messages)
` [PATCH V8 01/11] KVM: State whether memory should be freed in kvm_free_memslot
` [PATCH V8 02/11] KVM: X86: Add arbitrary data pointer in kvm memslot iterator functions
` [PATCH V8 03/11] KVM: X86: Add helper function to convert SPTE to GFN
` [PATCH V8 04/11] KVM: Document Memory ROE
` [PATCH V8 05/11] KVM: Create architecture independent ROE skeleton
` [PATCH V8 06/11] KVM: X86: Enable ROE for x86
` [PATCH V8 07/11] KVM: Add support for byte granular memory ROE
` [PATCH V8 08/11] KVM: X86: Port ROE_MPROTECT_CHUNK to x86
` [PATCH V8 09/11] KVM: Add new exit reason For ROE violations
` [PATCH V8 10/11] KVM: Log ROE violations in system log
` [PATCH V8 11/11] KVM: ROE: Store protected chunks in red black tree

[PATCH v2 0/2] virtio-balloon: tweak config_changed
 2019-01-06  0:31 UTC  (8+ messages)
` [PATCH v2 1/2] virtio-balloon: tweak config_changed implementation
` [PATCH v2 2/2] virtio-balloon: improve update_balloon_size_func

[PATCH] kvm: Use struct_size() in kmalloc()
 2019-01-04 16:29 UTC 

[RFC PATCH 1/1] s390/virtio: handle find on invalid queue gracefully
 2019-01-04 14:01 UTC  (2+ messages)

[PULL 0/1] virtio-ccw: one more patch for 4.21
 2019-01-04  9:56 UTC  (5+ messages)

[PATCH v15 23/26] sched: early boot clock
 2019-01-04  7:30 UTC  (6+ messages)
              ` Bug#918036: [PATCH v15 23/26] sched: early boot clock (was Re: Bug#918036: linux: uptime after reboot wrong (kvm-clock related?))

[PATCH] KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flush_tlb_with_range()
 2019-01-04  7:20 UTC 

[PATCH v10 0/8] kvm: arm64: Support PUD hugepage at stage 2
 2019-01-04  7:09 UTC  (3+ messages)

[PATCH v1 0/2] virtio-balloon: tweak config_changed
 2019-01-04  5:14 UTC  (11+ messages)
` [PATCH v1 1/2] virtio-balloon: tweak config_changed implementation
    `  "
` [PATCH v1 2/2] virtio-balloon: improve update_balloon_size_func

[PATCH v4 00/14] KVM/X86: Introduce a new guest mapping interface
 2019-01-03 14:22 UTC  (5+ messages)
` [PATCH v4 02/14] X86/nVMX: handle_vmptrld: Copy the VMCS12 directly from guest memory

[PATCH] virtio-ccw: wire up ->bus_name callback
 2019-01-03 14:11 UTC 

[PATCH v1 0/2] Virtio: fix some vq allocation issues
 2019-01-03  9:59 UTC  (17+ messages)
` [PATCH v1 1/2] virtio_pci: use queue idx instead of array idx to set up the vq
` [PATCH v1 2/2] virtio: don't allocate vqs when names[i] = NULL
        ` RE: [PATCH v1 0/2] Virtio: fix some vq allocation issues

[PULL] virtio, vhost: features, fixes, cleanups
 2019-01-03  3:05 UTC  (2+ messages)

[patch] kvm: sev: Fail KVM_SEV_INIT if already initialized
 2019-01-02 21:44 UTC  (2+ messages)

[PATCH] KVM: validate userspace input in kvm_clear_dirty_log_protect()
 2019-01-02 17:29 UTC 

[PATCH] KVM: X86: Fix scan ioapic use-before-initialization
 2019-01-02 14:08 UTC  (9+ messages)

[PATCH net-next 3/3] vhost: access vq metadata through kernel virtual address
 2019-01-02 11:38 UTC  (12+ messages)

KASAN: slab-out-of-bounds Read in kvm_clear_dirty_log_protect
 2019-01-02 11:11 UTC 

[PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
 2019-01-02 10:24 UTC  (11+ messages)

BUG: unable to handle kernel paging request in init_srcu_struct_fields
 2018-12-31  7:05 UTC 

WARNING in mmu_spte_clear_track_bits (2)
 2018-12-29 23:01 UTC 

[Qemu-devel][PATCH 0/4] This patch-set is to enable Guest CET support
 2018-12-29 15:26 UTC  (4+ messages)
` [Qemu-devel][PATCH 2/4] Add CET SHSTK and IBT CPUID feature-word definitions

[RFC PATCH V2 0/3] vhost: accelerate metadata access through vmap()
 2018-12-29 12:41 UTC  (6+ messages)
` [RFC PATCH V2 1/3] vhost: generalize adding used elem
` [RFC PATCH V2 2/3] vhost: fine grain userspace memory accessors
` [RFC PATCH V2 3/3] vhost: access vq metadata through kernel virtual address

[GIT PULL] VFIO updates for v4.21-rc1
 2018-12-29  5:35 UTC  (2+ messages)

[PATCH 4.9 18/22] x86/fpu: Disable bottom halves while loading FPU registers
 2018-12-28 11:52 UTC 

[PATCH v37 0/3] Virtio-balloon: support free page reporting
 2018-12-28  8:03 UTC  (9+ messages)
` [PATCH v37 1/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT

[PATCH][next] KVM: x86: Fix bit shifting in update_intel_pt_cfg
 2018-12-28  7:58 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).