messages from 2017-12-30 21:27:29 to 2018-01-09 03:20:45 UTC [more...]
[PATCH 0/3] vhost: simplify use of eventfds
2018-01-09 3:20 UTC (5+ messages)
` [PATCH 1/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL
` [PATCH 2/3] vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR
` [PATCH 3/3] vhost: don't hold onto file pointer for VHOST_SET_LOG_FD
[PATCH v3 1/4] KVM: VMX: use kvm_event_needs_reinjection
2018-01-09 1:24 UTC (4+ messages)
` [PATCH v3 2/4] KVM: X86: Fix loss of exception which has not yet injected
[PATCH 3/7] kvm: vmx: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to the guest
2018-01-08 23:58 UTC
[PATCH 0/7] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
2018-01-08 23:19 UTC (29+ messages)
` [PATCH 1/7] KVM: x86: add SPEC_CTRL and IBPB_SUPPORT accessors
` [PATCH 2/7] x86/msr: add definitions for indirect branch predictor MSRs
` [PATCH 3/7] kvm: vmx: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to the guest
` [PATCH 4/7] kvm: vmx: Set IBPB when running a different VCPU
` [PATCH 5/7] kvm: svm: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to guest
` [PATCH 6/7] x86/svm: Set IBPB when running a different VCPU
` [PATCH 7/7] KVM: x86: add SPEC_CTRL and IBPB_SUPPORT to MSR and CPUID lists
[PATCH] KVM: VMX: use same MSR bitmaps for 32-/64-bit modes, fix MSR bitmaps for processor tracing
2018-01-08 23:11 UTC (4+ messages)
Unable to pass SATA controller to VM with intel_iommu=igfx_off
2018-01-08 22:19 UTC (4+ messages)
[PATCH 0/8] kvm: nVMX: Checkpoint/restore support for VMX state
2018-01-08 21:55 UTC (31+ messages)
` [PATCH 7/8] kvm: nVMX: Introduce KVM_CAP_VMX_STATE
[PATCH v2] KVM: s390: cleanup struct kvm_s390_float_interrupt
2018-01-08 19:37 UTC
[PATCH] arm64: KVM: Hide PMU from guests when disabled
2018-01-08 18:41 UTC (4+ messages)
[PATCH kvm-unit-tests] add vmexit tests for IBRS and IBPB
2018-01-08 17:51 UTC
[PATCH kvm-unit-tests] add vmexit tests for IBRS and IBPB
2018-01-08 17:39 UTC
[PATCH] kvm: vmx: Scrub hardware GPRs at VM-exit
2018-01-08 14:53 UTC (5+ messages)
[PATCH] KVM: s390: add proper locking for CMMA migration bitmap
2018-01-08 13:56 UTC (2+ messages)
[PATCH v1] KVM: s390: cleanup struct kvm_s390_float_interrupt
2018-01-08 13:42 UTC (2+ messages)
[PATCH 0/5] preview of first chunk of s390 patches for kvm/next
2018-01-08 12:10 UTC (7+ messages)
` [PATCH 2/5] KVM: s390: use created_vcpus in more places
` [PATCH 3/5] KVM: s390: add debug tracing for cpu features of CPU model
` [PATCH 4/5] KVM: s390: drop use of spin lock in __floating_irq_kick
[PATCH] kvm/vmx: Use local vmx variable in vmx_get_msr()
2018-01-08 10:57 UTC (2+ messages)
[PATCH v2] KVM: arm/arm64: vgic-its: Fix vgicv4 init
2018-01-08 9:52 UTC
VMs freezing when host is running 4.14
2018-01-08 9:10 UTC (3+ messages)
[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
2018-01-08 5:29 UTC (2+ messages)
[Bug 198205] New: infinite loop in vmx_vcpu_run on x86_64
2018-01-07 14:13 UTC (3+ messages)
` [Bug 198205] "
[PATCH] kvm: embed vcpu id to dentry of vcpu anon inode
2018-01-07 8:34 UTC
[GIT PULL] KVM fixes for Linux 4.15-rc7
2018-01-06 21:34 UTC
intel_iommu=igfx_off changes AHCI / SATA driver behavior (compared to intel_iommu=on)
2018-01-06 11:30 UTC
Kernel parameter intel_iommu=on breaks AHCI (SATA) driver
2018-01-06 11:13 UTC
[PATCH] vhost: remove unused lock check flag in vhost_dev_cleanup()
2018-01-05 9:39 UTC (3+ messages)
` [PATCH v2] "
[Bug 197861] New: Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
2018-01-04 22:55 UTC (8+ messages)
` [Bug 197861] "
[PATCH v4 00/19] KVM/arm64: Randomise EL2 mappings
2018-01-04 18:43 UTC (20+ messages)
` [PATCH v4 01/19] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH v4 02/19] arm64: asm-offsets: Remove unused definitions
` [PATCH v4 03/19] arm64: asm-offsets: Remove potential circular dependency
` [PATCH v4 04/19] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH v4 05/19] arm64: alternatives: Add dynamic patching feature
` [PATCH v4 06/19] arm64: insn: Add N immediate encoding
` [PATCH v4 07/19] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH v4 08/19] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH v4 09/19] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH v4 10/19] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH v4 11/19] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH v4 12/19] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH v4 13/19] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH v4 14/19] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH v4 15/19] arm64; insn: Add encoder for the EXTR instruction
` [PATCH v4 16/19] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH v4 17/19] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH v4 18/19] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH v4 19/19] arm64: Update the KVM memory map documentation
[PATCH v14 0/9] Add ARMv8 RAS virtualization support in QEMU
2018-01-04 6:31 UTC (21+ messages)
` [PATCH v14 1/9] ACPI: add some GHES structures and macros definition
` [PATCH v14 2/9] ACPI: Add APEI GHES table generation and CPER record support
` [PATCH v14 7/9] ARM: ACPI: Add GPIO notification type for hardware RAS error
` [PATCH v14 8/9] hw/arm/virt: Add RAS platform version for migration
` [PATCH v14 9/9] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
[PATCH v2] KVM: x86: do not read FS/GS base MSRs when saving them
2018-01-04 1:17 UTC (5+ messages)
Timing issue with QEMU/KVM and OpenBSD
2018-01-04 0:19 UTC (10+ messages)
[PATCH 4.9 03/39] x86/boot: Add early cmdline parsing for options with arguments
2018-01-03 20:11 UTC
[PATCH 4.4 01/37] x86/boot: Add early cmdline parsing for options with arguments
2018-01-03 20:11 UTC
[RFC PATCH v4 00/18] VM introspection
2018-01-03 18:52 UTC (4+ messages)
[tip:core/rcu] drivers/vhost: Remove now-redundant read_barrier_depends()
2018-01-03 16:08 UTC
KVM / Use of NVMe Drives & Throughput
2018-01-03 15:36 UTC (4+ messages)
[PATCH v2 0/7] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
2018-01-03 14:57 UTC (4+ messages)
KVM call for agenda for 2017-01-16
2018-01-03 12:21 UTC
[PATCH v20 0/7] Virtio-balloon Enhancement
2018-01-03 10:19 UTC (9+ messages)
` [PATCH v20 4/7] virtio-balloon: VIRTIO_BALLOON_F_SG
[PATCH v20 3/7 RESEND] xbitmap: add more operations
2018-01-03 8:56 UTC (5+ messages)
[PATCH] KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit
2018-01-03 6:32 UTC (4+ messages)
[PATCH v3 00/11] KVM: nVMX: Fix multiple issues in nested posted-interrupts
2018-01-03 5:35 UTC (22+ messages)
` [PATCH v3 02/11] KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated
` [PATCH v3 03/11] KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt
` [PATCH v3 10/11] KVM: nVMX: Wake halted L2 on nested posted-interrupt
[PATCH V6 1/2] xxHash: create arch dependent 32/64-bit xxhash()
2018-01-03 3:09 UTC (2+ messages)
` [PATCH V6 2/2] ksm: replace jhash2 with faster hash
[PATCH v3 0/3] Support Perf Extension on AMD KVM guests
2018-01-02 23:55 UTC (2+ messages)
[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
2018-01-02 23:15 UTC (3+ messages)
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
Call for GSoC & Outreachy 2018 mentors & project ideas
2018-01-02 20:23 UTC
[kvm:queue 75/85] arch/x86/kvm/vmx.c:798:9: sparse: cast truncates bits from constant value (20002 becomes 2)
2018-01-02 17:26 UTC (3+ messages)
[kvm:queue 85/85] arch/x86/include/asm/desc.h:91:22: error: 'irq_stack_union' undeclared
2018-01-02 14:10 UTC
[kvm:queue 85/85] arch/x86/include/asm/desc.h:91:22: error: 'irq_stack_union' undeclared; did you mean 'irq_stack'?
2018-01-02 13:53 UTC
[PATCH] KVM: arm/arm64: vgic-its: Fix vgic_v4 init
2018-01-02 13:50 UTC
[PATCH 0/4] KVM: nVMX: prepare_vmcs02 optimizations
2018-01-02 13:02 UTC (13+ messages)
` [PATCH 2/4] KVM: nVMX: track dirty state of non-shadowed VMCS fields
[PATCH] KVM: x86: do not read FS/GS base MSRs when saving them
2018-01-02 11:55 UTC
[PATCH v9 0/9] Handle forwarded level-triggered interrupts
2018-01-02 9:09 UTC (4+ messages)
` [PATCH v9 8/9] KVM: arm/arm64: Avoid work when userspace iqchips are not used
Spende von € 3.400.000,00 EUR
2018-01-02 3:56 UTC
[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
2018-01-02 0:02 UTC (5+ messages)
[PATCH 0/3] Reduce the size of the vmcs_field_to_offset_table
2018-01-01 22:55 UTC (3+ messages)
` [PATCH v2 "
[PATCH v2] ksm: replace jhash2 with faster hash
2017-12-31 12:37 UTC (6+ messages)
` [RFC PATCH] ksm: fasthash() can be static
[PATCH V5 1/2] xxHash: create arch dependent 32/64-bit xxhash()
2017-12-31 0:25 UTC (3+ messages)
` [PATCH V5 2/2] ksm: replace jhash2 with faster hash
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