virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-03-26 17:03:03 to 2008-04-18 14:08:04 UTC [more...]

[0/6] [NET]: virtio SG/TSO patches
 2008-04-18 14:08 UTC  (8+ messages)
` [1/6] [TUN]: Add GSO support
  ` [2/6] [TUN]: Add GSO detection
    ` [3/6] [TUN]: Fix GSO mapping
      ` [4/6] [KVM] virtio-net: Add SG/GSO support
        ` [5/6] [VIRTIO] net: Add ethtool ops for SG/GSO
          ` [6/6] [VIRTIO] net: Allow receiving SG packets

[PATCH 1/5] virtio: put last_used and last_avail index into ring itself
 2008-04-18 11:46 UTC  (9+ messages)
  ` [PATCH 2/5] /dev/vring: simple userspace-kernel ringbuffer interface
    ` [PATCH 3/5] /dev/vring limit and base ioctls
      ` [PATCH 4/5] tun: vringfd receive support
        ` [PATCH 5/5] tun: vringfd xmit support

[PATCH 1/2] KVM: Expose get_eoi_gsi() for IRQ acking by PCI passthrough devices
 2008-04-18  8:46 UTC  (9+ messages)
  ` [PATCH 2/2] KVM: Handle interrupts for "
    ` [PATCH 1/1] QEMU/KVM: Support for PCI Passthrough
    ` [kvm-devel] [PATCH 2/2] KVM: Handle interrupts for PCI passthrough devices
        ` [kvm-devel] [PATCH 1/1] QEMU/KVM: Support for PCI Passthrough
  ` [kvm-devel] [PATCH 1/2] KVM: Expose get_eoi_gsi() for IRQ acking by PCI passthrough devices

[PATCH 0/5] High-speed tun receive and xmit
 2008-04-18  4:33 UTC 

virtio: wean net driver off NETDEV_TX_BUSY
 2008-04-18  4:17 UTC 

[PATCH] add virtio disk geometry feature
 2008-04-17 14:37 UTC  (5+ messages)

[Reminder] Call for Presentations: KVM Forum 2008
 2008-04-17 14:02 UTC 

[PATCH] kvm: move kvmclock initialization inside kvm_guest_init
 2008-04-16 17:29 UTC 

[PATCH] kvm: move kvmclock initialization inside kvm_guest_init
 2008-04-16 16:59 UTC 

[PATCH RFC 2/5] vringfd base/offset
 2008-04-12 18:19 UTC  (22+ messages)
  ` [PATCH RFC 3/5] tun: vringfd receive support
    ` [PATCH RFC 4/5] tun: vringfd xmit support
      ` [PATCH RFC 5/5] lguest support
` [PATCH RFC 1/5] vringfd syscall

[PATCH] xen: Enable Xen console by default in domU
 2008-04-11  8:59 UTC  (3+ messages)

[PATCH] use NR_IRQS for irq count
 2008-04-10  9:11 UTC  (4+ messages)

PCI Passthrough support for KVM
 2008-04-10  9:09 UTC 

PCI Passthrough support for KVM
 2008-04-10  8:48 UTC 

[PATCH 01/23] ia64/xen: introduce synch bitops which is necessary for ia64/xen support
 2008-04-09  9:01 UTC  (25+ messages)
` [PATCH 02/23] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 03/23] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
` [PATCH 04/23] ia64/xen: define several constants for ia64/xen
` [PATCH 05/23] ia64/xen: define helper functions for xen related address conversion
` [PATCH 06/23] ia64/xen: define helper functions for xen hypercalls
` [PATCH 07/23] ia64/xen: implement the arch specific part of xencomm
` [PATCH 08/23] ia64/xen: xencomm conversion functions for hypercalls
` [PATCH 09/23] ia64/xen: implement arch specific part of xen grant table
` [PATCH 10/23] ia64/xen: add definitions necessary for xen event channel
` [PATCH 11/23] ia64/xen: detect xen environment and do minimal initialization
` [PATCH 12/23] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
` [PATCH 13/23] ia64/pv_ops/xen: define xen pv_cpu_ops
` [PATCH 14/23] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code
` [PATCH 15/23] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
` [PATCH 16/23] ia64/pv_ops/xen: paravirtualize ivt.S "
` [PATCH 17/23] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
` [PATCH 18/23] ia64/pv_ops/xen: implement xen pv_iosapic_ops
` [PATCH 19/23] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
` [PATCH 20/23] ia64/pv_ops/xen: implement xen pv_irq_ops
` [PATCH 21/23] ia64/pv_ops/xen: implement xen pv_time_ops
` [PATCH 22/23] ia64/xen: define xen machine vector for domU
` [PATCH 23/23] ia64/pv_ops: update Kconfig for paravirtualized guest and xen

[PATCH 00/23] ia64/xen domU take 4
 2008-04-09  4:50 UTC 

[PATCH 01/15] ia64: preparation: remove extern in irq_ia64.c
 2008-04-09  4:49 UTC  (15+ messages)
` [PATCH 02/15] ia64/pv_ops: preparation: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly
` [PATCH 03/15] ia64/pv_ops: preparation: introduce ia64_get_psr_i() "
` [PATCH 04/15] ia64/pv_ops: introduce pv_info which describes some random info
` [PATCH 05/15] ia64/pv_ops: introduce pv_cpu_ops to paravirtualize privileged instructions
` [PATCH 06/15] ia64/pv_ops: preparation for paravirtulization of hand written assembly code
` [PATCH 07/15] ia64/pv_ops: define paravirtualized instructions for native
` [PATCH 08/15] ia64/pv_ops: paravirtualize minstate.h
` [PATCH 09/15] ia64/pv_ops: paravirtualize ivt.S
` [PATCH 10/15] ia64/pv_ops: paravirtualize entry.S
` [PATCH 11/15] ia64/pv_ops: paravirtualize NR_IRQS
` [PATCH 12/15] ia64/pv_ops: define initialization hooks, pv_init_ops, for paravirtualized environment
` [PATCH 13/15] ia64/pv_ops: add hooks, pv_iosapic_ops, to paravirtualize iosapic
` [PATCH 14/15] ia64/pv_ops: add hooks, pv_irq_ops, to paravirtualized irq related operations
` [PATCH 15/15] ia64/pv_ops: add to hooks, pv_time_ops, for steal time accounting

[PATCH 00/15] RFC: ia64/pv_ops take 4
 2008-04-09  4:48 UTC 

Call for Presentations: KVM Forum 2008
 2008-04-08  2:05 UTC 

[PATCH RFC 4/5] tun: vringfd xmit support
 2008-04-08  1:51 UTC  (3+ messages)

Call for Presentations: KVM Forum 2008
 2008-04-08  0:17 UTC 

[PATCH RFC 1/5] vringfd syscall
 2008-04-07 22:34 UTC 

[PATCH] virtio_net: remove overzealous printk
 2008-04-07 20:33 UTC 

[PATCH] virtio: remove overzealous BUG_ON
 2008-04-07 20:09 UTC  (4+ messages)

[PATCHv3 1/3] x86: use ELF format in compressed images
 2008-04-06 17:34 UTC  (6+ messages)

KVM developer forum 2008 - registration is now open
 2008-04-06 16:41 UTC 

[kvm-devel] [Patch][00/18] kvm-ia64 for kernel V10
 2008-04-06  9:08 UTC 

kernel BUG at drivers/virtio/virtio_ring.c:218!
 2008-04-06  8:13 UTC  (4+ messages)

[PATCH RFC 1/5] vringfd syscall
 2008-04-06  3:03 UTC  (3+ messages)

[PATCH] xen: Enable Xen console by default in domU
 2008-04-04 14:59 UTC 

[02/17][PATCH] Implement smp_call_function_mask for ia64 - V8
 2008-04-02 23:48 UTC  (6+ messages)

xen: Make hvc0 the preferred console in domU
 2008-04-02 17:01 UTC  (5+ messages)

[RFC/PATCH 00/15 v3] kvm on big iron
 2008-04-02 10:20 UTC  (4+ messages)
    ` [RFC/PATCH 05/15 v3] kvm-s390: s390 arch backend for the kvm kernel module
    ` [RFC/PATCH 07/15 v3] kvm-s390: interrupt subsystem, cpu timer, waitpsw

[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
 2008-04-01 15:26 UTC 

[13/18] KVM:IA64: Add optimization for some virtulization faults V9
 2008-04-01 15:14 UTC 

[04/17] [PATCH] Add kvm arch-specific core code for kvm/ia64.-V8
 2008-04-01 11:49 UTC  (5+ messages)

[07/17][PATCH] kvm/ia64: Add TLB virtulization support.-V8
 2008-04-01  8:49 UTC 

[01/17]PATCH Add API for allocating dynamic TR resouce. V8
 2008-04-01  7:48 UTC  (3+ messages)

[05/17][PATCH] kvm/ia64 : Add head files for kvm/ia64
 2008-03-31 15:34 UTC  (2+ messages)

[PATCH 01/12] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs
 2008-03-31 15:01 UTC  (23+ messages)
` [PATCH 02/12] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs
` [PATCH 03/12] xen: add missing definitions for xen grant table "
` [PATCH 04/12] xen: add missing definitions in include/xen/interface/vcpu.h "
` [PATCH 05/12] xen: move features.c from arch/x86/xen/features.c to drivers/xen
` [PATCH 06/12] xen: Move events.c to drivers/xen for IA64/Xen support
` [PATCH 07/12] Xen: Make events.c portable for ia64/xen support
` [PATCH 08/12] xen: add resend_irq_on_evtchn() definition into events.c
` [PATCH 09/12] xen: make include/xen/page.h portable moving those definitions under asm dir
` [PATCH 10/12] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one
` [PATCH 11/12] xen: make grant table arch portable
` [PATCH 12/12] xen: import arch generic part of xencomm

[03/15][PATCH] kvm/ia64: Add header files for kvm/ia64. V8
 2008-03-31 13:46 UTC  (2+ messages)

[17/17][PATCH] kvm/ia64: How to boot up guests on kvm/ia64 -V8
 2008-03-31 10:51 UTC 

[kvm-ia64-devel] [09/17] [PATCH] kvm/ia64: Add mmio decoder for kvm/ia64
 2008-03-30 14:34 UTC 

[kvm-ia64-devel] [02/17][PATCH] Implement smp_call_function_mask for ia64
 2008-03-30 11:42 UTC 

[17/17][PATCH] kvm/ia64: How to boot up guests on kvm/ia64
 2008-03-28 14:40 UTC 

[12/17][PATCH] kvm/ia64: add optimization for some virtulization faults
 2008-03-28 14:34 UTC 

[11/17][PATCH] kvm/ia64: add processor virtulization support
 2008-03-28 14:06 UTC 

[08/17][PATCH] kvm/ia64: Add interruption vector table for vmm
 2008-03-28 13:02 UTC 

[14/17][PATCH] kvm/ia64: Add guest interruption injection support
 2008-03-28 12:36 UTC 

[PATCH 00/12] Xen arch portability patches (take 4)
 2008-03-28 11:40 UTC 

[PULL] virtio_pci rmmod fix and lguest documentation/comment updates
 2008-03-28  0:16 UTC 

[kvm-ppc-devel] virtio network traffic issues
 2008-03-26 17:03 UTC  (2+ 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).