messages from 2016-03-11 00:47:50 to 2016-03-15 20:18:52 UTC [more...]
[PATCH] kvm-pr: manage illegal instructions
2016-03-15 20:18 UTC
[PATCH] powerpc: enable 64-bit mode
2016-03-15 20:12 UTC (6+ messages)
[RFC qemu 0/4] A PV solution for live migration optimization
2016-03-15 19:55 UTC (12+ messages)
[PATCH 0/1] KVM: x86: using the fpu in interrupt context with a guest's xcr0
2016-03-15 19:32 UTC (9+ messages)
` [PATCH 1/1] KVM: don't allow irq_fpu_usable when the VCPU's XCR0 is loaded
[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
2016-03-15 17:22 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 05/10] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v2 06/10] svm: Add interrupt injection via AVIC
` [PART1 RFC v2 09/10] svm: Do not intercept CR8 when enable AVIC
` [PART1 RFC v2 10/10] svm: Manage vcpu load/unload "
question about pci_enable_msix_range
2016-03-15 14:33 UTC (3+ messages)
[PATCH v3 0/9] arm64: Add support of KVM with ACPI
2016-03-15 12:26 UTC (11+ 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 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
[PATCH v4 0/5] [PATCH v3 0/5] Improve non-"safe" MSR access failure handling
2016-03-15 10:26 UTC (24+ 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] Replacing (and removing) get_ticks_per_sec() function with NANOSECONDS_PER_SECOND Signed-off-by: Rutuja Shah <rutu.shah.26@gmail.com>
2016-03-15 10:08 UTC (11+ messages)
` [Qemu-devel] "
` [Qemu-ppc] "
[PATCH v3 0/5] Improve non-"safe" MSR access failure handling
2016-03-15 8:56 UTC (15+ 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
[PATCH 0/3] context_tracking: streamline code, avoid IRQ save/restore
2016-03-15 8:51 UTC (5+ messages)
` [PATCH 3/3] x86: context_tracking: avoid irq_save/irq_restore on kernel entry and exit
[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
2016-03-15 6:04 UTC (13+ messages)
` [PATCH kernel 8/9] KVM: PPC: Add in-kernel handling for VFIO
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE
[PATCH V4 0/3] basic busy polling support for vhost_net
2016-03-15 3:10 UTC (4+ messages)
User question: how to connect two VMs using serial port?
2016-03-14 19:52 UTC (6+ messages)
[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
2016-03-14 18:36 UTC (8+ messages)
[RFC PATCH 00/12] kvm-arm: Add stage2 page table walker
2016-03-14 17:22 UTC (15+ 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 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/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
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 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 (6+ 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 (3+ 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
[PATCH] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
2016-03-11 1:13 UTC (9+ messages)
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;
as well as URLs for NNTP newsgroup(s).