public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-28 20:49:17 to 2016-07-01 16:45:14 UTC [more...]

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

[PATCH v1 00/11] KVM: x86: break the xAPIC barrier
 2016-07-01 16:38 UTC  (43+ 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 12:33 UTC  (3+ messages)

[PATCH net-next V4 0/6] switch to use tx skb array in tun
 2016-07-01  9:40 UTC  (11+ messages)
` [PATCH net-next V4 1/6] ptr_ring: support zero length ring
` [PATCH net-next V4 2/6] skb_array: minor tweak
` [PATCH net-next V4 3/6] ptr_ring: support resizing multiple queues
` [PATCH net-next V4 4/6] skb_array: add wrappers for resizing
` [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  (10+ messages)

[PATCH 0/2] KVM: MMU: support VMAs that got remap_pfn_range-ed
 2016-06-30 21:59 UTC  (4+ 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

[RFC PATCH v5 0/3] Add Mediated device support
 2016-06-30 18:58 UTC  (23+ 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

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

[PATCH v2 00/18] arm/arm64: KVM: Merge boot and runtime page tables
 2016-06-30 17:40 UTC  (19+ 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

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

[PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation
 2016-06-30 16:19 UTC  (22+ messages)
` [PATCH v7 01/17] KVM: arm/arm64: move redistributor kvm_io_devices
` [PATCH v7 02/17] KVM: arm/arm64: check return value for kvm_register_vgic_device
` [PATCH v7 05/17] KVM: kvm_io_bus: add kvm_io_bus_get_dev() call
` [PATCH v7 06/17] KVM: arm/arm64: VGIC: add refcounting for IRQs
` [PATCH v7 08/17] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH v7 15/17] KVM: arm64: implement ITS command queue command handlers
` [PATCH v7 17/17] KVM: arm64: enable ITS emulation as a virtual MSI controller

[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  (31+ messages)
` [PATCH 01/15] arm64: KVM: Merged page tables documentation
` [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 

[PATCH 0/5] Add support for EPT execute only for nested hypervisors
 2016-06-30  7:18 UTC  (15+ messages)
` [PATCH 1/5] mmu: mark spte present if the x bit is set
` [PATCH 2/5] mmu: pass execonly value when initializing rsvd bits
` [PATCH 3/5] mmu: don't set the present bit unconditionally

[PATCH net-next V3 0/6] switch to use tx skb array in tun
 2016-06-30  6:43 UTC  (14+ messages)
` [PATCH net-next V3 1/6] ptr_ring: support zero length ring
` [PATCH net-next V3 2/6] skb_array: minor tweak
` [PATCH net-next V3 3/6] ptr_ring: support resizing multiple queues
` [PATCH net-next V3 4/6] skb_array: add wrappers for resizing
` [PATCH net-next V3 5/6] net: introduce NETDEV_CHANGE_TX_QUEUE_LEN
` [PATCH net-next V3 6/6] tun: switch to use skb array for tx
  ` [PATCH] tun: fix semicolon.cocci warnings

[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-06-30  3:29 UTC  (11+ messages)

[PATCH net-next V2] tun: introduce tx skb ring
 2016-06-30  1:50 UTC  (6+ messages)

[PATCH v2 1/2] KVM: x86: introduce cancel_hv_tscdeadline
 2016-06-29 22:26 UTC  (6+ messages)
` [PATCH v2 2/2] KVM: x86: fix underflow in TSC deadline calculation

[PATCH] KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode
 2016-06-29 20:48 UTC  (6+ messages)

Question on KVM arm64 big.little
 2016-06-29 12:57 UTC 

[PATCH 1/4] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
 2016-06-29 12:51 UTC  (4+ messages)

[PATCH 0/5] arm/arm64: KVM: Tighten memory protection flags
 2016-06-29 12:21 UTC  (2+ messages)

[kvm-unit-tests PATCH v3 0/3] arm/powerpc: make argv[0] the program name
 2016-06-29 11:32 UTC  (4+ messages)

[PATCH v2 kernel 0/7] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-06-29 10:32 UTC  (8+ messages)
` [PATCH v2 kernel 1/7] virtio-balloon: rework deflate to add page to a list
` [PATCH v2 kernel 2/7] virtio-balloon: define new feature bit and page bitmap head
` [PATCH v2 kernel 3/7] mm: add a function to get the max pfn
` [PATCH v2 kernel 4/7] virtio-balloon: speed up inflate/deflate process
` [PATCH v2 kernel 5/7] virtio-balloon: define feature bit and head for misc virt queue
` [PATCH v2 kernel 6/7] mm: add the related functions to get free page info
` [PATCH v2 kernel 7/7] virtio-balloon: tell host vm's "

[kvm-unit-tests PATCH v8 00/12] Cleanup low-level arch code
 2016-06-29  8:24 UTC  (9+ messages)
` [kvm-unit-tests PATCH v8 12/12] io: Unify IO accessors across architectures
    ` [kvm-unit-tests PATCH v9 13/12] "

linux-next: manual merge of the kvm tree with the s390 tree
 2016-06-29  5:47 UTC  (2+ messages)

[PATCH] KVM: vmx: fix underflow in TSC deadline calculation
 2016-06-29  0:39 UTC  (7+ messages)


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