messages from 2016-03-18 10:24:21 to 2016-03-23 03:02:33 UTC [more...]
[RFC PATCH v1 00/18] x86: Secure Memory Encryption (AMD)
2016-04-26 22:59 UTC (7+ messages)
` [RFC PATCH v1 02/18] x86: Secure Memory Encryption (SME) build enablement
` [RFC PATCH v1 03/18] x86: Secure Memory Encryption (SME) support
` [RFC PATCH v1 18/18] x86: Add support to turn on Secure Memory Encryption
[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
2016-03-23 3:03 UTC (9+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE
[PATCH 00/15] NVDIMM: introduce nvdimm label support
2016-03-23 2:46 UTC (6+ messages)
[PATCH] KVM: page_track: fix access to NULL slot
2016-03-23 2:21 UTC (2+ messages)
[RFC Design Doc]Speed up live migration by skipping free pages
2016-03-23 1:37 UTC (4+ messages)
[PATCH] KVM: x86: Inject pending interrupt even if pending nmi exist
2016-03-23 1:30 UTC (4+ messages)
[kvm-unit-tests PATCH v2 0/5] Check emulation
2016-03-23 0:14 UTC (19+ messages)
` [kvm-unit-tests PATCH v2 1/5] powerpc: add exception handler
` [kvm-unit-tests PATCH v2 2/5] powerpc: add test to check invalid instruction trap
` [kvm-unit-tests PATCH v2 3/5] powerpc: check 64bit mode
` [kvm-unit-tests PATCH v2 4/5] powerpc: check lswx
` [kvm-unit-tests PATCH v2 5/5] powerpc: Check lswx in little-endian mode
[PATCH kvm-unit-tests v7 0/5] Debugging aids
2016-03-22 23:35 UTC (6+ messages)
` [PATCH kvm-unit-tests v7 1/5] lib: backtrace printing
` [PATCH kvm-unit-tests v7 2/5] x86: lib: debug dump on unhandled exceptions
` [PATCH kvm-unit-tests v7 3/5] lib: dump stack on failed assert()
` [PATCH kvm-unit-tests v7 4/5] scripts: pretty print stack traces
` [PATCH kvm-unit-tests v7 5/5] scripts: automatically pretty print stacks
[GIT PULL] Second round of KVM changes for 4.6
2016-03-22 22:30 UTC
[RFC PATCH 0/4] cgroup aware workqueues
2016-03-22 19:00 UTC (15+ messages)
` [RFC PATCH 1/4] cgroup: Introduce a function to compare two tasks
` [RFC PATCH 2/4] workqueue: introduce support for attaching to cgroups
` [RFC PATCH 3/4] cgroup: use spin_lock_irq for cgroup match and attach fns
` [RFC PATCH 4/4] vhost: use workqueues for the works
` vhost threading model (was: Re: [RFC PATCH 0/4] cgroup aware workqueues)
` vhost threading model
[PATCH V6 0/9] KVM, pkeys: add memory protection-key support
2016-03-22 15:40 UTC (12+ messages)
` [PATCH V6 1/9] KVM: x86: remove magic number with enum cpuid_leafs
` [PATCH V6 2/9] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH V6 3/9] KVM, pkeys: add pkeys support for xsave state
` [PATCH V6 4/9] x86: pkey: introduce write_pkru() for KVM
` [PATCH V6 5/9] KVM, pkeys: save/restore PKRU when guest/host switches
` [PATCH V6 6/9] KVM, pkeys: introduce pkru_mask to cache conditions
` [PATCH V6 7/9] KVM, pkeys: add pkeys support for permission_fault
` [PATCH V6 8/9] KVM, pkeys: expose CPUID/CR4 to guest
` [PATCH V6 9/9] Revert "KVM: MMU: precompute page fault error code"
[PATCH] kvm-pr: manage single-step mode
2016-03-22 14:53 UTC
[PATCH] kvm: Fix build error caused by redefinition
2016-03-22 13:28 UTC (3+ messages)
[PATCH v3 0/9] arm64: Add support of KVM with ACPI
2016-03-22 12:02 UTC (4+ messages)
` [PATCH v3 6/9] irqchip/gic-v3: Parse and export virtual GIC information
[PATCH v2] KVM: fix spin_lock_init order on x86
2016-03-22 10:56 UTC
[PULL 0/3] KVM/ARM Fixes for v4.6-rc1
2016-03-22 10:48 UTC (5+ messages)
` [PULL 1/3] KVM: arm/arm64: disable preemption when calling smp_call_function_many
` [PULL 2/3] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
` [PULL 3/3] kvm: arm64: Disable compiler instrumentation for hypervisor code
[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
2016-03-22 10:30 UTC (8+ messages)
` [RFC PATCH 04/12] kvm-arm: Rename kvm_pmd_huge to huge_pmd
` [RFC PATCH 06/12] kvm-arm: Pass kvm parameter for pagetable helpers
[PATCH] kvm-pr: manage illegal instructions
2016-03-22 10:11 UTC (2+ messages)
[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
2016-03-22 7:33 UTC (12+ messages)
[PATCH] virtio-pci: use possible fallback queue size
2016-03-22 6:51 UTC
[Bug 115081] New: arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined
2016-03-21 23:17 UTC (2+ messages)
` [Bug 115081] "
[KVMTOOL][V1] Implement support for ppc64le
2016-03-21 22:30 UTC (7+ messages)
` [PATCH 1/4] Add basic little endian support
` [PATCH 2/4] Implement H_SET_MODE for ppc64le
` [PATCH 3/4] Fix a race during exit processing
` [PATCH 4/4] Implement spapr pci for little endian systems
[PATCH kvm-unit-tests 0/2] x86: vmx: test invalid operand for INVEPT and INVVPID
2016-03-21 21:17 UTC (7+ messages)
` [PATCH kvm-unit-tests 1/2] x86: vmx: test invalid operand for INVEPT
` [PATCH kvm-unit-tests 2/2] x86: vmx: test invalid type for INVVPID
FOR YOUR INFORMATION DEAR BENEFICIARY,
2016-03-21 19:35 UTC
[PATCH V5 0/9] KVM, pkeys: add memory protection-key support
2016-03-21 17:43 UTC (19+ messages)
` [PATCH V5 1/9] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH V5 2/9] KVM, pkeys: add pkeys support for xsave state
` [PATCH V5 3/9] x86: pkey: introduce write_pkru() for KVM
` [PATCH V5 4/9] KVM, pkeys: save/restore PKRU when guest/host switches
` [PATCH V5 5/9] KVM, pkeys: introduce pkru_mask to cache conditions
` [PATCH V5 6/9] KVM, pkeys: add pkeys support for permission_fault logic
` [PATCH V5 7/9] KVM, pkeys: expose CPUID/CR4 to guest
` [PATCH V5 8/9] KVM, pkeys: disable PKU feature without ept
` [PATCH V5 9/9] Revert "KVM: MMU: precompute page fault error code"
[PATCH] KVM: fix spin_lock_init order on x86
2016-03-21 17:42 UTC (4+ messages)
[PATCH v2] Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
2016-03-21 16:24 UTC (6+ messages)
[PATCH] kvm, rt: change async pagefault code locking for PREEMPT_RT
2016-03-21 14:14 UTC
[PATCH] kvm: arm64: Disable compiler instrumentation for hypervisor code
2016-03-21 13:01 UTC (2+ messages)
[kvm:queue 15/23] arch/x86/kvm/cpuid.c:536:16: warning: passing argument 1 of 'cpuid_mask' makes pointer from integer without a cast
2016-03-21 12:50 UTC
Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
2016-03-21 10:53 UTC (4+ messages)
` high i/o waits and 100% khugepaged with 4.4.4
` [Qemu-stable] "
issue vhost-net (64 bit) not working with 32 bit Guest DPDK virtio-net front-end driver
2016-03-21 10:13 UTC (2+ messages)
Major KVM issues with kernel 4.5 on the host
2016-03-21 9:08 UTC (10+ messages)
KVM networking issue
2016-03-20 22:41 UTC
Re:¸´£ºProces denture tools
2016-03-20 16:33 UTC
[PULL] virtio/vhost: new features, performance improvements, cleanups
2016-03-20 13:58 UTC
kvm on 4.5.0+: trying to register non-static key
2016-03-20 10:20 UTC
[PATCH kernel] KVM: PPC: Create a virtual-mode only TCE table handlers
2016-03-19 13:30 UTC (4+ messages)
RE
2016-03-19 9:56 UTC
[PATCH 0/3] KVM: VMX: fix handling inv{ept,vpid} and nested RHEL6 KVM
2016-03-19 9:53 UTC (8+ messages)
` [PATCH 1/3] KVM: VMX: avoid guest hang on invalid invept instruction
` [PATCH 2/3] KVM: VMX: avoid guest hang on invalid invvpid instruction
` [PATCH 3/3] KVM: VMX: fix nested vpid for old KVM guests
[PATCH kvm-unit-tests 0/4] x86: vmx: vm{launch,resume} improvements
2016-03-19 9:23 UTC (8+ messages)
` [PATCH kvm-unit-tests 1/4] x86: vmx: fix vm{launch,resume} asm
` [PATCH kvm-unit-tests 2/4] x86: vmx: fix vm{launch,resume} early exit logic
` [PATCH kvm-unit-tests 3/4] x86: vmx: clean up vm{launch,resume} asm
` [PATCH kvm-unit-tests 4/4] x86: vmx: better vm{launch,resume} error handling
[PART1 RFC v3 00/12] KVM: x86: Introduce SVM AVIC support
2016-03-18 21:44 UTC (15+ messages)
` [PART1 RFC v3 01/12] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 RFC v3 06/12] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v3 08/12] KVM: x86: Add trace events for AVIC
` [PART1 RFC v3 09/12] svm: Add VMEXIT handlers "
` [PART1 RFC v3 10/12] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC v3 11/12] svm: Do not intercept CR8 "
` [PART1 RFC v3 12/12] svm: Manage vcpu load/unload "
kvm ept fault BUG_ON()
2016-03-18 18:26 UTC
[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
2016-03-18 17:14 UTC (9+ messages)
[Bug 114851] New: 2.6.32 L1 vm on 4.4 host with nested KVM enabled cannot launch L2 vm
2016-03-18 16:11 UTC (2+ messages)
` [Bug 114851] "
[RFC PATCH v4 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
2016-03-18 15:04 UTC (11+ messages)
` [RFC PATCH v4 4/7] PCI: Modify resource_alignment to support multiple devices
` [RFC PATCH v4 7/7] powerpc/powernv/pci-ioda: Add IOMMU_CAP_INTR_REMAP for IODA host bridge
[kvm-unit-tests PATCH 0/5] Check emulation
2016-03-18 10:34 UTC (7+ messages)
` [kvm-unit-tests PATCH 4/5] powerpc: check lswx
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