kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 14:01:05 to 2019-11-29 14:31:53 UTC [more...]

[PATCH] KVM: s390: Add new reset vcpu API
 2019-11-29 14:31 UTC  (2+ messages)

[PATCH] KVM: X86: Use APIC_DEST_* macros properly
 2019-11-29 14:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/9] s390x: Testing the Channel Subsystem I/O
 2019-11-29 13:04 UTC  (17+ messages)
` [kvm-unit-tests PATCH v2 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v2 2/9] s390x: Define the PSW bits
` [kvm-unit-tests PATCH v2 3/9] s390x: irq: make IRQ handler weak
` [kvm-unit-tests PATCH v2 4/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v2 5/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v2 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v2 7/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v2 8/9] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v2 9/9] s390x: css: ping pong

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-29 11:23 UTC  (3+ messages)
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH v2 00/14] video, drm, etc: constify fbops in struct fb_info
 2019-11-29 10:29 UTC  (2+ messages)
` [PATCH v2 13/14] samples: vfio-mdev: constify fb ops

WARNING in vcpu_enter_guest
 2019-11-29  8:20 UTC 

[PATCH] KVM: arm/arm64: Fix some obsolete comments
 2019-11-29  3:19 UTC 

[GIT PULL] Please pull my kvm-ppc-uvmem-5.5 tag
 2019-11-28 23:25 UTC  (3+ messages)
` [GIT PULL v2] Please pull my kvm-ppc-uvmem-5.5-2 tag

[kvm-unit-tests PATCH v2 00/18] arm/arm64: Various fixes
 2019-11-28 23:24 UTC  (20+ messages)
` [kvm-unit-tests PATCH v2 01/18] lib: arm/arm64: Remove unnecessary dcache maintenance operations
` [kvm-unit-tests PATCH v2 02/18] lib: arm64: Remove barriers before TLB operations
` [kvm-unit-tests PATCH v2 03/18] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h
` [kvm-unit-tests PATCH v2 04/18] lib: arm/arm64: Use WRITE_ONCE to update the translation tables
` [kvm-unit-tests PATCH v2 05/18] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests PATCH v2 06/18] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests PATCH v2 07/18] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests PATCH v2 08/18] lib: arm: Implement flush_tlb_all
` [kvm-unit-tests PATCH v2 09/18] lib: arm/arm64: Teach mmu_clear_user about block mappings
` [kvm-unit-tests PATCH v2 10/18] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests PATCH v2 11/18] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests PATCH v2 12/18] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests PATCH v2 13/18] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests PATCH v2 14/18] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests PATCH v2 15/18] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [kvm-unit-tests PATCH v2 16/18] arm: cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [kvm-unit-tests PATCH v2 17/18] arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests PATCH v2 18/18] arm: cstart64.S: Remove icache invalidation from asm_mmu_enable

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-28 21:07 UTC  (21+ messages)
` [PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v4 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v4 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v4 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v4 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v4 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v4 07/19] x86/zhaoxin: "
` [PATCH v4 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v4 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v4 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v4 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v4 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v4 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v4 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v4 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v4 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v4 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH kvm-unit-tests] arm/arm64: PL031: Fix check_rtc_irq
 2019-11-28 18:30 UTC  (3+ messages)

[PATCH kvmtool 00/16] Add writable BARs and PCIE 1.1 support
 2019-11-28 17:43 UTC  (13+ messages)
` [PATCH kvmtool 01/16] Makefile: Use correct objcopy binary when cross-compiling for x86_64
` [PATCH kvmtool 02/16] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 03/16] Remove pci-shmem device
` [PATCH kvmtool 04/16] Check that a PCI device's memory size is power of two
` [PATCH kvmtool 05/16] arm: pci.c: Advertise only PCI bus 0 in the DT

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-28 17:15 UTC  (6+ messages)

[RFC PATCH 0/3] vsock: support network namespace
 2019-11-28 17:15 UTC  (4+ messages)
` [RFC PATCH 1/3] vsock: add network namespace support
` [RFC PATCH 2/3] vsock/virtio_transport_common: handle netns of received packets
` [RFC PATCH 3/3] vhost/vsock: use netns of process that opens the vhost-vsock device

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-28 17:00 UTC  (19+ messages)
` [PATCH v14 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v14 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v14 3/6] mm: Introduce Reported pages
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host

[kvm-unit-tests PATCH 00/18] Various fixes
 2019-11-28 16:56 UTC  (23+ messages)
` [kvm-unit-tests PATCH 01/18] lib: arm/arm64: Remove unnecessary dcache maintenance operations
` [kvm-unit-tests PATCH 02/18] lib: arm64: Remove barriers before TLB operations
` [kvm-unit-tests PATCH 03/18] lib: Add WRITE_ONCE and READ_ONCE implementations in compiler.h
` [kvm-unit-tests PATCH 04/18] lib: arm/arm64: Use WRITE_ONCE to update the translation tables
` [kvm-unit-tests PATCH 05/18] lib: arm/arm64: Remove unused CPU_OFF parameter
` [kvm-unit-tests PATCH 06/18] arm/arm64: psci: Don't run C code without stack or vectors
` [kvm-unit-tests PATCH 07/18] lib: arm/arm64: Add missing include for alloc_page.h in pgtable.h
` [kvm-unit-tests PATCH 08/18] lib: arm: Implement flush_tlb_all
` [kvm-unit-tests PATCH 09/18] lib: arm/arm64: Teach mmu_clear_user about block mappings
` [kvm-unit-tests PATCH 10/18] arm/arm64: selftest: Add prefetch abort test
` [kvm-unit-tests PATCH 11/18] arm64: timer: Write to ICENABLER to disable timer IRQ
` [kvm-unit-tests PATCH 12/18] arm64: timer: EOIR the interrupt after masking the timer
` [kvm-unit-tests PATCH 13/18] arm64: timer: Test behavior when timer disabled or masked
` [kvm-unit-tests PATCH 14/18] lib: arm/arm64: Refuse to disable the MMU with non-identity stack pointer
` [kvm-unit-tests PATCH 15/18] arm/arm64: Perform dcache clean + invalidate after turning MMU off
` [kvm-unit-tests PATCH 16/18] arm: cstart64.S: Downgrade TLBI to non-shareable in asm_mmu_enable
` [kvm-unit-tests PATCH 17/18] arm/arm64: Invalidate TLB before enabling MMU
` [kvm-unit-tests PATCH 18/18] arm: cstart64.S: Remove icache invalidation from asm_mmu_enable

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-11-28 16:29 UTC  (15+ messages)

[kvm-unit-tests PATCH v2] Switch the order of the parameters in report() and report_xfail()
 2019-11-28 15:45 UTC 

[PATCH kvm-unit-tests v3] arm: Enable the VFP
 2019-11-28 15:43 UTC 

[PATCH kvm-unit-tests] arm: Enable the VFP
 2019-11-28 15:15 UTC  (3+ messages)

[PATCH kvm-unit-tests v2] arm: Enable the VFP
 2019-11-28 15:09 UTC 

[PATCH v2] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28 11:16 UTC 

[PATCH v2] KVM: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28 11:04 UTC  (2+ messages)

[PATCH 13/13] samples: vfio-mdev: constify fb ops
 2019-11-28 10:35 UTC  (6+ messages)

[kvm-unit-tests Patch v1 0/2] x86: Test IOAPIC physical and logical destination mode
 2019-11-28 10:25 UTC  (4+ messages)
` [kvm-unit-tests Patch v1 2/2] x86: ioapic: Test "

[PATCH] vfio: call irq_bypass_unregister_producer() before freeing irq
 2019-11-28 10:01 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: VMX: Check EPT AD bits when enabled in ept_access_paddr()
 2019-11-28  9:54 UTC 

general protection fault in __schedule (2)
 2019-11-28  9:53 UTC  (5+ messages)

[PATCH] KVM: nVMX: Use SET_MSR_OR_WARN() to simplify failure logging
 2019-11-28  9:46 UTC 

[PATCH] KVM: vgic: Use warpper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28  9:20 UTC 

[PATCH] KVM: vgic: Use warpper function to lock/unlock all vcpus in kvm_vgic_create()
 2019-11-28  9:07 UTC  (2+ messages)

[PATCH] KVM: arm64: eliminate unnecessary var err and jump label in set_core_reg()
 2019-11-28  8:56 UTC  (2+ messages)

[PATCH] KVM: arm64: get rid of var ret and out jump label in kvm_arch_vcpu_ioctl_set_guest_debug()
 2019-11-28  8:50 UTC  (2+ messages)

[PATCH] KVM: vgic: Fix potential double free dist->spis in __kvm_vgic_destroy()
 2019-11-28  8:49 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/4] Patches for clang compilation
 2019-11-28  7:31 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 0/6] "
  ` [kvm-unit-tests PATCH v3 1/6] x86: emulator: use "SSE2" for the target

[RFC net-next 00/18] virtio_net XDP offload
 2019-11-28  4:18 UTC  (12+ messages)
` [RFC net-next 15/18] virtio_net: implement XDP prog offload functionality

[PATCH v2 0/8] Use 1st-level for DMA remapping
 2019-11-28  2:25 UTC  (9+ messages)
` [PATCH v2 1/8] iommu/vt-d: Add per domain page table ops
` [PATCH v2 2/8] iommu/vt-d: Move domain_flush_cache helper into header
` [PATCH v2 3/8] iommu/vt-d: Implement second level page table ops
` [PATCH v2 4/8] iommu/vt-d: Apply per domain "
` [PATCH v2 5/8] iommu/vt-d: Add first level page table interfaces
` [PATCH v2 6/8] iommu/vt-d: Implement first level page table ops
` [PATCH v2 7/8] iommu/vt-d: Identify domains using first level page table
` [PATCH v2 8/8] iommu/vt-d: Add set domain DOMAIN_ATTR_NESTING attr

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2019-11-28  0:27 UTC  (2+ messages)

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-11-27 19:09 UTC  (16+ messages)
` [RFC PATCH 01/28] kvm: mmu: Separate generating and setting mmio ptes
` [RFC PATCH 02/28] kvm: mmu: Separate pte generation from set_spte
` [RFC PATCH 03/28] kvm: mmu: Zero page cache memory at allocation time
` [RFC PATCH 04/28] kvm: mmu: Update the lpages stat atomically
` [RFC PATCH 05/28] sched: Add cond_resched_rwlock
` [RFC PATCH 06/28] kvm: mmu: Replace mmu_lock with a read/write lock
` [RFC PATCH 07/28] kvm: mmu: Add functions for handling changed PTEs

[kvm-unit-tests PATCH v4 0/3] s390x: SCLP Unit test
 2019-11-27 18:21 UTC  (6+ messages)
` [kvm-unit-tests PATCH v4 1/3] s390x: export sclp_setup_int
` [kvm-unit-tests PATCH v4 3/3] s390x: SCLP unit test

[PATCH v2] KVM: SVM: Fix "error" isn't initialized
 2019-11-27 18:11 UTC  (2+ messages)

[PATCH v4 0/5] KVM: Unify mmu_memory_cache functionality across architectures
 2019-11-27 18:07 UTC  (3+ messages)
` [PATCH v4 1/5] KVM: x86: Move memcache allocation to GFP_PGTABLE_USER

PROBLEM: Regression of MMU causing guest VM application errors
 2019-11-27 15:24 UTC  (4+ messages)

[RESEND PATCH v21 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-11-27 14:17 UTC  (7+ messages)
` [RESEND PATCH v21 5/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM


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