kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-11 02:39:04 to 2019-09-13 18:02:54 UTC [more...]

[kvm-unit-tests PATCH] x86: nvmx: test max atomic switch MSRs
 2019-09-13 18:02 UTC  (6+ messages)

[PATCH] kvm: nvmx: limit atomic switch MSRs
 2019-09-13 17:29 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in handle_vmptrld
 2019-09-13 16:14 UTC  (11+ messages)

mdev live migration support with vfio-mdev-pci
 2019-09-13 15:54 UTC  (4+ messages)

[PATCH v2 00/15] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-09-13 14:50 UTC  (6+ messages)
` [PATCH v2 12/15] kvm: i8254: Check LAPIC EOI pending when injecting irq on SVM AVIC

[PATCH 0/3] fix emulation error on Windows bootup
 2019-09-13  9:51 UTC  (4+ messages)

[PATCH v2] KVM: x86: Handle unexpected MMIO accesses using master abort semantics
 2019-09-13  9:10 UTC  (2+ messages)

[PATCH] KVM: x86: work around leak of uninitialized stack contents
 2019-09-13  9:07 UTC  (10+ messages)

[PATCH] KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
 2019-09-13  7:47 UTC  (15+ messages)

[PATCH 00/11] KVM: x86/mmu: Restore fast invalidate/zap flow
 2019-09-13  2:46 UTC  (12+ messages)
` [PATCH 01/11] KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslot
` [PATCH 02/11] KVM: x86/mmu: Treat invalid shadow pages as obsolete
` [PATCH 03/11] KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes
` [PATCH 04/11] KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints""
` [PATCH 05/11] KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages""
` [PATCH 06/11] KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""
` [PATCH 07/11] KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pages""
` [PATCH 08/11] KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""
` [PATCH 09/11] KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"
` [PATCH 10/11] KVM: x86/mmu: Explicitly track only a single invalid mmu generation
` [PATCH 11/11] KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero

[PATCH] KVM: x86: Handle unexpected MMIO accesses using master abort semantics
 2019-09-13  1:54 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: nVMX: Add tests of VMPTRLD and VMPTRST to MMIO addresses
 2019-09-13  0:00 UTC 

[PATCH] KVM: PPC: Book3S HV: Tunable to configure maximum # of vCPUs per VM
 2019-09-12 13:49 UTC  (4+ messages)

[RFC][PATCH] kvm: x86: Improve emulation of CPUID leaves 0BH and 1FH
 2019-09-12 23:27 UTC 

[kvm-unit-tests PATCH] x86: remove memory constraint from "mov" instruction
 2019-09-12 20:59 UTC  (4+ messages)
    ` [PATCH] "

[PATCH v9 0/8] stg mail -e --version=v9 \
 2019-09-12 17:48 UTC  (37+ messages)
        ` [virtio-dev] "

[PATCH] kvm: x86: Add "significant index" flag to a few CPUID leaves
 2019-09-12 17:41 UTC  (2+ messages)

[PATCH v4 0/9] KVM: VMX: Add full nested support for IA32_PERF_GLOBAL_CTRL
 2019-09-12 16:28 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 9/9] x86: VMX: Add tests for nested "load IA32_PERF_GLOBAL_CTRL"

[RFC][PATCH v2 0/1] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-09-12 16:28 UTC  (6+ messages)
` [RFC][PATCH v2 1/1] "

[GIT PULL 0/2] KVM: s390: Fixes for 5.3
 2019-09-12 13:47 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()
` [GIT PULL 2/2] KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl

[PATCH v3 1/2] KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
 2019-09-12 12:37 UTC  (3+ messages)

[PATCH v2] KVM: s390: Do not leak kernel stack data in the KVM_S390_INTERRUPT ioctl
 2019-09-12 12:14 UTC  (3+ messages)

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

[PATCH] KVM: s390: Remove unused parameter from __inject_sigp_restart()
 2019-09-12 10:20 UTC  (4+ messages)

[RFC PATCH 0/2] Mdev: support mutiple kinds of devices
 2019-09-12  9:51 UTC  (4+ messages)
` [RFC PATCH 1/2] mdev: device id support
` [RFC PATCH 2/2] mdev: introduce device specific ops

5.2.11+ Regression: > nproc/2 lockups during initramfs
 2019-09-12  7:59 UTC  (3+ messages)

WARNING in handle_desc
 2019-09-11 20:38 UTC 

[PATCH] KVM: x86: Manually flush collapsible SPTEs only when toggling flags
 2019-09-11 19:19 UTC 

[kvm-unit-tests PATCH] x86: emulator: use "q" operand modifier
 2019-09-11 19:11 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: debug: use a constraint that doesn't allow a memory operand
 2019-09-11 19:01 UTC  (2+ messages)

kvm
 2019-09-11 17:48 UTC 

[PATCH 0/2]: KVM: x86: Fix INIT signal handling in various CPU states
 2019-09-11 16:48 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH 0/4] Introduce variable length mdev alias
 2019-09-11 16:38 UTC  (7+ messages)
` [PATCH v3 0/5] "

[PATCH RESEND v3 1/5] KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
 2019-09-11 16:26 UTC  (3+ messages)
` [PATCH v2 5/5] KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel

[PATCH] KVM: LAPIC: Fix SynIC Timers inject timer interrupt w/o LAPIC present
 2019-09-11 16:25 UTC  (4+ messages)

[PATCH v2] vhost: block speculation of translated descriptors
 2019-09-11 16:25 UTC  (9+ messages)

[PATCH 1/2] KVM: LAPIC: Micro optimize IPI latency
 2019-09-11 16:06 UTC  (3+ messages)
` [PATCH 2/2] KVM: VMX: Stop the preemption timer during vCPU reset

[GIT PULL 0/8] KVM: s390: extend selftests add more input checks
 2019-09-11 16:06 UTC  (2+ messages)

[PATCH] kvm: Nested KVM MMUs need PAE root too
 2019-09-11 16:04 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: VMX: INVEPT after modifying PA mapping in ept_untwiddle
 2019-09-11 15:45 UTC  (2+ messages)

[kvm-unit-tests RESEND PATCH] x86: Fix id_map buffer overflow and PT corruption
 2019-09-11 15:37 UTC 

[PATCH v3 0/2] KVM: nVMX: add tracepoints for nested VM-Enter failures
 2019-09-11 15:34 UTC  (2+ messages)

[PATCH] KVM: x86: Only print persistent reasons for kvm disabled once
 2019-09-11 15:30 UTC  (5+ messages)

[PATCH] x86: KVM: svm: Fix a check in nested_svm_vmrun()
 2019-09-11 15:28 UTC  (2+ messages)

[PATCH] KVM: x86: Return to userspace with internal error on unexpected exit reason
 2019-09-11 13:42 UTC  (2+ messages)

[PATCH] Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
 2019-09-11 13:04 UTC  (5+ messages)

[RFC][PATCH v12 0/2] mm: Support for page reporting
 2019-09-11 12:30 UTC  (2+ messages)

Inquiry 11/Sept/2019
 2019-09-11 11:39 UTC 

[vhost:linux-next 8/9] drivers/vhost/vhost.c:2076:5: note: in expansion of macro 'array_index_nospec'
 2019-09-11 11:38 UTC 

[RFC PATCH 0/4] mdev based hardware virtio offloading support
 2019-09-11  9:53 UTC  (11+ messages)
` [RFC PATCH 3/4] virtio: introudce a mdev based transport

[PATCH] vhost: make sure log_num < in_num
 2019-09-11  9:44 UTC 

[vhost:linux-next 14/17] include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'?
 2019-09-11  9:33 UTC 

[PATCH v2] KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()
 2019-09-11  8:36 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/6] s390x: Add multiboot and smp
 2019-09-11  8:33 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 3/6] s390x: Add linemode buffer to fix newline on every print
` [kvm-unit-tests PATCH v2 4/6] s390x: Add initial smp code

[PATCH kvm-unit-tests] arm: prevent compiler from using unaligned accesses
 2019-09-11  8:24 UTC  (5+ messages)

[PATCH 12/16] x86/kvm: Add Hygon Dhyana support to KVM
 2019-09-11  7:57 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).