public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
 messages from 2014-01-17 02:36:11 to 2014-03-12 18:54:52 UTC [more...]

[PATCH v6 00/11] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-12 18:54 UTC  (6+ messages)
` [PATCH v6 01/11] qspinlock: A generic 4-byte queue spinlock implementation
` [PATCH v6 02/11] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v6 03/11] qspinlock: More optimized code for smaller NR_CPUS
` [PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
` [PATCH v6 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest

ICAC14 Special Tracks CFP (Smart Cyber-Physical Systems & Management of Big Data Systems)
 2014-03-12 13:50 UTC 

[PATCHv2 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
 2014-03-11 21:56 UTC  (2+ messages)
` [PATCHv2 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)

[PATCHv2 1/3] x86: process: Unify 32-bit and 64-bit copy_thread I/O bitmap handling
 2014-03-11 21:41 UTC 

guidelines for kernel module development in linux
 2014-03-11  5:43 UTC 

[PATCH] xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
 2014-03-10 17:35 UTC  (3+ messages)

[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
 2014-03-10  8:03 UTC  (5+ messages)

FeedbackComputing14 paper submission due on March 25 (9th International Workshop on Feedback Computing)
 2014-03-08  3:47 UTC 

[PATCH v5 1/8] qspinlock: Introducing a 4-byte queue spinlock implementation
 2014-03-05 20:59 UTC  (56+ messages)
` [PATCH v5 2/8] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
` [PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
` [PATCH RFC v5 5/8] pvqspinlock, x86: Enable unfair queue spinlock in a KVM guest
` [PATCH RFC v5 6/8] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v5 8/8] pvqspinlock, x86: Enable KVM to use qspinlock's PV support
` [PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with "
              ` [Xen-devel] [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support

[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
 2014-03-04 15:06 UTC  (19+ messages)
` [PATCH v5 1/8] qspinlock: Introducing a 4-byte queue spinlock implementation
` [PATCH v5 2/8] qspinlock, x86: Enable x86-64 to use queue spinlock
` [PATCH v5 3/8] qspinlock, x86: Add x86 specific optimization for 2 contending tasks
` [PATCH RFC v5 4/8] pvqspinlock, x86: Allow unfair spinlock in a real PV environment
` [PATCH RFC v5 5/8] pvqspinlock, x86: Enable unfair queue spinlock in a KVM guest
` [PATCH RFC v5 6/8] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH RFC v5 7/8] pvqspinlock, x86: Add qspinlock para-virtualization support
` [PATCH RFC v5 8/8] pvqspinlock, x86: Enable KVM to use qspinlock's PV support

ICAC14 paper submission due on March 5, 2014 (11th International Conference on Autonomic Computing)
 2014-02-28  1:50 UTC 

[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
 2014-02-27 10:17 UTC  (8+ messages)

[PATCH v5 0/8] qspinlock: a 4-byte queue spinlock with PV support
 2014-02-26 15:14 UTC 

[PATCH] tools: Unify export.h
 2014-02-25 14:05 UTC  (4+ messages)

[PATCH net V2] virtio-net: alloc big buffers also when guest can receive UFO
 2014-02-24 23:20 UTC  (4+ messages)

[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-24  1:43 UTC  (6+ messages)
    ` [PATCH v2] virtio: Use pci_enable_msix_exact() "

[CISTI'2014]: Iberian Conference on IST; Barcelona; Deadline: February 28
 2014-02-23 15:46 UTC 

[PATCH] tools: Unify export.h
 2014-02-23 11:09 UTC 

Users of ballooning, please come forth!
 2014-02-21  1:28 UTC  (6+ messages)

[PATCH v4 RFC 0/3] virtio: add 'device_lost' to virtio_device
 2014-02-20 15:39 UTC  (7+ messages)

[PATCH] virtio: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-19 10:15 UTC 

[PATCH 3.4 22/24] virtio-blk: Use block layer provided spinlock
 2014-02-18 22:47 UTC 

CISTI'2014: List of Workshops
 2014-02-14 16:29 UTC 

[PATCH net 0/3] vhost fixes for 3.14, -stable
 2014-02-14  5:10 UTC  (15+ messages)
` [PATCH net 3/3] vhost: fix a theoretical race in device cleanup
` [PATCH net 2/3] vhost: fix ref cnt checking deadlock
` [PATCH net 1/3] kref: add kref_sub_return

[PATCH net v2] vhost: fix a theoretical race in device cleanup
 2014-02-13 23:48 UTC  (3+ messages)
` [virtio-dev] "

[PATCH net v2] vhost: fix ref cnt checking deadlock
 2014-02-13 23:48 UTC  (3+ messages)

[PATCH 0/3] tools/virtio: build fixes for virtio_test
 2014-02-13 11:05 UTC  (8+ messages)
` [PATCH 1/3] tools/virtio: update internal copies of headers
` [PATCH 2/3] tools/virtio: fix missing kmemleak_ignore symbol
` [PATCH 3/3] tools/virtio: add a missing )

[PATCH net] virtio-net: alloc big buffers also when guest can receive UFO
 2014-02-13  5:40 UTC  (5+ messages)

[PATCH V2 0/6] vhost code cleanup and minor enhancement
 2014-02-12 16:01 UTC  (5+ messages)
` [PATCH V2 5/6] vhost_net: poll vhost queue after marking DMA is done

[PATCH net] vhost_net: do not report a used len larger than receive buffer size
 2014-02-12 11:52 UTC  (2+ messages)

ICAC14 Paper Submission One Month Away (11th International Conference on Autonomic Computing)
 2014-02-05  1:41 UTC 

[PATCH] virtio_balloon: don't call virtio_has_feature() twice on init_vqs()
 2014-01-28  2:06 UTC  (3+ messages)

[PATCH] virtio_balloon: don't call virtio_has_feature() twice on init_vqs()
 2014-01-25 19:59 UTC 

CISTI'2014: CFP - Doctoral Symposium
 2014-01-22 20:09 UTC 

CFP: 5th Workshop on Scientific Cloud Computing (ScienceCloud) @ ACM HPDC 2014
 2014-01-21 10:08 UTC 

[PATCH net-next] virtio-net: fix build error when CONFIG_AVERAGE is not enabled
 2014-01-18  2:58 UTC  (3+ messages)

[PATCH net-next v6 0/6] virtio-net: mergeable rx buffer size auto-tuning
 2014-01-17  7:51 UTC  (8+ messages)
` [PATCH net-next v6 1/6] net: allow > 0 order atomic page alloc in skb_page_frag_refill
` [PATCH net-next v6 2/6] virtio-net: use per-receive queue page frag alloc for mergeable bufs
` [PATCH net-next v6 3/6] virtio-net: auto-tune mergeable rx buffer size for improved performance
` [PATCH net-next v6 4/6] net-sysfs: add support for device-specific rx queue sysfs attributes
` [PATCH net-next v6 5/6] lib: Ensure EWMA does not store wrong intermediate values
` [PATCH net-next v6 6/6] virtio-net: initial rx sysfs support, export mergeable rx buffer size

[PATCH net-next v5 0/6] virtio-net: mergeable rx buffer size auto-tuning
 2014-01-17  3:08 UTC  (8+ messages)
` [PATCH net-next v5 1/6] net: allow > 0 order atomic page alloc in skb_page_frag_refill
` [PATCH net-next v5 2/6] virtio-net: use per-receive queue page frag alloc for mergeable bufs
` [PATCH net-next v5 3/6] virtio-net: auto-tune mergeable rx buffer size for improved performance
` [PATCH net-next v5 4/6] net-sysfs: add support for device-specific rx queue sysfs attributes
` [PATCH net-next v5 5/6] lib: Ensure EWMA does not store wrong intermediate values
` [PATCH net-next v5 6/6] virtio-net: initial rx sysfs support, export mergeable rx buffer size


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