messages from 2017-11-03 16:40:24 to 2017-11-06 20:26:20 UTC [more...]
[PATCHv3 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
2017-11-06 20:26 UTC
[PATCH] Enable SR-IOV instantiation through /sys file
2017-11-06 19:55 UTC (2+ messages)
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 "
[PATCH v2 0/4] Support Perf Extension on AMD KVM guests
2017-11-06 18:14 UTC (7+ 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
[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 00/37] Optimize KVM/ARM for VHE systems
2017-11-06 17:58 UTC (5+ 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] kvmtool: handle x86 firmware smaller than 128k
2017-11-06 17:09 UTC (2+ messages)
[PATCH v17 0/6] Virtio-balloon Enhancement
2017-11-06 17:00 UTC (11+ messages)
` [PATCH v17 1/6] lib/xbitmap: Introduce xbitmap
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap
` [PATCH v17 4/6] virtio-balloon: VIRTIO_BALLOON_F_SG
KVM "fake DAX" flushing interface - discussion
2017-11-06 16:57 UTC (9+ messages)
` [Qemu-devel] "
[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 (15+ messages)
` [Part2 PATCH v7 18/38] crypto: ccp: Implement SEV_PEK_CSR ioctl command
` [Part2 PATCH v7 19/38] crypto: ccp: Implement SEV_PEK_CERT_IMPORT "
` [Part2 PATCH v7 20/38] crypto: ccp: Implement SEV_PDH_CERT_EXPORT "
` [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 v2 0/3] KVM: x86: Various emulator fixes
2017-11-06 15:19 UTC (9+ 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 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 (11+ messages)
` [Patch v4 1/6] KVM: Support for guest "
` [Patch v4 2/6] KVM: Guest page hinting functionality
` [Patch v4 3/6] KVM: Adding tracepoints for guest page hinting
` [Patch v4 4/6] virtio: Exposes added descriptor to the other side synchronously
` [Patch v4 5/6] KVM: Sending hyperlist to the host via hinting_vq
` [Patch v4 6/6] KVM: Enabling guest page hinting via static key
` [QEMU PATCH] kvm: Support for guest page hinting
[PATCH v2] KVM: nVMX/nSVM: Don't intercept #UD when running L2
2017-11-06 14:16 UTC (2+ messages)
[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 0/5] KVM: x86: Various IOAPIC improvements
2017-11-06 14:05 UTC (13+ messages)
` [PATCH 1/5] KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race
` [PATCH 2/5] KVM: x86: ioapic: Don't fire level irq when Remote IRR set
` [PATCH 3/5] KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irq
` [PATCH 4/5] KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggered
` [PATCH 5/5] KVM: x86: ioapic: Preserve read-only values in the redirection table
[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)
Re:Re:
2017-11-06 7:25 UTC
[PATCH v10 00/38] x86: Secure Memory Encryption (AMD)
2017-11-06 7:13 UTC (5+ messages)
` [PATCH v10 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
[RFC PATCH kernel] vfio-pci: Allow write combining
2017-11-06 5:44 UTC (11+ messages)
[PATCH v4 1/3] KVM: X86: Fix operand size during instruction decoding
2017-11-06 1:32 UTC (4+ messages)
` [PATCH v4 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
[PATCH 0/3] KVM: x86: Various emulator fixes
2017-11-05 14:56 UTC (4+ 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 0/4] KVM: nVMX: Fix pending event injection on nested scenarios
2017-11-05 14:07 UTC (5+ messages)
` [PATCH 1/4] KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was reinjected to L2
` [PATCH 2/4] KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pending
` [PATCH 3/4] KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_pending
` [PATCH 4/4] KVM: nVMX: APICv: Always sync PIR to Virtual-APIC-Page on processing KVM_REQ_EVENT
Administrador do sistema
2017-11-05 9:56 UTC
[GIT PULL] Final KVM fixes for Linux 4.14 (rc8 or final)
2017-11-04 17:22 UTC
[PATCH RFC 00/10] Intel EPT-Based Sub-page Write Protection Support
2017-11-04 16:54 UTC (3+ messages)
How to build kvm modules with kvm-kmod for 4.0+ kernel?
2017-11-04 11:12 UTC (2+ messages)
[PATCH v5 1/3] KVM: X86: Fix operand/address-size during instruction decoding
2017-11-04 0:07 UTC (7+ messages)
` [PATCH v5 2/3] KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entry
` [PATCH v5 3/3] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure
WARNING in __x86_set_memory_region
2017-11-03 21:55 UTC (2+ messages)
ATTN: My Dear
2017-11-03 18:02 UTC
[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
2017-11-03 18:36 UTC (4+ messages)
[PATCH 0/4] Support Perf Extension on AMD KVM guests
2017-11-03 17:56 UTC (5+ messages)
` [PATCH 1/4] x86/kvm/cpuid: Fix CPUID function for word 6 (80000001_ECX)
` [PATCH 2/4] Add AMD Core Perf Extension MSRs
[PATCHv2 1/1] locking/qspinlock/x86: Avoid test-and-set when PV_DEDICATED is set
2017-11-03 16:40 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox