Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-08-10 09:19:08 to 2012-09-06 14:56:40 UTC [more...]

[PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support
 2012-09-06 14:56 UTC  (11+ messages)
` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct
` [PATCH 5/6] booke: Added DBCR4 SPR number
` [PATCH 4/6] KVM: PPC: debug stub interface parameter defined
` [PATCH 6/6] KVM: booke/bookehv: Add debug stub support
` [PATCH 3/6] KVM: PPC: booke: Added debug handler
` [PATCH 2/6] KVM: PPC: booke: Allow multiple exception types

[PATCH] powerpc64: restore VDSO information on critical exception
 2012-09-06 12:49 UTC 

[PATCH 0/6] powerpc/booke64: add core support for KVM
 2012-09-05  5:38 UTC  (3+ messages)
` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception

[PATCH] powerpc-kvm: fixing page alignment for TCE
 2012-09-04  7:36 UTC 

[PATCH 0/12] Sundry fixes for Book3S HV
 2012-08-29  4:51 UTC  (14+ messages)
` [PATCH 01/12] KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
` [PATCH 02/12] KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
` [PATCH 03/12] KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
` [PATCH 04/12] KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
  ` [PATCH v2 "
` [PATCH 05/12] KVM: PPC: Fix updates of vcpu->cpu on HV KVM
` [PATCH 06/12] KVM: PPC: Book3S HV: Remove bogus update of thread IDs in "
` [PATCH 07/12] KVM: PPC: Book3S HV: Fix some races in starting secondary threads
` [PATCH 08/12] KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
` [PATCH 09/12] KVM: PPC: Book3S HV: Fixes for late-joining threads
` [PATCH 10/12] KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
` [PATCH 11/12] KVM: PPC: Book3S HV: Fix accounting of stolen time
` [PATCH 12/12] KVM: PPC: Book3S HV: Fix calculation of guest phys address for MMIO emulation

[PATCH RFC 1/2] KVM: PPC: Move kvm->arch.slot_phys into memslot.arch
 2012-08-27 20:41 UTC  (3+ messages)
` [PATCH RFC 2/2] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly

[PATCH 0/5] Improve memory slot handling and other fixes
 2012-08-24 18:58 UTC  (27+ messages)
` [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
` [RFC PATCH 5/5] KVM: PPC: Take the SRCU lock around memslot use

[PATCH] kvm/book3s: fix build error caused by gfn_to_hva_memslot()
 2012-08-24  8:21 UTC  (4+ messages)

[PATCH 1/2] KVM: PPC: e500: fix allocation size error on g2h_tlb1_map
 2012-08-23  1:04 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: e500: MMU API: fix leak of shared_tlb_pages

[PATCH] KVM: PPC: set IN_GUEST_MODE before checking requests
 2012-08-23  1:03 UTC 

[PULL 00/38] ppc patch queue 2012-08-15
 2012-08-21  1:41 UTC  (74+ messages)
` [PATCH 01/38] PPC: epapr: create define for return code value of success
` [PATCH 02/38] KVM: PPC: use definitions in epapr header for hcalls
` [PATCH 03/38] KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
` [PATCH 04/38] KVM: PPC: Add support for ePAPR idle hcall in host kernel
` [PATCH 05/38] KVM: PPC: ev_idle hcall support for e500 guests
` [PATCH 06/38] PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
` [PATCH 07/38] powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
` [PATCH 08/38] PPC: Don't use hardcoded opcode for ePAPR hcall invocation
` [PATCH 09/38] KVM: PPC: PR: Use generic tracepoint for guest exit
` [PATCH 10/38] KVM: PPC: Expose SYNC cap based on mmu notifiers
` [PATCH 11/38] KVM: PPC: BookE: Expose remote TLB flushes in debugfs
` [PATCH 12/38] KVM: PPC: E500: Fix clear_tlb_refs
` [PATCH 13/38] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
` [PATCH 14/38] KVM: PPC: Quieten message about allocating linear regions
` [PATCH 15/38] powerpc/epapr: export epapr_hypercall_start
` [PATCH 16/38] KVM: PPC: BookE: Add check_requests helper function
` [PATCH 17/38] KVM: PPC: BookE: Add support for vcpu->mode
` [PATCH 18/38] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 19/38] KVM: PPC: Add cache flush on page map
` [PATCH 20/38] KVM: PPC: BookE: Add some more trace points
` [PATCH 21/38] KVM: PPC: BookE: No duplicate request != 0 check
` [PATCH 22/38] KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
` [PATCH 23/38] KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
` [PATCH 24/38] KVM: PPC: BookE: Drop redundant vcpu->mode set
` [PATCH 25/38] KVM: PPC: Book3S: PR: Only do resched check once per exit
` [PATCH 26/38] KVM: PPC: Exit guest context while handling exit
` [PATCH 27/38] KVM: PPC: Book3S: PR: Indicate we're out of guest mode
` [PATCH 28/38] KVM: PPC: Consistentify vcpu exit path
` [PATCH 29/38] KVM: PPC: Book3S: PR: Rework irq disabling
` [PATCH 30/38] KVM: PPC: Move kvm_guest_enter call into generic code
` [PATCH 31/38] KVM: PPC: Ignore EXITING_GUEST_MODE mode
` [PATCH 32/38] KVM: PPC: Add return value in prepare_to_enter
` [PATCH 33/38] KVM: PPC: Add return value to core_check_requests
` [PATCH 34/38] KVM: PPC: booke: Add watchdog emulation
` [PATCH 35/38] booke: Added ONE_REG interface for IAC/DAC debug registers
` [PATCH 36/38] KVM: PPC: 44x: Initialize PVR
` [PATCH 37/38] KVM: PPC: BookE: Add MCSR SPR support
` [PATCH 38/38] ppc: e500_tlb memset clears nothing

[PATCH 1/2] KVM: PPC: booke: Allow multiple exception types
 2012-08-20 23:55 UTC  (9+ messages)
` [PATCH 2/2] KVM: PPC: booke/bookehv: Add guest debug support

[PATCH 1/7] powerpc/kvm: Fix updates of vcpu->cpu on HV KVM
 2012-08-17 10:42 UTC  (2+ messages)

[PATCH 2/7] powerpc/kvm: Remove bogus update of thread IDs in HV KVM
 2012-08-17 10:39 UTC  (2+ messages)

[PATCH 7/7] powerpc/kvm/xics: Add support for real mode ICP
 2012-08-17  8:39 UTC 

[PATCH 6/7] powerpc/kvm: Speed up wakeups of CPUs on HV KVM
 2012-08-17  8:39 UTC 

[PATCH 5/7] powerpc/kvm/xics: Switch ICP to use atomic updates
 2012-08-17  8:38 UTC 

[PATCH 4/7] powerpc/kvm/xics: Add kernel emulation for the XICS interrupt controller
 2012-08-17  8:38 UTC 

[PATCH 3/7] powerpc/kvm: Add infrastructure to implement kernel-side RTAS calls
 2012-08-17  8:38 UTC 

[PATCH] KVM: PPC: Book3S HV: Provide a way for userspace to get/set per-vCPU areas
 2012-08-17  6:41 UTC 

[PULL 3.6 0/3] ppc patch queue 2012-08-16 for 3.6
 2012-08-17  0:13 UTC  (5+ messages)
` [PATCH 1/3] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
` [PATCH 2/3] KVM: PPC: Add cache flush on page map
` [PATCH 3/3] ppc: e500_tlb memset clears nothing

[PATCH 0/3] KVM: PPC: More 440 fixes
 2012-08-16 11:17 UTC  (4+ messages)
` [PATCH 1/3] KVM: PPC: 440: Implement mtdcrx
` [PATCH 2/3] KVM: PPC: 440: Implement mfdcrx
` [PATCH 3/3] KVM: PPC: BookE: Support FPU on non-hv systems

[PATCH 1/2] KVM: PPC: 440: Implement mtdcrx
 2012-08-16 10:50 UTC  (4+ messages)
` [PATCH 2/2] KVM: PPC: 440: Implement mfdcrx

[PATCH] Document IACx/DACx registers access using ONE_REG API
 2012-08-16 10:47 UTC  (2+ messages)

[PATCH] KVM: PPC: E500: Remove E500_TLB_DIRTY flag
 2012-08-15  9:53 UTC 

[PATCH] KVM: PPC: Use symbols for exit trace
 2012-08-14 23:48 UTC 

[patch 1/1] ppc: e500_tlb memset clears nothing
 2012-08-14 22:17 UTC  (2+ messages)

[PATCH v3] openpic: Added BRR1 register
 2012-08-14 12:39 UTC 

[PATCH] powerpc/epapr: export epapr_hypercall_start
 2012-08-13 17:29 UTC  (5+ messages)

[PATCH 0/2] KVM: PPC: Assorted 440 fixes
 2012-08-13 13:21 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: 44x: Initialize PVR
` [PATCH 2/2] KVM: PPC: BookE: Add MCSR SPR support

[PATCH 1/4] Introduce a common kvm requests handler
 2012-08-13 11:02 UTC  (3+ messages)

[PATCH 0/2] Make request checks return value aware
 2012-08-13 11:02 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Add return value in prepare_to_enter
` [PATCH 2/2] KVM: PPC: Add return value to core_check_requests

[PATCH 1/2] QEMU: extract file_load() function from rom_add_file() for reusing
 2012-08-13  8:41 UTC  (3+ messages)
` [PATCH 2/2] QEMU: register reset handlers to write images into memory

[PATCH 00/10] Book3S MMU Notifiers, subarch unification, lazy ee
 2012-08-13  1:21 UTC  (11+ messages)
` [PATCH 01/10] KVM: PPC: BookE: No duplicate request != 0 check
` [PATCH 02/10] KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
` [PATCH 03/10] KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
` [PATCH 04/10] KVM: PPC: BookE: Drop redundant vcpu->mode set
` [PATCH 05/10] KVM: PPC: Book3S: PR: Only do resched check once per exit
` [PATCH 06/10] KVM: PPC: Exit guest context while handling exit
` [PATCH 07/10] KVM: PPC: Book3S: PR: Indicate we're out of guest mode
` [PATCH 08/10] KVM: PPC: Consistentify vcpu exit path
` [PATCH 09/10] KVM: PPC: Book3S: PR: Rework irq disabling
` [PATCH 10/10] KVM: PPC: Move kvm_guest_enter call into generic code

[PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers
 2012-08-12 12:47 UTC  (9+ messages)
` [PATCH 5/8] KVM: Add hva_to_memslot

[PATCH 1/3] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-08-10 10:59 UTC  (15+ messages)
` [PATCH 2/3] KVM: PPC: booke: Allow multiple exception types
` [PATCH 3/3] KVM: PPC: booke: Added debug handler


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