Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-07-29 13:04:21 to 2010-11-05 03:07:27 UTC [more...]

[PATCH 03/49] arch/powerpc: Use vzalloc
 2010-11-05  3:07 UTC 

[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  (33+ messages)
` [PATCH 03/26] KVM: PPC: Add tracepoint for generic mmu map
` [PATCH 04/26] KVM: PPC: Move pte invalidate debug code to tracepoint
` [PATCH 09/26] KVM: PPC: Make invalidation code more reliable
` [PATCH 14/26] KVM: PPC: Move BAT handling code into spr handler
` [PATCH 17/26] KVM: PPC: Add mtsrin PV code
` [PATCH 19/26] KVM: PPC: Update int_pending also on dequeue
` [PATCH 20/26] KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31
` [PATCH 21/26] KVM: PPC: Force enable nap on KVM
` [PATCH 22/26] KVM: PPC: Implement correct SID mapping on Book3s_32
` [PATCH 23/26] KVM: PPC: Don't put MSR_POW in MSR
  ` [PATCH 01/26] KVM: PPC: Move EXIT_DEBUG partially to tracepoints
  ` [PATCH 02/26] KVM: PPC: Move book3s_64 mmu map debug print to trace point
  ` [PATCH 05/26] KVM: PPC: Fix sid map search after flush
  ` [PATCH 06/26] KVM: PPC: Add tracepoints for generic spte flushes
  ` [PATCH 07/26] KVM: PPC: Preload magic page when in kernel mode
  ` [PATCH 08/26] KVM: PPC: Don't flush PTEs on NX/RO hit
  ` [PATCH 10/26] KVM: PPC: Move slb debugging to tracepoints
  ` [PATCH 11/26] KVM: PPC: Revert "KVM: PPC: Use kernel hash function"
  ` [PATCH 12/26] KVM: PPC: Remove unused define
  ` [PATCH 13/26] KVM: PPC: Add feature bitmap for magic page
  ` [PATCH 15/26] KVM: PPC: Interpret SR registers on demand
  ` [PATCH 16/26] KVM: PPC: Put segment registers in shared page
  ` [PATCH 18/26] KVM: PPC: Make PV mtmsr work with r30 and r31
  ` [PATCH 24/26] KVM: PPC: initialize IVORs in addition to IVPR
  ` [PATCH 25/26] KVM: PPC: fix compilation of "dump tlbs" debug function
  ` [PATCH 26/26] KVM: PPC: allow ppc440gp to pass the compatibility check

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

[PATCH 0/4] fix PowerPC 440 Bamboo platform emulation
 2010-08-19 17:24 UTC  (11+ messages)
` [PATCH 1/4] Fix "make install" with a cross toolchain
` [PATCH 2/4] ppc4xx: correct SDRAM controller warning message condition
` [PATCH 3/4] ppc4xx: don't unregister RAM at reset
` [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses
  ` [Qemu-devel] [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd,
    ` [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed
      ` [Qemu-devel] Re: [PATCH 4/4] ppc4xx: load Bamboo kernel,
` [Qemu-devel] [PATCH 0/4] fix PowerPC 440 Bamboo platform

[PATCH 0 of 3] Fix KVM on PowerPC 440GP
 2010-08-17  9:35 UTC  (7+ messages)
` [PATCH 1 of 3] KVM: PPC: initialize IVORs in addition to IVPR
  ` [PATCH 2 of 3] KVM: PPC: fix compilation of "dump tlbs" debug function
  ` [PATCH 3 of 3] KVM: PPC: allow ppc440gp to pass the compatibility

[PATCH 00/27] KVM PPC PV framework v3
 2010-08-16 13:11 UTC  (14+ messages)
` [PATCH 01/27] KVM: PPC: Introduce shared page
` [PATCH 17/27] KVM: PPC: KVM PV guest stubs

[PATCH] PPC4xx: don't unregister RAM at reset
 2010-08-03 20:09 UTC  (14+ messages)
` [PATCH] loader: pad kernel size when loaded from a uImage
  ` [Qemu-devel] [PATCH] loader: pad kernel size when loaded from
      ` [Qemu-devel] [PATCH] loader: pad kernel size when loaded from a

[PATCH] KVM: PPC: fix compilation of "dump tlbs" debug function
 2010-08-02  8:39 UTC 

[PATCH] KVM: PPC: initialize IVORs in addition to IVPR
 2010-08-02  8:39 UTC 

[PATCH] KVM: PPC: allow ppc440gp to pass the compatibility check
 2010-08-02  8:33 UTC  (3+ messages)

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (7+ messages)
` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
  ` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts

[PATCH] KVM: PPC: fix compilation of "dump tlbs" debug function
 2010-07-30  0:57 UTC 

[PATCH] KVM: PPC: initialize IVORs in addition to IVPR
 2010-07-30  0:56 UTC 


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