Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2009-09-26 14:10:35 to 2009-11-05 06:38:42 UTC [more...]

linux-next: tree build failure
 2009-11-05  6:40 UTC  (25+ messages)
                      ` [PATCH] BUILD_BUG_ON: make it handle more cases

[PATCH] powerpc/kvm: Fix non-modular build
 2009-11-05  6:18 UTC 

[PATCH] powerpc/kvm: Remove problematic BUILD_BUG_ON statement
 2009-11-05  6:12 UTC 

[PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v4
 2009-11-05  6:03 UTC  (106+ messages)
` [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v5
  ` [PATCH 01/27] Move dirty logging code to sub-arch
      ` [PATCH 02/27] Pass PVR in sregs
        ` [PATCH 03/27] Add Book3s definitions
          ` [PATCH 04/27] Add Book3s fields to vcpu structs
            ` [PATCH 05/27] Add asm/kvm_book3s.h
              ` [PATCH 06/27] Add Book3s_64 intercept helpers
                ` [PATCH 07/27] Add book3s_64 highmem asm code
                    ` [PATCH 08/27] Add SLB switching code for entry/exit
                        ` [PATCH 09/27] Add interrupt handling code
                            ` [PATCH 10/27] Add book3s.c
                              ` [PATCH 11/27] Add book3s_64 Host MMU handling
                                ` [PATCH 12/27] Add book3s_64 guest MMU
                                    ` [PATCH 13/27] Add book3s_32 "
                                        ` [PATCH 14/27] Add book3s_64 specific opcode emulation
                                            ` [PATCH 15/27] Add mfdec emulation
                                                ` [PATCH 16/27] Add desktop PowerPC specific emulation
                                                    ` [PATCH 17/27] Make head_64.S aware of KVM real mode code
                                                      ` [PATCH 18/27] Add Book3s_64 offsets to asm-offsets.c
                                                          ` [PATCH 19/27] Export symbols for KVM module
                                                              ` [PATCH 20/27] Split init_new_context and destroy_context
                                                                  ` [PATCH 21/27] Export KVM symbols for module
                                                                    ` [PATCH 22/27] Add fields to PACA
                                                                        ` [PATCH 23/27] Export new PACA constants in asm-offsets
                                                                          ` [PATCH 24/27] Include Book3s_64 target in buildsystem
                                                                              ` [PATCH 25/27] Fix trace.h
                                                                                ` [PATCH 26/27] Use Little Endian for Dirty Bitmap
                                                                                    ` [PATCH 27/27] Use hrtimers for the decrementer
` [PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v6

[PATCH 08/28] Add SLB switching code for entry/exit
 2009-11-02 22:02 UTC  (3+ messages)
` [PATCH 20/28] Split init_new_context and destroy_context
` [PATCH 27/28] Use hrtimers for the decrementer

[PATCH] kvmppc: Fix BUILD_BUG_ON condition
 2009-10-25 13:02 UTC  (2+ messages)

[PATCH] Only expose compat ioctl when CONFIG_COMPAT
 2009-10-23 17:54 UTC  (2+ messages)

[PATCH] Enable 32bit dirty log pointers on 64bit host
 2009-10-23  9:15 UTC  (9+ messages)

[PATCH 26/27] Enable 32bit dirty log pointers on 64bit host
 2009-10-20 13:32 UTC  (15+ messages)

[PATCH 16/27] Add desktop PowerPC specific emulation
 2009-10-10 23:14 UTC  (3+ messages)

[PATCH 25/27] Fix trace.h
 2009-10-10 23:07 UTC  (3+ messages)

[PATCH 02/27] Pass PVR in sregs
 2009-10-10 18:14 UTC  (3+ messages)

[PATCH 15/27] Add mfdec emulation
 2009-10-09 20:45 UTC  (2+ messages)

kvm_arch_vcpu_ioctl_set/get_regs()
 2009-10-05 15:14 UTC 

[PATCH 27/27] Use Little Endian for Dirty Bitmap
 2009-09-29  8:18 UTC 

[PATCH 24/27] Include Book3s_64 target in buildsystem
 2009-09-29  8:18 UTC 

[PATCH 23/27] Export new PACA constants in asm-offsets
 2009-09-29  8:18 UTC 

[PATCH 22/27] Add fields to PACA
 2009-09-29  8:18 UTC 

[PATCH 21/27] Export KVM symbols for module
 2009-09-29  8:18 UTC 

[PATCH 20/27] Split init_new_context and destroy_context
 2009-09-29  8:18 UTC 

[PATCH 19/27] Export symbols for KVM module
 2009-09-29  8:18 UTC 

[PATCH 18/27] Add Book3s_64 offsets to asm-offsets.c
 2009-09-29  8:18 UTC 

[PATCH 17/27] Make head_64.S aware of KVM real mode code
 2009-09-29  8:18 UTC 

[PATCH 14/27] Add book3s_64 specific opcode emulation
 2009-09-29  8:18 UTC 

[PATCH 13/27] Add book3s_32 guest MMU
 2009-09-29  8:18 UTC 

[PATCH 12/27] Add book3s_64 guest MMU
 2009-09-29  8:18 UTC 

[PATCH 11/27] Add book3s_64 Host MMU handling
 2009-09-29  8:18 UTC 

[PATCH 10/27] Add book3s.c
 2009-09-29  8:18 UTC 

[PATCH 09/27] Add interrupt handling code
 2009-09-29  8:18 UTC 

[PATCH 08/27] Add SLB switching code for entry/exit
 2009-09-29  8:18 UTC 

[PATCH 07/27] Add book3s_64 highmem asm code
 2009-09-29  8:18 UTC 

[PATCH 06/27] Add Book3s_64 intercept helpers
 2009-09-29  8:18 UTC 

[PATCH 05/27] Add asm/kvm_book3s.h
 2009-09-29  8:18 UTC 

[PATCH 04/27] Add Book3s fields to vcpu structs
 2009-09-29  8:18 UTC 

[PATCH 03/27] Add Book3s definitions
 2009-09-29  8:17 UTC 

[PATCH 01/27] Move dirty logging code to sub-arch
 2009-09-29  8:17 UTC 

[PATCH] Use Little Endian for Dirty Bitmap
 2009-09-29  0:10 UTC  (4+ messages)

kvm_arch_vcpu_ioctl_set/get_regs()
 2009-09-26 14:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox