messages from 2016-03-16 15:35:24 to 2016-03-21 11:36:36 UTC [more...]
[PATCH V5 0/9] KVM, pkeys: add memory protection-key support
2016-03-21 11:36 UTC (15+ 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] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
2016-03-21 11:34 UTC (6+ messages)
[kvm-unit-tests PATCH v2 0/5] Check emulation
2016-03-21 11:33 UTC (6+ 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: arm64: Disable compiler instrumentation for hypervisor code
2016-03-21 11:00 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)
[PATCH] KVM: fix spin_lock_init order on x86
2016-03-21 9:24 UTC
Major KVM issues with kernel 4.5 on the host
2016-03-21 9:08 UTC (11+ messages)
[RFC PATCH 0/4] cgroup aware workqueues
2016-03-21 8:29 UTC (9+ 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
[PATCH v2] Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
2016-03-21 8:17 UTC (4+ messages)
[KVMTOOL][V1] Implement support for ppc64le
2016-03-21 7:17 UTC (5+ 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
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 (5+ 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/2] x86: vmx: test invalid operand for INVEPT and INVVPID
2016-03-19 9:52 UTC (3+ 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
[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
[PATCH] kvm: Fix build error caused by redefinition
2016-03-19 4:54 UTC
[PART1 RFC v3 00/12] KVM: x86: Introduce SVM AVIC support
2016-03-18 21:44 UTC (25+ messages)
` [PART1 RFC v3 01/12] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 RFC v3 02/12] KVM: x86: Introducing kvm_x86_ops VM init/uninit hooks
` [PART1 RFC v3 03/12] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks
` [PART1 RFC v3 04/12] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
` [PART1 RFC v3 05/12] svm: Introduce new AVIC VMCB registers
` [PART1 RFC v3 06/12] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v3 07/12] svm: Add interrupt injection via AVIC
` [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 (10+ 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 (23+ messages)
` [RFC PATCH v4 3/7] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [RFC PATCH v4 4/7] PCI: Modify resource_alignment to support multiple devices
` [RFC PATCH v4 5/7] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
` [RFC PATCH v4 6/7] vfio-pci: Allow to mmap MSI-X table if IOMMU_CAP_INTR_REMAP was set
` [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 (21+ messages)
` [kvm-unit-tests PATCH 1/5] powerpc: add exception handler
` [kvm-unit-tests PATCH 2/5] powerpc: add test to check invalid instruction trap
` [kvm-unit-tests PATCH 3/5] powerpc: check 64bit mode
` [kvm-unit-tests PATCH 4/5] powerpc: check lswx
` [kvm-unit-tests PATCH 5/5] powerpc: Check lswx in little-endian mode
[PATCH v3 0/9] arm64: Add support of KVM with ACPI
2016-03-18 9:42 UTC (5+ messages)
` [PATCH v3 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
2016-03-18 5:13 UTC (8+ messages)
` [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC
` [PATCH] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
2016-03-18 4:51 UTC (4+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt
` [1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
Problem with merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
2016-03-18 2:34 UTC (3+ messages)
[PATCH 1/5] x86/kvm: On KVM re-enable (e.g. after suspend), update clocks
2016-03-17 19:58 UTC (8+ messages)
User question: does KVM work better with latest Linux kernel?
2016-03-17 13:32 UTC (2+ messages)
[PATCH 00/15] NVDIMM: introduce nvdimm label support
2016-03-17 10:58 UTC (20+ messages)
` [PATCH 01/15] pc-dimm: get memory region from ->get_memory_region()
` [PATCH 02/15] pc-dimm: introduce realize callback
` [PATCH 03/15] pc-dimm: keep the state of the whole backend memory
` [PATCH 04/15] nvdimm: support nvdimm label
` [PATCH 05/15] acpi: add aml_object_type
` [PATCH 06/15] acpi: add aml_call5
` [PATCH 07/15] nvdimm acpi: set HDLE properly
` [PATCH 08/15] nvdimm acpi: save arg3 of _DSM method
` [PATCH 09/15] nvdimm acpi: check UUID
` [PATCH 10/15] nvdimm acpi: abstract the operations for root device and nvdimm devices
` [PATCH 11/15] nvdimm acpi: check revision
` [PATCH 12/15] nvdimm acpi: support Get Namespace Label Size function
` [PATCH 13/15] nvdimm acpi: support Get Namespace Label Data function
` [PATCH 14/15] nvdimm acpi: support Set "
` [PATCH 15/15] docs: add NVDIMM ACPI documentation
[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
2016-03-17 9:15 UTC (2+ messages)
` [Qemu-devel] "
[GIT PULL] VFIO updates for v4.6-rc1
2016-03-16 18:36 UTC
[PATCH 0/1] KVM: x86: using the fpu in interrupt context with a guest's xcr0
2016-03-16 17:11 UTC (7+ messages)
[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
2016-03-16 15:45 UTC (8+ messages)
` [RFC PATCH 02/12] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [RFC PATCH 03/12] arm64: kvm: Cleanup VTCR_EL2/VTTBR computation
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