kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 18:44:08 to 2020-04-23 08:18:37 UTC [more...]

[PATCH v10 00/11] Guest Last Branch Recording Enabling
 2020-04-23  8:14 UTC  (12+ messages)
` [PATCH v10 01/11] perf/x86: Fix variable type for LBR registers
` [PATCH v10 02/11] perf/x86/core: Refactor hw->idx checks and cleanup
` [PATCH v10 03/11] perf/x86/lbr: Add interface to get basic information about LBR stack
` [PATCH v10 04/11] perf/x86: Add constraint to create guest LBR event without hw counter
` [PATCH v10 05/11] perf/x86: Keep LBR stack unchanged in host context for guest LBR event
` [PATCH v10 06/11] KVM: x86: Add KVM_CAP_X86_GUEST_LBR to dis/enable LBR from user-space
` [PATCH v10 07/11] KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
` [PATCH v10 08/11] KVM: x86/pmu: Add LBR feature emulation via guest LBR event
` [PATCH v10 09/11] KVM: x86/pmu: Release guest LBR event via vPMU lazy release mechanism
` [PATCH v10 10/11] KVM: x86: Expose MSR_IA32_PERF_CAPABILITIES for LBR record format
` [PATCH v10 11/11] KVM: x86: Remove the common trap handler of the MSR_IA32_DEBUGCTLMSR

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-23  6:28 UTC  (3+ messages)

[PATCH v2 0/7] clean up redundant 'kvm_run' parameters
 2020-04-23  3:14 UTC  (14+ messages)
` [PATCH v2 1/7] KVM: s390: "
` [PATCH v2 2/7] KVM: arm64: "
` [PATCH v2 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v2 4/7] KVM: PPC: clean up redundant 'kvm_run' parameters
` [PATCH v2 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v2 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v2 7/7] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH 00/13] KVM: x86: Event fixes and cleanup
 2020-04-23  2:25 UTC  (14+ messages)
` [PATCH 01/13] KVM: nVMX: Preserve exception priority irrespective of exiting behavior
` [PATCH 02/13] KVM: nVMX: Open a window for pending nested VMX preemption timer
` [PATCH 03/13] KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set
` [PATCH 04/13] KVM: x86: Make return for {interrupt_nmi}_allowed() a bool instead of int
` [PATCH 05/13] KVM: nVMX: Move nested_exit_on_nmi() to nested.h
` [PATCH 06/13] KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set
` [PATCH 07/13] KVM: VMX: Split out architectural interrupt/NMI blocking checks
` [PATCH 08/13] KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior
` [PATCH 09/13] KVM: nVMX: Prioritize SMI over nested IRQ/NMI
` [PATCH 10/13] KVM: x86: WARN on injected+pending exception even in nested case
` [PATCH 11/13] KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit()
` [PATCH 12/13] KVM: x86: Replace late check_nested_events() hack with more precise fix
` [PATCH 13/13] KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked()

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-23  1:33 UTC  (5+ messages)
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler
      `  "

[PATCH] KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32
 2020-04-23  0:11 UTC 

[kvm PATCH 0/2] *** Enable VMX preemption timer migration ***
 2020-04-22 23:08 UTC  (8+ messages)
` [kvm PATCH 1/2] KVM: nVMX - enable VMX preemption timer migration
` [kvm PATCH 2/2] KVM: nVMX: Don't clobber preemption timer in the VMCS12 before L2 ran

[PATCH RFC 00/15] Add VFIO mediated device support and IMS support for the idxd driver
 2020-04-22 23:04 UTC  (22+ messages)
` [PATCH RFC 01/15] drivers/base: Introduce platform_msi_ops
` [PATCH RFC 02/15] drivers/base: Introduce a new platform-msi list
` [PATCH RFC 03/15] drivers/base: Allocate/free platform-msi interrupts by group
` [PATCH RFC 04/15] drivers/base: Add support for a new IMS irq domain
` [PATCH RFC 05/15] ims-msi: Add mask/unmask routines
` [PATCH RFC 06/15] ims-msi: Enable IMS interrupts
` [PATCH RFC 07/15] Documentation: Interrupt Message store
` [PATCH RFC 08/15] vfio/mdev: Add a member for iommu domain in mdev_device
` [PATCH RFC 09/15] vfio/type1: Save domain when attach domain to mdev
` [PATCH RFC 10/15] dmaengine: idxd: add config support for readonly devices
` [PATCH RFC 11/15] dmaengine: idxd: add IMS support in base driver
` [PATCH RFC 12/15] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH RFC 13/15] dmaengine: idxd: add support for VFIO mediated device
` [PATCH RFC 14/15] dmaengine: idxd: add error notification from host driver to "
` [PATCH RFC 15/15] dmaengine: idxd: add ABI documentation for mediated device support

[PATCH 1/2] kvm: nVMX: Pending debug exceptions trump expired VMX-preemption timer
 2020-04-22 22:06 UTC  (19+ messages)
` [PATCH 2/2] kvm: nVMX: Single-step traps "

[Bug 206579] New: KVM with passthrough generates "BUG: kernel NULL pointer dereference" and crashes
 2020-04-22 21:49 UTC  (2+ messages)
` [Bug 206579] "

[PATCH] kvm: add capability for halt polling
 2020-04-22 21:36 UTC  (3+ messages)

[kvm PATCH] KVM: nVMX - enable VMX preemption timer migration
 2020-04-22 20:50 UTC 

[PATCH 0/4] Split hyperv-tlfs.h into generic and arch specific files
 2020-04-22 20:04 UTC  (5+ messages)
` [PATCH 4/4] asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls

[PATCH v2 0/4] Split hyperv-tlfs.h into generic and arch specific files
 2020-04-22 19:57 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page
` [PATCH v2 2/4] x86/hyperv: Remove HV_PROCESSOR_POWER_STATE #defines
` [PATCH v2 3/4] x86/hyperv: Split hyperv-tlfs.h into arch dependent and independent files
` [PATCH v2 4/4] asm-generic/hyperv: Add definitions for Get/SetVpRegister hypercalls

libvirt snapshot problem
 2020-04-22 19:56 UTC 

[PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
 2020-04-22 17:12 UTC  (5+ messages)
` [PATCH v5 "

[PATCH net] vsock/virtio: postpone packet delivery to monitoring devices
 2020-04-22 16:54 UTC  (4+ messages)

[kvm-unit-tests PATCH 1/2] x86: nVMX: Add some corner-case VMX-preemption timer tests
 2020-04-22 16:27 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] x86: VMX: Add another corner-case VMX-preemption timer test

[PATCH v3 0/6] KVM: arm: vgic fixes for 5.7
 2020-04-22 16:18 UTC  (7+ messages)
` [PATCH v3 1/6] KVM: arm: vgic: Fix limit condition when writing to GICD_I[CS]ACTIVER
` [PATCH v3 2/6] KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
` [PATCH v3 3/6] KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
` [PATCH v3 4/6] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits
` [PATCH v3 5/6] KVM: arm64: vgic-v3: Retire all pending LPIs on vcpu destroy
` [PATCH v3 6/6] KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()

[PATCH v2 0/6] KVM: arm: vgic fixes for 5.7
 2020-04-22 16:02 UTC  (8+ messages)
` [PATCH v2 4/6] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits

[PATCH v1 00/15] Add support for Nitro Enclaves
 2020-04-22 15:49 UTC  (13+ messages)
` [PATCH v1 01/15] nitro_enclaves: Add ioctl interface definition
` [PATCH v1 02/15] nitro_enclaves: Define the PCI device interface
` [PATCH v1 13/15] nitro_enclaves: Add Kconfig for the Nitro Enclaves driver
` [PATCH v1 14/15] nitro_enclaves: Add Makefile "
` [PATCH v1 15/15] MAINTAINERS: Add entry "

[PATCH v4] virtio: force spec specified alignment on types
 2020-04-22 14:58 UTC 

[PATCH 00/26] KVM: arm64: Preliminary NV patches
 2020-04-22 14:14 UTC  (32+ messages)
` [PATCH 01/26] KVM: arm64: Check advertised Stage-2 page size capability
` [PATCH 02/26] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/26] KVM: arm64: Factor out stage 2 page table data from struct kvm
` [PATCH 04/26] arm64: Detect the ARMv8.4 TTL feature
` [PATCH 05/26] arm64: Document SW reserved PTE/PMD bits in Stage-2 descriptors
` [PATCH 06/26] arm64: Add level-hinted TLB invalidation helper
` [PATCH 07/26] KVM: arm64: Add a level hint to __kvm_tlb_flush_vmid_ipa
` [PATCH 08/26] KVM: arm64: Use TTL hint in when invalidating stage-2 translations
` [PATCH 09/26] KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 10/26] KVM: arm64: Refactor vcpu_{read,write}_sys_reg
` [PATCH 11/26] KVM: arm64: Add missing reset handlers for PMU emulation
` [PATCH 12/26] KVM: arm64: Move sysreg reset check to boot time
` [PATCH 13/26] KVM: arm64: Introduce accessor for ctxt->sys_reg
` [PATCH 14/26] KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs access
` [PATCH 15/26] KVM: arm64: sve: Use __vcpu_sys_reg() "
` [PATCH 16/26] KVM: arm64: pauth: Use ctxt_sys_reg() "
` [PATCH 17/26] KVM: arm64: debug: "
` [PATCH 18/26] KVM: arm64: Don't use empty structures as CPU reset state
` [PATCH 19/26] KVM: arm64: Make struct kvm_regs userspace-only
` [PATCH 20/26] KVM: arm64: Move ELR_EL1 to the system register array
` [PATCH 21/26] KVM: arm64: Move SP_EL1 "
` [PATCH 22/26] KVM: arm64: Disintegrate SPSR array
` [PATCH 23/26] KVM: arm64: Move SPSR_EL1 to the system register array
` [PATCH 24/26] KVM: arm64: timers: Rename kvm_timer_sync_hwstate to kvm_timer_sync_user
` [PATCH 25/26] KVM: arm64: timers: Move timer registers to the sys_regs file
` [PATCH 26/26] KVM: arm64: Parametrize exception entry with a target EL

[PATCH v3 -tip 0/5] kvm: Use rcuwait for vcpu blocking
 2020-04-22 11:33 UTC  (9+ messages)
` [PATCH 1/5] rcuwait: Fix stale wake call name in comment
` [PATCH 2/5] rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken
` [PATCH 3/5] rcuwait: Introduce prepare_to and finish_rcuwait
` [PATCH 4/5] kvm: Replace vcpu->swait with rcuwait
` [PATCH 5/5] sched/swait: Reword some of the main description

[PATCH v3 0/8] s390x/vfio-ccw: Channel Path Handling [KVM]
 2020-04-22 10:27 UTC  (4+ messages)

[kvm-unit-tests PATCH v5 00/10] s390x: Testing the Channel Subsystem I/O
 2020-04-22  9:17 UTC  (28+ messages)
` [kvm-unit-tests PATCH v5 01/10] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v5 02/10] s390x: Use PSW bits definitions in cstart
` [kvm-unit-tests PATCH v5 03/10] s390x: cr0: adding AFP-register control bit
` [kvm-unit-tests PATCH v5 05/10] s390x: export the clock get_clock_ms() utility

[PATCH kernel v2 0/7] powerpc/powenv/ioda: Allow huge DMA window at 4GB
 2020-04-22  9:11 UTC  (12+ messages)

[PATCH v2] docs/virt/kvm: Document running nested guests
 2020-04-22  8:56 UTC  (2+ messages)

[PATCH 0/2] KVM: VMX: Tscdeadline timer emulation fastpath
 2020-04-22  8:46 UTC  (9+ messages)
` [PATCH 1/2] KVM: X86: TSCDEADLINE MSR "
` [PATCH 2/2] KVM: VMX: Handle preemption timer fastpath

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-22  7:36 UTC  (9+ messages)

Backup of vm disk images
 2020-04-22  5:51 UTC 

KVM Kernel 5.6+, BUG: stack guard page was hit at
 2020-04-22  5:43 UTC 

[PATCH 03/15] KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
 2020-04-22  4:40 UTC  (3+ messages)

[PATCH 02/15] KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
 2020-04-22  4:40 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with the rcu tree
 2020-04-22  3:52 UTC 

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-21 21:39 UTC  (4+ messages)
` [PATCH v7 05/15] s390/vfio-ap: introduce shadow CRYCB

[GIT PULL] KVM changes for Linux 5.7-rc3
 2020-04-21 20:30 UTC  (4+ messages)

[PATCH 1/2] KVM: SVM: avoid infinite loop on NPF from bad address
 2020-04-21 19:56 UTC  (2+ messages)

[PATCH -tip 0/4] kvm: Use rcuwait for vcpu blocking
 2020-04-21 19:52 UTC  (10+ messages)
` [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait
  ` [PATCH v2] "

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-21 19:40 UTC  (2+ messages)

KVM Kernel 5.6+, BUG: stack guard page was hit at
 2020-04-21 18:50 UTC 


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