sh: struct device - replace bus_id with dev_name(), dev_set_name()
[safe/jmp/linux-2.6] / arch / powerpc / kvm /
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
2008-12-31 Hollis BlanchardKVM: ppc: mostly cosmetic updates to the exit timing...
2008-12-31 Hollis BlanchardKVM: ppc: Implement in-kernel exit timing statistics
2008-12-31 Hollis BlanchardKVM: ppc: save and restore guest mappings on context...
2008-12-31 Hollis BlanchardKVM: ppc: directly insert shadow mappings into the...
2008-12-31 Hollis BlanchardKVM: ppc: support large host pages
2008-12-31 Hollis BlanchardKVM: ppc: fix userspace mapping invalidation on context...
2008-12-31 Hollis BlanchardKVM: ppc: use prefetchable mappings for guest memory
2008-12-31 Hollis BlanchardKVM: ppc: use MMUCR accessor to obtain TID
2008-12-31 Hollis BlanchardKVM: ppc: fix Kconfig constraints
2008-12-31 Hollis BlanchardKVM: ppc: improve trap emulation
2008-12-31 Hollis BlanchardKVM: ppc: optimize irq delivery path
2008-12-31 Hollis BlanchardKVM: ppc: optimize find first bit
2008-12-31 Hollis BlanchardKVM: ppc: optimize kvm stat handling
2008-12-31 Hollis BlanchardKVM: ppc: fix set regs to take care of msr change
2008-12-31 Hollis BlanchardKVM: ppc: adjust vcpu types to support 64-bit cores
2008-12-31 Hollis BlanchardKVM: ppc: create struct kvm_vcpu_44x and introduce...
2008-12-31 Hollis BlanchardKVM: ppc: Move the last bits of 44x code out of booke.c
2008-12-31 Hollis BlanchardKVM: ppc: refactor instruction emulation into generic...
2008-12-31 Hollis Blanchardppc: Create disassemble.h to extract instruction fields
2008-12-31 Hollis BlanchardKVM: ppc: Refactor powerpc.c to relocate 440-specific...
2008-12-31 Hollis BlanchardKVM: ppc: combine booke_guest.c and booke_host.c
2008-12-31 Hollis BlanchardKVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"
2008-12-31 Hollis BlanchardKVM: ppc: Move 440-specific TLB code into 44x_tlb.c
2008-12-23 Paul Mackerraspowerpc: Fix KVM build on ppc440
2008-12-21 Benjamin Herrenschmidtpowerpc/mm: Split low level tlb invalidate for nohash...
2008-11-25 Hollis BlanchardKVM: ppc: stop leaking host memory on VM exit
2008-10-15 Marcelo TosattiKVM: switch to get_user_pages_fast
2008-10-15 Hollis BlanchardKVM: ppc: kvmppc_44x_shadow_release() does not require...
2008-10-15 Hollis BlanchardKVM: powerpc: Map guest userspace with TID=0 mappings
2008-10-15 Hollis BlanchardKVM: ppc: Write only modified shadow entries into the...
2008-10-15 Hollis BlanchardKVM: ppc: Stop saving host TLB state
2008-10-15 Hollis BlanchardKVM: ppc: guest breakpoint support
2008-10-15 Christian EhrhardtKVM: ppc: trace powerpc instruction emulation
2008-10-15 Jerone YoungKVM: ppc: adds trace points for ppc tlb activity
2008-10-15 Jerone YoungKVM: ppc: enable KVM_TRACE building for powerpc
2008-07-27 Hollis BlanchardKVM: ppc: fix invalidation of large guest pages
2008-07-20 Marcelo TosattiKVM: MMU: nuke shadowed pgtable pages and ptes on memsl...
2008-07-20 Laurent VivierKVM: Add coalesced MMIO support (powerpc part)
2008-07-20 Avi KivityKVM: Remove decache_vcpus_on_cpu() and related callbacks
2008-06-06 Hollis BlanchardKVM: ppc: Report bad GFNs
2008-06-06 Hollis BlanchardKVM: ppc: Use a read lock around MMU operations, and...
2008-06-06 Hollis BlanchardKVM: ppc: Remove unmatched kunmap() call
2008-06-06 Hollis BlanchardKVM: ppc: add lwzx/stwz emulation
2008-06-06 Hollis BlanchardKVM: ppc: Remove duplicate function
2008-05-04 Christian EhrhardtKVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest
2008-05-04 Hollis BlanchardKVM: ppc: Handle guest idle by emulating MSR[WE] writes
2008-04-27 Hollis BlanchardKVM: ppc: PowerPC 440 KVM implementation