virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-09-26 06:36:47 to 2007-11-09 11:03:53 UTC [more...]

[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

virtio config_ops refactoring
 2007-11-09  3:17 UTC  (12+ messages)
    ` [PATCH] "
                ` [Lguest] "

Use of virtio device IDs
 2007-11-08 16:40 UTC  (10+ messages)

[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 00/12] xen/paravirt_ops patches for 2.6.24
 2007-10-15 23:48 UTC  (19+ 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 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  (37+ messages)
` [patch 29/43] lguest: Introduce "used_vectors" bitmap which can be used to reserve vectors
` [patch 30/43] lguest: Allow guest to specify syscall vector to use
` [patch 31/43] lguest: Boot with virtual == physical to get closer to native Linux
    ` [Lguest] "
` [patch 32/43] lguest: Virtio interface
` [patch 33/43] lguest: Net driver using virtio
` [patch 34/43] lguest: Block "
  ` [Lguest] "
` [patch 35/43] lguest: Virtio console driver
` [patch 36/43] lguest: Module autoprobing support for virtio drivers
` [patch 37/43] lguest: Virtio helper routines for a descriptor ringbuffer implementation
` [patch 38/43] lguest: This gets rid of the lguest bus, drivers and DMA mechanism, to make way for a generic virtio mechanism
` [patch 39/43] lguest: This patch gets rid of the old lguest host I/O infrastructure and replaces it with a single hypercall "LHCALL_NOTIFY" which takes an address
` [patch 40/43] lguest: Lguest support for Virtio
` [patch 41/43] lguest: Update example launcher for virtio
` [patch 42/43] lguest: Example launcher handle guests not being ready for input
` [patch 43/43] lguest: generalize lgread_u32/lgwrite_u32
  ` [Lguest] "
` [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 

[RFC] KVM Source layout Proposal to accommodate new CPU architecture
 2007-10-08  9:57 UTC  (11+ messages)
  ` [kvm-devel] "
                        ` [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)

[PATCH RFC] paravirt: cleanup lazy mode handling
 2007-10-02 22:43 UTC  (7+ messages)

[PATCH RFC] paravirt_ops: refactor struct paravirt_ops into smaller pv_*_ops
 2007-09-29 17:01 UTC  (10+ messages)

[kvm-devel] [PATCH 2/3] virtio ring implementation
 2007-09-26  9:08 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).