public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-22 15:19:20 to 2017-06-27 15:08:02 UTC [more...]

[PATCH v8 RESEND 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:08 UTC  (5+ messages)
  ` [PATCH v8 RESEND 01/38] x86: Document AMD Secure Memory Encryption (SME)
  ` [PATCH v8 RESEND 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
  ` [PATCH v8 RESEND 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [PATCH v8 RESEND 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature

[PATCH v8 00/38] x86: Secure Memory Encryption (AMD)
 2017-06-27 15:01 UTC  (31+ messages)
` [PATCH v8 01/38] x86: Document AMD Secure Memory Encryption (SME)
` [PATCH v8 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v8 05/38] x86/CPU/AMD: Handle SME reduction in physical address size
` [PATCH v8 11/38] x86/mm: Add SME support for read_cr3_pa()
` [PATCH v8 12/38] x86/mm: Extend early_memremap() support with additional attrs
` [PATCH v8 15/38] x86/boot/e820: Add support to determine the E820 type of an address
` [PATCH v8 16/38] efi: Add an EFI table address match function
` [PATCH v8 19/38] x86/mm: Add support to access boot related data in the clear
` [PATCH v8 20/38] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v8 21/38] x86/mm: Add support to access persistent memory in the clear
` [PATCH v8 23/38] x86/realmode: Decrypt trampoline area if memory encryption is active
` [PATCH v8 27/38] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v8 28/38] x86, realmode: Check for memory encryption on the APs
  ` [PATCH v8 02/38] x86/mm/pat: Set write-protect cache mode for full PAT support
  ` [PATCH v8 03/38] x86, mpparse, x86/acpi, x86/PCI, x86/dmi, SFI: Use memremap for RAM mappings
  ` [PATCH v8 06/38] x86/mm: Add Secure Memory Encryption (SME) support
  ` [PATCH v8 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
  ` [PATCH v8 08/38] x86/mm: Add support to enable SME in early boot processing
  ` [PATCH v8 09/38] x86/mm: Simplify p[g4um]d_page() macros
  ` [PATCH v8 10/38] x86/mm: Provide general kernel support for memory encryption
  ` [PATCH v8 13/38] x86/mm: Add support for early encrypt/decrypt of memory
  ` [PATCH v8 14/38] x86/mm: Insure that boot memory areas are mapped properly
  ` [PATCH v8 17/38] efi: Update efi_mem_type() to return an error rather than 0
  ` [PATCH v8 18/38] x86/efi: Update EFI pagetable creation to work with SME
  ` [PATCH v8 22/38] x86/mm: Add support for changing the memory encryption attribute
  ` [PATCH v8 24/38] x86, swiotlb: Add memory encryption support
  ` [PATCH v8 25/38] swiotlb: Add warnings for use of bounce buffers with SME
  ` [PATCH v8 26/38] x86/CPU/AMD: Make the microcode level available earlier in the boot
  ` [PATCH v8 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
  ` [PATCH v8 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM

[PATCH] xsave_helper: pull xsave and xrstor out of kvm.c into helper function
 2017-06-27 14:50 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH v1 0/3] tools/kvm_stat: Misc patches leftovers
 2017-06-27 14:44 UTC  (5+ messages)
` [PATCH v1 1/3] tools/kvm_stat: fix error on interactive command 'g'
` [PATCH v1 2/3] tools/kvm_stat: add new command line switch '-i'
` [PATCH v1 3/3] tools/kvm_stat: add new interactive command 'b'

[PATCH v2 0/5] KVM: SVM: improve NMI window singlestep
 2017-06-27 14:36 UTC  (2+ messages)

[PATCH] KVM: x86: remove ignored type attribute
 2017-06-27 14:31 UTC  (2+ messages)

[PATCH] ARM: KVM: Enable in-kernel timers with user space gic
 2017-06-27 14:30 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH 0/2] x86/idle: add halt poll support
 2017-06-27 14:26 UTC  (23+ messages)
` [PATCH 1/2] x86/idle: add halt poll for halt idle
` [PATCH 2/2] x86/idle: use dynamic halt poll

[PATCH v1 1/1] KVM: add missing kvm_put_kvm in case of failure
 2017-06-27 13:57 UTC  (6+ messages)

[PATCH] KVM: explain missing kvm_put_kvm in case of failure
 2017-06-27 13:46 UTC 

[PATCH v5 0/4] KVM: async_pf: Fix async pf exception injection
 2017-06-27 13:40 UTC  (8+ messages)
` [PATCH v5 1/4] KVM: x86: Simple kvm_x86_ops->queue_exception parameter
` [PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler
` [PATCH v5 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf
` [PATCH v5 4/4] KVM: async_pf: Let host know whether the guest support delivery async_pf as #PF vmexit

[PATCH v4 0/4] KVM: async_pf: Fix async_pf exception injection
 2017-06-27 13:40 UTC  (3+ messages)
` [PATCH v4 3/4] KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf

[PATCH] KVM: Replaces 'unsigned' with 'unsigned int' in the codebase
 2017-06-27 13:31 UTC  (5+ messages)

[PATCH v2] ARM: KVM: Enable in-kernel timers with user space gic
 2017-06-27 13:21 UTC  (2+ messages)

[PATCH] KVM: Replaces symbolic permissions with numeric
 2017-06-27 13:08 UTC  (2+ messages)

[PATCH RFC v2 0/2] Enable cp15 timers with user space gic & kvm
 2017-06-27 12:40 UTC  (6+ messages)
` [PATCH RFC v2 2/2] ARM: KVM: Enable in-kernel timers with user space gic
    ` [Qemu-devel] "

[PATCH kvm-unit-tests] Makefile: fix build-head with old git
 2017-06-27 12:36 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: two small fixes
 2017-06-27 12:31 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: use instruction 0x0000 to test for operation exceptions
` [kvm-unit-tests PATCH v1 2/2] s390x: use inline assembly to test for addressing exceptions

[kvm-unit-tests PATCH] Include util.h to check the prototype with the implementation
 2017-06-27 12:30 UTC  (3+ messages)

[kvm-unit-tests PATCH] Declare the prefix string variable in va_report() as const
 2017-06-27 12:30 UTC  (5+ messages)

[kvm-unit-tests PATCH] Add a proper header for the lib/argv.c file
 2017-06-27 12:29 UTC  (4+ messages)

[PATCH v4 2/3] arm64: kvm: route synchronous external abort exceptions to el2
 2017-06-27 12:15 UTC  (2+ messages)

[kvm-unit-tests PATCH] s390x/intercept: Fix problem with bad compiler warning
 2017-06-27 12:09 UTC  (8+ messages)

[PATCH] KVM: x86: fix singlestepping over syscall
 2017-06-27 11:58 UTC  (6+ messages)

[RFC PATCH] driver core: Stop driver bind on NOTIFY_BAD
 2017-06-27  7:00 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
 2017-06-27  6:09 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Close race with testing for signals on guest entry

FINAL NOTICE
 2017-06-27  1:02 UTC 

[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
 2017-06-26 19:39 UTC  (11+ messages)
` [PATCH v3 2/9] kvm-vfio: Decouple only when we match a group
` [PATCH v3 7/9] vfio: Use driver_override to avert binding to compromising drivers
` [PATCH v3 8/9] amba: Export amba_bustype
` [PATCH v3 9/9] vfio: Add AMBA driver_override support

[PATCH v7 00/36] x86: Secure Memory Encryption (AMD)
 2017-06-26 16:34 UTC  (19+ messages)
` [PATCH v7 27/36] iommu/amd: Allow the AMD IOMMU to work with memory encryption
` [PATCH v7 31/36] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v7 32/36] xen/x86: Remove SME feature in PV guests
` [PATCH v7 33/36] x86/mm: Use proper encryption attributes with /dev/mem
` [PATCH v7 34/36] x86/mm: Add support to encrypt the kernel in-place
` [PATCH v7 35/36] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH v7 36/36] x86/mm: Add support to make use of Secure Memory Encryption

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-06-26 15:21 UTC  (7+ messages)
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 21/55] KVM: arm64: Forward HVC instruction to the guest hypervisor

[PATCH v4 1/3] arm64: kvm: support user space to detect RAS extension feature
 2017-06-26 12:45 UTC 

[PATCH v4 3/3] arm64: kvm: inject SError with user space specified syndrome
 2017-06-26 12:46 UTC 

[PATCH v4] arm64: kvm: inject SError with user space specified syndrome
 2017-06-26 11:39 UTC 

[PATCH] KVM: x86: make backwards_tsc_observed a per-VM variable
 2017-06-26  7:56 UTC 

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-06-26  5:22 UTC  (3+ messages)

inquiry
 2017-06-25  2:47 UTC 

AMD Ryzen KVM/NPT/IOMMU issue
 2017-06-25  5:55 UTC  (2+ messages)

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-06-24 15:54 UTC  (9+ messages)
` [Bug 196161] "

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-06-24 14:20 UTC  (5+ messages)
` [Qemu-devel] "

when guest set A/D bit of guest pte, should VMM intercept and update A/D bit of spte?
 2017-06-23 16:07 UTC  (2+ messages)

[PATCH] KVM: arm/arm64: Handle hva aging while destroying the vm
 2017-06-23 15:21 UTC 

[PATCH] errata: check kernel-extraversion
 2017-06-23 15:21 UTC 

[PATCH kernel 0/3 REPOST] vfio-pci: Add support for mmapping MSI-X table
 2017-06-23 15:17 UTC  (4+ messages)

[RFC PATCH 20/30] iommu/arm-smmu-v3: Enable PCI PASID in masters
 2017-06-23 15:15 UTC  (4+ messages)
` [RFC,20/30] "

qemu/ftrace question
 2017-06-23 12:48 UTC  (5+ messages)

[RFC] virtio-mem: paravirtualized memory
 2017-06-23 12:45 UTC  (6+ messages)

[PATCH v2] KVM: LAPIC: Fix lapic timer injection delay
 2017-06-23 11:59 UTC 

[PATCH v3 0/2] kvm: x86: hyperv: fix userspace interaction flaws
 2017-06-23 10:54 UTC  (2+ messages)

[PATCH] KVM: LAPIC: Fix lapic timer injection delay
 2017-06-23  9:25 UTC  (2+ messages)

[PATCH v2 kvmtool 00/10] Add PCI passthrough support with VFIO
 2017-06-22 17:05 UTC  (11+ messages)
` [PATCH v2 kvmtool 01/10] pci: add config operations callbacks on the PCI header
` [PATCH v2 kvmtool 02/10] pci: allow to specify IRQ type for PCI devices
` [PATCH v2 kvmtool 03/10] irq: add irqfd helpers
` [PATCH v2 kvmtool 04/10] Extend memory bank API with memory types
` [PATCH v2 kvmtool 05/10] pci: add capability helpers
` [PATCH v2 kvmtool 06/10] Add PCI device passthrough using VFIO
` [PATCH v2 kvmtool 07/10] vfio-pci: add MSI-X support
` [PATCH v2 kvmtool 08/10] vfio-pci: add MSI support
` [PATCH v2 kvmtool 09/10] Introduce reserved memory regions
` [PATCH v2 kvmtool 10/10] vfio: check reserved regions before mapping DMA

EMAIL ALERT
 2017-06-22 12:44 UTC 

[kvm-unit-tests PATCH 0/2] x86: Testcase for wrong TF handling in syscall/sysret
 2017-06-22 15:27 UTC  (3+ messages)
` [kvm-unit-tests PATCH 1/2] x86: move syscall MSR testcase to separate test
` [kvm-unit-tests PATCH 2/2] x86: add testcase for syscall/sysret TF handling

[GIT PULL] KVM fixes for v4.12-rc7
 2017-06-22 15:19 UTC 


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