virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-06 16:16:22 to 2007-12-18 15:44:15 UTC [more...]

[PATCH 1/21] move tsc definitions to were they belong
 2007-12-18 15:44 UTC  (36+ messages)
  ` [PATCH 2/21] [PATCH] get rid of _MASK flags
    ` [PATCH 3/21] [PATCH] move desc_empty to where they belong
      ` [PATCH 4/21] [PATCH] move load_cr3 to a common place
        ` [PATCH 5/21] [PATCH] unify paravirt pieces of processor.h
          ` [PATCH 6/21] [PATCH] move the definition of set_iopl_mask to common header
            ` [PATCH 7/21] [PATCH] unify common parts of processor.h
              ` [PATCH 8/21] [PATCH] unify current_text_addr
                ` [PATCH 9/21] [PATCH] unify tss_struct
                  ` [PATCH 10/21] [PATCH] provide x86_64 with a load_sp0 function
                    ` [PATCH 11/21] [PATCH] unify thread struct
                      ` [PATCH 12/21] [PATCH] unify TASK_ALIGN definitions
                        ` [PATCH 13/21] [PATCH] change bitwise operations to get a void parameter
                          ` [PATCH 14/21] [PATCH] unify x86_cpuinfo struct
                            ` [PATCH 15/21] [PATCH] remove legacy stuff from processor_64.h
                              ` [PATCH 16/21] [PATCH] unify mm_segment_t definition
                                ` [PATCH 17/21] [PATCH] move definitions to processor.h
                                  ` [PATCH 18/21] [PATCH] unify prefetch operations
                                    ` [PATCH 19/21] [PATCH] unify asm nops
                                        ` [PATCH 20/21] [PATCH] move i387 definitions to processor.h
                                        ` [PATCH 21/21] [PATCH] finish processor.h integration

[kvm-devel] [virtio-net][PATCH] Don't arm tx hrtimer with a constant 500us each transmit
 2007-12-18 12:55 UTC  (8+ messages)
`  "

[kvm-devel] [PATCH resent] virtio_net: Fix stalled inbound trafficon early packets
 2007-12-18  6:54 UTC  (14+ messages)

virtio_net and SMP guests
 2007-12-18  6:51 UTC  (3+ messages)

[PATCH 0/21] Integrate processor.h
 2007-12-17 22:52 UTC 

[PATCH 0/8] Integrate system.h
 2007-12-17  0:58 UTC  (12+ 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] Implement getgeo for Xen virtual block device
 2007-12-16 16:35 UTC 

[PATCH] avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss
 2007-12-14 10:43 UTC  (2+ messages)

[PATCH] avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss
 2007-12-13 21:51 UTC  (9+ messages)

[PATCH 1/19] unify desc_struct
 2007-12-13 17:06 UTC  (95+ 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
` [PATCH 0/19 - v3] desc_struct integration
  ` [PATCH 0/19 -v4] "

[PATCH] avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss
 2007-12-13 14:29 UTC 

[PATCH 1/6] export math_state_restore
 2007-12-12 17:07 UTC  (7+ messages)
  ` [PATCH 2/6] export cpu_gdt_descr
    ` [PATCH 3/6] turn priviled operation into a macro in head_64.S
      ` [PATCH 4/6] prepare time related functions for paravirt
        ` [PATCH 5/6] tweak io_64.h "
          ` [PATCH 6/6] prepare x86_64 architecture initialization "
` [PATCH 0/6] paravirt patches - the non-integration part

[PATCH 0/6] paravirt patches - the non-integration part
 2007-12-12 12:57 UTC 

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

Re: Next steps with pv_ops for Xen
 2007-12-12  8:44 UTC  (4+ messages)

[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  (2+ messages)
  ` [PATCH 1/9] remove volatile keyword from clflush

Re: Next steps with pv_ops for Xen
 2007-12-06 19:55 UTC  (3+ messages)
  ` [Xen-devel] "


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