Linux Virtualization
[Prev Page][Next Page]
[PATCH] virtio: pci: remove unnecessary pci_set_drvdata(),
Jingoo Han
[PATCH v2 RFC 0/3] virtio: add new notify() callback to virtio_driver,
Heinz Graalfs
[PATCH RFC 0/3] virtio: add new notify() callback to virtio_driver,
Heinz Graalfs
[PATCH net 1/3] virtio-net: drop the rest of buffers when we can't allocate skb,
Jason Wang
[PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist,
Masami Hiramatsu
- [PATCH -tip v3 01/23] kprobes: Prohibit probing on .entry.text code, Masami Hiramatsu
- [PATCH -tip v3 03/23] kprobes: Show blacklist entries via debugfs, Masami Hiramatsu
- [PATCH -tip v3 04/23] kprobes: Support blacklist functions in module, Masami Hiramatsu
- [PATCH -tip v3 02/23] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist, Masami Hiramatsu
- [PATCH -tip v3 05/23] kprobes: Use NOKPROBE_SYMBOL() in sample modules, Masami Hiramatsu
- [PATCH -tip v3 06/23] kprobes/x86: Allow probe on some kprobe preparation functions, Masami Hiramatsu
- [PATCH -tip v3 07/23] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes, Masami Hiramatsu
- [PATCH -tip v3 08/23] kprobes: Allow probe on some kprobe functions, Masami Hiramatsu
- [PATCH -tip v3 09/23] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes, Masami Hiramatsu
- [PATCH -tip v3 10/23] ftrace/kprobes: Allow probing on some preparation functions, Masami Hiramatsu
- [PATCH -tip v3 11/23] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace, Masami Hiramatsu
- [PATCH -tip v3 12/23] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint, Masami Hiramatsu
- [PATCH -tip v3 13/23] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c, Masami Hiramatsu
- [PATCH -tip v3 14/23] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c, Masami Hiramatsu
- [PATCH -tip v3 15/23] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c, Masami Hiramatsu
- [PATCH -tip v3 16/23] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers, Masami Hiramatsu
- [PATCH -tip v3 17/23] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c, Masami Hiramatsu
- [PATCH -tip v3 19/23] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*, Masami Hiramatsu
- [PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c, Masami Hiramatsu
- [PATCH -tip v3 20/23] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text, Masami Hiramatsu
- [PATCH -tip v3 21/23] notifier: Use NOKPROBE_SYMBOL macro in notifier, Masami Hiramatsu
- [PATCH -tip v3 22/23] sched: Use NOKPROBE_SYMBOL macro in sched, Masami Hiramatsu
- [PATCH -tip v3 23/23] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text, Masami Hiramatsu
- Re: [PATCH -tip v3 00/23] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist, Frank Ch. Eigler
[PATCH net] virtio-net: fix page refcnt leaking when fail to allocate frag skb,
Jason Wang
[PATCH -tip RFC v2 00/22] kprobes: introduce NOKPROBE_SYMBOL() and general cleaning of kprobe blacklist,
Masami Hiramatsu
- [PATCH -tip RFC v2 01/22] kprobes: Prohibit probing on .entry.text code, Masami Hiramatsu
- [PATCH -tip RFC v2 03/22] kprobes: Show blacklist entries via debugfs, Masami Hiramatsu
- [PATCH -tip RFC v2 02/22] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist, Masami Hiramatsu
- [PATCH -tip RFC v2 04/22] kprobes: Support blacklist functions in module, Masami Hiramatsu
- [PATCH -tip RFC v2 05/22] kprobes: Use NOKPROBE_SYMBOL() in sample modules, Masami Hiramatsu
- [PATCH -tip RFC v2 06/22] kprobes/x86: Allow probe on some kprobe preparation functions, Masami Hiramatsu
- [PATCH -tip RFC v2 07/22] kprobes/x86: Use NOKPROBE_SYMBOL instead of __kprobes, Masami Hiramatsu
- [PATCH -tip RFC v2 08/22] kprobes: Allow probe on some kprobe functions, Masami Hiramatsu
- [PATCH -tip RFC v2 09/22] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes, Masami Hiramatsu
- [PATCH -tip RFC v2 10/22] ftrace/kprobes: Allow probing on some preparation functions, Masami Hiramatsu
- [PATCH -tip RFC v2 11/22] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace, Masami Hiramatsu
- [PATCH -tip RFC v2 12/22] x86/hw_breakpoint: Use NOKPROBE_SYMBOL macro in hw_breakpoint, Masami Hiramatsu
- [PATCH -tip RFC v2 13/22] x86/trap: Use NOKPROBE_SYMBOL macro in trap.c, Masami Hiramatsu
- [PATCH -tip RFC v2 14/22] x86/fault: Use NOKPROBE_SYMBOL macro in fault.c, Masami Hiramatsu
- [PATCH -tip RFC v2 15/22] x86/alternative: Use NOKPROBE_SYMBOL macro in alternative.c, Masami Hiramatsu
- [PATCH -tip RFC v2 16/22] x86/nmi: Use NOKPROBE_SYMBOL macro for nmi handlers, Masami Hiramatsu
- [PATCH -tip RFC v2 18/22] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c, Masami Hiramatsu
- [PATCH -tip RFC v2 17/22] x86/kvm: Use NOKPROBE_SYMBOL macro in kvm.c, Masami Hiramatsu
- [PATCH -tip RFC v2 19/22] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*, Masami Hiramatsu
- [PATCH -tip RFC v2 20/22] [BUGFIX] kprobes: Prohibit probing on func_ptr_is_kernel_text, Masami Hiramatsu
- [PATCH -tip RFC v2 21/22] notifier: Use NOKPROBE_SYMBOL macro in notifier, Masami Hiramatsu
- [PATCH -tip RFC v2 22/22] sched: Use NOKPROBE_SYMBOL macro in sched, Masami Hiramatsu
[PATCH] virtio-net: mergeable buffer size should include virtio-net header,
Michael Dalton
[PATCH net-next 1/4] virtio-net: mergeable buffer size should include virtio-net header,
Michael Dalton
[PATCH -tip RFC 0/2] kprobes: introduce NOKPROBE_SYMBOL() and prohibit probing on .entry.text,
Masami Hiramatsu
Xen PV ABI on FPU doesn't match with pvops kernel FPU code, reducing to a serious memory data damage, Zhu Yanhai
[RESEND PATCH net-next] virtio-net: switch to use XPS to choose txq,
Jason Wang
[virtio_blk] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:526 sysfs_add_one(),
Fengguang Wu
[PATCH V2 RFC 9/9] virtio_scsi: verify if queue is broken after virtqueue_get_buf(),
Heinz Graalfs
[PATCH net-next V3 1/2] net: introduce skb_coalesce_rx_frag(),
Jason Wang
[PATCH net-next V2 1/2] net: introduce skb_coalesce_rx_frag(),
Jason Wang
[PATCH net-next 1/2] net: introduce skb_coalesce_rx_frag(),
Jason Wang
[PATCH 07/23] block: Convert bio_for_each_segment() to bvec_iter, Kent Overstreet
[PATCH net] virtio-net: correctly handle cpu hotplug notifier during resuming,
Jason Wang
[PATCH net-next] virtio_net: migrate mergeable rx buffers to page frag allocators,
Michael Dalton
[PATCH V2 RFC 1/9] virtio_ring: change host notification API,
Heinz Graalfs
[PATCH] virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze,
Asias He
[PATCH] vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter,
Nicholas A. Bellinger
[PATCH V2 RFC 0/9] virtio: fix hang(loop) after hot-unplug vlan,
Heinz Graalfs
[WorldCIST'14]: World Conference on IST; Proceedings by Springer, Maria Lemos
QueuePFN peculiarity in virtio-mmio,
Laszlo Ersek
[PATCH RFC 0/7] virtio: avoid various hang situations during hot-unplug,
Heinz Graalfs
[PATCH 0/3] x86: Support compiling out userspace I/O (iopl and ioperm),
Josh Triplett
[virtio-net] BUG: sleeping function called from invalid context at kernel/mutex.c:616,
Fengguang Wu
patch "virtio: convert bus code to use dev_groups" added to driver-core tree, gregkh
[PATCH net V2 1/2] virtio-net: don't respond to cpu hotplug notifier if we're not ready,
Jason Wang
[PATCH net 1/2] virtio-net: don't respond to cpu hotplug notifier if we're not ready,
Jason Wang
[PATCH 5/8] virtio: convert bus code to use dev_groups, Greg Kroah-Hartman
Kmemleak: false-positive in vring_add_indirect ?,
Christoph Paasch
[net-next PATCH V2] virtio-net: switch to use XPS to choose txq,
Jason Wang
[PATCH net-next] virtio-net: switch to use XPS to choose txq,
Jason Wang
[PULL] vhost: minor changes on top of 3.12-rc1, Michael S. Tsirkin
CFP: IEEE/ACM Int. Symp. on Cluster, Cloud and Grid Computing (CCGrid'14) -- Chicago May 26-29, 2014, Ioan Raicu
[PATCH] vhost/scsi: use vmalloc for order-10 allocation,
Michael S. Tsirkin
CFP: The 23nd International ACM Symposium on, High-Performance Parallel and Distributed Computing (HPDC) 2014 -- in Vancouver Canada., Ioan Raicu
[RFC PATCH v2 22/25] smp, x86: kill SMP single function call interrupt, Jiang Liu
[RFC PATCH v2 21/25] smp, tile: kill SMP single function call interrupt, Jiang Liu
[PATCH 0/2] virtio: Replace CONFIG_PM with CONFIG_PM_SLEEP,
Aaron Lu
[PATCH] virtio_pci: pm: Use CONFIG_PM_SLEEP instead of CONFIG_PM,
Aaron Lu
CFP: WorldCIST'14 - World Conference on IST; Best papers published in ISI Journals, Maria Lemos
[PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.,
Sudeep Dutt
- [PATCH RESEND v3 1/7] Intel MIC Host Driver for X100 family., Sudeep Dutt
- [PATCH RESEND v3 3/7] Intel MIC Host Driver, card OS state management., Sudeep Dutt
- [PATCH RESEND v3 2/7] Intel MIC Host Driver Interrupt/SMPT support., Sudeep Dutt
- [PATCH RESEND v3 4/7] Intel MIC Card Driver for X100 family., Sudeep Dutt
- [PATCH RESEND v3 5/7] Intel MIC Host Driver Changes for Virtio Devices., Sudeep Dutt
- [PATCH RESEND v3 6/7] Intel MIC Card Driver Changes for Virtio Devices., Sudeep Dutt
- [PATCH RESEND v3 7/7] Sample Implementation of Intel MIC User Space Daemon., Sudeep Dutt
- Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors., Joe Perches
- Re: [PATCH RESEND v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors., Greg Kroah-Hartman
[PATCHv2] tracing/events: Add bounce tracing to swiotbl,
Zoltan Kiss
Re: [PATCH] drivers/vhost/scsi.c: avoid a 10-order allocation,
Michael S. Tsirkin
[PATCH] Add an entry in MAINTAINERS for VMware's hypervisor interface,
Alok Kataria
CFP: ACM MTAGS 2013 @ SC13 -- deadline extension to 09/15/13 & Journal SI in IEEE Transaction on Cloud Computing, Ioan Raicu
[PATCH V3 0/6] vhost code cleanup and minor enhancement,
Jason Wang
[PATCH V2 0/6] vhost code cleanup and minor enhancement,
Jason Wang
[PATCH] virtio-net: Set RXCSUM feature if GUEST_CSUM is available,
Thomas Huth
[PATCH V13 0/4] Paravirtualized ticket spinlocks for KVM host,
Raghavendra K T
Virtio-net, ethtool and rx-checksumming, Thomas Huth
[PATCH] tracing/events: Add bounce tracing to swiotbl-xen,
Zoltan Kiss
[PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors.,
Sudeep Dutt
- [PATCH v3 1/7] Intel MIC Host Driver for X100 family., Sudeep Dutt
- [PATCH v3 4/7] Intel MIC Card Driver for X100 family., Sudeep Dutt
- [PATCH v3 6/7] Intel MIC Card Driver Changes for Virtio Devices., Sudeep Dutt
- [PATCH v3 2/7] Intel MIC Host Driver Interrupt/SMPT support., Sudeep Dutt
- [PATCH v3 3/7] Intel MIC Host Driver, card OS state management., Sudeep Dutt
- [PATCH v3 5/7] Intel MIC Host Driver Changes for Virtio Devices., Sudeep Dutt
- [PATCH v3 7/7] Sample Implementation of Intel MIC User Space Daemon., Sudeep Dutt
- Re: [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors., Sudeep Dutt
- Re: [PATCH v3 0/7] Enable Drivers for Intel MIC X100 Coprocessors., Sudeep Dutt
updated: kvm PCI todo wiki,
Michael S. Tsirkin
[PATCH] VMXNET3: Add support for virtual IOMMU,
Andy King
[PATCH 0/2] VMCI: Add support for virtual IOMMU,
Andy King
[PATCH-v3 0/4] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12,
Nicholas A. Bellinger
[PATCH] xen: initialize xen panic handler for PVHVM,
Vaughan Cao
[PATCH 0/6] vhost code cleanup and minor enhancement,
Jason Wang
CFP: WorldCIST'14 - World Conference on IST; Best papers published in JCR/ISI Journals, WorldCIST
[PATCH] vhost: Drop linux/socket.h,
Asias He
[PATCH V13 00/14] Paravirtualized ticket spinlocks,
Raghavendra K T
- [PATCH V13 01/14] x86/spinlock: Replace pv spinlocks with pv ticketlocks, Raghavendra K T
- [PATCH V13 02/14] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks, Raghavendra K T
- [PATCH V13 03/14] x86/ticketlock: Collapse a layer of functions, Raghavendra K T
- [PATCH V13 04/14] xen: Defer spinlock setup until boot CPU setup, Raghavendra K T
- [PATCH V13 05/14] xen/pvticketlock: Xen implementation for PV ticket locks, Raghavendra K T
- [PATCH V13 08/14] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2, Raghavendra K T
- [PATCH V13 09/14] jump_label: Split jumplabel ratelimit, Raghavendra K T
- [PATCH V13 07/14] x86/pvticketlock: Use callee-save for lock_spinning, Raghavendra K T
- [PATCH V13 11/14] xen/pvticketlock: Allow interrupts to be enabled while blocking, Raghavendra K T
- [PATCH V13 06/14] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks, Raghavendra K T
- [PATCH V13 12/14] kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi, Raghavendra K T
- [PATCH V13 10/14] x86/ticketlock: Add slowpath logic, Raghavendra K T
- [PATCH V13 14/14] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor, Raghavendra K T
- [PATCH V13 13/14] kvm guest : Add configuration support to enable debug information for KVM Guests, Raghavendra K T
[PATCH v2 0/7] Enable Drivers for Intel MIC X100 Coprocessors.,
Sudeep Dutt
[PATCH 07/22] block: Convert bio_for_each_segment() to bvec_iter, Kent Overstreet
[PATCH V12 0/5] Paravirtualized ticket spinlocks for KVM host,
Raghavendra K T
[PATCH V12 0/14] Paravirtualized ticket spinlocks,
Raghavendra K T
- [PATCH V12 1/14] x86/spinlock: Replace pv spinlocks with pv ticketlocks, Raghavendra K T
- [PATCH V12 2/14] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks, Raghavendra K T
- [PATCH V12 3/14] x86/ticketlock: Collapse a layer of functions, Raghavendra K T
- [PATCH V12 4/14] xen: Defer spinlock setup until boot CPU setup, Raghavendra K T
- [PATCH V12 5/14] xen/pvticketlock: Xen implementation for PV ticket locks, Raghavendra K T
- [PATCH V12 6/14] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks, Raghavendra K T
- [PATCH V12 7/14] x86/pvticketlock: Use callee-save for lock_spinning, Raghavendra K T
- [PATCH V12 8/14] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2, Raghavendra K T
- [PATCH V12 9/14] jump_label: Split out rate limiting from jump_label.h, Raghavendra K T
- [PATCH V12 10/14] x86/ticketlock: Add slowpath logic, Raghavendra K T
- [PATCH V12 11/14] xen/pvticketlock: Allow interrupts to be enabled while blocking, Raghavendra K T
- [PATCH V12 12/14] kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapi, Raghavendra K T
- [PATCH V12 13/14] kvm guest : Add configuration support to enable debug information for KVM Guests, Raghavendra K T
- [PATCH V12 14/14] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor, Raghavendra K T
- Re: [PATCH V12 0/14] Paravirtualized ticket spinlocks, H. Peter Anvin
- Re: [PATCH V12 0/14] Paravirtualized ticket spinlocks, H. Peter Anvin
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory,
Chen Gang
[PATCH V3 0/3] networking: Use ETH_ALEN where appropriate,
Joe Perches
[PATCH V2 0/3] networking: Use ETH_ALEN where appropriate,
Joe Perches
[PATCH 0/5] Enable Drivers for Intel MIC X100 Coprocessors.,
Sudeep Dutt
[PATCH] virtio-scsi: Fix virtqueue affinity setup,
Asias He
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference,
Rafael J. Wysocki
Re: [PATCH] kexec/kdump implementation for Xen PV domU,
Greg KH
[PATCH 0/3] networking: Use ETH_ALEN where appropriate,
Joe Perches
Re: Merge of "virtio_net: fix race in RX VQ processing" for linux-3.2.48,
Ben Hutchings
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]