Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2012-07-20 04:59:08 to 2012-08-10 06:55:08 UTC [more...]

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

[PATCH 0/5] Improve memory slot handling and other fixes
 2012-08-10  2:09 UTC  (15+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
` [PATCH 2/5] KVM: PPC: Quieten message about allocating linear regions
` [PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
` [PATCH 4/5] KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots
` [RFC PATCH 5/5] KVM: PPC: Take the SRCU lock around memslot use

[PATCH 0/5] KVM: PPC: E500: Implement MMU Notifiers
 2012-08-09 22:13 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: BookE: Add check_requests helper function
` [PATCH 2/5] KVM: PPC: BookE: Add support for vcpu->mode
` [PATCH 3/5] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 4/5] KVM: PPC: Add cache flush on page map
` [PATCH 5/5] KVM: PPC: BookE: Add some more trace points

[PATCH 0/8] KVM: PPC: E500: Implement MMU Notifiers
 2012-08-09 17:02 UTC  (32+ messages)
` [PATCH 1/8] KVM: PPC: BookE: Expose remote TLB flushes in debugfs
` [PATCH 2/8] KVM: PPC: E500: Fix clear_tlb_refs
` [PATCH 3/8] KVM: PPC: PR: Use generic tracepoint for guest exit
` [PATCH 4/8] KVM: PPC: Expose SYNC cap based on mmu notifiers
` [PATCH 5/8] KVM: Add hva_to_memslot
  ` [kvmarm] "
` [PATCH 6/8] KVM: PPC: E500: Implement MMU notifiers
` [PATCH 7/8] KVM: Add page map arch callback
` [PATCH 8/8] KVM: PPC: Add cache flush on page map

[PATCH 1/4 v2] Introduce a common kvm requests handler
 2012-08-09  7:29 UTC  (4+ messages)
` [PATCH 2/4 v2] KVM: PPC: booke: Add watchdog emulation
` [PATCH 3/4 v2] booke: Added ONE_REG interface for IAC/DAC debug registers
` [PATCH 4/4 v2] KVM: PPC: booke: Allow multiple exception types

[PATCH 1/4] Introduce a common kvm requests handler
 2012-08-09  6:50 UTC  (4+ messages)
` [PATCH 2/4] KVM: PPC: booke: Add watchdog emulation
` [PATCH 3/4] booke: Added ONE_REG interface for IAC/DAC debug registers
` [PATCH 4/4] KVM: PPC: booke: Allow multiple exception types

Reset problem vs. MMIO emulation, hypercalls, etc
 2012-08-08 12:42 UTC  (31+ messages)

[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation
 2012-08-08 11:09 UTC  (6+ messages)
` [PATCH 2/2] Unified the kvm requests in one function

[PATCH 2/4] powerpc/booke: Merge the 32 bit e5500/e500mc cpu setup code
 2012-08-06 16:24 UTC  (5+ messages)

[PATCH 0/6] powerpc/booke64: add core support for KVM
 2012-08-06 13:27 UTC  (7+ messages)
` [PATCH 1/6] powerpc/booke64: fix machine check handler to use the right prolog
` [PATCH 2/6] powerpc/booke64: use GSRR registers in Guest Doorbell interrupts
` [PATCH 3/6] powerpc/booke64: add DO_KVM kernel hooks
` [PATCH 4/6] powerpc/booke64: remove mfspr srr1 duplicate in exception prolog
` [PATCH 5/6] powerpc/booke64: use SPRG0/3 scratch for bolted TLB miss & crit int
` [PATCH 6/6] powerpc/booke64: restore VDSO information on critical exception

[PATCH 0/3] KVM: Integrate rmap and rmap_pde
 2012-08-06  9:47 UTC  (7+ messages)
` [PATCH 1/3] KVM: Stop checking rmap to see if slot is being created
` [PATCH 2/3] KVM: MMU: Use gfn_to_rmap() instead of directly reading rmap array
` [RFC PATCH 3/3] KVM: Push rmap into kvm_arch_memory_slot

[PATCH 3/6] arch/powerpc/kvm/e500_tlb.c: fix error return code
 2012-08-05  9:52 UTC 

[PATCH 4/4] powerpc/booke: Add CPU_FTR_EMB_HV check for e5500
 2012-08-03 18:01 UTC  (2+ messages)

[PATCH 3/4] powerpc/booke: Separate out restore_e5500/setup_e5500 routines
 2012-08-03 16:38 UTC  (2+ messages)

[PATCH 1/4] powepc/booke: Separate out E.HV check and ivor setup code
 2012-08-03 16:34 UTC  (2+ messages)

[PATCH 1/4] Synchronize the linux-headers
 2012-08-03  0:51 UTC  (12+ messages)
` [PATCH 4/4] Enable kvm emulated watchdog

[PATCH 2/2 v6] KVM: PPC: booke: Add watchdog emulation
 2012-08-01  2:37 UTC  (6+ messages)

[PATCH 3/4] Updated linux header for watchdog emulation
 2012-08-01  2:13 UTC 

[RFC/PATCH] Use kernel supplied MMU info for kvm tool
 2012-07-31  6:22 UTC  (5+ messages)

[PATCH 1/2] KVM: PPC: booke: Allow multiple exception types
 2012-07-31  0:55 UTC  (9+ messages)
` [PATCH 2/2] KVM: PPC: booke/bookehv: Add guest debug support
  ` [PATCH 2/2] KVM: PPC: booke: Added debug handler

[PATCH] KVM: PPC: Book3S_32: Fix MTMSR_EERI macro
 2012-07-30 22:32 UTC 

[PATCH] powerpc/kvm: Allow qemu hypercalls to set all regs
 2012-07-30 12:03 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Handle memory slot deletion and modification
 2012-07-30  9:50 UTC 

[PATCH 0/4] powerpc/booke: Modifications to fsl booke cpu setup code
 2012-07-27 12:57 UTC  (2+ messages)

[PATCH 2/2] Add guest debug support
 2012-07-26  5:34 UTC 

[PATCH 1/2] Header update for guest debug suuport
 2012-07-26  5:34 UTC 

[PATCH 2/2 v5] KVM: PPC: booke: Add watchdog emulation
 2012-07-26  0:46 UTC  (15+ messages)

[PATCH] KVM: PPC: BookE: HV: Fix compile
 2012-07-26  0:31 UTC  (2+ messages)

[PATCH v3] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-07-24 15:36 UTC 

[PATCH v2] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-07-24 14:56 UTC  (9+ messages)

[PATCH] booke: Added ONE_REG interface for IAC/DAC debug registers
 2012-07-23 10:47 UTC 

[PATCH 3/4] Updated linux header for watchdog emulation
 2012-07-20  5:35 UTC 

[PATCH 2/4] Registered timer reset handler
 2012-07-20  5:35 UTC 

[PATCH 2/2] KVM: PPC: booke: Add watchdog emulation
 2012-07-20  5:11 UTC  (3+ messages)


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