virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-08 14:17:59 to 2016-04-01 07:14:34 UTC [more...]

[PATCH v3 0/6] Support calling functions on dedicated physical cpu
 2016-04-01  7:14 UTC  (7+ messages)
` [PATCH v3 1/6] xen: sync xen header
` [PATCH v3 2/6] smp: add function to execute a function synchronously on a physical cpu
` [PATCH v3 3/6] dcdbas: make use of smp_call_sync_on_phys_cpu()
` [PATCH v3 4/6] hwmon: use smp_call_sync_on_phys_cpu() for dell-smm i8k
` [PATCH v3 5/6] virt, sched: add cpu pinning to smp_call_sync_on_phys_cpu()
` [PATCH v3 6/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu

[PATCH 6/6] VMware balloon: Update vmw_balloon.c to use the VMW_PORT macro
 2016-03-31 17:32 UTC  (5+ messages)

[PATCH v3 01/16] mm: use put_page to free page instead of putback_lru_page
 2016-03-31  0:57 UTC  (20+ messages)
` [PATCH v3 02/16] mm/compaction: support non-lru movable page migration
` [PATCH v3 03/16] mm: add non-lru movable page support document
` [PATCH v3 04/16] mm/balloon: use general movable page feature into balloon
` [PATCH v3 05/16] zsmalloc: keep max_object in size_class
` [PATCH v3 06/16] zsmalloc: squeeze inuse into page->mapping
` [PATCH v3 07/16] zsmalloc: remove page_mapcount_reset
` [PATCH v3 08/16] zsmalloc: squeeze freelist into page->mapping
` [PATCH v3 09/16] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v3 10/16] zsmalloc: factor page chain functionality out
` [PATCH v3 11/16] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v3 12/16] zsmalloc: zs_compact refactoring
` [PATCH v3 13/16] zsmalloc: migrate head page of zspage
` [PATCH v3 14/16] zsmalloc: use single linked list for page chain
` [PATCH v3 15/16] zsmalloc: migrate tail pages in zspage
` [PATCH v3 16/16] zram: use __GFP_MOVABLE for memory allocation
` [PATCH v3 00/16] Support non-lru page migration

[PATCH v3 00/16] Support non-lru page migration
 2016-03-30  7:11 UTC 

[PATCH 02/10] x86/cpufeature: Kill cpu_has_hypervisor
 2016-03-29 18:03 UTC  (2+ messages)

[PATCH v2 01/18] mm: use put_page to free page instead of putback_lru_page
 2016-03-28  5:08 UTC  (23+ messages)
` [PATCH v2 02/18] zsmalloc: use first_page rather than page
` [PATCH v2 03/18] zsmalloc: clean up many BUG_ON
` [PATCH v2 04/18] zsmalloc: reordering function parameter
` [PATCH v2 05/18] zsmalloc: remove unused pool param in obj_free
` [PATCH v2 06/18] zsmalloc: keep max_object in size_class
` [PATCH v2 07/18] zsmalloc: squeeze inuse into page->mapping
` [PATCH v2 08/18] zsmalloc: squeeze freelist "
` [PATCH v2 09/18] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v2 10/18] zsmalloc: factor page chain functionality out
` [PATCH v2 11/18] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v2 12/18] zsmalloc: zs_compact refactoring
` [PATCH v2 13/18] mm/compaction: support non-lru movable page migration
` [PATCH v2 14/18] mm/balloon: use general movable page feature into balloon
` [PATCH v2 15/18] zsmalloc: migrate head page of zspage
` [PATCH v2 16/18] zsmalloc: use single linked list for page chain
` [PATCH v2 17/18] zsmalloc: migrate tail pages in zspage
` [PATCH v2 18/18] zram: use __GFP_MOVABLE for memory allocation
` [PATCH v2 00/18] Support non-lru page migration

[RFC PATCH V2 0/2] basic device IOTLB support
 2016-03-25  2:34 UTC  (3+ messages)
` [RFC PATCH V2 1/2] vhost: convert pre sorted vhost memory array to interval tree
` [RFC PATCH V2 2/2] vhost: device IOTLB API

Re: [PATCH v2 13/18] mm/compaction: support non-lru movable pagemigration
 2016-03-24  5:11 UTC  (2+ messages)

[PATCH 2/2] drm/virtio: send vblank event on plane atomic update
 2016-03-22 20:17 UTC  (3+ messages)
  ` [PATCH v2] drm/virtio: send vblank event after crtc updates

[PATCH] zsmalloc: fix semicolon.cocci warnings
 2016-03-22  2:22 UTC  (3+ messages)
  ` [PATCH v2 17/18] zsmalloc: migrate tail pages in zspage

[PATCH v2 14/18] mm/balloon: use general movable page feature into balloon
 2016-03-22  2:19 UTC  (2+ messages)

[PATCH 1/2] drm/virtio: use new drm_crtc_send_vblank_event()
 2016-03-21 19:23 UTC 

[PATCH v2 0/6] Support calling functions on dedicated physical cpu
 2016-03-21 14:21 UTC  (10+ messages)
` [PATCH v2 1/6] xen: sync xen header
` [PATCH v2 2/6] smp: add function to execute a function synchronously on a physical cpu
` [PATCH v2 3/6] dcdbas: make use of smp_call_sync_on_phys_cpu()
` [PATCH v2 4/6] hwmon: use smp_call_sync_on_phys_cpu() for dell-smm i8k
` [PATCH v2 5/6] virt, sched: add cpu pinning to smp_call_sync_on_phys_cpu()
` [PATCH v2 6/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu
  ` [Xen-devel] [PATCH v2 5/6] virt, sched: add cpu pinning to smp_call_sync_on_phys_cpu()

[PATCH v2 00/18] Support non-lru page migration
 2016-03-21  6:30 UTC 

[PULL] virtio/vhost: new features, performance improvements, cleanups
 2016-03-20 13:58 UTC 

[net-next v2] virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
 2016-03-20 12:28 UTC  (2+ messages)

[PATCH] gpu/drm: Use u64_to_user_pointer
 2016-03-18 17:46 UTC  (4+ messages)

[PATCH] gpu/drm: Use u64_to_user_pointer
 2016-03-18 17:20 UTC 

[net-next v2] virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
 2016-03-18 15:42 UTC 

CfP 11th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '16)
 2016-03-18 14:57 UTC 

[PATCH net-next] virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
 2016-03-18  8:21 UTC  (4+ messages)

[PATCH v1 01/19] mm: use put_page to free page instead of putback_lru_page
 2016-03-17 22:17 UTC  (39+ messages)
` [PATCH v1 02/19] mm/compaction: support non-lru movable page migration
` [PATCH v1 03/19] fs/anon_inodes: new interface to create new inode
` [PATCH v1 04/19] mm/balloon: use general movable page feature into balloon
` [PATCH v1 05/19] zsmalloc: use first_page rather than page
` [PATCH v1 06/19] zsmalloc: clean up many BUG_ON
` [PATCH v1 07/19] zsmalloc: reordering function parameter
` [PATCH v1 08/19] zsmalloc: remove unused pool param in obj_free
` [PATCH v1 09/19] zsmalloc: keep max_object in size_class
` [PATCH v1 10/19] zsmalloc: squeeze inuse into page->mapping
` [PATCH v1 11/19] zsmalloc: squeeze freelist "
` [PATCH v1 12/19] zsmalloc: move struct zs_meta from mapping to freelist
` [PATCH v1 13/19] zsmalloc: factor page chain functionality out
` [PATCH v1 14/19] zsmalloc: separate free_zspage from putback_zspage
` [PATCH v1 15/19] zsmalloc: zs_compact refactoring
` [PATCH v1 16/19] zsmalloc: migrate head page of zspage
` [PATCH v1 17/19] zsmalloc: use single linked list for page chain
` [PATCH v1 18/19] zsmalloc: migrate tail pages in zspage
` [PATCH v1 19/19] zram: use __GFP_MOVABLE for memory allocation

[RFC v2 -next 0/2] virtio-net: Advised MTU feature
 2016-03-17 22:04 UTC  (15+ messages)
` [RFC v2 -next 1/2] virtio: Start feature MTU support
` [RFC v2 -next 2/2] virtio_net: Read the advised MTU

virtio-vsock live migration
 2016-03-16 15:05 UTC  (9+ messages)
` [virtio-dev] "

[RFC qemu 0/4] A PV solution for live migration optimization
 2016-03-16  1:20 UTC  (35+ messages)
            ` [Qemu-devel] "

[RFC -next 1/2] virtio: Start the advised MTU feature support
 2016-03-15 20:53 UTC  (6+ messages)
` [RFC -next 2/2] virtio_net: Read and use the advised MTU

[PATCH V4 0/3] basic busy polling support for vhost_net
 2016-03-15  3:10 UTC  (4+ messages)

[PATCH v1 02/19] mm/compaction: support non-lru movable page migration
 2016-03-11  8:35 UTC  (2+ messages)

[PATCH v1 00/19] Support non-lru page migration
 2016-03-11  7:30 UTC 

KVM Forum 2016: Call For Participation
 2016-03-10 18:09 UTC 

[RFC -next 0/2] virtio-net: Advised MTU feature
 2016-03-10 14:28 UTC 

[Qemu-devel] [RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-10  7:30 UTC  (2+ messages)

[Qemu-devel] [RFC kernel 0/2]A PV solution for KVM live migration optimization
 2016-03-10  7:01 UTC 


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