Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2011-12-21 00:42:56 to 2012-01-09 17:48:26 UTC [more...]

[RFC PATCH 00/16] KVM: PPC: e500mc support
 2012-01-09 17:48 UTC  (23+ messages)
` [RFC PATCH 01/16] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [RFC PATCH 02/16] powerpc/e500: split
` [RFC PATCH 03/16] KVM: PPC: Use pt_regs in vcpu->arch
` [RFC PATCH 04/16] KVM: PPC: factor out lpid allocator from
  ` [RFC PATCH 04/16] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [RFC PATCH 05/16] KVM: PPC: booke: add booke-level vcpu load/put
` [RFC PATCH 06/16] KVM: PPC: booke: Move vm core init/destroy out of
` [RFC PATCH 07/16] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [RFC PATCH 08/16] KVM: PPC: e500: merge <asm/kvm_e500.h> into
` [RFC PATCH 09/16] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [RFC PATCH 10/16] KVM: PPC: e500: refactor core-specific TLB code
` [RFC PATCH 11/16] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [RFC PATCH 12/16] KVM: PPC: e500: emulate tlbilx
` [RFC PATCH 13/16] powerpc/booke: Provide exception macros with
` [RFC PATCH 14/16] KVM: PPC: booke: category E.HV (GS-mode) support
` [RFC PATCH 15/16] KVM: PPC: booke: standard PPC floating point
  ` [RFC PATCH 15/16] KVM: PPC: booke: standard PPC floating point support
` [RFC PATCH 16/16] KVM: PPC: e500mc support

[PATCH v2 2/3] KVM: PPC: epapr: Add idle hcall support for host
 2012-01-09 16:07 UTC  (4+ messages)

[PATCH 1/3] KVM: PPC: epapr: Factor out the epapr init
 2012-01-09 14:05 UTC  (4+ messages)
` [PATCH v2 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest

[PATCH V3 0/2] kvm tools: Prepare kvmtool for another architecture
 2012-01-09 13:41 UTC  (7+ messages)
` [PATCH V3 2/2] kvm tools: Create arch-specific kvm_cpu__emulate_{mm}io()

[PULL 0/7] avi patch queue 2011-12-25
 2012-01-09 12:48 UTC  (14+ messages)
` [PATCH 1/7] KVM: PPC: Whitespace fix for kvm.h
` [PATCH 2/7] KVM: Fix whitespace in kvm_para.h
` [PATCH 3/7] powerpc/kvm: annotate kvm_rma_init as __init
` [PATCH 4/7] KVM: PPC: move compute_tlbie_rb to book3s_64 common header
` [PATCH 5/7] KVM: PPC: protect use of kvmppc_h_pr
` [PATCH 6/7] powerpc kvm: fix kvmppc_start_thread() for CONFIG_SMP=N
` [PATCH 7/7] KVM: PPC: e500: include linux/export.h

[PULL 00/50] ppc patch queue 2012-01-04
 2012-01-08 16:54 UTC  (89+ messages)
` [PATCH 02/50] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 13/50] KVM: PPC: booke: check for signals in kvmppc_vcpu_run
` [PATCH 15/50] KVM: PPC: Move prepare_to_enter call site into subarch code
` [PATCH 16/50] KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
` [PATCH 10/50] PPC: Fix race in mtmsr paravirt implementation
` [PATCH 39/50] KVM: PPC: Implement MMIO emulation support for Book3S HV guests
` [PATCH 49/50] KVM: PPC: booke: Add booke206 TLB trace
` [PATCH 50/50] KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
` [PATCH 47/50] KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
` [PATCH 46/50] KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
` [PATCH 45/50] KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
` [PATCH 42/50] KVM: PPC: Allow for read-only pages backing a Book3S HV guest
` [PATCH 40/50] KVM: PPC: Implement MMU notifiers for Book3S HV guests
  ` [PATCH 40/50] KVM: PPC: Implement MMU notifiers for Book3S HV
` [PATCH 43/50] KVM: PPC: Fix vcpu_create dereference before validity check
` [PATCH 44/50] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
` [PATCH 48/50] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
` [PATCH 38/50] KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
` [PATCH 36/50] KVM: PPC: Allow use of small pages to back Book3S HV guests
` [PATCH 34/50] KVM: PPC: Make the H_ENTER hcall more reliable
` [PATCH 31/50] KVM: PPC: Keep a record of HV guest view of hashed page table entries
` [PATCH 32/50] KVM: PPC: Keep page physical addresses in per-slot arrays
` [PATCH 33/50] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
` [PATCH 30/50] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
` [PATCH 01/50] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 03/50] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/50] KVM: PPC: e500: MMU API
` [PATCH 05/50] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/50] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/50] KVM: PPC: Add generic single register ioctls
` [PATCH 08/50] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 09/50] KVM: PPC: E500: Support hugetlbfs
` [PATCH 11/50] Fix DEC truncation for greater than 0xffff_ffff/1000
` [PATCH 12/50] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
` [PATCH 14/50] KVM: PPC: Rename deliver_interrupts to prepare_to_enter
` [PATCH 17/50] KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
` [PATCH 18/50] KVM: PPC: booke: Paravirtualize wrtee
` [PATCH 19/50] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
` [PATCH 20/50] KVM: PPC: booke: Improve timer register emulation
` [PATCH 21/50] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
` [PATCH 22/50] KVM: PPC: Book3s: PR: No irq_disable "
` [PATCH 23/50] KVM: PPC: Use get/set for to_svcpu to help preemption
` [PATCH 24/50] KVM: PPC: align vcpu_kick with x86
` [PATCH 25/50] KVM: PPC: Book3S: PR: Fix signal check race
` [PATCH 26/50] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
` [PATCH 27/50] KVM: PPC: e500: use hardware hint when loading TLB0 entries
` [PATCH 28/50] KVM: PPC: Avoid patching paravirt template code
` [PATCH 29/50] KVM: PPC: Make wakeups work again for Book3S HV guests
` [PATCH 35/50] KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
` [PATCH 37/50] KVM: PPC: Allow I/O mappings in memory slots
` [PATCH 41/50] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly

[PATCH 0/4] GET/SET_ONE_REG and HIOR patches v3
 2012-01-07  1:34 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Add generic single register ioctls
` [PATCH 2/4] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 3/4] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
` [PATCH 4/4] KVM: PPC: Rename MMIO register identifiers

[PATCH 0/3] GET/SET_ONE_REG and HIOR patches v2
 2012-01-07  0:52 UTC  (9+ messages)
` [PATCH 1/3] KVM: PPC: Add generic single register ioctls
    ` [PATCH] "
` [PATCH 2/3] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 3/3] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code

[PATCH 1/2] KVM: PPC: epapr: Add idle hcall support for host
 2012-01-04 19:25 UTC  (12+ messages)
` [PATCH 2/2] KVM: PPC: epapr: Install ev_idle hcall for paravirt guest linux
  ` [PATCH 2/2] KVM: PPC: epapr: Install ev_idle hcall for paravirt

[PATCH] KVM: Move gfn_to_memslot() to kvm_host.h
 2012-01-02 16:13 UTC  (5+ messages)

[PATCH 0/5] Make use of hardware reference and change bits in HPT
 2011-12-31  0:44 UTC  (9+ messages)
` [PATCH 4/5] KVM: PPC: Book3s HV: Implement get_dirty_log using
  ` [PATCH 4/5] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
` [PATCH 5/5] KVM: PPC: Book3s HV: Implement H_CLEAR_REF and
  ` [PATCH 5/5] KVM: PPC: Book3s HV: Implement H_CLEAR_REF and H_CLEAR_MOD hcalls

Current kernel fails to compile with KVM on PowerPC
 2011-12-26 14:18 UTC  (10+ messages)

[PATCH 0/4] Fix book3s-pr KVM with preemption
 2011-12-23 21:50 UTC  (9+ messages)
` [PATCH 4/4] KVM: PPC: align vcpu_kick with x86

[PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific
 2011-12-23 14:05 UTC  (19+ messages)
  ` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to
          ` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific code
` [PATCH 08/28] kvm tools: Fix KVM_RUN exit code check

[PATCH v2] KVM: PPC: booke: Add booke206 TLB trace
 2011-12-23 13:52 UTC  (2+ messages)

Load data from shared page (magic page) using 'kvmppc_ld'
 2011-12-23 13:44 UTC  (2+ messages)

[PATCH] arch/powerpc/kvm/e500: Additional module.h => export.h fixup
 2011-12-23 13:35 UTC  (3+ messages)

[PATCH] KVM: PPC: e500: include linux/export.h
 2011-12-23 13:34 UTC  (3+ messages)

[PATCH] spapr: Add support for -vga option
 2011-12-23  5:36 UTC  (2+ messages)


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