kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-15 06:27:39 to 2016-01-20 16:52:08 UTC [more...]

[PATCH v1 0/5] KVM: Hyper-V VMBus hypercalls
 2016-01-20 16:51 UTC  (13+ messages)
` [PATCH v1 2/5] drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
` [PATCH v1 4/5] kvm/x86: Hyper-V VMBus hypercall userspace exit

regression 4.4: deadlock in with cgroup percpu_rwsem
 2016-01-20 16:49 UTC  (19+ messages)
        ` [PATCH cgroup/for-4.5-fixes] cpuset: make mm migration asynchronous

Kernel 4.4.0 KVM guest on Btrfs locks up on snapshotting
 2016-01-20 15:08 UTC  (9+ messages)

[PATCH v1] kvm/x86: Hyper-V tsc page setup
 2016-01-20 14:54 UTC  (7+ messages)

[PATCH V2 0/3] basic busy polling support for vhost_net
 2016-01-20 14:35 UTC  (5+ messages)
` [PATCH V2 2/3] vhost: introduce vhost_vq_more_avail()
` [PATCH V2 3/3] vhost_net: basic polling support

[RFC PATCH v3 0/5] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table on PPC64 platform
 2016-01-20  9:41 UTC  (8+ messages)
` [RFC PATCH v3 1/5] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC PATCH v3 2/5] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
` [RFC PATCH v3 3/5] PCI: Add host bridge attribute to indicate filtering of MSIs is supported
` [RFC PATCH v3 4/5] powerpc/powernv/pci-ioda: Enable msi_filtered bit for any IODA host bridge
` [RFC PATCH v3 5/5] vfio-pci: Allow to mmap MSI-X table if host bridge supports filtering of MSIs

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-01-20  9:05 UTC  (6+ messages)

[PATCH RFC] vhost: convert pre sorted vhost memory array to interval tree
 2016-01-20  2:50 UTC  (3+ messages)

[PATCH v2 00/11] NVDIMM ACPI: introduce the framework of QEMU emulated
 2016-01-20  2:21 UTC  (2+ messages)

[PATCH v3 0/4] VT-d posted-interrupts follow ups
 2016-01-20  1:42 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: Recover IRTE to remapped mode if the interrupt is not single-destination
` [PATCH v3 2/4] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
` [PATCH v3 3/4] KVM: x86: Add lowest-priority support for vt-d posted-interrupts
` [PATCH v3 4/4] KVM/VMX: Add host irq information in trace event when updating IRTE for posted interrupts

[PATCH kernel] KVM doc: Fix KVM_SMI chapter number
 2016-01-20  1:46 UTC  (2+ messages)

[PATCH kvm-unit-tests 00/12] scripts/mkstandalone: rewrite
 2016-01-19 15:20 UTC  (21+ messages)
` [PATCH kvm-unit-tests 01/12] scripts/mkstandalone: simplify redirection
` [PATCH kvm-unit-tests 02/12] scripts/mkstandalone: fix ARCH
` [PATCH kvm-unit-tests 03/12] scripts/mkstandalone: refactor temp file creation
` [PATCH kvm-unit-tests 04/12] scripts/mkstandalone: use bash in standalone test
` [PATCH kvm-unit-tests 05/12] scripts/mkstandalone: reuse $TEST_DIR/run
` [PATCH kvm-unit-tests 06/12] run_tests: move reusable code to scripts/runtime
` [PATCH kvm-unit-tests 07/12] scripts/runtime: change callsite of $TEST_DIR/run
` [PATCH kvm-unit-tests 08/12] scripts/mkstandalone: refactor check for test kernel
` [PATCH kvm-unit-tests 09/12] scripts/mkstandalone: use scripts/runtime
` [PATCH kvm-unit-tests 10/12] scripts/mkstandalone: simplifiy redirection, again
` [PATCH kvm-unit-tests 11/12] scripts/mkstandalone: sanitize one_kernel handling
` [PATCH kvm-unit-tests 12/12] scripts/mkstandalone: return the exit value of a test

[kvm-unit-tests PATCH 0/4] arm/arm64: fixes and convenience
 2016-01-19 14:30 UTC  (7+ messages)
` [kvm-unit-tests PATCH 1/4] arm64: irq handlers don't use esr
` [kvm-unit-tests PATCH 2/4] arm64: start_usr: no default vectors
` [kvm-unit-tests PATCH 3/4] arm64: include esr.h from processor.h
` [kvm-unit-tests PATCH 4/4] arm/arm64: make stack creation user friendly

constant_tsc & nonstop_tsc in qemu-kvm guest
 2016-01-19 14:23 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/8] share pci-testdev with the framework
 2016-01-19 14:12 UTC  (10+ messages)
` [kvm-unit-tests PATCH v3 1/8] lib: add linux dir for kernel uapi headers
` [kvm-unit-tests PATCH v3 2/8] Revert "arm/arm64: import include/uapi/linux/psci.h"
` [kvm-unit-tests PATCH v3 3/8] lib/linux: import pci_regs.h
` [kvm-unit-tests PATCH v3 4/8] x86: use common portio accessors from io.h
` [kvm-unit-tests PATCH v3 5/8] x86: pci.h: remove useless include
` [kvm-unit-tests PATCH v3 6/8] x86: move x86/pci to the common lib
` [kvm-unit-tests PATCH v3 7/8] x86: share pci-testdev hdr in "
` [kvm-unit-tests PATCH v3 8/8] lib/pci: make PCIDEVADDR_INVALID truly invalid

[PATCH v2 0/2] Add vector-hashing support for lowest-priority interrupts delivery
 2016-01-19 13:49 UTC  (9+ messages)
` [PATCH v2 1/2] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts

[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
 2016-01-19  7:10 UTC  (26+ messages)
` [PATCH v9 05/21] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v9 06/21] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH v9 07/21] KVM: ARM64: PMU: Add perf event map and introduce perf event creating function
` [PATCH v9 08/21] KVM: ARM64: Add access handler for event type register
` [PATCH v9 09/21] KVM: ARM64: Add access handler for event counter register
` [PATCH v9 10/21] KVM: ARM64: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH v9 11/21] KVM: ARM64: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH v9 12/21] KVM: ARM64: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH v9 13/21] KVM: ARM64: Add access handler for PMSWINC register
` [PATCH v9 14/21] KVM: ARM64: Add helper to handle PMCR register bits
` [PATCH v9 15/21] KVM: ARM64: Add access handler for PMUSERENR register
` [PATCH v9 16/21] KVM: ARM64: Add PMU overflow interrupt routing
` [PATCH v9 17/21] KVM: ARM64: Reset PMU state when resetting vcpu
` [PATCH v9 18/21] KVM: ARM64: Free perf event of PMU when destroying vcpu
` [PATCH v9 19/21] KVM: ARM64: Add a new feature bit for PMUv3
` [PATCH v9 20/21] KVM: ARM: Introduce per-vcpu kvm device controls
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[RFC PATCH 0/6] vfio: Add interface to map MSI pages
 2016-01-19  4:11 UTC  (5+ messages)

[PULL] virtio: barrier rework+fixes
 2016-01-19  1:01 UTC  (4+ messages)
` virtio pull for 4.5 (was Re: [PULL] virtio: barrier rework+fixes)

[kvm-unit-tests PATCH v2 00/10] share pci-testdev with the framework
 2016-01-18 17:02 UTC  (23+ messages)
` [kvm-unit-tests PATCH v2 01/10] asm-generic: add portio accessors to io.h
` [kvm-unit-tests PATCH v2 02/10] x86: move io.h to asm
` [kvm-unit-tests PATCH v2 03/10] x86: use common portio accessors from io.h
` [kvm-unit-tests PATCH v2 04/10] x86: pci.h: remove useless include
` [kvm-unit-tests PATCH v2 05/10] x86: move x86/pci to the common lib
` [kvm-unit-tests PATCH v2 06/10] x86: share pci-testdev hdr in "
` [kvm-unit-tests PATCH v2 07/10] lib/pci: make PCIDEVADDR_INVALID truly invalid
` [kvm-unit-tests PATCH v2 08/10] lib: add linux dir for kernel uapi headers
` [kvm-unit-tests PATCH v2 09/10] Revert "arm/arm64: import include/uapi/linux/psci.h"
` [kvm-unit-tests PATCH v2 10/10] lib/linux: import pci_regs.h

kvm: GPF in kvm_lapic_latched_init
 2016-01-18 10:11 UTC  (7+ messages)

Greetings
 2016-01-17  0:06 UTC 

[PATCH v6 0/6] arm/arm64: KVM: Enhance armv7/8 fp/simd lazy switch
 2016-01-16  1:21 UTC  (11+ messages)
` [PATCH v6 1/6] arm/arm64: KVM: Introduce armv7 fp/simd vcpu fields and helpers

[GIT PULL] VFIO updates for v4.5-rc1
 2016-01-15 20:58 UTC 

Host-VM filesystem sharing issues using 9p
 2016-01-15 19:27 UTC 

kvm: WARNING in exception_type
 2016-01-15 18:49 UTC  (4+ messages)

kvm: WARNING in __x86_set_memory_region
 2016-01-15 17:13 UTC  (2+ messages)

kvm: WARNING in kvm_apic_accept_events
 2016-01-15 17:13 UTC  (2+ messages)

kvm: GPF in native_set_debugreg
 2016-01-15 17:12 UTC  (4+ messages)

[GIT PULL] Please pull my kvm-ppc-next branch
 2016-01-15 16:49 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/11] share pci-testdev with the framework
 2016-01-15 16:27 UTC  (13+ messages)
` [kvm-unit-tests PATCH 01/11] asm-generic: add portio accessors to io.h
` [kvm-unit-tests PATCH 02/11] x86: move io.h to asm
` [kvm-unit-tests PATCH 03/11] x86: use common portio accessors from io.h
` [kvm-unit-tests PATCH 04/11] x86: pci.h: remove useless include
` [kvm-unit-tests PATCH 05/11] x86: mov pci.h to asm
` [kvm-unit-tests PATCH 06/11] x86: move x86/pci to the common lib
` [kvm-unit-tests PATCH 07/11] x86: share pci-testdev hdr in "
` [kvm-unit-tests PATCH 08/11] lib/pci: make PCIDEVADDR_INVALID truly invalid
` [kvm-unit-tests PATCH 09/11] lib: add linux dir for kernel uapi headers
` [kvm-unit-tests PATCH 10/11] Revert "arm/arm64: import include/uapi/linux/psci.h"
` [kvm-unit-tests PATCH 11/11] lib/linux: import pci_regs.h

IOMMU, DMA and legacy PCI board
 2016-01-15 16:14 UTC  (2+ messages)


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