public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 16:44:50 to 2017-10-17 07:40:56 UTC [more...]

[RFC 0/2] KVM "fake DAX" device flushing
 2017-10-17  7:40 UTC  (9+ messages)
` [RFC 2/2] KVM: add virtio-pmem driver
      ` [Qemu-devel] "

[PATCH v4 00/11] vITS Migration fixes and reset
 2017-10-17  7:10 UTC  (12+ messages)
` [PATCH v4 01/11] KVM: arm/arm64: vgic-its: fix return value for device table restore
` [PATCH v4 02/11] KVM: arm/arm64: vgic-its: fix vgic_its_restore_collection_table returned value
` [PATCH v4 03/11] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v4 04/11] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v4 05/11] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v4 06/11] KVM: arm/arm64: vgic-its: Check GITS_CBASER validity before processing commands
` [PATCH v4 07/11] KVM: arm/arm64: vgic-its: Always attempt to save/restore device and collection tables
` [PATCH v4 08/11] KVM: arm/arm64: vgic-its: new helper functions to free the caches
` [PATCH v4 09/11] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared
` [PATCH v4 10/11] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v4 11/11] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

[PATCH 00/10] arm/arm64: KVM: limit icache invalidation to prefetch aborts
 2017-10-17  6:44 UTC  (24+ messages)
` [PATCH 01/10] KVM: arm/arm64: Split dcache/icache flushing
` [PATCH 02/10] arm64: KVM: Add invalidate_icache_range helper
` [PATCH 03/10] arm: KVM: Add optimized PIPT icache flushing
` [PATCH 04/10] arm64: KVM: PTE/PMD S2 XN bit definition
` [PATCH 05/10] KVM: arm/arm64: Limit icache invalidation to prefetch aborts
` [PATCH 06/10] KVM: arm/arm64: Only clean the dcache on translation fault
` [PATCH 07/10] KVM: arm/arm64: Preserve Exec permission across R/W permission faults
` [PATCH 08/10] KVM: arm/arm64: Drop vcpu parameter from coherent_{d,i}cache_guest_page
` [PATCH 09/10] KVM: arm/arm64: Detangle kvm_mmu.h from kvm_hyp.h
` [PATCH 10/10] arm: KVM: Use common implementation for all flushes to PoC

AMD Ryzen KVM/NPT/IOMMU issue
 2017-10-17  4:16 UTC  (16+ messages)

[PATCH v2 1/2] KVM: VMX: Don't advertise EPT switching if EPT itself is not exposed
 2017-10-17  4:03 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: VMX: Fix VPID capability detection

[PATCH 1/2] KVM: VMX: Don't advertise EPT switching if EPT itself is not exposed
 2017-10-17  3:12 UTC  (3+ messages)

[PATCH 2/2] KVM: VMX: Fix VPID capability detection
 2017-10-17  2:20 UTC  (3+ messages)

[Part1 PATCH v6 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-10-17  1:43 UTC  (6+ messages)
` [Part1 PATCH v6 16/17] X86/KVM: Decrypt shared per-cpu variables when SEV is active
` [Part1 PATCH v6 17/17] X86/KVM: Clear encryption attribute "

Fostering linux community collaboration on hardware accelerators
 2017-10-17  0:00 UTC  (3+ messages)
    ` New Linux accelerators discussion list [was: Re: Fostering linux community collaboration on hardware accelerators]

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-10-16 20:47 UTC  (8+ messages)
` [RFC 04/11] KVM, arm, arm64: Offer PAs to IPAs idmapping to internal VMs

[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
 2017-10-16 20:22 UTC  (36+ messages)
` [RFC 01/19] KVM: s390: SIE considerations for AP Queue virtualization
` [RFC 02/19] KVM: s390: refactor crypto initialization
` [RFC 03/19] s390/zcrypt: new AP matrix bus
` [RFC 04/19] s390/zcrypt: create an AP matrix device on the "
` [RFC 05/19] s390/zcrypt: base implementation of AP matrix device driver
` [RFC 06/19] s390/zcrypt: register matrix device with VFIO mediated device framework
` [RFC 07/19] KVM: s390: introduce AP matrix configuration interface
` [RFC 08/19] s390/zcrypt: support for assigning adapters to matrix mdev
` [RFC 09/19] s390/zcrypt: validate adapter assignment
` [RFC 10/19] s390/zcrypt: sysfs interfaces supporting AP domain assignment
` [RFC 11/19] s390/zcrypt: validate "
` [RFC 12/19] s390/zcrypt: sysfs support for control "
` [RFC 13/19] s390/zcrypt: validate "
` [RFC 14/19] KVM: s390: Connect the AP mediated matrix device to KVM
` [RFC 15/19] s390/zcrypt: introduce ioctl access to VFIO AP Matrix driver
` [RFC 16/19] KVM: s390: interface to configure KVM guest's AP matrix
` [RFC 17/19] KVM: s390: validate input to AP matrix config interface
` [RFC 18/19] KVM: s390: New ioctl to configure KVM guest's AP matrix
` [RFC 19/19] s390/facilities: enable AP facilities needed by guest

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-16 19:59 UTC  (2+ messages)

[RFC PATCH] powerpc: add tests for XICS
 2017-10-16 17:08 UTC  (4+ messages)
` [RFC kvm-unit-tests "

[PATCH v2] arm/arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-16 15:58 UTC 

[PATCH v3 00/11] vITS Migration fixes and reset
 2017-10-16 15:03 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: arm/arm64: vgic-its: fix return value for device table restore
` [PATCH v3 02/11] KVM: arm/arm64: vgic-its: fix vgic_its_restore_collection_table returned value
` [PATCH v3 03/11] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v3 04/11] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS
` [PATCH v3 05/11] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v3 06/11] KVM: arm/arm64: vgic-its: Check GITS_CBASER validity before processing commands
` [PATCH v3 07/11] KVM: arm/arm64: vgic-its: Always attempt to save/restore device and collection tables
` [PATCH v3 08/11] KVM: arm/arm64: vgic-its: new helper functions to free the caches
` [PATCH v3 09/11] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared
` [PATCH v3 10/11] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PATCH v3 11/11] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET

Can KVM support Android running as guest ?
 2017-10-16 14:37 UTC  (2+ messages)

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-10-16 13:44 UTC  (6+ messages)
` [PATCH v6 5/7] arm64: kvm: route synchronous external abort exceptions to el2

[PATCH] x86: convert x86_platform_ops to timespec64
 2017-10-16 12:21 UTC  (7+ messages)

[PATCH 9/9] KVM: x86: Disable intercept for Intel processor trace MSRs
 2017-10-16 12:14 UTC 

[PATCH 8/9] KVM: x86: Implement Intel processor trace context switch
 2017-10-16 12:13 UTC 

[PATCH 7/9] KVM: x86: add Intel processor trace context for each vcpu
 2017-10-16 12:13 UTC 

[PATCH 6/9] KVM: x86: add Intel processor trace cpuid emulataion
 2017-10-16 12:13 UTC 

[PATCH 5/9] KVM: x86: implement intel processor trace virtualization callbacks
 2017-10-16 12:13 UTC 

[PATCH 4/9] perf/x86/intel/pt: add Intel processor trace virtualization call backs
 2017-10-16 12:13 UTC 

[PATCH 3/9] KVM: x86: add Intel processor trace virtualization mode
 2017-10-16 12:12 UTC 

[PATCH 2/9] perf/x86/intel/pt: change pt_cap_get() to a public function
 2017-10-16 12:12 UTC 

[PATCH 1/9] perf/x86/intel/pt: Move Intel-PT MSR bit definitions to a public header
 2017-10-16 12:11 UTC 

[PATCH 0/9] Intel Processor Trace virtulization enabling
 2017-10-16 12:09 UTC 

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-10-16 11:11 UTC  (12+ messages)

[PULL 0/2] vfio-ccw fixes
 2017-10-16 10:46 UTC  (4+ messages)
` [PULL 1/2] vfio: ccw: bypass bad idaw address when fetching IDAL ccws
` [PULL 2/2] vfio: ccw: validate the count field of a ccw before pinning

[PATCH 0/9] vITS Migration fixes and reset
 2017-10-16 10:01 UTC  (7+ messages)
` [PATCH 7/9] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared

[PATCH 0/2] vfio-ccw bugfix
 2017-10-16  9:37 UTC  (6+ messages)
` [PATCH 1/2] vfio: ccw: bypass bad idaw address when fetching IDAL ccws
` [PATCH 2/2] vfio: ccw: validate the count field of a ccw before pinning

[PATCH v1 0/6] QEMU: kvm: cleanup kvm_slot handling
 2017-10-16  9:19 UTC  (7+ messages)
` [PATCH v1 5/6] kvm: kvm_log_start/stop are only called with known sections
  ` [Qemu-devel] "

[PATCH 0/3] add %pX specifier
 2017-10-16  2:09 UTC  (4+ messages)

[PATCH RFC 00/10] Intel EPT-Based Sub-page Write Protection Support
 2017-10-16  0:08 UTC  (15+ messages)
` [PATCH RFC 01/10] KVM: VMX: Added EPT Subpage Protection Documentation
` [PATCH RFC 02/10] x86/cpufeature: Add intel Sub-Page Protection to CPU features
` [PATCH RFC 03/10] KVM: VMX: Added VMX SPP feature flags and VM-Execution Controls
` [PATCH RFC 04/10] KVM: VMX: Introduce the SPPTP and SPP page table
` [PATCH RFC 05/10] KVM: VMX: Introduce SPP-Induced vm exit and it's handle
` [PATCH RFC 06/10] KVM: VMX: Added handle of SPP write protection fault
` [PATCH RFC 07/10] KVM: VMX: Introduce ioctls to set/get Sub-Page Write Protection
` [PATCH RFC 08/10] KVM: VMX: Update the EPT leaf entry indicated with the SPP enable bit
` [PATCH RFC 09/10] KVM: VMX: Added setup spp page structure
` [PATCH RFC 10/10] KVM: VMX: implement setup SPP page structure in spp miss

[PATCH] KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code
 2017-10-15 21:45 UTC 

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-15  3:11 UTC  (3+ messages)

[PATCH v2 0/4] KVM: LAPIC: Rework lapic timer to behave more like real-hardware
 2017-10-15  2:41 UTC  (11+ messages)
` [PATCH v2 4/4] KVM: LAPIC: Don't silently accept bad vectors

[PATCH] KVM: LAPIC: Level-sensitive interrupts are not support for LINT1
 2017-10-15  2:14 UTC  (3+ messages)

[PATCH v2 00/10] vITS Migration fixes and reset
 2017-10-14 15:06 UTC  (23+ messages)
` [PATCH v2 02/10] KVM: arm/arm64: vgic-its: Always allow clearing GITS_CREADR/CWRITER
` [PATCH v2 03/10] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v2 08/10] KVM: arm/arm64: vgic-its: free caches when GITS_BASER Valid bit is cleared
` [PATCH v2 09/10] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET

[Part2 PATCH v5 00/31] x86: Secure Encrypted Virtualization (AMD)
 2017-10-14 14:59 UTC  (18+ messages)
` [Part2 PATCH v5 13/31] KVM: X86: Add CONFIG_KVM_AMD_SEV
` [Part2 PATCH v5 14/31] KVM: SVM: Add sev module_param
` [Part2 PATCH v5 15/31] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v5 16/31] KVM: Define SEV key management command id
` [Part2 PATCH v5 17/31] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v5 18/31] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [Part2 PATCH v5 19/31] KVM: SVM: Add support for KVM_SEV_LAUNCH_START command
` [Part2 PATCH v5 20/31] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command

[PATCH v1 0/2] KVM: arm64: single step emulation instructions
 2017-10-14 14:20 UTC  (14+ messages)
` [PATCH v1 1/2] KVM: arm64: handle single-stepping trapped instructions
` [PATCH v1 2/2] kvm: arm64: handle single-step of userspace mmio instructions

[PATCH] KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
 2017-10-14  2:42 UTC 

[PATCH] KVM: PPC: fix oops when checking KVM_CAP_PPC_HTM
 2017-10-14  1:23 UTC  (5+ messages)

Device passthrough using pci-assign
 2017-10-13 21:14 UTC 

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-10-13 18:51 UTC  (6+ messages)
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct

[Bug 196409] New: kvm_amd nested pagetable gpu passthrough performance oddities
 2017-10-13 18:44 UTC  (2+ messages)
` [Bug 196409] "

[PATCH] KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRING
 2017-10-13 18:36 UTC 

[PATCH v2] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
 2017-10-13 17:49 UTC  (3+ messages)

[PATCH 0/4] iommu/amd, vfio: Reduce IOTLB Flushm Rate
 2017-10-13 17:02 UTC  (3+ messages)
` [PATCH 4/4] vfio/type1: Gather TLB-syncs and pages to unpin


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