public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-15 12:10:58 to 2012-05-10 17:55:36 UTC [more...]

[PATCH] kvm/powerpc: Add new ioctl to retreive server MMU infos
 2012-05-10 17:55 UTC  (6+ messages)
` [PATCH 1/2] ppc64: Rudimentary Support for extra page sizes on server CPUs
` [PATCH 2/2] pseries: Correctly create ibm,segment-page-sizes property

[PATCH] KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updates
 2012-05-10  9:49 UTC 

[PATCH 1/2] KVM: PPC: Book3S: PR: Handle EMUL_ASSIST
 2012-05-10  2:03 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: PR: Fix hsrr code

[PATCH] KVM: PPC: Book3S HV: Fix refcounting of hugepages
 2012-05-08 14:54 UTC  (3+ messages)

[PULL 00/16] ppc patch queue 2012-05-06
 2012-05-08 14:01 UTC  (18+ messages)
` [PATCH 01/16] KVM: Use minimum and maximum address mapped by TLB1
` [PATCH 02/16] KVM: PPC: Use clockevent multiplier and shifter for decrementer
` [PATCH 03/16] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64 b
` [PATCH 04/16] KVM: PPC: Restrict PPC_[L|ST]D macro to asm code
` [PATCH 05/16] KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs
` [PATCH 06/16] KVM: PPC: Book3S: PR: Optimize entry path
` [PATCH 07/16] KVM: PPC: Book3S: PR: No isync in slbie path
` [PATCH 08/16] KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fields
` [PATCH 09/16] KVM: PPC: Fix stbux emulation
` [PATCH 10/16] KVM: PPC: Fix PR KVM on POWER7 bare metal
` [PATCH 11/16] KVM: PPC: Book3S: Enable IRQs during exit handling
` [PATCH 12/16] KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler
` [PATCH 13/16] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
` [PATCH 14/16] kvm/powerpc: Add new ioctl to retreive server MMU infos
` [PATCH 15/16] KVM: PPC: Emulator: clean up instruction parsing
` [PATCH 16/16] KVM: PPC: Emulator: clean up SPR reads and writes

[PATCH v10 0/5] KVM: PPC: Add ePAPR idle hcall support
 2012-05-08 10:45 UTC  (10+ messages)
` [PATCH v10 1/5] KVM: PPC: Factor out guest epapr initialization
` [PATCH v10 2/5] KVM: PPC: use definitions in epapr header for hcalls
` [PATCH v10 3/5] KVM: PPC: Add support for ePAPR idle hcall in host kernel
` [PATCH v10 4/5] KVM: PPC: ev_idle hcall support for e500 guests
` [PATCH v10 5/5] PPC: Don't use hardcoded opcode for ePAPR hcall invocation

[PATCH 1/2] KVM: PPC: Emulator: clean up instruction parsing
 2012-05-04 13:11 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Emulator: clean up SPR reads and writes

[PATCH v2] KVM: PPC: Book3S HV: Make the guest hash table size configurable
 2012-05-04 12:32 UTC 

[PATCH] KVM: PPC: Book3S HV: Make the guest MMU hash table size configurable
 2012-05-02 23:49 UTC  (9+ messages)

[PATCH v2] kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVM
 2012-05-02 22:32 UTC  (8+ messages)
        ` [PATCH] "

[PATCH 1/2] KVM: PPC: bookehv: Fix r8/r13 storing in level exception handler
 2012-05-02 11:12 UTC  (6+ messages)
` [PATCH 2/2] KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fields

[PATCH] KVM: PPC: Fix stbux emulation
 2012-04-30  9:14 UTC 

[PATCH] KVM: PPC: Book3S: Enable IRQs during exit handling
 2012-04-30  9:13 UTC 

[PATCH] KVM: PPC: Fix unknown SPR error message in emulation
 2012-04-28 19:34 UTC  (4+ messages)

[PATCH 1/2] PPC: Export some interrupt handlers
 2012-04-27 22:20 UTC  (18+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: Call into C "

[PATCH] KVM: PPC: Fix PR KVM on POWER7 bare metal
 2012-04-26 10:18 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Book3S: PR: Optimize entry path
 2012-04-25 12:38 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: PR: No isync in slbie path

[PATCH 1/2] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64 bit
 2012-04-25 11:50 UTC  (2+ messages)
` [PATCH 1/2] KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from their 64

[PATCH 2/2 v4] KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs
 2012-04-25 11:39 UTC 

[PATCH v4] KVM: PPC Use clockevent multiplier and shifter for decrementer
 2012-04-20 10:24 UTC  (2+ messages)

[PATCH 00/13] KVM: MMU: fast page fault
 2012-04-18 13:42 UTC  (9+ messages)

[PATCH v3]KVM: PPC: Use clockevent multiplier and shifter for decrementer
 2012-04-17  9:22 UTC  (2+ messages)

[PATCH 0/3] GET/SET_ONE_REG and HIOR patches v2
 2012-04-16 21:42 UTC  (5+ messages)
` [PATCH 2/3] KVM: PPC: Add support for explicit HIOR setting

[PATCH v5] KVM: Use minimum and maximum address mapped by TLB1
 2012-04-16 13:26 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Use clockevent multiplier and shifter for decrementer
 2012-04-16 13:22 UTC  (2+ messages)

[PATCH 0/17] Hypervisor-mode KVM on POWER7 and PPC970
 2012-04-16 13:01 UTC  (5+ messages)
` [PATCH 13/17] KVM: PPC: Allow book3s_hv guests to use SMT processor
  ` [PATCH 13/17] KVM: PPC: Allow book3s_hv guests to use SMT processor modes

[PATCH v3] KVM: PPC: bookehv: Fix save/restore of guest accessible SPRGs
 2012-04-13 17:51 UTC 

[PATCH] powerpc/e6500: add CPU_FTR_EMB_HV to CPU table
 2012-04-13 15:29 UTC  (2+ messages)

[PATCH v2] KVM: PPC: bookehv: Fix save/restore of guest accessible SPRGs
 2012-04-13 14:15 UTC  (2+ messages)

New git workflow
 2012-04-11 19:50 UTC  (6+ messages)

[PATCH] Use clockevent multiplier and shifter for decrementer
 2012-04-06 19:10 UTC  (2+ messages)

[PATCH] KVM: PPC: bookehv: Fix save/restore of guest accessible SPRGs
 2012-04-06 19:02 UTC  (2+ messages)

[GIT PULL] Please pull powerpc KVM fixes
 2012-04-05 16:05 UTC  (4+ messages)

[PATCH] KVM: PPC: booke: Use the lower four bytes while restoring guest readable SPRGs
 2012-04-04 10:48 UTC 

[PATCH] Use the lower four bytes while restoring guest readable SPRGs
 2012-04-04  8:50 UTC 

Question about removing memslots
 2012-03-29 15:35 UTC  (15+ messages)

[PATCH 00/38] KVM: PPC: e500mc support v3
 2012-03-21 20:20 UTC  (4+ messages)
` [PATCH 12/38] powerpc/booke: Provide exception macros with interrupt name

[PULL 00/56] ppc patch queue 2012-03-15
 2012-03-20 14:47 UTC  (30+ messages)
` [PATCH 29/56] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 30/56] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 31/56] KVM: PPC: bookehv: add comment about shadow_msr
` [PATCH 32/56] KVM: PPC: booke: Readd debug abort code for machine check
` [PATCH 33/56] KVM: PPC: booke: add GS documentation for program interrupt
` [PATCH 34/56] KVM: PPC: bookehv: remove unused code
` [PATCH 35/56] KVM: PPC: e500: fix typo in tlb code
` [PATCH 36/56] KVM: PPC: booke: Support perfmon interrupts
` [PATCH 37/56] KVM: PPC: booke: expose good state on irq reinject
` [PATCH 38/56] KVM: PPC: booke: Reinject performance monitor interrupts
` [PATCH 39/56] KVM: PPC: Booke: only prepare to enter when we enter
` [PATCH 40/56] KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support
` [PATCH 41/56] KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
` [PATCH 42/56] KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
` [PATCH 43/56] KVM: PPC: Save/Restore CR over vcpu_run
` [PATCH 44/56] KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
` [PATCH 45/56] KVM: PPC: Book3S HV: Make virtual processor area registration more robust
` [PATCH 46/56] KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
` [PATCH 47/56] Restore guest CR after exit timing calculation
` [PATCH 48/56] KVM: PPC: Book 3S: Fix compilation for !HV configs
` [PATCH 49/56] KVM: PPC: Work around POWER7 DABR corruption problem
` [PATCH 50/56] KVM: PPC: Pass EA to updating emulation ops
` [PATCH 51/56] KVM: PPC: Book3S: Compile fix for ppc32 in HIOR
` [PATCH 52/56] KVM: PPC: Emulate tw and td instructions
` [PATCH 53/56] KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7
` [PATCH 54/56] KVM: PPC: Book3S: PR: Fix preemption
` [PATCH 55/56] KVM: PPC: Ignore unhalt request from kvm_vcpu_block
` [PATCH 56/56] powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64

kvm-ppc while I'm on vacation
 2012-03-19 12:01 UTC  (3+ messages)

[PATCH/RFC] kvm/powerpc: Add new ioctl to retreive support page sizes and encodings
 2012-03-19  9:18 UTC  (7+ messages)

[PATCH v4] KVM: Use minimum and maximum address mapped by TLB1
 2012-03-16  3:34 UTC 

[PATCH v9 0/4] KVM: PPC: Add ePAPR idle hcall support
 2012-03-15 19:50 UTC  (7+ messages)
` [PATCH v9 1/4] KVM: PPC: epapr: Factor out the epapr init
` [PATCH v9 2/4] KVM: PPC: epapr: Add idle hcall support for host


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