kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-09 07:33:13 to 2016-03-13 18:15:55 UTC [more...]

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2016-03-13 18:16 UTC  (3+ messages)

[added to the 4.1 stable tree] MIPS: kvm: Fix ioctl error handling
 2016-03-13 17:43 UTC 

[PATCH V2 0/3] vfio, platform: add HIDMA and ACPI support
 2016-03-13 17:25 UTC  (7+ messages)
` [PATCH V2 1/3] vfio, platform: add support for ACPI while detecting the reset driver
` [PATCH V2 2/3] vfio, platform: make reset driver a requirement
` [PATCH V2 3/3] vfio, platform: add QTI HIDMA reset driver

[PATCH 0/7] KVM/X86/PPC: Clear up kvm mmu memory barriers and update related comments
 2016-03-13  3:10 UTC  (8+ messages)
` [PATCH 1/7] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
` [PATCH 2/7] KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page_lockless_begin/end()
` [PATCH 3/7] KVM: Replace smp_mb() with smp_mb_after_atomic() in the kvm_make_all_cpus_request()
` [PATCH 4/7] KVM/x86: Call smp_wmb() before increasing tlbs_dirty
` [PATCH 5/7] KVM: Replace smp_mb() with smp_load_acquire() in the kvm_flush_remote_tlbs()
` [PATCH 6/7] KVM/x86: update the comment of memory barrier in the vcpu_enter_guest()
` [PATCH 7/7] KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter()

[PATCH v4 0/5] [PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-12 18:08 UTC  (6+ messages)
` [PATCH v4 1/5] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH v4 2/5] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH v4 3/5] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH v4 4/5] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
` [PATCH v4 5/5] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-12 17:32 UTC  (9+ messages)
` [PATCH v3 1/5] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
` [PATCH v3 2/5] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops
` [PATCH v3 3/5] x86/paravirt: Add paravirt_{read,write}_msr
` [PATCH v3 4/5] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
` [PATCH v3 5/5] x86/msr: Set the return value to zero when native_rdmsr_safe fails

[PATCH v3] x86/cpufeatures.h: Enable A Few New AVX-512 Features
 2016-03-12 16:29 UTC  (2+ messages)

[PATCH] Replacing (and removing) get_ticks_per_sec() function with NANOSECONDS_PER_SECOND Signed-off-by: Rutuja Shah <rutu.shah.26@gmail.com>
 2016-03-12 16:20 UTC  (10+ messages)
` [Qemu-devel] "

[PATCH v2 0/2] x86/msr: MSR access failure changes
 2016-03-12 16:02 UTC  (12+ messages)
` [PATCH v2 1/2] x86/msr: Carry on after a non-"safe" MSR access fails without !panic_on_oops

runtime regression with "x86/mm/pat: Emulate PAT when it is disabled"
 2016-03-12 12:03 UTC  (6+ messages)

FUND TRANSFER (KEEP AS CONFIDENTIAL)
 2016-03-12  5:03 UTC 

[PATCH kvm-unit-tests] build: don't reevaluate cc-option shell command
 2016-03-12  0:21 UTC 

[RFC PATCH v4 0/3] vfio IGD assignment
 2016-03-11 22:59 UTC  (4+ messages)
` [RFC PATCH v4 1/3] linux-headers/vfio: Update matching current linux-next
` [RFC PATCH v4 2/3] vfio: Enable sparse mmap capability
` [RFC PATCH v4 3/3] vfio/pci: Intel IGD support

[PATCH 0/1] KVM: x86: using the fpu in interrupt context with a guest's xcr0
 2016-03-11 21:33 UTC  (4+ messages)
` [PATCH 1/1] KVM: don't allow irq_fpu_usable when the VCPU's XCR0 is loaded

[RFC PATCH v2 1/3] vGPU Core driver
 2016-03-11 18:18 UTC  (15+ messages)
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU

[PATCH 1/2] vfio, platform: add support for ACPI while detecting the reset driver
 2016-03-11 16:09 UTC  (9+ messages)

[PATCH kvm-unit-tests] x86: access: avoid repeated calls to CPUID
 2016-03-11 15:51 UTC 

[PATCH kvm-unit-tests] x86: access: add PKE testcases
 2016-03-11 15:50 UTC 

[PATCH 0/2] KVM: x86: disable MPX if host did not enable MPX XSAVE features
 2016-03-11 12:09 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] kvmtool: arm: move PMU support into arm64 only
 2016-03-11  6:28 UTC 

[kvm-unit-tests 0/5] Debugging aids
 2016-03-11  2:41 UTC  (8+ messages)
` [PATCH kvm-unit-tests v6 "
  ` [PATCH kvm-unit-tests v6 1/5] lib: backtrace printing
  ` [PATCH kvm-unit-tests v6 2/5] x86: lib: debug dump on unhandled exceptions
  ` [PATCH kvm-unit-tests v6 3/5] lib: dump stack on failed assert()
  ` [PATCH kvm-unit-tests v6 4/5] scripts: pretty print stack traces
  ` [PATCH kvm-unit-tests v6 5/5] scripts: automatically pretty print stacks

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-11  2:38 UTC  (33+ messages)
    ` [Qemu-devel] "

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-03-11  2:15 UTC  (22+ messages)
` [PATCH kernel 3/9] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 4/9] powerpc/powernv/iommu: Add real mode version of xchg()
` [PATCH kernel 8/9] KVM: PPC: Add in-kernel handling for VFIO
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[PATCH] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
 2016-03-11  1:13 UTC  (16+ messages)

[PATCH kvm-unit-tests v5 0/5] Debugging aids
 2016-03-11  0:31 UTC  (4+ messages)
` [PATCH kvm-unit-tests v5 1/5] lib: backtrace printing

[PATCH v3] pci: Wait for up to 1000ms after FLR reset
 2016-03-10 20:50 UTC  (2+ messages)

[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
 2016-03-10 20:44 UTC  (17+ messages)
` [PART1 RFC v2 06/10] svm: Add interrupt injection via AVIC
` [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC
` [PART1 RFC v2 10/10] svm: Manage vcpu load/unload when enable AVIC

[edk2] KVM Forum 2016: Call For Participation
 2016-03-10 18:09 UTC 

[PATCH] Replaced get_ticks_per_sec calls with NANOSECONDS_PER_SECOND
 2016-03-10 17:28 UTC  (2+ messages)

[GIT PULL 0/9] KVM: s390: Fixes and features for kvm/next (4.6) part 2
 2016-03-10 16:07 UTC  (11+ messages)
` [GIT PULL 1/9] KVM: s390: Add diag "watchdog functions" to trace event decoding
` [GIT PULL 2/9] KVM: s390: store cpu id in vcpu->cpu when scheduled in
` [GIT PULL 3/9] KVM: s390: abstract access to the VCPU cpu timer
` [GIT PULL 4/9] KVM: s390: step VCPU cpu timer during kvm_run ioctl
` [GIT PULL 5/9] KVM: s390: protect VCPU cpu timer with a seqcount
` [GIT PULL 6/9] KVM: s390: step the VCPU timer while in enabled wait
` [GIT PULL 7/9] KVM: s390: wake up when the VCPU cpu timer expires
` [GIT PULL 8/9] KVM: s390: enable STFLE interpretation only if enabled for the guest
` [GIT PULL 9/9] KVM: s390: allocate only one DMA page per VM

[RFC PATCH 0/2] KVM: MMU: return page fault error code from permission_fault
 2016-03-10 14:07 UTC  (7+ messages)
` [RFC PATCH 1/2] KVM: MMU: precompute page fault error code
` [RFC PATCH 2/2] KVM: MMU: return page fault error code from permission_fault

[PATCH 0/2] KVM: MMU: fix ept=0/pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
 2016-03-10 12:26 UTC  (12+ messages)
` [PATCH 1/2] KVM: MMU: fix ept=0/pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
` [PATCH 2/2] KVM: MMU: fix reserved bit check for pte.u=0/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0

[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
 2016-03-10 11:52 UTC  (3+ messages)
` [RFC v5 06/17] dma-reserved-iommu: iommu_get/put_single_reserved

[GIT PULL] Final KVM changes for 4.5
 2016-03-10 11:32 UTC 

[Qemu-devel] [RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-10  7:30 UTC  (3+ messages)

[PATCH V4 0/3] basic busy polling support for vhost_net
 2016-03-10  6:48 UTC  (6+ messages)

[RFC PATCH v4 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-03-10  4:47 UTC  (4+ messages)
` [RFC PATCH v4 1/7] PCI: Add a new option for resource_alignment to reassign alignment

[PATCH] kvm: cap halt polling at exactly halt_poll_ns
 2016-03-09 10:55 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: use new kvmclock MSRs
 2016-03-09 10:53 UTC  (2+ messages)

[PULL] KVM/ARM updates for 4.6
 2016-03-09 10:50 UTC  (7+ messages)
` [PATCH 30/95] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
` [PATCH 31/95] arm64: KVM: Switch to C-based stage2 init
` [PATCH 33/95] arm64: Allow the arch timer to use the HYP timer
` [PATCH 39/95] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH 47/95] arm64: KVM: VHE: Add alternative panic handling

[PATCH V4 0/7] KVM, pkeys: add memory protection-key support
 2016-03-09  8:18 UTC  (26+ messages)
` [PATCH V4 3/7] KVM, pkeys: update memeory permission bitmask for pkeys
` [PATCH V4 7/7] KVM, pkeys: disable PKU feature without ept

Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
 2016-03-09  7:37 UTC  (2+ messages)
` high i/o waits and 100% khugepaged with 4.4.4


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).