Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-08-22 16:46:30 to 2011-01-07 12:40:19 UTC [more...]

Guest reboot interface
 2011-01-07 12:40 UTC  (2+ messages)

error: building kvm for powerpc using cross compiler on x86
 2011-01-07 12:37 UTC  (4+ messages)

[PATCH] KVM: PPC: Fix SPRG get/set for Book3S and BookE
 2011-01-06 16:39 UTC  (3+ messages)

re-writing on powerpc
 2010-12-17 22:00 UTC  (36+ messages)

kvm ppc timing stats
 2010-12-08  3:13 UTC  (8+ messages)

Software breakpoint in kvmppc guest debug
 2010-11-23  4:53 UTC  (16+ messages)

ppc32 build failed
 2010-11-19 13:01 UTC  (5+ messages)

[PATCH v2] KVM: Clean up vm creation and release
 2010-11-10 13:48 UTC  (9+ messages)

[PATCH] KVM: Clean up vm creation and release
 2010-11-09 15:42 UTC  (2+ messages)

[PATCH 03/49] arch/powerpc: Use vzalloc
 2010-11-05 13:08 UTC  (2+ messages)
  ` [Cbe-oss-dev] "

[PATCH] powerpc: kvm: fix information leak to userland
 2010-11-01 17:19 UTC  (2+ messages)

[PATCH v2] powerpc: kvm: powerpc: fix information leak to userland
 2010-10-30 19:16 UTC  (2+ messages)

[PATCH] PPC: KVM: Book E doesn't have __end_interrupts
 2010-10-19 15:33 UTC  (5+ messages)

[PULL 0/3] PPC BookE patches
 2010-10-14 16:07 UTC  (5+ messages)
` [PATCH 1/3] KVM: PPC: BookE: Load the lower half of MSR
` [PATCH 2/3] KVM: PPC: BookE: fix sleep with interrupts disabled
  ` [PATCH 3/3] KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit()

[PATCH] KVM: PPC: e500: Call kvm_vcpu_uninit() before
 2010-10-08 17:26 UTC  (6+ messages)
` [PATCH] KVM: PPC: e500: Call kvm_vcpu_uninit() before kvmppc_e500_tlb_uninit()

[PATCH] kvmppc_init_timing_stats: fix sleep with interrupts
 2010-10-04  8:18 UTC  (4+ messages)
` [PATCH] kvmppc_init_timing_stats: fix sleep with interrupts disabled

[PATCH] kvm booke: load the lower half of MSR, not the upper
 2010-09-30 22:11 UTC  (2+ messages)

[PATCH 0/2] kvm/e500v2: MMU optimization
 2010-09-17 12:34 UTC  (23+ messages)
  ` [PATCH 1/2] kvm/e500v2: Remove shadow tlb
    ` [PATCH 2/2] kvm/e500v2: mapping guest TLB1 to host TLB0

[PATCH 05/11] arch/powerpc: Remove pr_<level> uses of KERN_<level>
 2010-09-12  5:10 UTC 

[PATCH 0/2] KVM: cleanup: get_dirty_log
 2010-09-06 10:17 UTC  (5+ messages)
` [PATCH 1/2] KVM: cleanup: open-code kvm_get_dirty_log()
` [PATCH 2/2] KVM: cleanup: centralize get_dirty_log ioctl

[PATCH] KVM: PPC: Move of include to __KERNEL__ section
 2010-09-05  7:57 UTC  (3+ messages)

[PULL 00/35] KVM: PPC: End-August patch queue
 2010-09-01  7:50 UTC  (37+ messages)
` [PATCH 01/35] KVM: PPC: Move EXIT_DEBUG partially to tracepoints
` [PATCH 02/35] KVM: PPC: Move book3s_64 mmu map debug print to trace point
  ` [PATCH 03/35] KVM: PPC: Add tracepoint for generic mmu map
  ` [PATCH 04/35] KVM: PPC: Move pte invalidate debug code to tracepoint
  ` [PATCH 05/35] KVM: PPC: Fix sid map search after flush
  ` [PATCH 06/35] KVM: PPC: Add tracepoints for generic spte flushes
  ` [PATCH 09/35] KVM: PPC: Make invalidation code more reliable
  ` [PATCH 11/35] KVM: PPC: Revert "KVM: PPC: Use kernel hash function"
  ` [PATCH 12/35] KVM: PPC: Remove unused define
  ` [PATCH 16/35] KVM: PPC: Put segment registers in shared page
  ` [PATCH 19/35] KVM: PPC: Update int_pending also on dequeue
  ` [PATCH 21/35] KVM: PPC: Force enable nap on KVM
  ` [PATCH 24/35] KVM: PPC: initialize IVORs in addition to IVPR
  ` [PATCH 29/35] KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM case
  ` [PATCH 33/35] KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug
  ` [PATCH 35/35] KVM: PPC: Add documentation for magic page enhancements
` [PATCH 07/35] KVM: PPC: Preload magic page when in kernel mode
` [PATCH 08/35] KVM: PPC: Don't flush PTEs on NX/RO hit
` [PATCH 10/35] KVM: PPC: Move slb debugging to tracepoints
` [PATCH 13/35] KVM: PPC: Add feature bitmap for magic page
` [PATCH 14/35] KVM: PPC: Move BAT handling code into spr handler
` [PATCH 15/35] KVM: PPC: Interpret SR registers on demand
` [PATCH 17/35] KVM: PPC: Add mtsrin PV code
` [PATCH 18/35] KVM: PPC: Make PV mtmsr work with r30 and r31
` [PATCH 20/35] KVM: PPC: Make PV mtmsrd L=1 "
` [PATCH 22/35] KVM: PPC: Implement correct SID mapping on Book3s_32
` [PATCH 23/35] KVM: PPC: Don't put MSR_POW in MSR
` [PATCH 25/35] KVM: PPC: fix compilation of "dump tlbs" debug function
` [PATCH 26/35] KVM: PPC: allow ppc440gp to pass the compatibility check
` [PATCH 27/35] KVM: PPC: Enable napping only for Book3s_64
` [PATCH 28/35] KVM: PPC: Implement Level interrupts on Book3S
` [PATCH 30/35] KVM: PPC: Expose level based interrupt cap
` [PATCH 31/35] KVM: PPC: Implement level interrupts for BookE
` [PATCH 32/35] KVM: PPC: Document KVM_INTERRUPT ioctl
` [PATCH 34/35] KVM: PPC: Fix compile error in e500_tlb.c

[PATCH 00/26] KVM: PPC: Mid-August patch queue
 2010-08-31  6:28 UTC  (6+ messages)
` [PATCH 13/26] KVM: PPC: Add feature bitmap for magic page

[PATCH] powerpc/kvm/e500_tlb: Fix a minor copy-paste tracing bug
 2010-08-31  1:07 UTC  (5+ messages)

[PATCH] KVM: PPC: Fix CONFIG_KVM_GUEST && !CONFIG_KVM case
 2010-08-30 10:55 UTC  (2+ messages)

[PATCH] powerpc: remove fpscr use from [kvm_]cvt_{fd,df}
 2010-08-25  1:34 UTC  (9+ messages)


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