virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-29 01:51:56 to 2013-11-21 14:45:33 UTC [more...]

[PATCH v2 RFC 0/3] virtio: add new notify() callback to virtio_driver
 2013-11-21 14:45 UTC  (4+ messages)
` [PATCH v2 RFC 1/3] virtio: add "
` [PATCH v2 RFC 2/3] virtio_blk: add virtblk_notify() as virtio_driver's notify() callback
` [PATCH v2 RFC 3/3] virtio_ccw: invoke virtio_driver's notify() on CIO_GONE notification

[PATCH RFC 0/3] virtio: add new notify() callback to virtio_driver
 2013-11-21 14:43 UTC  (10+ messages)
` [PATCH RFC 1/3] virtio: add "
` [PATCH RFC 2/3] virtio_blk: add virtblk_notify() as virtio_driver's notify() callback
` [PATCH RFC 3/3] virtio_ccw: invoke virtio_driver's notify() on CIO_GONE notification

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

[PATCH net 1/3] virtio-net: drop the rest of buffers when we can't allocate skb
 2013-11-21  3:27 UTC  (14+ messages)
` [PATCH net 2/3] virtio-net: fix num calculation on frag skb allocation failure
` [PATCH net 3/3] virtio-net: fix resources leaking when fail to allocate frag skb
` [PATCH RFC] virtio_net: fix error handling for mergeable buffers

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

2014 World Conference on Information Systems and Technologies; Submission: Nov. 29
 2013-11-20 14:22 UTC 

[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist
 2013-11-20  4:21 UTC 

[PATCH net-next 1/4] virtio-net: mergeable buffer size should include virtio-net header
 2013-11-20  2:06 UTC  (20+ 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 -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] 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  (3+ messages)

[PATCH 0/3] x86: Support compiling out userspace I/O (iopl and ioperm)
 2013-11-01 17:19 UTC  (15+ 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  (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).