virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-08-09 00:24:16 to 2007-08-17 13:03:14 UTC [more...]

[PATCH/RFC 1/4]Introduce a new field "guest" in cpustat
 2007-08-17 13:03 UTC  (13+ messages)
  ` [PATCH/RFC 2/4]Introduce a new field "guest" in task_struct
    ` [PATCH/RFC 3/4]Introduce "account modifiers" mechanism
      ` [PATCH/RFC 4/4]Modify KVM to use the "account modifiers"
              ` [PATCH/RFC 3/4, second shot]Introduce "account_guest_time"
                ` [PATCH/RFC 4/4, second shot]KVM uses "account_guest_time()"
                ` [kvm-devel] [PATCH/RFC 3/4, second shot]Introduce "account_guest_time"
                  ` [kvm-devel] [PATCH/RFC 4/4, second shot]KVM uses "account_guest_time()"
              ` [kvm-devel] [PATCH/RFC 3/4]Introduce "account modifiers" mechanism

lguest virtio_descriptor structure on 64bit
 2007-08-17 11:13 UTC  (2+ messages)

physical therapists mailing list
 2007-08-17  8:54 UTC 

[kvm-devel] [PATCH 00/10] PV-IO v3
 2007-08-17  7:43 UTC  (3+ messages)

[PATCH/RFC 0/4]Virtual Machine time accounting
 2007-08-16 15:57 UTC 

Re:REPETITIVE STRAIN INJURY (RSI)
 2007-08-16 15:16 UTC 

Re:END
 2007-08-16 12:34 UTC 

[PATCH 0/25][V3] pvops_64 last round (hopefully)
 2007-08-15 22:47 UTC  (49+ messages)
` [PATCH 1/25][V3] header file move
  ` [PATCH 2/25][V3] tlb flushing routines
    ` [PATCH 3/25][V3] irq_flags / halt routines
      ` [PATCH 4/25][V3] Add debugreg/load_rsp native hooks
        ` [PATCH 5/25][V3] native versions for system.h functions
          ` [PATCH 6/25][V3] add native_apic read and write functions, as well as boot clocks ones
            ` [PATCH 7/25][V3] interrupt related native paravirt functions
              ` [PATCH 8/25][V3] use macro for sti/cli in spinlock definitions
                ` [PATCH 9/25][V3] report ring kernel is running without paravirt
                  ` [PATCH 10/25][V3] export math_state_restore
                    ` [PATCH 11/25][V3] native versions for set pagetables
                      ` [PATCH 12/25][V3] turn msr.h functions into native versions
                        ` [PATCH 13/25][V3] add native functions for descriptors handling
                          ` [PATCH 14/25][V3] get rid of inline asm for load_cr3
                            ` [PATCH 15/25][V3] introducing paravirt_activate_mm
                              ` [PATCH 16/25][V3] turn page operations into native versions
                                ` [PATCH 17/25][V3] introduce paravirt_release_pgd()
                                  ` [PATCH 18/25][V3] turn priviled operations into macros in entry.S
                                    ` [PATCH 19/25][V3] time-related functions paravirt provisions
                                        ` [PATCH 20/25][V3] replace syscall_init
                                        ` [PATCH 21/25][V3] export cpu_gdt_descr
                                          ` [PATCH 22/25][V3] turn priviled operation into a macro
                                            ` [PATCH 23/25][V3] provide paravirt patching function
                                              ` [PATCH 24/25][V3] paravirt hooks for arch initialization
                                                ` [PATCH 25/25][V3] add paravirtualization support for x86_64

[PATCH] i386: modified CONFIG_PHYSICAL_ALIGN
 2007-08-14 18:35 UTC  (5+ messages)

[PATCH] [545/2many] MAINTAINERS - XEN HYPERVISOR INTERFACE
 2007-08-13 21:33 UTC  (12+ messages)

[kvm-devel] [PATCH 0/2][KVM] guest time accounting
 2007-08-13 20:40 UTC  (10+ messages)

[PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE
 2007-08-13 18:53 UTC  (2+ messages)

[PATCH 1/7] Move lg.h to the i386 specific lguest directory
 2007-08-13 15:01 UTC  (20+ messages)
` [PATCH 2/7] Added generic lg.h in "
` [PATCH 3/7] Move the lguest files that are i386 specific
` [PATCH 4/7] Moved the io struct up to the generic lg.h
` [PATCH 5/7] Change lguest launcher to use asm generic include
` [PATCH 6/7] Remove __pa() use in hvc_lguest
` [PATCH 7/7] Move lguest_dma_info into generic lg.h
` [PATCH 0/7] Modify lguest32 to make room for lguest64

[Lguest] error rebooting lguest
 2007-08-11  2:44 UTC  (2+ messages)

Introducing paravirt_ops for x86_64
 2007-08-10 20:30 UTC  (35+ messages)
` [PATCH 1/25] [PATCH] header file move
    ` [PATCH 25/25] [PATCH] add paravirtualization support for x86_64
      ` [Lguest] Introducing paravirt_ops "
                  ` [PATCH 18/25] [PATCH] turn priviled operations into macros in entry.S
      ` [PATCH 4/25] [PATCH] Add debugreg/load_rsp native hooks
          ` [PATCH 7/25] [PATCH] interrupt related native paravirt functions
    ` [PATCH 3/25] [PATCH] irq_flags / halt routines
                                  ` [PATCH 23/25] [PATCH] paravirt hooks for arch initialization

[PATCH 1/25 -v2] header file move
 2007-08-10 19:12 UTC  (25+ messages)
  ` [PATCH 2/25 -v2] tlb flushing routines
    ` [PATCH 3/25 -v2] irq_flags / halt routines
      ` [PATCH 4/25 -v2] Add debugreg/load_rsp native hooks
        ` [PATCH 5/25 -v2] native versions for system.h functions
          ` [PATCH 6/25 -v2] add native_apic read and write functions, as well as boot clocks ones
            ` [PATCH 7/25 -v2] interrupt related native paravirt functions
              ` [PATCH 8/25 -v2] use macro for sti/cli in spinlock definitions
                ` [PATCH 9/25 -v2] report ring kernel is running without paravirt
                  ` [PATCH 10/25 -v2] export math_state_restore
                    ` [PATCH 11/25 -v2] native versions for set pagetables
                      ` [PATCH 12/25 -v2] turn msr.h functions into native versions
                        ` [PATCH 13/25 -v2] add native functions for descriptors handling
                          ` [PATCH 14/25 -v2] get rid of inline asm for load_cr3
                            ` [PATCH 15/25 -v2] introducing paravirt_activate_mm
                              ` [PATCH 16/25 -v2] turn page operations into native versions
                                ` [PATCH 17/25 -v2] introduce paravirt_release_pgd()
                                  ` [PATCH 18/25 -v2] turn priviled operations into macros in entry.S
                                    ` [PATCH 19/25 -v2] time-related functions paravirt provisions
                                        ` [PATCH 20/25 -v2] replace syscall_init
                                        ` [PATCH 21/25 -v2] export cpu_gdt_descr
                                          ` [PATCH 22/25 -v2] turn priviled operation into a macro
                                            ` [PATCH 23/25 -v2] provide paravirt patching function
                                              ` [PATCH 24/25 -v2] paravirt hooks for arch initialization
                                                ` [PATCH 25/25 -v2] add paravirtualization support for x86_64

[PATCH 0/25 -v2] paravirt_ops for x86_64, second round
 2007-08-10 19:12 UTC 

Customer service-virtualization
 2007-08-10 15:26 UTC 

Partner sent you a greeting card from bluemountain.com!
 2007-08-10 14:24 UTC 

(no subject)
 2007-08-10  7:30 UTC 

2.6.22 x86_64 : kernel initial decompression hangs on vmware
 2007-08-10  1:48 UTC  (4+ messages)

[PATCH 1/5 -v2] move lg.h to include/asm-<arch>
 2007-08-09 12:21 UTC  (9+ messages)
` [PATCH 2/5 -v2] Change lguest launcher to use asm generic include
` [PATCH 3/5 -v2] Remove __pa() use in hvc_lguest
` [PATCH 4/5 -v2] Added generic lg.h in the include/linux directory
` [PATCH 5/5 -v2] Move the lguest files that are i386 specific

[PATCH] Fix Malicious Guest GDT Host Crash
 2007-08-09  5:13 UTC  (3+ messages)

[PATCH 0/5 -v2] Modify lguest32 to make room for lguest64 (version 2)
 2007-08-09  4:36 UTC 

[PATCH 0/7] Modify lguest32 to make room for lguest64
 2007-08-09  0:32 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).