public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-10 10:03:07 to 2016-03-14 16:58:03 UTC [more...]

[PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-14 16:58 UTC  (12+ 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 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

[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
 2016-03-14 16:54 UTC  (34+ messages)
` [PART1 RFC v2 02/10] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking
` [PART1 RFC v2 03/10] svm: Introduce new AVIC VMCB registers
` [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 09/10] svm: Do not intercept CR8 when enable AVIC
` [PART1 RFC v2 10/10] svm: Manage vcpu load/unload "

[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
 2016-03-14 16:53 UTC  (13+ messages)
` [RFC PATCH 01/12] kvm arm: Move fake PGD handling to arch specific files
` [RFC PATCH 02/12] arm64: kvm: Fix {V}TCR_EL2_TG0 mask
` [RFC PATCH 03/12] arm64: kvm: Cleanup VTCR_EL2/VTTBR computation
` [RFC PATCH 04/12] kvm-arm: Rename kvm_pmd_huge to huge_pmd
` [RFC PATCH 05/12] kvm-arm: Move kvm_pud_huge to arch specific headers
` [RFC PATCH 06/12] kvm-arm: Pass kvm parameter for pagetable helpers
` [RFC PATCH 07/12] kvm: arm: Introduce stage2 page table helpers
` [RFC PATCH 08/12] kvm: arm64: "
` [RFC PATCH 09/12] kvm-arm: Switch to kvm pagetable helpers
` [RFC PATCH 10/12] kvm: arm64: Get rid of fake page table levels
` [RFC PATCH 11/12] kvm-arm: Cleanup stage2 pgd handling
` [RFC PATCH 12/12] arm64: kvm: Add support for 16K pages

[PATCH v4 0/5] [PATCH v3 0/5] Improve non-"safe" MSR access failure handling
 2016-03-14 14:32 UTC  (9+ 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
` [Xen-devel] [PATCH v4 0/5] [PATCH v3 0/5] Improve non-"safe" MSR access failure handling

[PATCH kvm-unit-tests] build: don't reevaluate cc-option shell command
 2016-03-14 14:03 UTC  (2+ messages)

[GIT PULL] First round of KVM changes for 4.6
 2016-03-14 13:39 UTC 

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

[PATCH 0/7] KVM/X86/PPC: Clear up kvm mmu memory barriers and update related comments
 2016-03-14 13:03 UTC  (9+ 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()

Bug#817965: kvmtool: dumps core when Linux reboots: in gdb: Program received signal SIG34, Real-time event 34
 2016-03-14 12:52 UTC  (2+ messages)

[PATCH kvm-unit-tests 00/13] x86: revamp access.c
 2016-03-14 12:47 UTC  (14+ messages)
` [PATCH kvm-unit-tests 01/13] x86: access: move PDPTE patching to set_cr4_smep
` [PATCH kvm-unit-tests 02/13] x86: access: optimize CR0/CR4/EFER writes
` [PATCH kvm-unit-tests 03/13] x86: access: change flags from array to bitmask
` [PATCH kvm-unit-tests 04/13] x86: access: add flags local variable
` [PATCH kvm-unit-tests 05/13] x86: access: move pde_valid test earlier
` [PATCH kvm-unit-tests 06/13] x86: access: introduce boolean flags for page permissions
` [PATCH kvm-unit-tests 07/13] x86: access: extract ac_emulate_access
` [PATCH kvm-unit-tests 08/13] x86: access: cleanup pde_valid/pte_valid
` [PATCH kvm-unit-tests 09/13] x86: access: extract ac_test_permissions
` [PATCH kvm-unit-tests 10/13] x86: access: move accessed later
` [PATCH kvm-unit-tests 11/13] x86: access: remove leaf argument to ac_test_permissions
` [PATCH kvm-unit-tests 12/13] x86: access: only check CR4 exceptions once
` [PATCH kvm-unit-tests 13/13] x86: access: print progress even in non-verbose mode

[PATCH] kvmtool/tests: fix iso build on debian
 2016-03-14 12:30 UTC 

User question: how to connect two VMs using serial port?
 2016-03-14 12:19 UTC  (4+ messages)

[PATCH v3 0/9] arm64: Add support of KVM with ACPI
 2016-03-14 12:19 UTC  (8+ messages)
` [PATCH v3 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure
` [PATCH v3 4/9] irqchip/gic-v2: Parse and export virtual GIC information

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

KVM Call for 2016-03-15
 2016-03-14  9:01 UTC 

[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 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 

[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

[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  (7+ messages)

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-03-11  2:15 UTC  (15+ messages)
` [PATCH kernel 3/9] KVM: PPC: Use preregistered memory API to access TCE list
` [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)

[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

[Qemu-devel] [RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-10 12:29 UTC  (15+ messages)

[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  (8+ 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

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox