virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-11-19 00:15:24 to 2007-12-12 12:54:04 UTC [more...]

[PATCH 1/19] unify desc_struct
 2007-12-12 12:54 UTC  (44+ messages)
  ` [PATCH 2/19] unify struct desc_ptr
    ` [PATCH 3/19] change gdt acessor macro name
      ` [PATCH 4/19] removed unused variable
        ` [PATCH 5/19] introduce gate_desc type
          ` [PATCH 6/19] change write_idt_entry signature
            ` [PATCH 7/19] introduce ldt_desc type
              ` [PATCH 8/19] modify write_ldt function
                ` [PATCH 9/19] introduce fill_ldt
                  ` [PATCH 10/19] change write_gdt_entry signature
                    ` [PATCH 11/19] change write_ldt_entry signature
                      ` [PATCH 12/19] move constants to desc_defs.h
                        ` [PATCH 13/19] unify non-paravirt parts of desc.h
                          ` [PATCH 14/19] use the same data type for tls_array
                            ` [PATCH 15/19] modify get_desc_base
                              ` [PATCH 16/19] provide tss_desc
                                ` [PATCH 17/19] unify paravirt pieces of descriptor handling
                                  ` [PATCH 18/19] move _set_gate and its users to a common location
                                    ` [PATCH 19/19] unify set_tss_desc
` [PATCH 0/19] desc_struct integration
  ` [PATCH 01/19] unify desc_struct
    ` [PATCH 02/19] unify struct desc_ptr
      ` [PATCH 03/19] change gdt acessor macro name
        ` [PATCH 04/19] removed unused variable
          ` [PATCH 05/19] introduce gate_desc type
            ` [PATCH 06/19] change write_idt_entry signature
              ` [PATCH 07/19] introduce ldt_desc type
                ` [PATCH 08/19] modify write_ldt function
                  ` [PATCH 09/19] introduce fill_ldt
                    ` [PATCH 10/19] provide tss_desc
                      ` [PATCH 11/19] change write_gdt_entry signature
                        ` [PATCH 12/19] change write_ldt_entry signature
                          ` [PATCH 13/19] move constants to desc_defs.h
                            ` [PATCH 14/19] unify non-paravirt parts of desc.h
                              ` [PATCH 15/19] use the same data type for tls_array
                                ` [PATCH 16/19] modify get_desc_base

[virtio-net][PATCH] Don't arm tx hrtimer with a constant 500us each transmit
 2007-12-12 12:54 UTC 

[kvm-devel] [PATCH resent] virtio_net: Fix stalled inbound trafficon early packets
 2007-12-12 11:39 UTC  (9+ messages)

Next steps with pv_ops for Xen
 2007-12-12  8:44 UTC  (51+ messages)
  `  "
                  ` [Xen-devel] "

[PATCH resend] virtio_net: remove double ether_setup
 2007-12-12  7:34 UTC  (3+ messages)
    ` [PATCH] "

[PATCH resent] virtio_net: Fix stalled inbound traffic on early packets
 2007-12-11 11:42 UTC 

[PATCH 1/3] [PATCH] put get_kernel_rpl in a common location
 2007-12-07 20:41 UTC  (4+ messages)
  ` [PATCH 2/3] [PATCH] unify common parts of segment.h
    ` [PATCH 3/3] [PATCH] remove arch specific segment headers
` [PATCH 0/3] Unify "

[PATCH 0/3] Unify segment headers
 2007-12-07 16:22 UTC 

[PATCH 0/9 - v2] Integrate system.h
 2007-12-06 21:11 UTC  (12+ 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
            ` [PATCH 7/9] unify smp parts of system.h
              ` [PATCH 8/9] move switch_to macro to system.h
                ` [PATCH 9/9] unify system.h

[PATCH 0/19] desc_struct integration
 2007-12-06 16:16 UTC 

[PATCH] virtio_net: Fix stalled inbound traffic on early packets
 2007-12-06 15:59 UTC 

[PATCH] virtnet: remove double ether_setup
 2007-12-06 14:21 UTC 

[PATCH] xen: Make xen-blkfront write its protocol ABI to xenstore
 2007-12-06 13:45 UTC 

[PATCH 0/8] Integrate system.h
 2007-12-05 16:30 UTC  (14+ 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  (22+ 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 6/24] Add debugreg/load_rsp native hooks
 2007-11-20 10:43 UTC  (7+ messages)
              ` [PATCH 7/24] consolidate msr.h

[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 


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