public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-15 21:04:20 to 2018-02-23 17:50:16 UTC [more...]

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-23 17:50 UTC  (127+ messages)
` [PATCH v4 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v4 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v4 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v4 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v4 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v4 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v4 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v4 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v4 12/40] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v4 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v4 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v4 17/40] KVM: arm64: Move userspace system registers into separate function
` [PATCH v4 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v4 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v4 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v4 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v4 23/40] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v4 24/40] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v4 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v4 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v4 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v4 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v4 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v4 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v4 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v4 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH v4 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v4 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH v4 35/40] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v4 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v4 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v4 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v4 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v4 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH v2 0/5] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-23 16:56 UTC  (4+ messages)
  ` [PATCH v2 5/5] vfio: disable filesystem-dax page pinning

[PATCH 03/37] iommu/sva: Manage process address spaces
 2018-02-22 13:17 UTC  (2+ messages)

Hello world! Student interested in getting involved
 2018-02-22 11:13 UTC  (3+ messages)

[PATCH 0/4] Add virtio-iommu driver
 2018-02-22 11:04 UTC  (7+ messages)
` [PATCH 1/4] iommu: "

[PATCH 3/4] iommu/virtio: Add event queue
 2018-02-22  1:35 UTC  (2+ messages)

QEMU & KVM are participating in Outreachy May-August 2018!
 2018-02-21 11:15 UTC 

Call for GSoC & Outreachy 2018 mentors & project ideas
 2018-02-21 11:08 UTC  (10+ messages)
` [Qemu-devel] "

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-21 10:28 UTC  (10+ messages)
` [PATCH 09/37] iommu/fault: Let handler return a fault response
` [PATCH 11/37] dt-bindings: document stall and PASID properties for IOMMU masters
` [PATCH 37/37] vfio: Add support for Shared Virtual Addressing

[PATCH 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-02-20 15:08 UTC  (2+ messages)

KVM call for agenda for 2018-02-27
 2018-02-20 14:52 UTC 

[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
 2018-02-20 11:40 UTC  (21+ messages)
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation

[PATCH v3 00/41] Optimize KVM/ARM for VHE systems
 2018-02-19 16:30 UTC  (5+ messages)
` [PATCH v3 17/41] KVM: arm64: Remove noop calls to timer save/restore from VHE switch

QEMU, KVM, Jailhouse participating in Google Summer of Code 2018!
 2018-02-19 10:44 UTC 

[Question] It seems reads can cause dirty logging in EPT mode
 2018-02-17 18:01 UTC 

(unknown),
 2018-02-17 15:29 UTC 

[PATCH v9 00/29] x86: Secure Encrypted Virtualization (AMD)
 2018-02-16 23:54 UTC  (8+ messages)
` [PATCH v9 04/29] monitor/i386: use debug APIs when accessing guest memory
` [PATCH v9 14/29] hmp: add 'info sev' command
` [PATCH v9 16/29] sev/i386: add command to encrypt guest memory region

[PATCH v3 0/6] vfio/type1: Add support for valid iova list management
 2018-02-16 22:12 UTC  (7+ messages)
` [PATCH v3 1/6] vfio/type1: Introduce iova list and add iommu aperture validity check
` [PATCH v3 2/6] vfio/type1: Check reserve region conflict and update iova list
` [PATCH v3 5/6] vfio/type1: Add IOVA range capability support

[PATCH v21 0/5] Virtio-balloon Enhancement
 2018-02-16 21:58 UTC  (6+ messages)
` [PATCH v21 1/5] xbitmap: Introduce xbitmap

[PATCH v5 0/3] Support Perf Extension on AMD KVM guests
 2018-02-16 19:26 UTC  (2+ messages)

[STABLE 4.9.y PATCH 0/9] Backport of KVM Speculation Control support
 2018-02-16 16:33 UTC  (8+ messages)
` [PATCH 7/9] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
` [PATCH 8/9] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL

[RFC 0/2] KVM/nVMX: Add support for saving and restoring L1 hypervisors with its running L2s
 2018-02-16 15:23 UTC  (5+ messages)
` [RFC 1/2] KVM/nVMX: Cleanly exit from L2 to L1 on user-space exit
` [RFC 2/2] KVM/nVMX: Add support for saving/restoring L2 meta-state stored by L0

[PATCH 0/2] KVM: s390: Refactor host interpretation facilities controls
 2018-02-16 14:46 UTC  (7+ messages)
` [PATCH 1/2] KVM: s390: Refactor host cmma and pfmfi interpretation controls
` [PATCH 2/2] KVM: s390: Add storage key facility interpretation control

[PATCH 1/2] x86/speculation: Correct Speculation Control microcode blacklist again
 2018-02-16 12:10 UTC  (13+ messages)
` [PATCH 2/2] x86/speculation: Support "Enhanced IBRS" on future CPUs

[RFC 00/12] KVM/X86: Introduce a new guest mapping API
 2018-02-16 11:40 UTC  (4+ messages)

[PATCH RFC 0/6] KVM: s390: Multiple-epoch facility fixes
 2018-02-16  9:50 UTC  (5+ messages)
` [PATCH RFC 1/6] KVM: s390: take care of clock-comparator sign control
` [PATCH RFC 3/6] KVM: s390: consider epoch index on hotplugged CPUs

[RFC/PATCH v3 00/16] KVM/s390: Hugetlbfs enablement
 2018-02-16  9:46 UTC  (6+ messages)
` [PATCH 0/3] Hpage capability rework
  ` [PATCH 1/3] KVM: s390: Refactor host cmma and pfmfi interpretation controls

[PATCH v6 0/5] KVM: Expose speculation control feature to guests
 2018-02-16  4:22 UTC  (4+ messages)
` [PATCH v6 2/5] KVM: x86: Add IBPB support

Handling active DMA during a VFIO application crash
 2018-02-16  4:04 UTC  (3+ messages)

Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()" crashes KVM guest
 2018-02-15 23:45 UTC  (3+ messages)

[PATCH v2 0/2] KVM: MSR-based features
 2018-02-15 23:12 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: x86: Add a framework for supporting "
` [PATCH v2 2/2] KVM: SVM: Add MSR-based feature support for serializing LFENCE

x86: strange behavior of invlpg
 2018-02-15 22:43 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox