virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-11-08 02:46:32 to 2007-12-05 15:08:30 UTC [more...]

[PATCH 0/9 - v2] Integrate system.h
 2007-12-05 15:08 UTC  (7+ messages)
` [PATCH 1/9] remove volatile keyword from clflush
  ` [PATCH 2/9] put together equal pieces of system.h
    ` [PATCH 3/9] unify load_segment macro
      ` [PATCH 4/9] remove references to cr8 register
        ` [PATCH 5/9] unify paravirt parts of system.h
          ` [PATCH 6/9] remove unused macro

Next steps with pv_ops for Xen
 2007-12-05 14:30 UTC  (30+ messages)
  `  "
                  ` [Xen-devel] "

[PATCH 0/8] Integrate system.h
 2007-12-04 22:14 UTC  (13+ messages)
` [PATCH 1/8] remove volatile keyword from clflush
  ` [PATCH 2/8] put together equal pieces of system.h
    ` [PATCH 3/8] unify load_segment macro
      ` [PATCH 4/8] unify paravirt parts of system.h
        ` [PATCH 5/8] remove unused macro
          ` [PATCH 6/8] unify smp parts of system.h
            ` [PATCH 7/8] move switch_to macro to system.h
              ` [PATCH 8/8] unify system.h

[PATCH 0/10 - V2] msr.h integration - fixups
 2007-12-04 20:43 UTC  (12+ messages)
` [PATCH 1/10] Wipe out traditional opt from x86_64 Makefile
  ` [PATCH 2/10] unify msr smp funcs
    ` [PATCH 3/10] allow sched clock to be overridden by paravirt
      ` [PATCH 4/10] split get_cycles_sync
        ` [PATCH 5/10] unify cpuid functions
          ` [PATCH 6/10] introduce native_read_tscp
            ` [PATCH 7/10] change rdpmc interface
              ` [PATCH 8/10] change write msr functions interface
                ` [PATCH 9/10] make fixups wordsize agnostic
                  ` [PATCH 10/10] integrate i386 and x86_64 code in msr.h

[PATCH 1/10] Wipe out traditional opt from x86_64 Makefile
 2007-12-04 15:47 UTC  (13+ messages)
  ` [PATCH 2/10] unify msr smp funcs
    ` [PATCH 3/10] allow sched clock to be overridden by paravirt
      ` [PATCH 4/10] split get_cycles_sync
        ` [PATCH 5/10] unify cpuid functions
          ` [PATCH 6/10] introduce native_read_tscp
            ` [PATCH 7/10] change rdpmc interface
              ` [PATCH 8/10] change write msr functions interface
                ` [PATCH 9/10] make fixups wordsize agnostic
                  ` [PATCH 10/10] integrate i386 and x86_64 code in msr.h
` [PATCH 0/10] Integrate msr.h

[PATCH 0/10] Integrate msr.h
 2007-12-04 11:09 UTC 

[PATCH 0/3] virtio PCI driver
 2007-11-27 13:27 UTC  (34+ 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
        ` [kvm-devel] "

[PATCH 1/24] mm/sparse-vmemmap.c: make sure init_mm is included
 2007-11-20 10:43 UTC  (47+ 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!

[PATCH 2/2] virtio: free transmit skbs when notified, not on next xmit
 2007-11-20  7:20 UTC  (3+ messages)
` [PATCH 1/2] virtio: fix net driver loop case where we fail to restart

[PULL] virtio, lguest and module comment fixes
 2007-11-19  0:22 UTC 

[PATCH 1/2] virtio: fix net driver loop case where we fail to restart
 2007-11-19  0:20 UTC 

[PATCH] virtio: fix module/device unloading
 2007-11-19  0:15 UTC 

[PATCH] lguest: Fix uninitialized members in example launcher
 2007-11-19  0:10 UTC 

paravirt_alloc_pd_clone() useful?
 2007-11-16 22:00 UTC  (2+ messages)

[PATCH] Fix vring_init/vring_size to take unsigned long
 2007-11-15 20:59 UTC 

[patch 11/19] xen: add batch completion callbacks
 2007-11-15  6:15 UTC  (4+ messages)
  ` [patch 12/19] xen: deal with stale cr3 values when unpinning pagetables
  ` [patch 13/19] xen: fix incorrect vcpu_register_vcpu_info hypercall argument
  ` [patch 14/19] xfs: eagerly remove vmap mappings to avoid upsetting Xen

[PATCH] Remove pagesize parameter from vring_init/vring_size
 2007-11-14 22:19 UTC  (2+ messages)

[PATCH 00/12] xen/paravirt_ops patches for 2.6.24
 2007-11-14 22:01 UTC  (10+ messages)
` [stable] "

Use of virtio device IDs
 2007-11-13 13:59 UTC  (5+ 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

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

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


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).