kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-11 17:01:02 to 2017-05-16 14:21:52 UTC [more...]

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-05-16 14:21 UTC  (14+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
    ` [intel-sgx-kernel-dev] "

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-05-16 14:04 UTC  (9+ messages)
` [PATCH v5 14/32] efi: Add an EFI table address match function
` [PATCH v5 17/32] x86/mm: Add support to access boot related data in the clear
` [PATCH v5 18/32] x86, mpparse: Use memremap to map the mpf and mpc data
` [PATCH v5 19/32] x86/mm: Add support to access persistent memory in the clear

[PATCH 0/2] KVM: nVMX: nested EPT fixes
 2017-05-16 14:03 UTC  (8+ messages)
` [PATCH 1/2] KVM: nVMX: fix EPT permissions as reported in exit qualification
` [PATCH 2/2] KVM: nVMX: fix nEPT handling of guest page table accesses

[PATCH] kvm: nVMX: off by one in vmx_write_pml_buffer()
 2017-05-16 13:56 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-fixes branch
 2017-05-16 13:52 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 0/6] s390x: basic test infrastructure
 2017-05-16 13:35 UTC  (12+ messages)
` [kvm-unit-tests PATCH v1 1/6] s390x: initial infrastructure
` [kvm-unit-tests PATCH v1 2/6] s390x: basic self test
` [kvm-unit-tests PATCH v1 3/6] s390x: copy sclp.h and sclp-ascii.c from QEMU
` [kvm-unit-tests PATCH v1 4/6] s390x: compile sclp-ascii.c
` [kvm-unit-tests PATCH v1 5/6] s390x: wire up sclp console output
` [kvm-unit-tests PATCH v1 6/6] MAINTAINERS: add s390x maintainers

[PATCH v3 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-16 13:29 UTC  (6+ messages)
` [PATCH v3 1/2] kvm: arm/arm64: Force reading uncached stage2 PGD
` [PATCH v3 2/2] kvm: arm/arm64: Fix use after free of stage2 page table

[PATCH v2 00/11] Fixes to v7 of the vITS save/restore series
 2017-05-16 12:39 UTC  (4+ messages)
` [PATCH v2 07/11] KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs

[PATCH 0/5] Userspace timer IRQ number control and PMU with userspace-gic
 2017-05-16 10:38 UTC  (8+ messages)
` [PATCH 5/5] KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-16 10:06 UTC  (7+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu

[PATCH v2 0/3] Fix race condition and simplify vgic active handler
 2017-05-16 10:04 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function
` [PATCH v2 2/3] KVM: arm/arm64: Separate guest and uaccess writes to dist {sc}active
` [PATCH v2 3/3] KVM: arm/arm64: Simplify active_change_prepare and plug race

[PATCH v9 4/5] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-16  8:46 UTC  (2+ messages)
  ` [Qemu-devel] "

Good day
 2017-05-16  3:15 UTC 

[PATCH v4 00/11] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-16  2:20 UTC  (12+ messages)
` [PATCH v4 01/11] KVM: improve arch vcpu request defining
` [PATCH v4 02/11] KVM: add kvm_request_pending
` [PATCH v4 03/11] KVM: Add documentation for VCPU requests
` [PATCH v4 04/11] KVM: arm/arm64: properly use vcpu requests
` [PATCH v4 05/11] KVM: arm/arm64: replace pause checks with vcpu request checks
` [PATCH v4 06/11] KVM: arm/arm64: use vcpu requests for power_off
` [PATCH v4 07/11] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v4 08/11] KVM: arm/arm64: change exit request to sleep request
` [PATCH v4 09/11] KVM: arm/arm64: use vcpu requests for irq injection
` [PATCH v4 10/11] KVM: arm/arm64: PMU: remove request-less vcpu kick
` [PATCH v4 11/11] KVM: arm/arm64: timer: "

[PATCH V16 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-05-15 21:28 UTC  (12+ messages)
` [PATCH V16 01/11] acpi: apei: read ack upon ghes record consumption
` [PATCH V16 02/11] ras: acpi/apei: cper: add support for generic data v3 structure
` [PATCH V16 03/11] cper: add timestamp print to CPER status printing
` [PATCH V16 04/11] efi: parse ARM processor error
` [PATCH V16 05/11] arm64: exception: handle Synchronous External Abort
` [PATCH V16 06/11] acpi: apei: handle SEA notification type for ARMv8
` [PATCH V16 07/11] acpi: apei: panic OS with fatal error status block
` [PATCH V16 08/11] efi: print unrecognized CPER section
` [PATCH V16 09/11] ras: acpi / apei: generate trace event for "
` [PATCH V16 10/11] trace, ras: add ARM processor error trace event
` [PATCH V16 11/11] arm/arm64: KVM: add guest SEA support

[PATCH] KVM: x86: fix KVM_SET_CLOCK relative to setting correct clock value
 2017-05-15 21:06 UTC  (12+ messages)
  ` [PATCH v2] "

[PATCH v8 4/5] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-15 19:41 UTC 

[PATCHv2 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-15 18:22 UTC  (11+ messages)
` [PATCH 1/2] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PATCH 2/2] kvm: arm/arm64: Fix use after free of stage2 page table

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-05-15 13:57 UTC  (4+ messages)
` [RFC PATCH 07/30] iommu/arm-smmu-v3: Add second level of context descriptor table

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-05-15 13:14 UTC  (23+ messages)
` [RFC PATCH 1/8] iommu: Introduce bind_pasid_table API function
` [RFC PATCH 2/8] iommu/vt-d: add bind_pasid_table function
` [RFC PATCH 3/8] iommu: Introduce iommu do invalidate API function
` [RFC PATCH 4/8] iommu/vt-d: Add iommu do invalidate function
` [RFC PATCH 5/8] VFIO: Add new IOTCL for PASID Table bind propagation
` [RFC PATCH 6/8] VFIO: do pasid table binding
    ` [Qemu-devel] "
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation

[PATCH v2 0/2] plug KVM ARMv7 debug leakage
 2017-05-15 12:30 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/3] provide asm-generic spinlock
 2017-05-15 11:03 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: provide generic spinlock
` [kvm-unit-tests PATCH v2 2/3] ppc64: use asm-generic spinlock
` [kvm-unit-tests PATCH v2 3/3] x86: "

[PATCH 0/5] KVM/ARM: Fixes for 4.12-rc1
 2017-05-15  9:33 UTC  (13+ messages)
` [PATCH 1/5] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 5/5] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers

KVM "fake DAX" device flushing
 2017-05-15  9:12 UTC  (10+ messages)
        ` [Qemu-devel] "

Windows 10 stuck
 2017-05-15  7:55 UTC 

[kvm-unit-tests PATCH v1 0/3] provide asm-generic spinlock
 2017-05-15  7:48 UTC  (9+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: provide generic spinlock
` [kvm-unit-tests PATCH v1 2/3] ppc64: use asm-generic spinlock
` [kvm-unit-tests PATCH v1 3/3] x86: "

[PATCH] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
 2017-05-15  6:59 UTC  (2+ messages)

[PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster
 2017-05-13 22:13 UTC  (5+ messages)
` [PATCH v3 3/5] mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386
  ` [Qemu-devel] "
` [PATCH v3 4/5] mc146818rtc: drop unnecessary '#ifdef TARGET_I386'
  ` [Qemu-devel] "

[PATCH kvm-unit-tests 0/2] vmx: fixes to v2 tests
 2017-05-13 12:44 UTC  (8+ messages)
` [PATCH kvm-unit-tests 2/2] vmx: fix expected results of new EPT tests

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-05-12 23:59 UTC  (3+ messages)
` [Qemu-devel] "

[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
 2017-05-12 17:25 UTC  (6+ messages)

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-12 17:24 UTC  (5+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome

[kvm-unit-tests PATCH 00/32] VMX framework enhancements and new tests
 2017-05-12 16:53 UTC  (5+ messages)
` [kvm-unit-tests PATCH 21/32] lib: printf-style report prefixes

[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-05-12 16:45 UTC  (5+ messages)
` [PATCH V15 06/11] acpi: apei: handle SEA notification type for ARMv8

[kvm-unit-tests PATCH v2 0/9] Support for out-of-tree builds
 2017-05-12 16:40 UTC  (10+ messages)
` [kvm-unit-tests PATCH v2 1/9] configure: make it run-able from outside source tree
` [kvm-unit-tests PATCH v2 2/9] Makefile: ensure build-head works out-of-src-tree
` [kvm-unit-tests PATCH v2 3/9] Makefile: set VPATH based on SRCDIR
` [kvm-unit-tests PATCH v2 4/9] Makefiles: use explicit path for including sub-Makefiles
` [kvm-unit-tests PATCH v2 5/9] Makefile: add explicit directories target
` [kvm-unit-tests PATCH v2 6/9] Makefiles: fix up the x86 build dirs and include/link paths
` [kvm-unit-tests PATCH v2 7/9] Makefiles: fix up the arm "
` [kvm-unit-tests PATCH v2 8/9] Makefiles: Fix up the powerpc "
` [kvm-unit-tests PATCH v2 9/9] .travis.yml: initial build matrix

[kvm-unit-tests PATCH] lib: use %zu conversion for sizeof to fix i386 build
 2017-05-12 16:00 UTC  (6+ messages)

[PATCH kvm-unit-tests] libcflat: add support for %zd and %td
 2017-05-12 15:54 UTC  (2+ messages)

[kvm-unit-tests PATCH v1] lib: fix compilation warning
 2017-05-12 15:11 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/hyperv_clock: be explicit about mul instruction data size
 2017-05-12 15:10 UTC  (2+ messages)

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-05-12 11:14 UTC  (6+ messages)
` [RFC kvm-unit-tests PATCH 5/8] Makefile: add explicit mkdir for .o targets

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:31 UTC 

[kvm-unit-tests PATCH] x86: fix ept_access_test_paddr exit qualifications
 2017-05-12  8:43 UTC  (4+ messages)

[PATCH v3] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
 2017-05-12  7:44 UTC  (2+ messages)

[PATCH] KVM: Eliminate unused variable warning on uniprocessor configs
 2017-05-12  6:10 UTC  (3+ messages)

[PATCH v2] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
 2017-05-12  1:07 UTC 

[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-11 21:49 UTC  (15+ messages)
` [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
` [PATCH v7 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH v7 08/13] vfio/ccw: get io region info
` [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH v7 10/13] s390x/css: introduce and realize ccw-request callback
` [PATCH v7 12/13] vfio/ccw: update sense data if a unit check is pending
` [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer

[PATCH v2 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
 2017-05-11 18:36 UTC  (6+ messages)
` [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation

[PATCH] kvm: nVMX: off by one in vmx_write_pml_buffer()
 2017-05-11 17:06 UTC  (6+ messages)
` [PATCH v2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).