virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-02 06:15:45 to 2013-11-19 22:00:11 UTC [more...]

[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb
 2013-11-19 22:00 UTC  (8+ messages)

[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-17  7:21 UTC  (26+ messages)
` [PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code
      `  "
` [PATCH -tip RFC v2 02/22] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip RFC v2 03/22] kprobes: Show blacklist entries via debugfs
` [PATCH -tip RFC v2 04/22] kprobes: Support blacklist functions in module
` [PATCH -tip RFC v2 05/22] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip RFC v2 06/22] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip RFC v2 07/22] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes
` [PATCH -tip RFC v2 08/22] kprobes: Allow probe on some kprobe functions
` [PATCH -tip RFC v2 09/22] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip RFC v2 10/22] ftrace/kprobes: Allow probing on some preparation functions
` [PATCH -tip RFC v2 11/22] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip RFC v2 12/22] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint
` [PATCH -tip RFC v2 13/22] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c
` [PATCH -tip RFC v2 14/22] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c
` [PATCH -tip RFC v2 15/22] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c
` [PATCH -tip RFC v2 16/22] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers
` [PATCH -tip RFC v2 17/22] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c
` [PATCH -tip RFC v2 18/22] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
` [PATCH -tip RFC v2 19/22] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip RFC v2 20/22] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text
` [PATCH -tip RFC v2 21/22] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip RFC v2 22/22] sched: Use NOKPROBE_SYMBOL macro in sched

[PATCH net-next 1/4] virtio-net: mergeable buffer size should include virtio-net header
 2013-11-16  9:06 UTC  (19+ messages)
` [PATCH net-next 2/4] net: allow > 0 order atomic page alloc in skb_page_frag_refill
` [PATCH net-next 3/4] virtio-net: use per-receive queue page frag alloc for mergeable bufs
` [PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance

[PATCH] virtio-net: mergeable buffer size should include virtio-net header
 2013-11-14 22:23 UTC  (3+ messages)

[PATCH -tip RFC 0/2] kprobes: introduce NOKPROBE_SYMBOL() and prohibit probing on .entry.text
 2013-11-11 21:15 UTC  (7+ messages)
` [PATCH -tip RFC 1/2] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip RFC 2/2] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
  ` Re: [PATCH -tip RFC 0/2] kprobes: introduce NOKPROBE_SYMBOL() and prohibit probing on .entry.text

WorldCIST'14 - World Conference on IST; Submission deadline: November 29
 2013-11-08 14:21 UTC 

Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage
 2013-11-07  4:15 UTC 

[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
 2013-11-07  2:53 UTC  (5+ messages)

[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one()
 2013-11-06 16:02 UTC  (4+ messages)

[RESEND PATCH net-next] virtio-net: switch to use XPS to choose txq
 2013-11-06  3:22 UTC  (2+ messages)

[PATCH V2 RFC 9/9] virtio_scsi: verify if queue is broken after virtqueue_get_buf()
 2013-11-05  1:57 UTC  (3+ messages)

[PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag()
 2013-11-05  1:04 UTC  (6+ messages)
` [PATCH net-next V3 2/2] virtio-net: coalesce rx frags when possible during rx

[virtio-net] BUG: sleeping function called from invalid context at kernel/mutex.c:616
 2013-11-03 14:28 UTC  (6+ messages)

[PATCH 0/3] x86: Support compiling out userspace I/O (iopl and ioperm)
 2013-11-01 17:19 UTC  (17+ messages)
` [PATCH 1/3] x86: process: Unify 32-bit and 64-bit copy_thread I/O bitmap handling
` [PATCH 2/3] x86: tss: Eliminate fragile calculation of TSS segment limit
` [PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)

[PATCH net-next 1/2] net: introduce skb_coalesce_rx_frag()
 2013-11-01  5:37 UTC  (8+ messages)
` [PATCH net-next 2/2] virtio-net: coalesce rx frags when possible during rx

[PATCH net-next V2 1/2] net: introduce skb_coalesce_rx_frag()
 2013-11-01  5:25 UTC  (5+ messages)
` [PATCH net-next V2 2/2] virtio-net: coalesce rx frags when possible during rx

[PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators
 2013-10-30  4:41 UTC  (11+ messages)

[PATCH net] virtio-net: correctly handle cpu hotplug notifier during resuming
 2013-10-30  2:44 UTC  (4+ messages)

[PATCH 07/23] block: Convert bio_for_each_segment() to bvec_iter
 2013-10-29 20:18 UTC 

[PATCH] virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze
 2013-10-29  5:50 UTC  (4+ messages)

[PATCH V2 RFC 0/9] virtio: fix hang(loop) after hot-unplug vlan
 2013-10-29  1:04 UTC  (13+ messages)
` [PATCH V2 RFC 1/9] virtio_ring: change host notification API
` [PATCH V2 RFC 2/9] virtio_ring: let virtqueue_{kick()/notify()} return a bool
` [PATCH V2 RFC 3/9] virtio_net: verify if virtqueue_kick() succeeded
` [PATCH V2 RFC 4/9] virtio_test: "
` [PATCH V2 RFC 5/9] virtio_ring: add new function virtqueue_is_broken()
` [PATCH V2 RFC 6/9] virtio_blk: verify if queue is broken after virtqueue_get_buf()
` [PATCH V2 RFC 7/9] virtio_console: "
` [PATCH V2 RFC 8/9] virtio_net: "
` [PATCH V2 RFC 9/9] virtio_scsi: "

[PATCH V2 RFC 1/9] virtio_ring: change host notification API
 2013-10-28 23:13 UTC  (3+ messages)

[PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators
 2013-10-28 22:44 UTC 

[PATCH] vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter
 2013-10-28 12:41 UTC  (3+ messages)

[WorldCIST'14]: World Conference on IST; Proceedings by Springer
 2013-10-24 11:34 UTC 

QueuePFN peculiarity in virtio-mmio
 2013-10-23  1:07 UTC  (4+ messages)
  ` [edk2] "

[PATCH RFC 0/7] virtio: avoid various hang situations during hot-unplug
 2013-10-23  0:06 UTC  (10+ messages)
` [PATCH RFC 1/7] virtio_ring: add new functions virtqueue{_set_broken()/_is_broken()}
` [PATCH RFC 2/7] s390/virtio_ccw: set virtqueue as broken if host notify failed
` [PATCH RFC 3/7] virtio_net: avoid cpu_relax() call loop in case virtqueue is broken
` [PATCH RFC 4/7] virtio_blk: use dummy virtqueue_notify() to detect host kick error
` [PATCH RFC 5/7] virtio_blk: do not free device id if virtqueue is broken
` [PATCH RFC 6/7] virtio_blk: set request queue as dying in case "
` [PATCH RFC 7/7] virtio_blk: trigger IO errors "

[PATCH net V2 1/2] virtio-net: don't respond to cpu hotplug notifier if we're not ready
 2013-10-18  7:13 UTC  (10+ messages)
` [PATCH net V2 2/2] virtio-net: refill only when device is up during setting queues

patch "virtio: convert bus code to use dev_groups" added to driver-core tree
 2013-10-17  1:41 UTC 

[PATCH net 1/2] virtio-net: don't respond to cpu hotplug notifier if we're not ready
 2013-10-15  3:15 UTC  (6+ messages)
` [PATCH net 2/2] virtio-net: refill only when device is up during setting queues

[CISTI'2014]: Call for Workshops
 2013-10-13 13:15 UTC 

[PATCH 5/8] virtio: convert bus code to use dev_groups
 2013-10-08  1:27 UTC 

Kmemleak: false-positive in vring_add_indirect ?
 2013-10-07  9:22 UTC  (4+ messages)

[net-next PATCH V2] virtio-net: switch to use XPS to choose txq
 2013-10-02  6:15 UTC  (3+ 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).