messages from 2013-08-29 10:21:58 to 2013-09-23 22:45:41 UTC [more...]
[PATCH 0/2] kvm/powerpc: hypercall related cleanup
2013-09-23 22:45 UTC (4+ messages)
` [PATCH 1/2] kvm/powerpc: rename kvm_hypercall() to epapr_hypercall()
` [PATCH 2/2] kvm/powerpc: move kvm_hypercall0() and friends to epapr_hypercall0()
[PATCH 5/6 v7] kvm: booke: clear host tlb reference flag on guest tlb invalidation
2013-09-23 22:31 UTC (2+ messages)
[PATCH 1/2] KVM: Implement default IRQ routing
2013-09-23 18:34 UTC (5+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: Add IRQFD support for in-kernel XICS
[PATCH 00/18] KVM: PPC: Fixes for PR and preparation for POWER8
2013-09-21 4:35 UTC (21+ messages)
` [PATCH 01/18] KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
` [PATCH 02/18] KVM: PPC: Book3S HV: Store LPCR value for each virtual core
` [PATCH 03/18] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PATCH 04/18] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
` [PATCH v2 "
` [PATCH 05/18] KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
` [PATCH 06/18] KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC
` [PATCH 07/18] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PATCH 08/18] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PATCH 09/18] KVM: PPC: Book3S PR: Use 64k host pages where possible
` [PATCH 10/18] KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
` [PATCH 11/18] KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
` [PATCH 12/18] KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
` [PATCH 13/18] KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
` [PATCH 14/18] KVM: PPC: Book3S: Move skip-interrupt handlers to common code
` [PATCH 15/18] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
` [PATCH 16/18] KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
` [PATCH 17/18] KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
` [PATCH 18/18] KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers
[PATCH] KVM: PPC: Book3S HV: Fix typo in saving DSCR
2013-09-20 23:53 UTC
[PATCH 5/6 v6] kvm: booke: clear host tlb reference flag on guest tlb invalidation
2013-09-20 18:50 UTC (2+ messages)
[PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte
2013-09-20 18:11 UTC (13+ messages)
` [PATCH 1/6 v5] powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
` [PATCH 2/6 v5] kvm: powerpc: allow guest control "E" attribute in mas2
` [PATCH 3/6 v5] kvm: powerpc: allow guest control "G" "
` [PATCH 4/6 v5] kvm: powerpc: keep only pte search logic in lookup_linux_pte
` [PATCH 5/6 v5] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PATCH 6/6 v5] kvm: powerpc: use caching attributes as per linux pte
[PATCH 00/11] HV KVM improvements in preparation for POWER8 support
2013-09-20 3:39 UTC (34+ messages)
` [PATCH 01/11] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
` [PATCH 02/11] KVM: PPC: Book3S HV: Implement timebase offset for guests
` [PATCH 03/11] KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE
` [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR
` [PATCH 05/11] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PATCH 06/11] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
` [PATCH 07/11] KVM: PPC: Book3S HV: Implement H_CONFER
` [PATCH 08/11] KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine
` [PATCH 09/11] KVM: PPC: Book3S HV: Pull out interrupt-reading code into "
` [PATCH 10/11] KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count
` [PATCH 11/11] KVM: PPC: Book3S HV: Return -EINVAL rather than BUG'ing
[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
2013-09-19 7:31 UTC (37+ messages)
` [PATCH 04/23] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PATCH 06/23] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PATCH 07/23] KVM: PPC: Book3S PR: Use 64k host pages where possible
` [PATCH 14/23] KVM: PPC: Book3S PR: Delay disabling relocation-on interrupts
` [PATCH 19/23] KVM: PPC: Book3S: Select PR vs HV separately for each guest
` [PATCH 20/23] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
vfio for platform devices - 9/5/2012 - minutes
2013-09-12 21:51 UTC (14+ messages)
[PATCH 0/6] powerpc: Unify FP/VMX/VSX state handling between KVM and main kernel
2013-09-10 23:54 UTC (13+ messages)
` [PATCH 1/6] powerpc: Put FP/VSX and VR state into structures
` [PATCH 2/6] powerpc: Provide for giveup_fpu/altivec to save state in alternate location
` [PATCH 3/6] KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
` [PATCH 4/6] KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
` [PATCH 5/6] KVM: PPC: Book3S: Load/save FP/VMX/VSX state directly to/from vcpu struct
` [PATCH 6/6] KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit
[PATCH RFC 0/5] Eliminate double-copying of FP/VMX/VSX state
2013-09-09 9:44 UTC (5+ messages)
[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
2013-09-08 14:12 UTC (22+ messages)
` [PATCH v9 04/13] KVM: PPC: reserve a capability and KVM device type for realmode VFIO
` [PATCH v9 12/13] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH v10 "
[RFC PATCH 0/10] Support POWER8 in HV KVM
2013-09-06 4:00 UTC (11+ messages)
` [RFC PATCH 01/10] KVM: PPC: Book3S HV: Align physical CPU thread numbers with virtual
` [RFC PATCH 02/10] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [RFC PATCH 03/10] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [RFC PATCH 04/10] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [RFC PATCH 05/10] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [RFC PATCH 06/10] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [RFC PATCH 07/10] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [RFC PATCH 08/10] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [RFC PATCH 09/10] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [RFC PATCH 10/10] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
[PATCH 0/3] kvm/ppc: fixes/cleanup
2013-09-05 23:06 UTC (7+ messages)
` [PATCH 2/3] kvm/ppc: IRQ disabling cleanup
[PATCH] KVM: PPC: fix couple of memory leaks in MPIC/XICS devices
2013-09-04 12:16 UTC (3+ messages)
[PATCH RFC] KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg
2013-09-03 15:29 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PULL 00/19] ppc patch queue 2013-08-29
2013-08-30 12:48 UTC (19+ messages)
` [PULL 01/17] mm/cma: Move dma contiguous changes into a seperate config
` [PULL 02/17] KVM: PPC: Book3S: Ignore DABR register
` [PULL 03/17] powerpc/kvm: Contiguous memory allocator based hash page table allocation
` [PULL 04/17] powerpc/kvm: Contiguous memory allocator based RMA allocation
` [PULL 05/17] powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation
` [PULL 06/17] KVM: PPC: Book3S HV: Correct tlbie usage
` [PULL 07/17] KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlers
` [PULL 08/17] kvm/ppc: Call trace_hardirqs_on before entry
` [PULL 09/17] kvm/ppc/booke: Don't call kvm_guest_enter twice
` [PULL 10/17] KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entry
` [PULL 11/17] powerpc/kvm: Copy the pvr value after memset
` [PULL 12/17] arch: powerpc: kvm: add signed type cast for comparation
` [PULL 13/17] KVM: PPC: Book3S PR: return appropriate error when allocation fails
` [PULL 14/17] KVM: PPC: Book3S: Fix compile error in XICS emulation
` [PULL 15/17] KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMX
` [PULL 16/17] KVM: PPC: Book3S PR: Make instruction fetch fallback work for system calls
` [PULL 17/17] KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()
[PATCH 0/2] KVM: PPC: BOOKE: MMU Fixes
2013-08-30 1:06 UTC (2+ messages)
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