public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-11-06 09:13:52 to 2017-11-07 11:21:36 UTC [more...]

KVM "fake DAX" flushing interface - discussion
 2017-11-07 11:21 UTC  (10+ messages)
              ` [Qemu-devel] "

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-11-07 11:10 UTC  (11+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 04/37] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 05/37] KVM: Record the executing ioctl number on the vcpu struct
` [PATCH 07/37] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs

[RFC/PATCH 00/22] KVM/s390: Hugetlbfs enablement
 2017-11-07 10:53 UTC  (25+ messages)
` [RFC/PATCH 01/22] s390/mm: make gmap_protect_range more modular
` [RFC/PATCH 02/22] s390/mm: Abstract gmap notify bit setting
` [RFC/PATCH 03/22] s390/mm: add gmap PMD invalidation notification
` [RFC/PATCH 04/22] s390/mm: Add gmap pmd invalidation and clearing
` [RFC/PATCH 05/22] s390/mm: hugetlb pages within a gmap can not be freed
` [RFC/PATCH 06/22] s390/mm: Introduce gmap_pmdp_xchg
` [RFC/PATCH 07/22] RFC: s390/mm: Transfer guest pmd protection to host
` [RFC/PATCH 08/22] s390/mm: Add huge page dirty sync support
` [RFC/PATCH 09/22] s390/mm: clear huge page storage keys on enable_skey
` [RFC/PATCH 10/22] s390/mm: Add huge pmd storage key handling
` [RFC/PATCH 11/22] s390/mm: Remove superfluous parameter
` [RFC/PATCH 12/22] s390/mm: Add gmap_protect_large read protection support
` [RFC/PATCH 13/22] s390/mm: Make gmap_read_table EDAT1 compatible
` [RFC/PATCH 14/22] s390/mm: Make protect_rmap "
` [RFC/PATCH 15/22] s390/mm: GMAP read table extensions
` [RFC/PATCH 16/22] s390/mm: Add shadow segment code
` [RFC/PATCH 17/22] s390/mm: Add VSIE reverse fake case
` [RFC/PATCH 18/22] s390/mm: Remove gmap_pte_op_walk
` [RFC/PATCH 19/22] s390/mm: Split huge pages if granular protection is needed
` [RFC/PATCH 20/22] s390/mm: Enable gmap huge pmd support
` [RFC/PATCH 21/22] KVM: s390: Add KVM HPAGE capability
` [RFC/PATCH 22/22] RFC: s390/mm: Add gmap lock classes

[PULL 00/26] KVM/ARM Changes for v4.15
 2017-11-07 10:47 UTC  (27+ messages)
` [PULL 01/26] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PULL 02/26] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PULL 03/26] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PULL 04/26] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PULL 05/26] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PULL 06/26] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PULL 07/26] KVM: arm/arm64: Rename soft timer to bg_timer
` [PULL 08/26] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PULL 09/26] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PULL 10/26] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PULL 11/26] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PULL 12/26] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PULL 13/26] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PULL 14/26] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PULL 15/26] KVM: arm/arm64: Move phys_timer_emulate function
` [PULL 16/26] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PULL 17/26] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PULL 18/26] KVM: arm/arm64: Rework kvm_timer_should_fire
` [PULL 19/26] arm/arm64: KVM: Load the timer state when enabling the timer
` [PULL 20/26] KVM: arm/arm64: vgic-its: Remove kvm_its_unmap_device
` [PULL 21/26] KVM: arm/arm64: vgic-its: New helper functions to free the caches
` [PULL 22/26] KVM: arm/arm64: vgic-its: Free caches when GITS_BASER Valid bit is cleared
` [PULL 23/26] KVM: arm/arm64: Document KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 24/26] KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
` [PULL 25/26] KVM: arm/arm64: Unify 32bit fault injection
` [PULL 26/26] KVM: arm/arm64: fix the incompatible matching for external abort

[PATCH 0/5] KVM: x86: Various IOAPIC improvements
 2017-11-07 10:18 UTC  (7+ messages)
` [PATCH 1/5] KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race

[PATCH v3] kvmtool: handle x86 firmware smaller than 128k
 2017-11-07  8:23 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: Various emulator fixes
 2017-11-07  8:12 UTC  (13+ messages)
` [PATCH v2 1/3] KVM: x86: Exit to user-mode on #UD intercept when emulator requires
` [PATCH v2 2/3] KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
` [PATCH v2 3/3] KVM: x86: Don't re-execute instruction when not passing CR2 value

[PATCH kvm-unit-tests] x86: ioapic: Test self-reconfiguration from interrupt handler
 2017-11-07  8:09 UTC 

[PATCH v2] kvmtool: handle x86 firmware smaller than 128k
 2017-11-07  7:48 UTC  (2+ messages)

[PATCH] kvmtool: handle x86 firmware smaller than 128k
 2017-11-07  7:33 UTC  (3+ messages)

[PATCH v2] KVM: nVMX/nSVM: Don't intercept #UD when running L2
 2017-11-07  1:23 UTC  (3+ messages)

[PATCH] Enable SR-IOV instantiation through /sys file
 2017-11-06 23:47 UTC  (13+ messages)

[PATCH v2 0/4] Support Perf Extension on AMD KVM guests
 2017-11-06 20:38 UTC  (8+ messages)
` [PATCH v2 1/4] x86/kvm/cpuid: Fix CPUID function for word 6 (80000001_ECX)
` [PATCH v2 2/4] Add AMD Core Perf Extension MSRs
` [PATCH v2 3/4] Add support for AMD Core Perf Extension in guest
` [PATCH v2 4/4] Expose AMD Core Perf Extension flag to guests

[PATCHv3 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
 2017-11-06 20:26 UTC 

Running VirtualBox 64bit guest os within KVM 64bit host
 2017-11-06 19:42 UTC  (3+ messages)

BUG: sleeping function called from invalid context at ./include/linux/uaccess.h:LINE
 2017-11-06 19:04 UTC  (8+ messages)

[Part2 PATCH v8 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
 2017-11-06 18:15 UTC  (9+ messages)
` [Part2 PATCH v8 31/38] KVM: SVM: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v8 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [Part2 PATCH v8 33/38] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [Part2 PATCH v8 34/38] KVM: SVM: Add support for SEV LAUNCH_SECRET command
` [Part2 PATCH v8 35/38] KVM: SVM: Pin guest memory when SEV is active
` [Part2 PATCH v8 36/38] KVM: SVM: Clear C-bit from the page fault address
` [Part2 PATCH v8 37/38] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [Part2 PATCH v8 38/38] KVM: X86: Restart the guest when insn_len is zero and "

[Part2 PATCH v8 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-06 18:11 UTC  (30+ messages)
` [Part2 PATCH v8 01/38] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [Part2 PATCH v8 02/38] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [Part2 PATCH v8 03/38] kvm: svm: prepare for new bit definition in nested_ctl
` [Part2 PATCH v8 04/38] kvm: svm: Add SEV feature definitions to KVM
` [Part2 PATCH v8 05/38] KVM: SVM: Prepare to reserve asid for SEV guest
` [Part2 PATCH v8 06/38] KVM: X86: Extend CPUID range to include new leaf
` [Part2 PATCH v8 07/38] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [Part2 PATCH v8 08/38] KVM: Introduce KVM_MEMORY_ENCRYPT_{UN,}REG_REGION ioctl
` [Part2 PATCH v8 09/38] crypto: ccp: Build the AMD secure processor driver only with AMD CPU support
` [Part2 PATCH v8 10/38] crypto: ccp: Define SEV userspace ioctl and command id
` [Part2 PATCH v8 11/38] crypto: ccp: Define SEV key management "
` [Part2 PATCH v8 12/38] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v8 13/38] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
` [Part2 PATCH v8 14/38] crypto: ccp: Implement SEV_FACTORY_RESET ioctl command
` [Part2 PATCH v8 15/38] crypto: ccp: Implement SEV_PLATFORM_STATUS "
` [Part2 PATCH v8 16/38] crypto: ccp: Implement SEV_PEK_GEN "
` [Part2 PATCH v8 17/38] crypto: ccp: Implement SEV_PDH_GEN "
` [Part2 PATCH v8 18/38] crypto: ccp: Implement SEV_PEK_CSR "
` [Part2 PATCH v8 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v8 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "
` [Part2 PATCH v8 21/38] KVM: X86: Add CONFIG_KVM_AMD_SEV
` [Part2 PATCH v8 22/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v8 23/38] KVM: SVM: Add sev module_param
` [Part2 PATCH v8 24/38] KVM: Define SEV key management command id
` [Part2 PATCH v8 25/38] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v8 26/38] KVM: SVM: VMRUN should use associated ASID when SEV is enabled
` [Part2 PATCH v8 27/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_START command
` [Part2 PATCH v8 28/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_UPDATE_DATA command
` [Part2 PATCH v8 29/38] KVM: SVM: Add support for KVM_SEV_LAUNCH_MEASURE command

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-06 17:00 UTC  (3+ messages)
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap

[PATCH kvm-unit-tests] kvmclock_test: test the KVM_HC_CLOCK_PAIRING hypercall
 2017-11-06 16:56 UTC 

[Part2 PATCH v7 30/38] KVM: SVM: Add support for SEV LAUNCH_FINISH command
 2017-11-06 16:55 UTC  (11+ messages)
` [Part2 PATCH v7 32/38] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [Part2 PATCH v7 33/38] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [Part2 PATCH v7 34/38] KVM: SVM: Add support for SEV LAUNCH_SECRET command
` [Part2 PATCH v7 35/38] KVM: SVM: Pin guest memory when SEV is active

[Part2 PATCH v7 00/38] x86: Secure Encrypted Virtualization (AMD)
 2017-11-06 16:19 UTC  (10+ messages)
` [Part2 PATCH v7 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT ioctl command
` [Part2 PATCH v7 23/38] KVM: SVM: Reserve ASID range for SEV guest
` [Part2 PATCH v7 25/38] KVM: SVM: Add KVM_SEV_INIT command

[PATCH v7 2/5] x86/pvclock: add setter for pvclock_pvti_cpu0_va
 2017-11-06 16:09 UTC  (2+ messages)

[PATCH seabios 0/3] add kvmtool support
 2017-11-06 14:54 UTC  (6+ messages)
` [PATCH seabios 3/3] kvmtool: support larger virtio queues

[Patch v4 0/6] KVM: Guest page hinting
 2017-11-06 14:21 UTC  (5+ messages)
` [QEMU PATCH] kvm: Support for guest "

[PATCH 0/3] KVM: x86: Various emulator fixes
 2017-11-06 14:13 UTC  (12+ messages)
` [PATCH 1/3] KVM: x86: Exit to user-mode on #UD intercept when emulator requires
` [PATCH 2/3] KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure
` [PATCH 3/3] KVM: x86: Don't re-execute instruction when not passing CR2 value

[PATCH] KVM: VMX: replace move_msr_up with swap macro
 2017-11-06 13:14 UTC  (3+ messages)

USB peripheral issue / Atmel Studio on windows 7 guest
 2017-11-06 12:55 UTC  (2+ messages)

[PATCH] KVM: nVMX/nSVM: Don't intercept #UD when running L2
 2017-11-06 12:36 UTC  (5+ messages)

[PATCH 0/2] kvm: vmx: CPUs without virtual NMIs
 2017-11-06 12:31 UTC  (3+ messages)
` [PATCH 1/2] kvm: vmx: Reinstate support for CPUs without virtual NMI
` [PATCH 2/2] kvm: vmx: Allow disabling virtual NMI support

[PATCH v2] KVM: X86: Fix softlockup when get the current kvmclock timestamp
 2017-11-06 12:17 UTC 

[PATCH v6 1/3] KVM: X86: Fix operand/address-size during instruction decoding
 2017-11-06 12:17 UTC  (6+ messages)
` [PATCH v6 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
` [PATCH v6 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure

[PATCH] x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks static
 2017-11-06 11:59 UTC  (2+ messages)

[PATCH v10 0/9] Hyper-V: paravirtualized remote TLB flushing and hypercall improvements
 2017-11-06 11:07 UTC  (5+ messages)

[PATCH] KVM: X86: Fix softlockup when get the current kvmclock timestamp
 2017-11-06 10:49 UTC  (5+ messages)

[Bug 177791] New: screen flickering with intel_iommu=on
 2017-11-06 10:24 UTC  (3+ messages)
` [Bug 177791] "

kvm: GPF in native_write_cr4
 2017-11-06  9:48 UTC  (5+ messages)

[PATCH] KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junk
 2017-11-06  9:13 UTC  (2+ messages)


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