messages from 2011-08-12 08:09:03 to 2011-10-31 23:49:42 UTC [more...]
[PULL 00/14] ppc patch queue 2011-10-31
2011-10-31 23:49 UTC (25+ messages)
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with
` [PATCH 02/14] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 03/14] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/14] KVM: PPC: e500: MMU API
` [PATCH 05/14] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/14] KVM: PPC: Fix build failure with HV KVM and CBE
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR setting"
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR
` [PATCH 09/14] KVM: PPC: Add generic single register ioctls
` [PATCH 10/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 11/14] KVM: PPC: Whitespace fix for kvm.h
` [PATCH 12/14] KVM: Fix whitespace in kvm_para.h
` [PATCH 13/14] KVM: PPC: E500: Support hugetlbfs
` [PATCH 14/14] PPC: Fix race in mtmsr paravirt implementation
kernel BUG at include/linux/kvm_host.h:603!
2011-10-31 10:28 UTC (2+ messages)
[PATCH v2] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
2011-10-31 8:54 UTC
[PATCH v2] Fix DEC truncation for greater than 0xffff_ffff/1000
2011-10-31 5:54 UTC (7+ messages)
Mapping of Shared Page in e500 Powerpc kvm
2011-10-25 20:38 UTC (3+ messages)
[PATCH] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
2011-10-23 21:46 UTC (8+ messages)
[PATCH]KVM: Fix DEC truncation for greater than 0xffff_ffff/1000
2011-10-20 17:46 UTC (4+ messages)
magic page API
2011-10-17 20:11 UTC (4+ messages)
[PATCH V2] PPC: Fix race in mtmsr paravirt implementation
2011-10-13 10:11 UTC (2+ messages)
[PATCH] PPC: Fix race in mtmsr paravirt implementation
2011-10-13 9:45 UTC (4+ messages)
[PATCH] KVM: PPC: E500: Support hugetlbfs
2011-10-05 19:53 UTC (11+ messages)
[PATCH 5/5] KVM: PPC: booke: Improve timer register emulation
2011-09-27 16:45 UTC (22+ messages)
[PATCH 0/4] Avoid soft lockup message when KVM is stopped by host
2011-09-21 17:46 UTC (24+ messages)
` [PATCH 1/4] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4] Add functions to check if the host has stopped the vm
` [PATCH 3/4] Add generic stubs for kvm stop check functions
` [PATCH 4/4] Add check for suspended vm in softlockup detector
` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by
[PATCH 4/5] KVM: PPC: e500: eliminate a trap when entering idle
2011-09-19 18:50 UTC (6+ messages)
[PATCH 3/5] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
2011-09-19 16:05 UTC (5+ messages)
synergy between IBM A2 and Freescale e500mc
2011-09-15 21:03 UTC (2+ messages)
[PATCH 0/3] KVM: PPC: HIOR and sregs fixup
2011-09-14 20:14 UTC (4+ messages)
` [PATCH 1/3] Revert "KVM: PPC: Add support for explicit HIOR setting"
` [PATCH 2/3] KVM: PPC: Add generic single register ioctls
` [PATCH 3/3] KVM: PPC: Add support for explicit HIOR setting
[PATCH] KVM: PPC: Fix build failure with HV KVM and CBE
2011-09-13 14:15 UTC
KVM on IBM PowerEN processor
2011-09-12 12:18 UTC (7+ messages)
[PATCH v2] KVM: PPC: e500: Don't hardcode PIR=0
2011-09-06 15:18 UTC (2+ messages)
[PATCH 1/5] KVM: PPC: booke: Fix int_pending calculation for MSR[EE]
2011-09-02 21:28 UTC (6+ messages)
` [PATCH 1/5] KVM: PPC: booke: Fix int_pending calculation for
` [PATCH 1/5] KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
[PATCH] KVM: PPC: e500: Don't hardcode PIR=0
2011-09-02 19:46 UTC (7+ messages)
` [linuxppc-release] "
[PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API
2011-09-02 13:10 UTC
[PATCH] KVM: Update documentation to include detailed ENABLE_CAP description
2011-08-31 13:11 UTC (5+ messages)
` [PATCH] KVM: Update documentation to include detailed
` [PATCH] KVM: Update documentation to include detailed ENABLE_CAP
[PULL 00/14] ppc patch queue 2011-08-25
2011-08-31 9:41 UTC (19+ messages)
` [PATCH 01/14] KVM: PPC: move compute_tlbie_rb to book3s common header
` [PATCH 02/14] KVM: PPC: Add papr_enabled flag
` [PATCH 03/14] KVM: PPC: Check privilege level on SPRs
` [PATCH 04/14] KVM: PPC: Interpret SDR1 as HVA in PAPR mode
` [PATCH 05/14] KVM: PPC: Read out syscall instruction on trap
` [PATCH 06/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 07/14] KVM: PPC: Add PAPR hypercall code for PR mode
` [PATCH 08/14] KVM: PPC: Stub emulate CFAR and PURR SPRs
` [PATCH 09/14] KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
` [PATCH 10/14] KVM: PPC: Enable the PAPR CAP for Book3S
` [PATCH 11/14] KVM: PPC: Add sanity checking to vcpu_run
` [PATCH 12/14] KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
` [PATCH 13/14] KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
` [PATCH 14/14] KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
[PATCH 2/5] KVM: PPC: booke: Paravirtualize wrtee
2011-08-26 23:31 UTC
[PATCH 0/5] KVM: PPC: booke: paravirt and timer
2011-08-26 23:30 UTC
Emulating LWZU Instruction for e500 powerpc
2011-08-25 16:44 UTC (5+ messages)
[PATCH v2 5/5] KVM: PPC: e500: tlbsx: fix tlb0 esel
2011-08-18 20:25 UTC
[PATCH v2 4/5] KVM: PPC: e500: MMU API
2011-08-18 20:25 UTC
[PATCH v2 3/5] KVM: PPC: e500: clear up confusion between host and
2011-08-18 20:25 UTC
[PATCH v2 2/5] KVM: PPC: e500: Eliminate preempt_disable in
2011-08-18 20:25 UTC
[PATCH v2 1/5] KVM: PPC: e500: don't translate gfn to pfn with
2011-08-18 20:25 UTC
[PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API
2011-08-18 20:24 UTC
[PATCH v5 5/5] KVM: PPC: e500: MMU API
2011-08-15 20:55 UTC (5+ messages)
[PATCH 00/10] PAPR virtualization on PR KVM
2011-08-12 8:09 UTC (6+ messages)
` [PATCH 07/10] KVM: PPC: Add PAPR hypercall code for PR mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).