index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
2008-12-31
KVM: Consolidate userspace memory capability reporting into common code
Avi Kivity
2008-12-31
KVM: ppc: mostly cosmetic updates to the exit timing accounting code
Hollis Blanchard
2008-12-31
KVM: ppc: Implement in-kernel exit timing statistics
Hollis Blanchard
2008-12-31
KVM: ppc: save and restore guest mappings on context switch
Hollis Blanchard
2008-12-31
KVM: ppc: directly insert shadow mappings into the hardware TLB
Hollis Blanchard
2008-12-31
KVM: ppc: support large host pages
Hollis Blanchard
2008-12-31
KVM: ppc: fix userspace mapping invalidation on context switch
Hollis Blanchard
2008-12-31
KVM: ppc: use prefetchable mappings for guest memory
Hollis Blanchard
2008-12-31
KVM: ppc: use MMUCR accessor to obtain TID
Hollis Blanchard
2008-12-31
KVM: ppc: fix Kconfig constraints
Hollis Blanchard
2008-12-31
KVM: ppc: improve trap emulation
Hollis Blanchard
2008-12-31
KVM: ppc: optimize irq delivery path
Hollis Blanchard
2008-12-31
KVM: ppc: optimize find first bit
Hollis Blanchard
2008-12-31
KVM: ppc: optimize kvm stat handling
Hollis Blanchard
2008-12-31
KVM: ppc: fix set regs to take care of msr change
Hollis Blanchard
2008-12-31
KVM: ppc: adjust vcpu types to support 64-bit cores
Hollis Blanchard
2008-12-31
KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessor
Hollis Blanchard
2008-12-31
KVM: ppc: Move the last bits of 44x code out of booke.c
Hollis Blanchard
2008-12-31
KVM: ppc: refactor instruction emulation into generic and core-specific pieces
Hollis Blanchard
2008-12-31
ppc: Create disassemble.h to extract instruction fields
Hollis Blanchard
2008-12-31
KVM: ppc: Refactor powerpc.c to relocate 440-specific code
Hollis Blanchard
2008-12-31
KVM: ppc: combine booke_guest.c and booke_host.c
Hollis Blanchard
2008-12-31
KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
Hollis Blanchard
2008-12-31
KVM: ppc: Move 440-specific TLB code into 44x_tlb.c
Hollis Blanchard
2008-12-23
powerpc: Fix KVM build on ppc440
Paul Mackerras
2008-12-21
powerpc/mm: Split low level tlb invalidate for nohash processors
Benjamin Herrenschmidt
2008-11-25
KVM: ppc: stop leaking host memory on VM exit
Hollis Blanchard
2008-10-15
KVM: switch to get_user_pages_fast
Marcelo Tosatti
2008-10-15
KVM: ppc: kvmppc_44x_shadow_release() does not require mmap_sem to be locked
Hollis Blanchard
2008-10-15
KVM: powerpc: Map guest userspace with TID=0 mappings
Hollis Blanchard
2008-10-15
KVM: ppc: Write only modified shadow entries into the TLB on exit
Hollis Blanchard
2008-10-15
KVM: ppc: Stop saving host TLB state
Hollis Blanchard
2008-10-15
KVM: ppc: guest breakpoint support
Hollis Blanchard
2008-10-15
KVM: ppc: trace powerpc instruction emulation
Christian Ehrhardt
2008-10-15
KVM: ppc: adds trace points for ppc tlb activity
Jerone Young
2008-10-15
KVM: ppc: enable KVM_TRACE building for powerpc
Jerone Young
2008-07-27
KVM: ppc: fix invalidation of large guest pages
Hollis Blanchard
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
2008-07-20
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
2008-06-06
KVM: ppc: Report bad GFNs
Hollis Blanchard
2008-06-06
KVM: ppc: Use a read lock around MMU operations, and release it on error
Hollis Blanchard
2008-06-06
KVM: ppc: Remove unmatched kunmap() call
Hollis Blanchard
2008-06-06
KVM: ppc: add lwzx/stwz emulation
Hollis Blanchard
2008-06-06
KVM: ppc: Remove duplicate function
Hollis Blanchard
2008-05-04
KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest
Christian Ehrhardt
2008-05-04
KVM: ppc: Handle guest idle by emulating MSR[WE] writes
Hollis Blanchard
2008-04-27
KVM: ppc: PowerPC 440 KVM implementation
Hollis Blanchard