public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-19 14:50:40 to 2017-09-23 00:42:03 UTC [more...]

[PATCH v3 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-09-23  0:42 UTC  (9+ messages)
` [PATCH v3 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v3 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v3 09/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v3 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v3 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v3 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v3 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v3 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps

x86: PIE support and option to extend KASLR randomization
 2017-09-22 23:55 UTC  (30+ messages)

[Part2 PATCH v4 00/29] x86: Secure Encrypted Virtualization (AMD)
 2017-09-22 22:18 UTC  (36+ messages)
` [Part2 PATCH v4 01/29] Documentation/virtual/kvm: Add AMD Secure Encrypted Virtualization (SEV)
` [Part2 PATCH v4 02/29] x86/CPU/AMD: Add the Secure Encrypted Virtualization CPU feature
` [Part2 PATCH v4 03/29] kvm: svm: prepare for new bit definition in nested_ctl
` [Part2 PATCH v4 04/29] kvm: svm: Add SEV feature definitions to KVM
` [Part2 PATCH v4 05/29] crypto: ccp: Add Platform Security Processor (PSP) device support
` [Part2 PATCH v4 06/29] ccp: crypto: Define SEV key management command id
` [Part2 PATCH v4 07/29] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
  ` [PATCH] crypto: ccp: fix eno.cocci warnings
` [Part2 PATCH v4 08/29] KVM: SVM: Prepare to reserve asid for SEV guest
` [Part2 PATCH v4 09/29] KVM: SVM: Reserve ASID range "
` [Part2 PATCH v4 10/29] KVM: X86: Extend CPUID range to include new leaf
` [Part2 PATCH v4 11/29] KVM: Introduce KVM_MEMORY_ENCRYPT_OP ioctl
` [Part2 PATCH v4 12/29] KVM: Introduce KVM_MEMORY_ENCRYPT_REGISTER_REGION ioctl
` [Part2 PATCH v4 13/29] KVM: Define SEV key management command id
` [Part2 PATCH v4 14/29] KVM: SVM: Add KVM_SEV_INIT command
` [Part2 PATCH v4 15/29] KVM: SVM: VMRUN should use assosiated ASID when SEV is enabled
` [Part2 PATCH v4 16/29] KVM: SVM: Add support for SEV LAUNCH_START command
  ` [PATCH] KVM: SVM: fix eno.cocci warnings
` [Part2 PATCH v4 17/29] KVM: SVM: Add support for SEV LAUNCH_UPDATE_DATA command
` [Part2 PATCH v4 18/29] KVM: SVM: Add support for SEV LAUNCH_MEASURE command
` [Part2 PATCH v4 19/29] KVM: SVM: Add support for SEV LAUNCH_FINISH command
` [Part2 PATCH v4 20/29] KVM: svm: Add support for SEV GUEST_STATUS command
` [Part2 PATCH v4 21/29] KVM: SVM: Add support for SEV DEBUG_DECRYPT command
` [Part2 PATCH v4 22/29] KVM: SVM: Add support for SEV DEBUG_ENCRYPT command
` [Part2 PATCH v4 23/29] KVM: SVM: Add support for SEV LAUNCH_SECRET command
` [Part2 PATCH v4 24/29] KVM: SVM: Pin guest memory when SEV is active
` [Part2 PATCH v4 25/29] KVM: X86: Add memory encryption enabled ops
` [Part2 PATCH v4 26/29] KVM: SVM: Clear C-bit from the page fault address
` [Part2 PATCH v4 27/29] KVM: SVM: Do not install #UD intercept when SEV is enabled
` [Part2 PATCH v4 28/29] KVM: X86: Restart the guest when insn_len is zero and "
` [Part2 PATCH v4 29/29] KVM: X86: Add CONFIG_KVM_AMD_SEV

[RFC 00/11] KVM, EFI, arm64: EFI Runtime Services Sandboxing
 2017-09-22 21:44 UTC  (2+ messages)

[PATCH v6 0/7] Add RAS virtualization support for SEA/SEI notification type in KVM
 2017-09-22 16:51 UTC  (9+ messages)
` [PATCH v6 6/7] KVM: arm64: allow get exception information from userspace

[PATCH v2 1/3] x86/pvclock: add setter for pvclock_pvti_cpu0_va
 2017-09-22 16:25 UTC  (2+ messages)
` [PATCH v2 3/3] MAINTAINERS: xen, kvm: track pvclock-abi.h changes

sysbench throughput degradation in 4.13+
 2017-09-22 16:12 UTC  (5+ messages)

[patch 0/3] KVM KVM_HC_RT_PRIO hypercall support
 2017-09-22 13:01 UTC  (25+ messages)
` [patch 1/3] KVM: x86: add per-vcpu option to set guest vcpu -RT priority
` [patch 2/3] KVM: x86: KVM_HC_RT_PRIO hypercall (host-side)
` [patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall
              ` [patch 3/3] x86: kvm guest side support for KVM_HC_RT_PRIO hypercall\

[PATCH] KVM: PPC: Book3S HV: Check for updated HDSISR on P9 HDSI exception
 2017-09-22 10:32 UTC  (5+ messages)

[PATCH v2 0/2] KSM: Replace jhash2 with xxhash
 2017-09-22  9:52 UTC  (3+ messages)
` [PATCH v2 1/2] xxHash: create arch dependent 32/64-bit xxhash()
` [PATCH v2 2/2] KSM: Replace jhash2 with xxhash

[PATCH net-next RFC 0/5] batched tx processing in vhost_net
 2017-09-22  9:07 UTC  (9+ messages)
` [PATCH net-next RFC 1/5] vhost: split out ring head fetching logic
` [PATCH net-next RFC 2/5] vhost: introduce helper to prefetch desc index
` [PATCH net-next RFC 3/5] vhost: introduce vhost_add_used_idx()
` [PATCH net-next RFC 4/5] vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH
` [PATCH net-next RFC 5/5] vhost_net: basic tx virtqueue batched processing

[PATCH] KVM: nVMX: fix HOST_CR3/HOST_CR4 cache
 2017-09-22  8:44 UTC  (2+ messages)

[PATCH] KSM: Replace jhash2 with xxhash
 2017-09-22  8:44 UTC 

[RFC] [Resend] Another Para-Virtualization page recycler -- Code details, Trap-less way to return free pages to kernel
 2017-09-22  8:33 UTC  (3+ messages)

[PATCH] vfio/pci: Virtualize Maximum Read Request Size
 2017-09-21 19:05 UTC 

[PATCH] KVM: VMX: add encapsulation kvm_vcpu_pi_need_handle
 2017-09-21 15:14 UTC  (2+ messages)

Hit a hard lockup BUG while started VM with passthrough NIC
 2017-09-21 15:10 UTC  (3+ messages)

[PATCH] block: drop "sending ioctl to a partition" message
 2017-09-21 14:59 UTC  (3+ messages)

[PATCH v2 0/1] linux: Buffers/caches in VirtIO Balloon driver stats
 2017-09-21 12:55 UTC  (2+ messages)
` [PATCH v2 1/1] virtio_balloon: include buffers and cached memory statistics

[patch 0/2] support RT_PRIO_HC hypercall
 2017-09-21 12:03 UTC  (3+ messages)
` [patch 1/2] qemu: sync linux-headers with KVM
` [patch 2/2] qemu: kvm: support RT_PRIO_HC hypercall

[PATCH v1] kvm: drop wrong assertion creating problems with pflash
 2017-09-21 10:34 UTC  (3+ messages)

[RFC] virtio-iommu version 0.4
 2017-09-21 10:29 UTC  (12+ messages)
  ` [virtio-dev] "

[PATCH kernel] vfio/spapr: Add cond_resched() for huge updates
 2017-09-21 10:00 UTC 

[PATCH CFT 0/4] VT-d PI fixes
 2017-09-21  9:42 UTC  (6+ messages)

[PATCH v4 0/3] Workaround for bus/slot reset on Cavium cn8xxx root ports
 2017-09-21  8:06 UTC  (5+ messages)
` [v4,0/3] "

[PATCH v2 0/6] KVM: nested virt SMM fixes
 2017-09-21  6:51 UTC  (15+ messages)
` [PATCH v2 1/6] KVM: x86: introduce ISA specific SMM entry/exit callbacks
` [PATCH v2 2/6] KVM: x86: introduce ISA specific smi_allowed callback
` [PATCH v2 3/6] KVM: nVMX: fix SMI injection in guest mode
` [PATCH v2 4/6] KVM: nVMX: save nested EPT information in SMRAM state save map
` [PATCH v2 5/6] KVM: nSVM: refactor nested_svm_vmrun
` [PATCH v2 6/6] KVM: nSVM: fix SMI injection in guest mode

[RFC] A multithread lockless deduplication engine
 2017-09-21  6:45 UTC 

[PATCH] vfio/pci: Virtualize Maximum Payload Size
 2017-09-21  6:37 UTC  (12+ messages)

[RFC] A multithread lockless deduplication engine
 2017-09-21  2:18 UTC  (5+ messages)

[kvm-unit-tests PATCH v1] s390x: try multiple times to stop CPU
 2017-09-20 20:11 UTC  (2+ messages)

[PATCH] KVM: x86: KVM_CAP_SYNC_REGS
 2017-09-20 17:42 UTC 

[Part1 PATCH v4 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-09-20 16:16 UTC  (10+ messages)
` [Part1 PATCH v4 15/17] percpu: introduce DEFINE_PER_CPU_UNENCRYPTED
` [Part1 PATCH v4 16/17] X86/KVM: Unencrypt shared per-cpu variables when SEV is active

[PATCH] virtio_balloon: include buffers and chached memory statistics
 2017-09-20 16:01 UTC  (3+ messages)
` [Qemu-devel] "

[RFC] Another Para-Virtualization page recycler. Empty Guest OS free pages every few seconds
 2017-09-20  9:42 UTC  (6+ messages)

[PATCH] KVM: x86: Fix the NULL pointer parameter in check_cr_write()
 2017-09-20  8:27 UTC  (6+ messages)

[kvm-unit-tests PATCH v1 0/5] s390x: IPM/SPM and MSA tests
 2017-09-20  7:25 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 1/5] s390x: add a test case for the ipm + spm instructions
` [kvm-unit-tests PATCH v1 2/5] s390x: add cpacf.h from Linux
` [kvm-unit-tests PATCH v1 3/5] s390x: make sure cpacf.h can be used
` [kvm-unit-tests PATCH v1 4/5] s390x: query and store STFL(E) facilitites
` [kvm-unit-tests PATCH v1 5/5] s390x: test for various MSA instructions

[GIT PULL] KVM fixes for v4.14-rc2
 2017-09-19 16:17 UTC 


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