kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-11 16:23:43 to 2019-09-16 17:07:42 UTC [more...]

[PATCH 00/11] KVM: x86/mmu: Restore fast invalidate/zap flow
 2019-09-16 17:07 UTC  (14+ 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

[GIT PULL] First batch of KVM changes for Linux 5.4
 2019-09-16 16:54 UTC 

[PATCH 0/3] KVM: x86: hyper-v: make L2 Hyper-V 2019 on KVM guests see MD_CLEAR
 2019-09-16 16:34 UTC  (5+ messages)
` [PATCH 1/3] cpu/SMT: create and export cpu_smt_possible()
` [PATCH 2/3] KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible
` [PATCH 3/3] KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bit

mdev live migration support with vfio-mdev-pci
 2019-09-16  8:55 UTC  (8+ messages)

[PATCH v3] KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel
 2019-09-16  8:55 UTC  (2+ messages)

[PATCH v4] KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
 2019-09-16  8:39 UTC 

[PATCH v3 1/2] KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
 2019-09-16  8:09 UTC  (6+ messages)

[PATCH] KVM: X86: Fix warning in handle_desc
 2019-09-16  7:12 UTC 

[PATCH v8 0/3] KVM: x86: Enable user wait instructions
 2019-09-16  1:28 UTC  (4+ messages)

[PULL] vhost: a last minute revert
 2019-09-14 23:25 UTC  (2+ messages)

[GIT PULL] Final batch of KVM changes for Linux 5.3
 2019-09-14 23:25 UTC  (2+ messages)

[PATCH] vhost: Fix compile time error
 2019-09-14 19:38 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: nvmx: test max atomic switch MSRs
 2019-09-14  0:49 UTC  (9+ messages)

[kvm-unit-tests PATCH v2] x86: nvmx: test max atomic switch MSRs
 2019-09-14  0:49 UTC 

[PATCH v2] kvm: nvmx: limit atomic switch MSRs
 2019-09-14  0:39 UTC 

[PATCH 0/4] Introduce variable length mdev alias
 2019-09-13 23:19 UTC  (9+ messages)
` [PATCH v3 0/5] "

KASAN: slab-out-of-bounds Read in handle_vmptrld
 2019-09-13 21:39 UTC  (12+ messages)

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-09-13 21:26 UTC  (11+ messages)
` [PATCH v6 01/10] s390: vfio-ap: Refactor vfio_ap driver probe and remove callbacks
` [PATCH v6 02/10] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device
` [PATCH v6 03/10] s390: vfio-ap: allow hot plug/unplug of AP resources using "
` [PATCH v6 04/10] s390: vfio-ap: filter CRYCB bits for unavailable queue devices
` [PATCH v6 05/10] s390: vfio-ap: sysfs attribute to display the guest CRYCB
` [PATCH v6 06/10] s390: vfio-ap: update guest CRYCB in vfio_ap probe and remove callbacks
` [PATCH v6 07/10] s390: zcrypt: driver callback to indicate resource in use
` [PATCH v6 08/10] s390: vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v6 09/10] s390: vfio-ap: added versioning to vfio_ap module
` [PATCH v6 10/10] s390: vfio-ap: update documentation

[PATCH 0/4] KVM: nVMX: Check GUEST_DEBUGCTL and GUEST_DR7 on vmentry of nested guests
 2019-09-13 21:06 UTC  (5+ messages)
` [PATCH 3/4] kvm-unit-test: nVMX: __enter_guest() should not set "launched" state when VM-entry fails

[PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-09-13 19:01 UTC  (17+ messages)
` [PATCH v3 01/16] kvm: x86: Modify kvm_x86_ops.get_enable_apicv() to use struct kvm parameter
` [PATCH v3 02/16] kvm: x86: Introduce KVM APICv state
` [PATCH v3 03/16] kvm: lapic: Introduce APICv update helper function
` [PATCH v3 04/16] kvm: x86: Add support for activate/de-activate APICv at runtime
` [PATCH v3 05/16] kvm: x86: Add APICv activate/deactivate request trace points
` [PATCH v3 06/16] kvm: x86: svm: Add support to activate/deactivate posted interrupts
` [PATCH v3 07/16] svm: Add support for setup/destroy virutal APIC backing page for AVIC
` [PATCH v3 08/16] svm: Add support for activate/deactivate AVIC at runtime
` [PATCH v3 09/16] kvm: x86: hyperv: Use APICv deactivate request interface
` [PATCH v3 10/16] svm: Disable AVIC when launching guest with SVM support
` [PATCH v3 11/16] svm: Temporary deactivate AVIC during ExtINT handling
` [PATCH v3 12/16] kvm: x86: Introduce struct kvm_x86_ops.apicv_eoi_accelerate
` [PATCH v3 13/16] kvm: lapic: Clean up APIC predefined macros
` [PATCH v3 14/16] kvm: ioapic: Refactor kvm_ioapic_update_eoi()
` [PATCH v3 15/16] kvm: x86: ioapic: Lazy update IOAPIC EOI
` [PATCH v3 16/16] svm: Allow AVIC with in-kernel irqchip mode

[PATCH] kvm: nvmx: limit atomic switch MSRs
 2019-09-13 17:29 UTC  (3+ 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] 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  (28+ messages)

[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 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  (5+ messages)
` [PATCH 2/2] "

[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  (3+ 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).