virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-10-04 11:20:54 to 2007-11-14 16:06:43 UTC [more...]

[PATCH] Remove pagesize parameter from vring_init/vring_size
 2007-11-14 16:06 UTC 

[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
 2007-11-14  0:00 UTC  (22+ messages)
` [PATCH 01/12] paravirt: refactor struct paravirt_ops into smaller pv_*_ops
` [PATCH 02/12] paravirt: clean up lazy mode handling
` [PATCH 03/12] remove dead code in pgtable_cache_init
` [PATCH 04/12] Clean up duplicate includes in arch/i386/xen/
` [PATCH 05/12] xen: yield to IPI target if necessary
` [PATCH 06/12] xen: add batch completion callbacks
` [PATCH 07/12] xen: deal with stale cr3 values when unpinning pagetables
` [PATCH 08/12] xen: lock pte pages while pinning/unpinning
` [PATCH 09/12] xen: ask the hypervisor how much space it needs reserved
` [PATCH 10/12] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
` [PATCH 11/12] xen: add some debug output for failed multicalls
` [PATCH 12/12] xfs: eagerly remove vmap mappings to avoid upsetting Xen
` [stable] [PATCH 00/12] xen/paravirt_ops patches for 2.6.24

[PATCH 1/24] mm/sparse-vmemmap.c: make sure init_mm is included
 2007-11-13 20:26 UTC  (40+ messages)
  ` [PATCH 2/24] irqflags consolidation
    ` [PATCH 3/24] consolidate spinlock.h
      ` [PATCH 4/24] tlb functions consolidation
        ` [PATCH 5/24] smp x86 consolidation
          ` [PATCH 6/24] Add debugreg/load_rsp native hooks
            ` [PATCH 7/24] consolidate msr.h
              ` [PATCH 8/24] consolidate system.h
                ` [PATCH 9/24] Wipe out traditional opt from x86_64 Makefile
                  ` [PATCH 10/24] paravirt hooks at entry functions
                    ` [PATCH 11/24] read/write_crX, clts and wbinvd for 64-bit paravirt
                      ` [PATCH 12/24] provide native irq initialization function
                        ` [PATCH 13/24] report ring kernel is running without paravirt
                          ` [PATCH 14/24] export math_state_restore
                            ` [PATCH 15/24] native versions for set pagetables
                              ` [PATCH 16/24] add native functions for descriptors handling
                                ` [PATCH 17/24] This patch add provisions for time related functions so they
                                  ` [PATCH 18/24] export cpu_gdt_descr
                                    ` [PATCH 19/24] turn priviled operation into a macro in head_64.S
                                        ` [PATCH 20/24] tweak io_64.h for paravirt
                                        ` [PATCH 21/24] native versions for page table entries values
                                          ` [PATCH 22/24] prepare x86_64 architecture initialization for paravirt
                                            ` [PATCH 23/24] consolidation of paravirt for 32 and 64 bits
                                              ` [PATCH 24/24] make vsmp a paravirt client
` [kvm-devel] [PATCH 0/24] paravirt_ops for unified x86 - that's me again!

Use of virtio device IDs
 2007-11-13 13:59 UTC  (12+ messages)

[PATCH] virtio: fix module/device unloading
 2007-11-13  6:35 UTC 

[PATCH] Change virtio_pci to use a shared memory area for config
 2007-11-13  3:30 UTC 

[PATCH] Change virtio_pci to use a shared memory area for config
 2007-11-12  7:51 UTC  (2+ messages)

[PULL] lguest and virtio fixes
 2007-11-12  3:32 UTC 

[PATCH] virtio_pci updates
 2007-11-10 22:12 UTC  (2+ messages)
` [PATCH] Fix 9p virtio transport compile

virtio config_ops refactoring
 2007-11-10 22:08 UTC  (16+ messages)
    ` [PATCH] "
                ` [Lguest] "

[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
 2007-11-09 18:42 UTC 

[PATCH 0/3] virtio PCI driver
 2007-11-09 11:03 UTC  (16+ messages)
  ` [PATCH 1/3] Export vring functions for modules to use
      ` [PATCH 2/3] Put the virtio under the virtualization menu
          ` [PATCH 3/3] virtio PCI device

[PATCH][VIRTIO] Fix vring_init() ring computations
 2007-11-08  2:25 UTC  (4+ messages)

[PATCH] Fix used_idx wrap-around in virtio
 2007-11-07 21:49 UTC 

virtio config_ops refactoring
 2007-11-06 17:48 UTC 

Use of virtio device IDs
 2007-11-06 17:16 UTC 

[PATCH 3/16] read/write_crX, clts and wbinvd for 64-bit paravirt
 2007-11-02  1:21 UTC  (4+ messages)
  ` [Lguest] "

[PATCH 3/16] read/write_crX, clts and wbinvd for 64-bit paravirt
 2007-11-01 16:07 UTC 

[PATCH 1/16] Wipe out traditional opt from x86_64 Makefile
 2007-11-01 15:30 UTC  (22+ messages)
  ` [PATCH 2/16] paravirt hooks at entry functions
    ` [PATCH 3/16] read/write_crX, clts and wbinvd for 64-bit paravirt
      ` [PATCH 4/16] provide native irq initialization function
        ` [PATCH 5/16] report ring kernel is running without paravirt
          ` [PATCH 6/16] export math_state_restore
            ` [PATCH 7/16] native versions for set pagetables
              ` [PATCH 8/16] add native functions for descriptors handling
                ` [PATCH 9/16] This patch add provisions for time related functions so they
                  ` [PATCH 10/16] export cpu_gdt_descr
                    ` [PATCH 11/16] turn priviled operation into a macro in head_64.S
                      ` [PATCH 12/16] tweak io_64.h for paravirt
                        ` [PATCH 13/16] native versions for page table entries values
                          ` [PATCH 14/16] prepare x86_64 architecture initialization for paravirt
                            ` [PATCH 15/16] consolidation of paravirt for 32 and 64 bits
                              ` [PATCH 16/16] make vsmp a paravirt client

[PATCH 0/7] (Re-)introducing pvops for x86_64 - Real pvops work part
 2007-10-31 19:14 UTC 

[PATCH 1/7] irqflags consolidation
 2007-10-31 19:13 UTC  (7+ messages)
  ` [PATCH 2/7] consolidate spinlock.h
    ` [PATCH 3/7] tlb functions consolidation
      ` [PATCH 4/7] smp x86 consolidation
        ` [PATCH 5/7] Add debugreg/load_rsp native hooks
          ` [PATCH 6/7] consolidate apic.h functions
            ` [PATCH 7/7] consolidate msr.h

[PATCH 0/7] (Re-)introducing pvops for x86_64 - Consolidation part
 2007-10-31 19:13 UTC 

[git pull] lguest: paravirt boot code
 2007-10-25 22:41 UTC  (9+ messages)

[git pull] lguest: paravirt boot code
 2007-10-22  2:37 UTC 

LFENCE instruction (was: [rfc][patch 3/3] x86: optimise barriers)
 2007-10-17 12:28 UTC  (2+ messages)

[PATCH RFC REPOST 1/2] paravirt: refactor struct paravirt_ops into smaller pv_*_ops
 2007-10-15 19:23 UTC  (8+ messages)

[PATCH 00/10] REVIEW: Xen patches for 2.6.24
 2007-10-12 21:11 UTC  (11+ messages)
` [PATCH 01/10] remove dead code in pgtable_cache_init
` [PATCH 02/10] Clean up duplicate includes in arch/i386/xen/
` [PATCH 03/10] xen: yield to IPI target if necessary
` [PATCH 04/10] xen: add batch completion callbacks
` [PATCH 05/10] xen: deal with stale cr3 values when unpinning pagetables
` [PATCH 06/10] xen: lock pte pages while pinning/unpinning
` [PATCH 07/10] xen: ask the hypervisor how much space it needs reserved
` [PATCH 08/10] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
` [PATCH 09/10] xen: add some debug output for failed multicalls
` [PATCH 10/10] xfs: eagerly remove vmap mappings to avoid upsetting Xen

[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
 2007-10-11 14:17 UTC  (9+ messages)
` [patch 32/43] lguest: Virtio interface
` [Lguest] [patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)

[PATCH RFC REPOST 2/2] paravirt: clean up lazy mode handling
 2007-10-09 18:24 UTC 

[kvm-devel] [RFC] KVM Source layout Proposal to accommodate new CPU architecture
 2007-10-08  9:57 UTC  (2+ messages)
                        ` [kvm-devel] [RFC] KVM Source layout Proposal to accommodate newCPU architecture

[PATCH 0/5] Boot protocol changes
 2007-10-04 11:20 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).