public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-16 10:21:57 to 2018-02-26 10:31:24 UTC [more...]

[PATCH v2] KVM: X86: Allow userspace to define the microcode version
 2018-02-26 10:31 UTC 

[PATCH v2] KVM: X86: Allow userspace to define the microcode version
 2018-02-26 10:17 UTC 

[PATCH] KVM: X86: Allow userspace to define the microcode version
 2018-02-26 10:08 UTC  (2+ messages)

[PATCH] KVM: X86: Allow userspace to define the microcode version
 2018-02-26 10:06 UTC  (3+ messages)

[PATCH 0/2] vfio: platform: Improve reset support
 2018-02-26  9:49 UTC  (6+ messages)
` [PATCH 1/2] vfio: platform: Fix reset module leak in error path

[GIT PULL] KVM changes for 4.16-rc3
 2018-02-26  8:28 UTC 

[PATCH 25/52] arm64: KVM: Use per-CPU vector when BP hardening is enabled
 2018-02-26  8:20 UTC  (14+ messages)
` [PATCH 30/52] arm64: KVM: Increment PC after handling an SMC trap
` [PATCH 31/52] arm/arm64: KVM: Consolidate the PSCI include files
` [PATCH 32/52] arm/arm64: KVM: Add PSCI_VERSION helper
` [PATCH 33/52] arm/arm64: KVM: Add smccc accessors to PSCI code
` [PATCH 34/52] arm/arm64: KVM: Implement PSCI 1.0 support
` [PATCH 35/52] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH 36/52] arm64: KVM: Make PSCI_VERSION a fast path
` [PATCH 37/52] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH 38/52] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH 39/52] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
` [PATCH 45/52] arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
` [PATCH 48/52] arm: KVM: Invalidate BTB on guest exit for Cortex-A12/A17
` [PATCH 51/52] arm: KVM: Invalidate icache on guest exit for Cortex-A15

[PATCH v28 0/4] Virtio-balloon: support free page reporting
 2018-02-26  4:01 UTC  (5+ messages)

[PATCH v4 00/40] Optimize KVM/ARM for VHE systems
 2018-02-25 21:29 UTC  (128+ 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 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [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 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 v2 0/5] Enable TOPOEXT to support hyperthreading on AMD CPU
 2018-02-24  2:30 UTC  (6+ messages)
` [PATCH v2 1/5] target/i386: Fix a minor typo found while reviwing
` [PATCH v2 2/5] target/i386: Populate AMD Processor Cache Information
` [PATCH v2 3/5] target/i386: Add support for CPUID_8000_001E for AMD
` [PATCH v2 4/5] target/i386: Enable TOPOEXT feature on AMD EPYC CPU
` [PATCH v2 5/5] target/i386: Remove generic SMT thread check

[PATCH v3 0/6] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-24  0:43 UTC  (2+ messages)
  ` [PATCH v3 6/6] vfio: disable filesystem-dax page pinning

[PULL 0/2] KVM/ARM Fixes for v4.16
 2018-02-23 18:03 UTC  (4+ messages)
` [PULL 1/2] KVM: arm/arm64: Fix arch timers with userspace irqchips
` [PULL 2/2] ARM: kvm: fix building with gcc-8

[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  (13+ messages)
` [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 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  (5+ messages)
` [PATCH 7/9] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES

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


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