public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-30 06:45:35 to 2016-07-05 09:09:35 UTC [more...]

[PATCH 0/2] KVM: MMU: support VMAs that got remap_pfn_range-ed
 2016-07-05  9:02 UTC  (30+ messages)
` [PATCH 1/2] KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames
` [PATCH 2/2] KVM: MMU: try to fix up page faults before giving up

[PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation
 2016-07-05  8:59 UTC  (30+ messages)
` [PATCH v7 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v7 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v7 09/17] KVM: arm64: introduce ITS emulation file with MMIO framework
` [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device
` [PATCH v7 15/17] KVM: arm64: implement ITS command queue command handlers

[PATCH 0/5] Add support for EPT execute only for nested hypervisors
 2016-07-05  5:50 UTC  (14+ messages)
` [PATCH 1/5] mmu: mark spte present if the x bit is set
` [PATCH 3/5] mmu: don't set the present bit unconditionally

TSC deadline timer in guests vs. migration?
 2016-07-04 20:17 UTC  (5+ messages)

[PATCH] KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
 2016-07-04 19:05 UTC 

[PATCH 00/14] MIPS: KVM: Dynamically generate exception code
 2016-07-04 18:53 UTC  (3+ messages)
` [PATCH 06/14] MIPS; KVM: Convert exception entry to uasm

[PATCH 0/9] MIPS: KVM: MIPS r6 support
 2016-07-04 18:35 UTC  (8+ messages)
` [PATCH 3/9] MIPS: KVM: Fix fpu.S misassembly with r6
` [PATCH 4/9] MIPS: KVM: Fix pre-r6 ll/sc instructions on r6
` [PATCH 5/9] MIPS: KVM: Don't save/restore lo/hi for r6
` [PATCH 6/9] MIPS: KVM: Support r6 compact branch emulation
` [PATCH 7/9] MIPS: KVM: Recognise r6 CACHE encoding
` [PATCH 8/9] MIPS: KVM: Decode RDHWR more strictly
` [PATCH 9/9] MIPS: KVM: Emulate generic QEMU machine on r6 T&E

[RFC v5 0/6] KVM: arm/arm64: gsi routing support
 2016-07-04 17:12 UTC  (7+ messages)
` [RFC v5 1/6] KVM: api: pass the devid in the msi routing entry
` [RFC v5 2/6] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v5 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v5 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC v5 5/6] KVM: arm/arm64: enable MSI routing
` [RFC v5 6/6] KVM: arm: enable KVM_SIGNAL_MSI and "

[Question] Build a web interface for a kvm based application
 2016-07-04 16:39 UTC 

[PATCH -next] KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
 2016-07-04 16:07 UTC  (2+ messages)

Build regressions/improvements in v4.7-rc6
 2016-07-04 11:06 UTC  (3+ messages)

KVM call for agenda for 2016-07-05
 2016-07-04 10:29 UTC 

[RFC PATCH v5 0/3] Add Mediated device support
 2016-07-04  7:27 UTC  (24+ messages)
` [PATCH 1/3] Mediated device Core driver
      ` [Qemu-devel] "
` [PATCH 2/3] VFIO driver for mediated PCI device
` [PATCH 3/3] VFIO Type1 IOMMU: Add support for mediated devices

linux-next: manual merge of the kvm tree with the kspp tree
 2016-07-04  5:48 UTC 

[PATCH v2 00/18] arm/arm64: KVM: Merge boot and runtime page tables
 2016-07-03 21:44 UTC  (20+ messages)
` [PATCH v2 01/18] arm64: KVM: Merged page tables documentation
` [PATCH v2 02/18] arm64: KVM: Always reference __hyp_panic_string via its kernel VA
` [PATCH v2 03/18] arm/arm64: KVM: Remove hyp_kern_va helper
` [PATCH v2 04/18] arm64: KVM: Kill HYP_PAGE_OFFSET
` [PATCH v2 05/18] arm64: Add ARM64_HYP_OFFSET_LOW capability
` [PATCH v2 06/18] arm64: KVM: Define HYP offset masks
` [PATCH v2 07/18] arm64: KVM: Refactor kern_hyp_va to deal with multiple offsets
` [PATCH v2 08/18] arm/arm64: KVM: Export __hyp_text_start/end symbols
` [PATCH v2 09/18] arm64: KVM: Runtime detection of lower HYP offset
` [PATCH v2 10/18] arm/arm64: KVM: Always have merged page tables
` [PATCH v2 11/18] arm64: KVM: Simplify HYP init/teardown
` [PATCH v2 12/18] arm/arm64: KVM: Drop boot_pgd
` [PATCH v2 13/18] arm/arm64: KVM: Kill free_boot_hyp_pgd
` [PATCH v2 14/18] arm: KVM: Simplify HYP init
` [PATCH v2 15/18] arm: KVM: Allow hyp teardown
` [PATCH v2 16/18] arm/arm64: KVM: Prune unused #defines
` [PATCH v2 17/18] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range
` [PATCH v2 18/18] arm/arm64: Get rid of KERN_TO_HYP

[PATCH] KVM: arm/arm64: The GIC is dead, long live the GIC
 2016-07-03 21:10 UTC  (2+ messages)

[PATCH v1 00/11] KVM: x86: break the xAPIC barrier
 2016-07-01 18:31 UTC  (45+ messages)
` [PATCH v1 01/11] KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
` [PATCH v1 02/11] KVM: x86: add kvm_apic_map_get_dest_lapic
` [PATCH v1 03/11] KVM: x86: dynamic kvm_apic_map
` [PATCH v1 04/11] KVM: x86: use u16 for logical VCPU mask in lapic
` [PATCH v1 05/11] KVM: x86: use generic function for MSI parsing
` [PATCH v1 06/11] KVM: x86: use hardware-compatible format for APIC ID register
` [PATCH v1 07/11] KVM: VMX: optimize APIC ID read with APICv
` [PATCH v1 08/11] KVM: x86: directly call recalculate_apic_map on lapic restore
` [PATCH v1 09/11] KVM: x86: reset lapic base in kvm_lapic_reset
` [PATCH v1 10/11] KVM: x86: add KVM_CAP_X2APIC_API
` [PATCH v1 11/11] KVM: x86: bump MAX_VCPUS to 288

[PATCH] KVM: nVMX: Fix memory corruption when using VMCS shadowing
 2016-07-01 16:17 UTC  (4+ messages)

[RFC PATCH 0/2] KVM: x86: guest exit microoptimization
 2016-07-01 16:45 UTC  (2+ messages)

[PATCH net-next V4 0/6] switch to use tx skb array in tun
 2016-07-01  9:40 UTC  (7+ messages)
` [PATCH net-next V4 5/6] net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
` [PATCH net-next V4 6/6] tun: switch to use skb array for tx

[QUESTION] Is there a better way to get ftrace dump on guest?
 2016-07-01  4:27 UTC  (9+ messages)

[RFC PATCH] exec: Support non-direct memory writes in cpu_memory_rw_debug
 2016-06-30 18:24 UTC  (5+ messages)

[kvm:queue 65/72] arch/s390/kvm/vsie.c:768:2: error: implicit declaration of function 'kvm_guest_enter'
 2016-06-30 17:10 UTC  (2+ messages)

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-06-30 13:49 UTC  (12+ messages)

[GIT PULL] KVM changes for 4.7-rc6
 2016-06-30 15:29 UTC 

[PULL 0/2] KVM/ARM Fixes for v4.7-rc6
 2016-06-30 13:39 UTC  (3+ messages)
` [PULL 1/2] arm64: KVM: fix build with CONFIG_ARM_PMU disabled
` [PULL 2/2] KVM: arm/arm64: Stop leaking vcpu pid references

[PATCH 00/15] arm/arm64: KVM: Merge boot and runtime page tables
 2016-06-30 13:32 UTC  (26+ messages)
` [PATCH 05/15] arm64: KVM: Refactor kern_hyp_va/hyp_kern_va to deal with multiple offsets
` [PATCH 08/15] arm/arm64: KVM: Always have merged page tables
` [PATCH 09/15] arm64: KVM: Simplify HYP init/teardown
` [PATCH 12/15] arm: KVM: Simplify HYP init
` [PATCH 15/15] arm/arm64: KVM: Check that IDMAP doesn't intersect with VA range

[PATCH v3 1/2] KVM: x86: introduce cancel_hv_tscdeadline
 2016-06-30 10:21 UTC  (3+ messages)
` [PATCH v3 2/2] KVM: x86: fix underflow in TSC deadline calculation

[Bug 121091] New: guest os kernel report "virtio_net virtio0: input.0:id 0 is not a head!" and then kernel block
 2016-06-30  8:09 UTC  (2+ messages)
` [Bug 121091] "

[PATCH v5] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-06-30  7:21 UTC 


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